View Source GoogleApi.CertificateManager.V1.Model.CertificateAuthorityServiceConfig (google_api_certificate_manager v0.7.0)
Contains information required to contact CA service.
Attributes
-
caPool
(type:String.t
, default:nil
) - Required. A CA pool resource used to issue a certificate. The CA pool string has a relative resource path following the form "projects/{project}/locations/{location}/caPools/{ca_pool}".
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CertificateManager.V1.Model.CertificateAuthorityServiceConfig{ caPool: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.