Class ProvisioningIssue (1.7.0)

ProvisioningIssue(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information about issues with provisioning a Managed Certificate.

Attributes

NameDescription
reason google.cloud.certificate_manager_v1.types.Certificate.ManagedCertificate.ProvisioningIssue.Reason
Output only. Reason for provisioning failures.
details str
Output only. Human readable explanation about the issue. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use Reason enum.

Classes

Reason

Reason(value)

Reason for provisioning failures.

Values: REASON_UNSPECIFIED (0): Reason is unspecified. AUTHORIZATION_ISSUE (1): Certificate provisioning failed due to an issue with one or more of the domains on the certificate. For details of which domains failed, consult the authorization_attempt_info field. RATE_LIMITED (2): Exceeded Certificate Authority quotas or internal rate limits of the system. Provisioning may take longer to complete.