Enum CertificateAuthority.State (2.5.0)

public enum CertificateAuthority.State extends Enum<CertificateAuthority.State> implements ProtocolMessageEnum

The state of a CertificateAuthority, indicating if it can be used.

Protobuf enum google.cloud.security.privateca.v1beta1.CertificateAuthority.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DISABLED

Certificates cannot be issued from this CA. CRLs will still be generated.

DISABLED = 2;

DISABLED_VALUE

Certificates cannot be issued from this CA. CRLs will still be generated.

DISABLED = 2;

ENABLED

Certificates can be issued from this CA. CRLs will be generated for this CA.

ENABLED = 1;

ENABLED_VALUE

Certificates can be issued from this CA. CRLs will be generated for this CA.

ENABLED = 1;

PENDING_ACTIVATION

Certificates cannot be issued from this CA. CRLs will not be generated.

PENDING_ACTIVATION = 3;

PENDING_ACTIVATION_VALUE

Certificates cannot be issued from this CA. CRLs will not be generated.

PENDING_ACTIVATION = 3;

PENDING_DELETION

Certificates cannot be issued from this CA. CRLs will not be generated.

PENDING_DELETION = 4;

PENDING_DELETION_VALUE

Certificates cannot be issued from this CA. CRLs will not be generated.

PENDING_DELETION = 4;

STATE_UNSPECIFIED

Not specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Not specified.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()