Show / Hide Table of Contents

Class KeyOperationAttestation

Contains an HSM-generated attestation about a key operation. For more information, see [Verifying attestations] (https://cloud.google.com/kms/docs/attest-key).

Inheritance
object
KeyOperationAttestation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudKMS.v1.Data
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class KeyOperationAttestation : IDirectResponseSchema

Properties

CertChains

Output only. The certificate chains needed to validate the attestation

Declaration
[JsonProperty("certChains")]
public virtual CertificateChains CertChains { get; set; }
Property Value
Type Description
CertificateChains

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX