Show / Hide Table of Contents

Class RevokeCertificateVersionDetails

The details for revoking a certificate version.

Inheritance
object
RevokeCertificateVersionDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CertificatesmanagementService.Models
Assembly: OCI.DotNetSDK.Certificatesmanagement.dll
Syntax
public class RevokeCertificateVersionDetails

Properties

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.

In this article
Back to top