Class RevokedCertificate
Describes a revoked Certificate.
Implements
Inherited Members
Namespace: Google.Apis.CertificateAuthorityService.v1.Data
Assembly: Google.Apis.CertificateAuthorityService.v1.dll
Syntax
public class RevokedCertificate : IDirectResponseSchema
Properties
Certificate
The resource name for the Certificate in the format projects/*/locations/*/caPools/*/certificates/*
.
Declaration
[JsonProperty("certificate")]
public virtual string Certificate { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HexSerialNumber
The serial number of the Certificate.
Declaration
[JsonProperty("hexSerialNumber")]
public virtual string HexSerialNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
RevocationReason
The reason the Certificate was revoked.
Declaration
[JsonProperty("revocationReason")]
public virtual string RevocationReason { get; set; }
Property Value
Type | Description |
---|---|
string |