CertificateManagedArgs

data class CertificateManagedArgs(val authorizationAttemptInfos: Output<List<CertificateManagedAuthorizationAttemptInfoArgs>>? = null, val dnsAuthorizations: Output<List<String>>? = null, val domains: Output<List<String>>? = null, val issuanceConfig: Output<String>? = null, val provisioningIssues: Output<List<CertificateManagedProvisioningIssueArgs>>? = null, val state: Output<String>? = null) : ConvertibleToJava<CertificateManagedArgs>

Constructors

Link copied to clipboard
constructor(authorizationAttemptInfos: Output<List<CertificateManagedAuthorizationAttemptInfoArgs>>? = null, dnsAuthorizations: Output<List<String>>? = null, domains: Output<List<String>>? = null, issuanceConfig: Output<String>? = null, provisioningIssues: Output<List<CertificateManagedProvisioningIssueArgs>>? = null, state: Output<String>? = null)

Properties

Link copied to clipboard

(Output) Detailed state of the latest authorization attempt for each domain specified for this Managed Certificate. Structure is documented below. The provisioning_issue block contains:

Link copied to clipboard
val dnsAuthorizations: Output<List<String>>? = null

Authorizations that will be used for performing domain authorization. Either issuanceConfig or dnsAuthorizations should be specificed, but not both.

Link copied to clipboard
val domains: Output<List<String>>? = null

The domains for which a managed SSL certificate will be generated. Wildcard domains are only supported with DNS challenge resolution

Link copied to clipboard
val issuanceConfig: Output<String>? = null

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. Either issuanceConfig or dnsAuthorizations should be specificed, but not both.

Link copied to clipboard

(Output) Information about issues with provisioning this Managed Certificate. Structure is documented below.

Link copied to clipboard
val state: Output<String>? = null

(Output) State of the domain for managed certificate issuance. //*/

Functions

Link copied to clipboard
open override fun toJava(): CertificateManagedArgs