View Source GoogleApi.PrivateCA.V1.Model.SubordinateConfigChain (google_api_private_ca v0.9.0)

This message describes a subordinate CA's issuer certificate chain. This wrapper exists for compatibility reasons.

Attributes

  • pemCertificates (type: list(String.t), default: nil) - Required. Expected to be in leaf-to-root order according to RFC 5246.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.PrivateCA.V1.Model.SubordinateConfigChain{
  pemCertificates: [String.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.