public sealed class RevokedCertificate : IMessage<CertificateRevocationList.Types.RevokedCertificate>, IEquatable<CertificateRevocationList.Types.RevokedCertificate>, IDeepCloneable<CertificateRevocationList.Types.RevokedCertificate>, IBufferMessage, IMessageReference documentation and code samples for the Certificate Authority v1 API class CertificateRevocationList.Types.RevokedCertificate.
Describes a revoked [Certificate][google.cloud.security.privateca.v1.Certificate].
Implements
IMessage<CertificateRevocationList.Types.RevokedCertificate>, IEquatable<CertificateRevocationList.Types.RevokedCertificate>, IDeepCloneable<CertificateRevocationList.Types.RevokedCertificate>, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Assembly
Google.Cloud.Security.PrivateCA.V1.dll
Constructors
RevokedCertificate()
public RevokedCertificate()RevokedCertificate(CertificateRevocationList.Types.RevokedCertificate)
public RevokedCertificate(CertificateRevocationList.Types.RevokedCertificate other)| Parameter | |
|---|---|
| Name | Description |
other |
CertificateRevocationList.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 | |
|---|---|
| Type | Description |
String |
|
HexSerialNumber
public string HexSerialNumber { get; set; }The serial number of the [Certificate][google.cloud.security.privateca.v1.Certificate].
| Property Value | |
|---|---|
| Type | Description |
String |
|
RevocationReason
public RevocationReason RevocationReason { get; set; }The reason the [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
| Property Value | |
|---|---|
| Type | Description |
RevocationReason |
|