Required. The parent resource to create the pool in. The only supported location is global.
Query parameters
Parameters
workloadIdentityPoolId
string
Required. The ID to use for the pool, which becomes the final component of the resource name. This value should be 4-32 characters, and may contain the characters [a-z0-9-]. The prefix gcp- is reserved for use by Google, and may not be specified.
[[["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-03-07 UTC."],[[["This endpoint creates a new WorkloadIdentityPool resource within a specified project and location, which must be \"global\"."],["The HTTP request uses a `POST` method to the given URL, which uses gRPC Transcoding syntax, requiring a `parent` path parameter, and `workloadIdentityPoolId` query parameter for resource creation."],["The request body requires an instance of WorkloadIdentityPool, and a successful response returns a newly created Operation instance."],["Creating a WorkloadIdentityPool requires specific authorization scopes (`https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/iam`) and the `iam.workloadIdentityPools.create` IAM permission on the parent resource."],["Once a WorkloadIdentityPool is deleted, its name cannot be reused for a new pool for 30 days."]]],[]]