Reference documentation and code samples for the Google Cloud Certificate Manager V1 Client class Reason.
Reason for provisioning failures.
Protobuf type google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.ProvisioningIssue.Reason
Namespace
Google \ Cloud \ CertificateManager \ V1 \ Certificate \ ManagedCertificate \ ProvisioningIssueMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
REASON_UNSPECIFIED
Value: 0
Reason is unspecified.
Generated from protobuf enum REASON_UNSPECIFIED = 0;
AUTHORIZATION_ISSUE
Value: 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.
Generated from protobuf enum AUTHORIZATION_ISSUE = 1;
RATE_LIMITED
Value: 2
Exceeded Certificate Authority quotas or internal rate limits of the system. Provisioning may take longer to complete.
Generated from protobuf enum RATE_LIMITED = 2;