Show / Hide Table of Contents

Class RevocationDetails

Describes fields that are relavent to the revocation of a Certificate.

Inheritance
object
RevocationDetails
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 RevocationDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RevocationState

Indicates why a Certificate was revoked.

Declaration
[JsonProperty("revocationState")]
public virtual string RevocationState { get; set; }
Property Value
Type Description
string

RevocationTime

object representation of RevocationTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RevocationTimeDateTimeOffset instead.")]
public virtual object RevocationTime { get; set; }
Property Value
Type Description
object

RevocationTimeDateTimeOffset

DateTimeOffset representation of RevocationTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? RevocationTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

RevocationTimeRaw

The time at which this Certificate was revoked.

Declaration
[JsonProperty("revocationTime")]
public virtual string RevocationTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX