Module: Google::Cloud::CertificateManager::V1::Certificate::ManagedCertificate::AuthorizationAttemptInfo::State
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb
Overview
State of the domain for managed certificate issuance.
Constant Summary collapse
- STATE_UNSPECIFIED =
State is unspecified.
0
- AUTHORIZING =
Certificate provisioning for this domain is under way. Google Cloud 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
anddetails
fields for more information. 7