Google IAM V1beta API - Module Google::Iam::V1beta::WorkloadIdentityPool::State (v0.3.6)

Reference documentation and code samples for the Google IAM V1beta API module Google::Iam::V1beta::WorkloadIdentityPool::State.

The current state of the pool.

Constants

STATE_UNSPECIFIED

value: 0
State unspecified.

ACTIVE

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

DELETED

value: 2
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.