Reference documentation and code samples for the Google Cloud Certificate Manager V1 Client class State.
State of the domain for managed certificate issuance.
Protobuf type google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.State
Namespace
Google \ Cloud \ CertificateManager \ V1 \ Certificate \ ManagedCertificate \ AuthorizationAttemptInfoMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
State is unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
AUTHORIZING
Value: 1
Certificate provisioning for this domain is under way. Google Cloud will attempt to authorize the domain.
Generated from protobuf enum AUTHORIZING = 1;
AUTHORIZED
Value: 6
A managed certificate can be provisioned, no issues for this domain.
Generated from protobuf enum AUTHORIZED = 6;
FAILED
Value: 7
Attempt to authorize the domain failed. This prevents the Managed Certificate from being issued.
See failure_reason
and details
fields for more information.
Generated from protobuf enum FAILED = 7;