Google Certificate Authority Service V1beta1 Client - Class State (1.2.2)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;