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
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Not specified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ACTIVE
Value: 1
The CertificateRevocationList is up to date.
Generated from protobuf enum ACTIVE = 1;
SUPERSEDED
Value: 2
The CertificateRevocationList is no longer current.
Generated from protobuf enum SUPERSEDED = 2;