Show / Hide Table of Contents

Class RevokedCertificate

Describes a revoked Certificate.

Inheritance
object
RevokedCertificate
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX