Module: Google::Cloud::EdgeContainer::V1::KmsKeyState

Defined in:
proto_docs/google/cloud/edgecontainer/v1/resources.rb

Overview

Represents the accessibility state of a customer-managed KMS key used for CMEK integration.

Constant Summary collapse

KMS_KEY_STATE_UNSPECIFIED =

Unspecified.

0
KMS_KEY_STATE_KEY_AVAILABLE =

The key is available for use, and dependent resources should be accessible.

1
KMS_KEY_STATE_KEY_UNAVAILABLE =

The key is unavailable for an unspecified reason. Dependent resources may be inaccessible.

2