state property

String? state
getter/setter pair

State of the managed certificate resource.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : State is unspecified.
  • "PROVISIONING" : Certificate Manager attempts to provision or renew the certificate. If the process takes longer than expected, consult the provisioning_issue field.
  • "FAILED" : Multiple certificate provisioning attempts failed and Certificate Manager gave up. To try again, delete and create a new managed Certificate resource. For details see the provisioning_issue field.
  • "ACTIVE" : The certificate management is working, and a certificate has been provisioned.

Implementation

core.String? state;