state property

String? state
getter/setter pair

State of the domain for managed certificate issuance.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : State is unspecified.
  • "AUTHORIZING" : Certificate provisioning for this domain is under way. Google Cloud will attempt to authorize the domain.
  • "AUTHORIZED" : A managed certificate can be provisioned, no issues for this domain.
  • "FAILED" : Attempt to authorize the domain failed. This prevents the Managed Certificate from being issued. See failure_reason and details fields for more information.

Implementation

core.String? state;