Module: Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthority::State
- Defined in:
- proto_docs/google/cloud/security/privateca/v1beta1/resources.rb
Overview
The state of a CertificateAuthority, indicating if it can be used.
Constant Summary collapse
- STATE_UNSPECIFIED =
Not specified.
0
- ENABLED =
Certificates can be issued from this CA. CRLs will be generated for this CA.
1
- DISABLED =
Certificates cannot be issued from this CA. CRLs will still be generated.
2
- PENDING_ACTIVATION =
Certificates cannot be issued from this CA. CRLs will not be generated.
3
- PENDING_DELETION =
Certificates cannot be issued from this CA. CRLs will not be generated.
4