View Source GoogleApi.KMSInventory.V1.Model.GoogleCloudKmsV1KeyOperationAttestation (google_api_kms_inventory v0.4.0)

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.KMSInventory.V1.Model.GoogleCloudKmsV1KeyOperationAttestationCertificateChains.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.KMSInventory.V1.Model.GoogleCloudKmsV1KeyOperationAttestation{
  certChains:
    GoogleApi.KMSInventory.V1.Model.GoogleCloudKmsV1KeyOperationAttestationCertificateChains.t()
    | nil,
  content: String.t() | nil,
  format: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.