Class Certificate
A Certificate represents an X.509 certificate used to authenticate HTTPS connections to EKM replicas.
Implements
Inherited Members
Namespace: Google.Apis.CloudKMS.v1.Data
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class Certificate : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Issuer
Output only. The issuer distinguished name in RFC 2253 format. Only present if parsed is true.
Declaration
[JsonProperty("issuer")]
public virtual string Issuer { get; set; }
Property Value
Type | Description |
---|---|
string |
NotAfterTime
object representation of NotAfterTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use NotAfterTimeDateTimeOffset instead.")]
public virtual object NotAfterTime { get; set; }
Property Value
Type | Description |
---|---|
object |
NotAfterTimeDateTimeOffset
DateTimeOffset representation of NotAfterTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? NotAfterTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
NotAfterTimeRaw
Output only. The certificate is not valid after this time. Only present if parsed is true.
Declaration
[JsonProperty("notAfterTime")]
public virtual string NotAfterTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
NotBeforeTime
object representation of NotBeforeTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use NotBeforeTimeDateTimeOffset instead.")]
public virtual object NotBeforeTime { get; set; }
Property Value
Type | Description |
---|---|
object |
NotBeforeTimeDateTimeOffset
DateTimeOffset representation of NotBeforeTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? NotBeforeTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
NotBeforeTimeRaw
Output only. The certificate is not valid before this time. Only present if parsed is true.
Declaration
[JsonProperty("notBeforeTime")]
public virtual string NotBeforeTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Parsed
Output only. True if the certificate was parsed successfully.
Declaration
[JsonProperty("parsed")]
public virtual bool? Parsed { get; set; }
Property Value
Type | Description |
---|---|
bool? |
RawDer
Required. The raw certificate bytes in DER format.
Declaration
[JsonProperty("rawDer")]
public virtual string RawDer { get; set; }
Property Value
Type | Description |
---|---|
string |
SerialNumber
Output only. The certificate serial number as a hex string. Only present if parsed is true.
Declaration
[JsonProperty("serialNumber")]
public virtual string SerialNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
Sha256Fingerprint
Output only. The SHA-256 certificate fingerprint as a hex string. Only present if parsed is true.
Declaration
[JsonProperty("sha256Fingerprint")]
public virtual string Sha256Fingerprint { get; set; }
Property Value
Type | Description |
---|---|
string |
Subject
Output only. The subject distinguished name in RFC 2253 format. Only present if parsed is true.
Declaration
[JsonProperty("subject")]
public virtual string Subject { get; set; }
Property Value
Type | Description |
---|---|
string |
SubjectAlternativeDnsNames
Output only. The subject Alternative DNS names. Only present if parsed is true.
Declaration
[JsonProperty("subjectAlternativeDnsNames")]
public virtual IList<string> SubjectAlternativeDnsNames { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |