View Source GoogleApi.CloudKMS.V1.Model.CertificateChains (google_api_cloud_kms v0.39.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.CloudKMS.V1.Model.CertificateChains{
  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.