Class PublicKeyCertificate
A public key certificate format and data.
Inheritance
object
PublicKeyCertificate
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIot.v1.Data
Assembly: Google.Apis.CloudIot.v1.dll
Syntax
public class PublicKeyCertificate : IDirectResponseSchema
Properties
Certificate
The certificate data.
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 |
Format
The certificate format.
Declaration
[JsonProperty("format")]
public virtual string Format { get; set; }
Property Value
Type | Description |
---|---|
string |
X509Details
[Output only] The certificate details. Used only for X.509 certificates.
Declaration
[JsonProperty("x509Details")]
public virtual X509CertificateDetails X509Details { get; set; }
Property Value
Type | Description |
---|---|
X509CertificateDetails |