View Source GoogleApi.CertificateManager.V1.Model.TrustAnchor (google_api_certificate_manager v0.8.0)
Defines a trust anchor.
Attributes
-
pemCertificate
(type:String.t
, default:nil
) - PEM root certificate of the PKI used for validation. Each certificate provided in PEM format may occupy up to 5kB.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CertificateManager.V1.Model.TrustAnchor{ pemCertificate: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.