Class GoogleCloudKmsV1KeyOperationAttestation
Contains an HSM-generated attestation about a key operation. For more information, see [Verifying attestations] (https://cloud.google.com/kms/docs/attest-key).
Implements
Inherited Members
Namespace: Google.Apis.Kmsinventory.v1.Data
Assembly: Google.Apis.Kmsinventory.v1.dll
Syntax
public class GoogleCloudKmsV1KeyOperationAttestation : IDirectResponseSchema
Properties
CertChains
Output only. The certificate chains needed to validate the attestation
Declaration
[JsonProperty("certChains")]
public virtual GoogleCloudKmsV1KeyOperationAttestationCertificateChains CertChains { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudKmsV1KeyOperationAttestationCertificateChains |
Content
Output only. The attestation data provided by the HSM when the key operation was performed.
Declaration
[JsonProperty("content")]
public virtual string Content { 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
Output only. The format of the attestation data.
Declaration
[JsonProperty("format")]
public virtual string Format { get; set; }
Property Value
Type | Description |
---|---|
string |