Class ManagedCertificate (1.1.0)

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

NameDescription
domains Sequence[str]
Immutable. The domains for which a managed SSL certificate will be generated. Wildcard domains are only supported with DNS challenge resolution.
dns_authorizations Sequence[str]
Immutable. Authorizations that will be used for performing domain authorization.
issuance_config str
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.State
Output only. State of the managed certificate resource.
provisioning_issue google.cloud.certificate_manager_v1.types.Certificate.ManagedCertificate.ProvisioningIssue
Output only. Information about issues with provisioning a Managed Certificate.
authorization_attempt_info Sequence[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.

Inheritance

builtins.object > proto.message.Message > ManagedCertificate

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)

API documentation for certificate_manager_v1.types.Certificate.ManagedCertificate.State class.