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

View Source

Represents a root of trust.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.