Module: Google::Cloud::Security::PrivateCA::V1::CertificateAuthority::State
- Defined in:
- proto_docs/google/cloud/security/privateca/v1/resources.rb
Overview
The state of a CertificateAuthority, indicating if it can be used.
Constant Summary collapse
- STATE_UNSPECIFIED =
Not specified.
0
- ENABLED =
1
- DISABLED =
2
- STAGED =
3
- AWAITING_USER_ACTIVATION =
4
- DELETED =
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.
5