View Source GoogleApi.PrivateCA.V1.Model.SubordinateConfigChain (google_api_private_ca v0.13.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.