Reference documentation and code samples for the Google IAM V1beta API module Google::Iam::V1beta::WorkloadIdentityPoolProvider::State.
The current state of the provider.
Constants
STATE_UNSPECIFIED
value: 0 State unspecified.
ACTIVE
value: 1 The provider is active, and may be used to validate authentication
credentials.
DELETED
value: 2 The provider is soft-deleted. Soft-deleted providers are permanently
deleted after approximately 30 days. You can restore a soft-deleted
provider using
UndeleteWorkloadIdentityPoolProvider.
You cannot reuse the ID of a soft-deleted provider until it is
permanently deleted.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-03 UTC."],[],[],null,["# Google IAM V1beta API - Module Google::Iam::V1beta::WorkloadIdentityPoolProvider::State (v0.3.6)\n\nVersion latestkeyboard_arrow_down\n\n- [0.3.6 (latest)](/ruby/docs/reference/google-iam-v1beta/latest/Google-Iam-V1beta-WorkloadIdentityPoolProvider-State)\n- [0.3.5](/ruby/docs/reference/google-iam-v1beta/0.3.5/Google-Iam-V1beta-WorkloadIdentityPoolProvider-State) \nReference documentation and code samples for the Google IAM V1beta API module Google::Iam::V1beta::WorkloadIdentityPoolProvider::State.\n\nThe current state of the provider.\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n**value:** 0 \nState unspecified.\n\n### ACTIVE\n\n**value:** 1 \nThe provider is active, and may be used to validate authentication\ncredentials.\n\n### DELETED\n\n**value:** 2 \nThe provider is soft-deleted. Soft-deleted providers are permanently\ndeleted after approximately 30 days. You can restore a soft-deleted\nprovider using\n[UndeleteWorkloadIdentityPoolProvider](/ruby/docs/reference/google-iam-v1beta/latest/Google-Iam-V1beta-WorkloadIdentityPools-Client#Google__Iam__V1beta__WorkloadIdentityPools__Client_undelete_workload_identity_pool_provider_instance_ \"Google::Iam::V1beta::WorkloadIdentityPools::Client#undelete_workload_identity_pool_provider (method)\").\n\n\n\u003cbr /\u003e\n\nYou cannot reuse the ID of a soft-deleted provider until it is\npermanently deleted."]]