Module: Google::Cloud::CertificateManager::V1::Certificate::ManagedCertificate::AuthorizationAttemptInfo::State

Defined in:
proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb

Constant Summary collapse

STATE_UNSPECIFIED =
0
AUTHORIZING =

Certificate provisioning for this domain is under way. GCP will attempt to authorize the domain.

1
AUTHORIZED =

A managed certificate can be provisioned, no issues for this domain.

6
FAILED =

Attempt to authorize the domain failed. This prevents the Managed Certificate from being issued. See failure_reason and details fields for more information.

7