Uses of Class
com.oracle.bmc.certificatesmanagement.model.CertificateRule
-
Packages that use CertificateRule Package Description com.oracle.bmc.certificatesmanagement.model -
-
Uses of CertificateRule in com.oracle.bmc.certificatesmanagement.model
Subclasses of CertificateRule in com.oracle.bmc.certificatesmanagement.model Modifier and Type Class Description class
CertificateRenewalRule
A rule that imposes constraints on certificate renewal.Methods in com.oracle.bmc.certificatesmanagement.model that return types with arguments of type CertificateRule Modifier and Type Method Description List<CertificateRule>
Certificate. getCertificateRules()
A list of rules that control how the certificate is used and managed.List<CertificateRule>
CertificateSummary. getCertificateRules()
An optional list of rules that control how the certificate is used and managed.List<CertificateRule>
CreateCertificateDetails. getCertificateRules()
An optional list of rules that control how the certificate is used and managed.List<CertificateRule>
UpdateCertificateDetails. getCertificateRules()
An optional list of rules that control how the certificate is used and managed.Method parameters in com.oracle.bmc.certificatesmanagement.model with type arguments of type CertificateRule Modifier and Type Method Description Certificate.Builder
Certificate.Builder. certificateRules(List<CertificateRule> certificateRules)
A list of rules that control how the certificate is used and managed.CertificateSummary.Builder
CertificateSummary.Builder. certificateRules(List<CertificateRule> certificateRules)
An optional list of rules that control how the certificate is used and managed.CreateCertificateDetails.Builder
CreateCertificateDetails.Builder. certificateRules(List<CertificateRule> certificateRules)
An optional list of rules that control how the certificate is used and managed.UpdateCertificateDetails.Builder
UpdateCertificateDetails.Builder. certificateRules(List<CertificateRule> certificateRules)
An optional list of rules that control how the certificate is used and managed.Constructor parameters in com.oracle.bmc.certificatesmanagement.model with type arguments of type CertificateRule Constructor Description Certificate(String id, String issuerCertificateAuthorityId, String name, String description, List<CertificateRule> certificateRules, Date timeCreated, Date timeOfDeletion, CertificateLifecycleState lifecycleState, String lifecycleDetails, String compartmentId, CertificateVersionSummary currentVersion, CertificateSubject subject, CertificateRevocationListDetails certificateRevocationListDetails, CertificateConfigType configType, KeyAlgorithm keyAlgorithm, SignatureAlgorithm signatureAlgorithm, CertificateProfileType certificateProfileType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.CertificateSummary(String id, String issuerCertificateAuthorityId, String name, String description, Date timeCreated, Date timeOfDeletion, CertificateLifecycleState lifecycleState, String compartmentId, List<CertificateRule> certificateRules, CertificateVersionSummary currentVersionSummary, CertificateSubject subject, CertificateConfigType configType, KeyAlgorithm keyAlgorithm, SignatureAlgorithm signatureAlgorithm, CertificateProfileType certificateProfileType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.CreateCertificateDetails(String name, String description, String compartmentId, List<CertificateRule> certificateRules, CreateCertificateConfigDetails certificateConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UpdateCertificateDetails(String description, Long currentVersionNumber, UpdateCertificateConfigDetails certificateConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<CertificateRule> certificateRules)
Deprecated.
-