Module: Google::Cloud::Security::PrivateCA::V1beta1::CertificateRevocationList::State
- Defined in:
- proto_docs/google/cloud/security/privateca/v1beta1/resources.rb
Overview
The state of a CertificateRevocationList, indicating if it is current.
Constant Summary collapse
- STATE_UNSPECIFIED =
Not specified.
0
- ACTIVE =
The CertificateRevocationList is up to date.
1
- SUPERSEDED =
The CertificateRevocationList is no longer current.
2