Package | Description |
---|---|
com.oracle.bmc.certificatesmanagement.model |
Modifier and Type | Class and Description |
---|---|
class |
CertificateRenewalRule
A rule that imposes constraints on certificate renewal.
|
Modifier and Type | Method and Description |
---|---|
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> |
Certificate.getCertificateRules()
A 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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Certificate.Builder |
Certificate.Builder.certificateRules(List<CertificateRule> certificateRules)
A 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 and 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.
|
Copyright © 2016–2024. All rights reserved.