GoogleApi.CertificateManager.V1.Model.CertificateAuthorityServiceConfig (google_api_certificate_manager v0.9.0)

View Source

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

t()

@type t() :: %GoogleApi.CertificateManager.V1.Model.CertificateAuthorityServiceConfig{
  caPool: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.