Reference documentation and code samples for the Ceritificate Authority Service V1 API module Google::Cloud::Security::PrivateCA::V1::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. The CA will be part of the
CaPool's trust anchor, and
will be used to issue certificates from the
CaPool.
DISABLED
value: 2
Certificates cannot be issued from this CA. CRLs will still be generated.
The CA will be part of the
CaPool's trust anchor, but
will not be used to issue certificates from the
CaPool.
STAGED
value: 3
Certificates can be issued from this CA. CRLs will be generated for this
CA. The CA will be part of the
CaPool's trust anchor, but
will not be used to issue certificates from the
CaPool.
AWAITING_USER_ACTIVATION
value: 4
Certificates cannot be issued from this CA. CRLs will not be generated.
The CA will not be part of the
CaPool's trust anchor, and
will not be used to issue certificates from the
CaPool.
DELETED
value: 5
Certificates cannot be issued from this CA. CRLs will not be generated.
The CA may still be recovered by calling
CertificateAuthorityService.UndeleteCertificateAuthority
before
expire_time.
The CA will not be part of the
CaPool's trust anchor, and
will not be used to issue certificates from the
CaPool.