Module: Google::Cloud::Kms::V1::AutokeyConfig::State

Defined in:
proto_docs/google/cloud/kms/v1/autokey_admin.rb

Overview

The states AutokeyConfig can be in.

Constant Summary collapse

STATE_UNSPECIFIED =

The state of the AutokeyConfig is unspecified.

0
ACTIVE =

The AutokeyConfig is currently active.

1
KEY_PROJECT_DELETED =

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

2
UNINITIALIZED =

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

3