GoogleApi.CertificateManager.V1.Model.TrustAnchor (google_api_certificate_manager v0.9.0)

View Source

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

t()

@type t() :: %GoogleApi.CertificateManager.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.