Uses of Class
com.oracle.bmc.certificatesmanagement.model.CertificateAuthorityRule
-
Packages that use CertificateAuthorityRule Package Description com.oracle.bmc.certificatesmanagement.model -
-
Uses of CertificateAuthorityRule in com.oracle.bmc.certificatesmanagement.model
Subclasses of CertificateAuthorityRule in com.oracle.bmc.certificatesmanagement.model Modifier and Type Class Description class
CertificateAuthorityIssuanceExpiryRule
A rule that enforces how long certificates or certificate authorities (CAs) issued by this particular CA are valid.Methods in com.oracle.bmc.certificatesmanagement.model that return types with arguments of type CertificateAuthorityRule Modifier and Type Method Description List<CertificateAuthorityRule>
CertificateAuthority. getCertificateAuthorityRules()
An optional list of rules that control how the CA is used and managed.List<CertificateAuthorityRule>
CertificateAuthoritySummary. getCertificateAuthorityRules()
An optional list of rules that control how the CA is used and managed.List<CertificateAuthorityRule>
CreateCertificateAuthorityDetails. getCertificateAuthorityRules()
A list of rules that control how the CA is used and managed.List<CertificateAuthorityRule>
UpdateCertificateAuthorityDetails. getCertificateAuthorityRules()
A list of rules that control how the CA is used and managed.Method parameters in com.oracle.bmc.certificatesmanagement.model with type arguments of type CertificateAuthorityRule Modifier and Type Method Description CertificateAuthority.Builder
CertificateAuthority.Builder. certificateAuthorityRules(List<CertificateAuthorityRule> certificateAuthorityRules)
An optional list of rules that control how the CA is used and managed.CertificateAuthoritySummary.Builder
CertificateAuthoritySummary.Builder. certificateAuthorityRules(List<CertificateAuthorityRule> certificateAuthorityRules)
An optional list of rules that control how the CA is used and managed.CreateCertificateAuthorityDetails.Builder
CreateCertificateAuthorityDetails.Builder. certificateAuthorityRules(List<CertificateAuthorityRule> certificateAuthorityRules)
A list of rules that control how the CA is used and managed.UpdateCertificateAuthorityDetails.Builder
UpdateCertificateAuthorityDetails.Builder. certificateAuthorityRules(List<CertificateAuthorityRule> certificateAuthorityRules)
A list of rules that control how the CA is used and managed.Constructor parameters in com.oracle.bmc.certificatesmanagement.model with type arguments of type CertificateAuthorityRule Constructor Description CertificateAuthority(String id, String issuerCertificateAuthorityId, String name, String description, Date timeCreated, Date timeOfDeletion, String kmsKeyId, CertificateAuthorityLifecycleState lifecycleState, String lifecycleDetails, String compartmentId, List<CertificateAuthorityRule> certificateAuthorityRules, CertificateAuthorityVersionSummary currentVersion, CertificateRevocationListDetails certificateRevocationListDetails, CertificateAuthorityConfigType configType, CertificateSubject subject, SignatureAlgorithm signingAlgorithm, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.CertificateAuthoritySummary(String id, String issuerCertificateAuthorityId, String name, String description, Date timeCreated, Date timeOfDeletion, String kmsKeyId, CertificateAuthorityLifecycleState lifecycleState, String compartmentId, List<CertificateAuthorityRule> certificateAuthorityRules, CertificateAuthorityVersionSummary currentVersionSummary, CertificateSubject subject, CertificateAuthorityConfigType configType, SignatureAlgorithm signingAlgorithm, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.CreateCertificateAuthorityDetails(String name, String description, String compartmentId, List<CertificateAuthorityRule> certificateAuthorityRules, CreateCertificateAuthorityConfigDetails certificateAuthorityConfig, CertificateRevocationListDetails certificateRevocationListDetails, String kmsKeyId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UpdateCertificateAuthorityDetails(String description, Long currentVersionNumber, UpdateCertificateAuthorityConfigDetails certificateAuthorityConfig, CertificateRevocationListDetails certificateRevocationListDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<CertificateAuthorityRule> certificateAuthorityRules)
Deprecated.
-