Package | Description |
---|---|
com.oracle.bmc.certificatesmanagement.model |
Modifier and Type | Class and Description |
---|---|
class |
CertificateAuthorityIssuanceExpiryRule
A rule that enforces how long certificates or certificate authorities (CAs) issued by this
particular CA are valid.
|
Modifier and Type | Method and Description |
---|---|
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.
|
List<CertificateAuthorityRule> |
CertificateAuthority.getCertificateAuthorityRules()
An optional list of rules that control how the CA is used and managed.
|
Modifier and Type | Method and Description |
---|---|
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.
|
CertificateAuthority.Builder |
CertificateAuthority.Builder.certificateAuthorityRules(List<CertificateAuthorityRule> certificateAuthorityRules)
An optional list of rules that control how the CA is used and managed.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.