GoogleApi.CloudKMS.V1.Model.CertificateChains (google_api_cloud_kms v0.37.0) View Source

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.

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.CertificateChains{
  caviumCerts: [String.t()] | nil,
  googleCardCerts: [String.t()] | nil,
  googlePartitionCerts: [String.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.