GoogleApi.IAM.V1.Model.TrustAnchor (google_api_iam v0.45.0)
View SourceRepresents 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
@type t() :: %GoogleApi.IAM.V1.Model.TrustAnchor{pemCertificate: String.t() | nil}