Reference documentation and code samples for the Google Certificate Authority Service V1 Client class State.
The state of a CertificateRevocationList, indicating if it is current.
Protobuf type google.cloud.security.privateca.v1.CertificateRevocationList.State
Namespace
Google \ Cloud \ Security \ PrivateCA \ V1 \ CertificateRevocationListMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Not specified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ACTIVE
Value: 1The CertificateRevocationList is up to date.
Generated from protobuf enum ACTIVE = 1;
SUPERSEDED
Value: 2The CertificateRevocationList is no longer current.
Generated from protobuf enum SUPERSEDED = 2;