state property

String? state
getter/setter pair

The State for this CertificateAuthority.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Not specified.
  • "ENABLED" : Certificates can be issued from this CA. CRLs will be generated for this CA.
  • "DISABLED" : Certificates cannot be issued from this CA. CRLs will still be generated.
  • "PENDING_ACTIVATION" : Certificates cannot be issued from this CA. CRLs will not be generated.
  • "PENDING_DELETION" : Certificates cannot be issued from this CA. CRLs will not be generated.

Implementation

core.String? state;