Managed Certificate Args
data class ManagedCertificateArgs(val dnsAuthorizations: Output<List<String>>? = null, val domains: Output<List<String>>? = null, val issuanceConfig: Output<String>? = null) : ConvertibleToJava<ManagedCertificateArgs>
Configuration and state of a Managed Certificate. Certificate Manager provisions and renews Managed Certificates automatically, for as long as it's authorized to do so.
Constructors
Functions
Properties
Link copied to clipboard
Immutable. The resource name for a CertificateIssuanceConfig used to configure private PKI certificates in the format projects/*/locations/*/certificateIssuanceConfigs/*
. If this field is not set, the certificates will instead be publicly signed as documented at https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs#caa. //*/