GoogleApi.IAM.V1.Model.IntermediateCA (google_api_iam v0.45.0)

View Source

Intermediate CA certificates used for building the trust chain to trust anchor

Attributes

  • pemCertificate (type: String.t, default: nil) - PEM certificate of the PKI used for validation. Must only contain one ca certificate.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.IAM.V1.Model.IntermediateCA{pemCertificate: String.t() | nil}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.