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

Certificate chains needed to verify the attestation. Certificates in chains are PEM-encoded and are ordered based on https://tools.ietf.org/html/rfc5246#section-7.4.2.

Attributes

  • caviumCerts (type: list(String.t), default: nil) - Cavium certificate chain corresponding to the attestation.
  • googleCardCerts (type: list(String.t), default: nil) - Google card certificate chain corresponding to the attestation.
  • googlePartitionCerts (type: list(String.t), default: nil) - Google partition certificate chain corresponding to the attestation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.KMSInventory.V1.Model.GoogleCloudKmsV1KeyOperationAttestationCertificateChains{
    caviumCerts: [String.t()] | nil,
    googleCardCerts: [String.t()] | nil,
    googlePartitionCerts: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.