View Source GoogleApi.PrivateCA.V1.Model.FetchCaCertsResponse (google_api_private_ca v0.12.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
Unwrap a decoded JSON object into its complex fields.