Package | Description |
---|---|
com.oracle.bmc.certificatesmanagement.model |
Modifier and Type | Method and Description |
---|---|
static RevocationReason |
RevocationReason.create(String key) |
RevocationReason |
RevokeCertificateVersionDetails.getRevocationReason()
The reason that the certificate or certificate authority was revoked.
|
RevocationReason |
RevocationStatus.getRevocationReason()
The reason the certificate or certificate authority (CA) was revoked.
|
RevocationReason |
RevokeCertificateAuthorityVersionDetails.getRevocationReason()
The reason the certificate or certificate authority was revoked.
|
static RevocationReason |
RevocationReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RevocationReason[] |
RevocationReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RevokeCertificateVersionDetails.Builder |
RevokeCertificateVersionDetails.Builder.revocationReason(RevocationReason revocationReason)
The reason that the certificate or certificate authority was revoked.
|
RevocationStatus.Builder |
RevocationStatus.Builder.revocationReason(RevocationReason revocationReason)
The reason the certificate or certificate authority (CA) was revoked.
|
RevokeCertificateAuthorityVersionDetails.Builder |
RevokeCertificateAuthorityVersionDetails.Builder.revocationReason(RevocationReason revocationReason)
The reason the certificate or certificate authority was revoked.
|
Constructor and Description |
---|
RevocationStatus(Date timeOfRevocation,
RevocationReason revocationReason)
Deprecated.
|
RevokeCertificateAuthorityVersionDetails(RevocationReason revocationReason)
Deprecated.
|
RevokeCertificateVersionDetails(RevocationReason revocationReason)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.