ManagedCertificate(mapping=None, *, ignore_unknown_fields=False, **kwargs)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.
| Attributes | |
|---|---|
| Name | Description | 
| domains | MutableSequence[str]Immutable. The domains for which a managed SSL certificate will be generated. Wildcard domains are only supported with DNS challenge resolution. | 
| dns_authorizations | MutableSequence[str]Immutable. Authorizations that will be used for performing domain authorization. | 
| issuance_config | strImmutable. 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. | 
| state | google.cloud.certificate_manager_v1.types.Certificate.ManagedCertificate.StateOutput only. State of the managed certificate resource. | 
| provisioning_issue | google.cloud.certificate_manager_v1.types.Certificate.ManagedCertificate.ProvisioningIssueOutput only. Information about issues with provisioning a Managed Certificate. | 
| authorization_attempt_info | MutableSequence[google.cloud.certificate_manager_v1.types.Certificate.ManagedCertificate.AuthorizationAttemptInfo]Output only. Detailed state of the latest authorization attempt for each domain specified for managed certificate resource. | 
Classes
AuthorizationAttemptInfo
AuthorizationAttemptInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)State of the latest attempt to authorize a domain for certificate issuance.
ProvisioningIssue
ProvisioningIssue(mapping=None, *, ignore_unknown_fields=False, **kwargs)Information about issues with provisioning a Managed Certificate.
State
State(value)State of the managed certificate resource.