google_api_cloud_kms v0.6.0 GoogleApi.CloudKMS.V1.Model.KeyOperationAttestation 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

  • content (binary()): Output only. The attestation data provided by the HSM when the key operation was performed. Defaults to: null.
  • format (String.t): Output only. The format of the attestation data. Defaults to: null.

    • Enum - one of [ATTESTATION_FORMAT_UNSPECIFIED, CAVIUM_V1_COMPRESSED, CAVIUM_V2_COMPRESSED]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.CloudKMS.V1.Model.KeyOperationAttestation{
  content: any(),
  format: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.