Class RevocationDetails
Describes fields that are relavent to the revocation of a Certificate.
Implements
Inherited Members
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 |