Managed Certificate Response
data class ManagedCertificateResponse(val authorizationAttemptInfo: List<AuthorizationAttemptInfoResponse>, val dnsAuthorizations: List<String>, val domains: List<String>, val issuanceConfig: String, val provisioningIssue: ProvisioningIssueResponse, val state: String)
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
Link copied to clipboard
fun ManagedCertificateResponse(authorizationAttemptInfo: List<AuthorizationAttemptInfoResponse>, dnsAuthorizations: List<String>, domains: List<String>, issuanceConfig: String, provisioningIssue: ProvisioningIssueResponse, state: String)
Types
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.