Module: Google::Iam::V1beta::WorkloadIdentityPool::State

Defined in:
proto_docs/google/iam/v1beta/workload_identity_pool.rb

Overview

The current state of the pool.

Constant Summary collapse

STATE_UNSPECIFIED =

State unspecified.

0
ACTIVE =

The pool is active, and may be used in Google Cloud policies.

1
DELETED =

The pool is soft-deleted. Soft-deleted pools are permanently deleted after approximately 30 days. You can restore a soft-deleted pool using UndeleteWorkloadIdentityPool.

You cannot reuse the ID of a soft-deleted pool until it is permanently deleted.

While a pool is deleted, you cannot use it to exchange tokens, or use existing tokens to access resources. If the pool is undeleted, existing tokens grant access again.

2