public sealed class CertificateRevocationList.Types.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
IMessageCertificateRevocationListTypesRevokedCertificate, IEquatableCertificateRevocationListTypesRevokedCertificate, IDeepCloneableCertificateRevocationListTypesRevokedCertificate, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Assembly
Google.Cloud.Security.PrivateCA.V1.dll
Constructors
RevokedCertificate()
public RevokedCertificate()RevokedCertificate(RevokedCertificate)
public RevokedCertificate(CertificateRevocationList.Types.RevokedCertificate other)| Parameter | |
|---|---|
| Name | Description |
other |
CertificateRevocationListTypesRevokedCertificate |
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 |
|
CertificateAsCertificateName
public CertificateName CertificateAsCertificateName { get; set; }CertificateName-typed view over the Certificate resource name property.
| Property Value | |
|---|---|
| Type | Description |
CertificateName |
|
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 |
|