Class RevocationStatus
The current revocation status of the certificate or certificate authority (CA).
Inherited Members
Namespace: Oci.CertificatesService.Models
Assembly: OCI.DotNetSDK.Certificates.dll
Syntax
public class RevocationStatusProperties
RevocationReason
Declaration
[Required(ErrorMessage = "RevocationReason is required.")]
[JsonProperty(PropertyName = "revocationReason")]
[JsonConverter(typeof(ResponseEnumConverter))]
public RevocationReason? RevocationReason { get; set; }Property Value
| Type | Description | 
|---|---|
| RevocationReason? | The reason that the certificate or CA was revoked. | 
Remarks
Required
TimeRevoked
Declaration
[Required(ErrorMessage = "TimeRevoked is required.")]
[JsonProperty(PropertyName = "timeRevoked")]
public DateTime? TimeRevoked { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The time when the certificate or CA was revoked. | 
Remarks
Required