Reference documentation and code samples for the Google Certificate Authority Service V1beta1 Client class State.
The state of a CertificateAuthority, indicating if it can be used.
Protobuf type google.cloud.security.privateca.v1beta1.CertificateAuthority.State
Namespace
Google \ Cloud \ Security \ PrivateCA \ V1beta1 \ CertificateAuthorityMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Not specified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ENABLED
Value: 1
Certificates can be issued from this CA. CRLs will be generated for this CA.
Generated from protobuf enum ENABLED = 1;
DISABLED
Value: 2
Certificates cannot be issued from this CA. CRLs will still be generated.
Generated from protobuf enum DISABLED = 2;
PENDING_ACTIVATION
Value: 3
Certificates cannot be issued from this CA. CRLs will not be generated.
Generated from protobuf enum PENDING_ACTIVATION = 3;
PENDING_DELETION
Value: 4
Certificates cannot be issued from this CA. CRLs will not be generated.
Generated from protobuf enum PENDING_DELETION = 4;