Certificate Authority Service V1beta1 API - Module Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthority::State (v0.3.6)

Reference documentation and code samples for the Certificate Authority Service V1beta1 API module Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthority::State.

The state of a CertificateAuthority, indicating if it can be used.

Constants

STATE_UNSPECIFIED

value: 0
Not specified.

ENABLED

value: 1
Certificates can be issued from this CA. CRLs will be generated for this CA.

DISABLED

value: 2
Certificates cannot be issued from this CA. CRLs will still be generated.

PENDING_ACTIVATION

value: 3
Certificates cannot be issued from this CA. CRLs will not be generated.

PENDING_DELETION

value: 4
Certificates cannot be issued from this CA. CRLs will not be generated.