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

Response message for CertificateAuthorityService.FetchCaCerts.

Attributes

  • caCerts (type: list(GoogleApi.PrivateCA.V1.Model.CertChain.t), default: nil) - The PEM encoded CA certificate chains of all ACTIVE CertificateAuthority resources in this CaPool.

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.FetchCaCertsResponse{
  caCerts: [GoogleApi.PrivateCA.V1.Model.CertChain.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.