Reference documentation and code samples for the Google Certificate Authority Service V1 Client class State.
The state of a CertificateAuthority, indicating if it can be used.
Protobuf type google.cloud.security.privateca.v1.CertificateAuthority.State
Namespace
Google \ Cloud \ Security \ PrivateCA \ V1 \ 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. The CA will be part of the CaPool's trust anchor, and will be used to issue certificates from the CaPool.
Generated from protobuf enum ENABLED = 1;
DISABLED
Value: 2
Certificates cannot be issued from this CA. CRLs will still be generated.
The CA will be part of the CaPool's trust anchor, but will not be used to issue certificates from the CaPool.
Generated from protobuf enum DISABLED = 2;
STAGED
Value: 3
Certificates can be issued from this CA. CRLs will be generated for this CA. The CA will be part of the CaPool's trust anchor, but will not be used to issue certificates from the CaPool.
Generated from protobuf enum STAGED = 3;
AWAITING_USER_ACTIVATION
Value: 4
Certificates cannot be issued from this CA. CRLs will not be generated.
The CA will not be part of the CaPool's trust anchor, and will not be used to issue certificates from the CaPool.
Generated from protobuf enum AWAITING_USER_ACTIVATION = 4;
DELETED
Value: 5
Certificates cannot be issued from this CA. CRLs will not be generated.
The CA may still be recovered by calling CertificateAuthorityService.UndeleteCertificateAuthority before expire_time. The CA will not be part of the CaPool's trust anchor, and will not be used to issue certificates from the CaPool.
Generated from protobuf enum DELETED = 5;