Class GoogleCloudKmsV1KeyOperationAttestationCertificateChains
Certificate chains needed to verify the attestation. Certificates in chains are PEM-encoded and are ordered based on https://tools.ietf.org/html/rfc5246#section-7.4.2.
Implements
Inherited Members
Namespace: Google.Apis.Kmsinventory.v1.Data
Assembly: Google.Apis.Kmsinventory.v1.dll
Syntax
public class GoogleCloudKmsV1KeyOperationAttestationCertificateChains : IDirectResponseSchema
Properties
CaviumCerts
Cavium certificate chain corresponding to the attestation.
Declaration
[JsonProperty("caviumCerts")]
public virtual IList<string> CaviumCerts { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleCardCerts
Google card certificate chain corresponding to the attestation.
Declaration
[JsonProperty("googleCardCerts")]
public virtual IList<string> GoogleCardCerts { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
GooglePartitionCerts
Google partition certificate chain corresponding to the attestation.
Declaration
[JsonProperty("googlePartitionCerts")]
public virtual IList<string> GooglePartitionCerts { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |