Cloud KMS V1 Client - Class State (2.1.0)

Reference documentation and code samples for the Cloud KMS V1 Client class State.

The states AutokeyConfig can be in.

Protobuf type google.cloud.kms.v1.AutokeyConfig.State

Namespace

Google \ Cloud \ Kms \ V1 \ AutokeyConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The state of the AutokeyConfig is unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

ACTIVE

Value: 1

The AutokeyConfig is currently active.

Generated from protobuf enum ACTIVE = 1;

KEY_PROJECT_DELETED

Value: 2

A previously configured key project has been deleted and the current AutokeyConfig is unusable.

Generated from protobuf enum KEY_PROJECT_DELETED = 2;

UNINITIALIZED

Value: 3

The AutokeyConfig is not yet initialized or has been reset to its default uninitialized state.

Generated from protobuf enum UNINITIALIZED = 3;