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

Reference documentation and code samples for the Google Certificate Authority Service V1beta1 Client class State.

The state of a CertificateRevocationList, indicating if it is current.

Protobuf type google.cloud.security.privateca.v1beta1.CertificateRevocationList.State

Namespace

Google \ Cloud \ Security \ PrivateCA \ V1beta1 \ CertificateRevocationList

Methods

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;

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;