GoogleApi.CloudKMS.V1.Model.KeyOperationAttestation (google_api_cloud_kms v0.32.2) View Source

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

Attributes

  • certChains (type: GoogleApi.CloudKMS.V1.Model.CertificateChains.t, default: nil) - Output only. The certificate chains needed to validate the attestation
  • content (type: String.t, default: nil) - Output only. The attestation data provided by the HSM when the key operation was performed.
  • format (type: String.t, default: nil) - Output only. The format of the attestation data.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudKMS.V1.Model.KeyOperationAttestation{
  certChains: GoogleApi.CloudKMS.V1.Model.CertificateChains.t() | nil,
  content: String.t() | nil,
  format: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.