GoogleApi.Container.V1.Model.CertificateAuthorityDomainConfig (google_api_container v0.57.0)
View SourceCertificateAuthorityDomainConfig configures one or more fully qualified domain names (FQDN) to a specific certificate.
Attributes
-
fqdns
(type:list(String.t)
, default:nil
) - List of fully qualified domain names (FQDN). Specifying port is supported. Wildcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000 -
gcpSecretManagerCertificateConfig
(type:GoogleApi.Container.V1.Model.GCPSecretManagerCertificateConfig.t
, default:nil
) - Google Secret Manager (GCP) certificate configuration.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Container.V1.Model.CertificateAuthorityDomainConfig{ fqdns: [String.t()] | nil, gcpSecretManagerCertificateConfig: GoogleApi.Container.V1.Model.GCPSecretManagerCertificateConfig.t() | nil }