Class RevokeCertificateVersionDetails
The details for revoking a certificate version.
Inherited Members
Namespace: Oci.CertificatesmanagementService.Models
Assembly: OCI.DotNetSDK.Certificatesmanagement.dll
Syntax
public class RevokeCertificateVersionDetailsProperties
RevocationReason
Declaration
[JsonProperty(PropertyName = "revocationReason")]
[JsonConverter(typeof(StringEnumConverter))]
public RevocationReason? RevocationReason { get; set; }Property Value
| Type | Description | 
|---|---|
| RevocationReason? | The reason that the certificate or certificate authority was revoked. |