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

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 certificate authorities in this CaPool in the ENABLED, DISABLED, or STAGED states.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PrivateCA.V1.Model.FetchCaCertsResponse{
  caCerts: [GoogleApi.PrivateCA.V1.Model.CertChain.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.