Certificate Authority v1 API - Class CertificateRevocationList.Types.RevokedCertificate (3.2.0)

public sealed class RevokedCertificate : IMessage<CertificateRevocationList.Types.RevokedCertificate>, IEquatable<CertificateRevocationList.Types.RevokedCertificate>, IDeepCloneable<CertificateRevocationList.Types.RevokedCertificate>, IBufferMessage, IMessage

Reference documentation and code samples for the Certificate Authority v1 API class CertificateRevocationList.Types.RevokedCertificate.

Describes a revoked [Certificate][google.cloud.security.privateca.v1.Certificate].

Inheritance

Object > CertificateRevocationList.Types.RevokedCertificate

Namespace

Google.Cloud.Security.PrivateCA.V1

Assembly

Google.Cloud.Security.PrivateCA.V1.dll

Constructors

RevokedCertificate()

public RevokedCertificate()

RevokedCertificate(CertificateRevocationList.Types.RevokedCertificate)

public RevokedCertificate(CertificateRevocationList.Types.RevokedCertificate other)
Parameter
NameDescription
otherCertificateRevocationList.Types.RevokedCertificate

Properties

Certificate

public string Certificate { get; set; }

The resource name for the [Certificate][google.cloud.security.privateca.v1.Certificate] in the format projects/*/locations/*/caPools/*/certificates/*.

Property Value
TypeDescription
String

HexSerialNumber

public string HexSerialNumber { get; set; }

The serial number of the [Certificate][google.cloud.security.privateca.v1.Certificate].

Property Value
TypeDescription
String

RevocationReason

public RevocationReason RevocationReason { get; set; }

The reason the [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.

Property Value
TypeDescription
RevocationReason