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

View Source

The CA that issues the workload certificate. It includes CA address, type, authentication to CA service, etc.

Attributes

  • certificateAuthorityServiceConfig (type: GoogleApi.CertificateManager.V1.Model.CertificateAuthorityServiceConfig.t, default: nil) - Defines a CertificateAuthorityServiceConfig.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.