Required. The ID for the provider, which becomes the final component of the resource name. This value must 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 page details how to create a new WorkloadIdentityPoolProvider within a specified WorkloadIdentityPool via a POST HTTP request."],["The request URL requires a `parent` path parameter to identify the target WorkloadIdentityPool, as well as a `workloadIdentityPoolProviderId` query parameter to name the new provider, which must be unique for at least 30 days following a deletion."],["The request body should include the definition of the WorkloadIdentityPoolProvider being created, while the successful response will contain an Operation instance."],["Creating a provider requires the `iam.workloadIdentityPoolProviders.create` IAM permission on the parent resource and one of the listed OAuth scopes for authorization."],["The provided HTTP request structure uses gRPC Transcoding syntax, which is detailed on the linked Google documentation."]]],[]]