The maximum number of pools to return. If unspecified, at most 50 pools are returned. The maximum value is 1000; values above are 1000 truncated to 1000.
pageToken
string
A page token, received from a previous workloadIdentityPools.list call. Provide this to retrieve the subsequent page.
showDeleted
boolean
Whether to return soft-deleted pools.
Request body
The request body must be empty.
Response body
Response message for workloadIdentityPools.list.
If successful, the response body contains data with the following structure:
[[["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-05-21 UTC."],[[["This page details how to list all non-deleted WorkloadIdentityPools within a project, with the option to include deleted pools."],["The `GET` HTTP request to `https://iam.googleapis.com/v1/{parent=projects/*/locations/*}/workloadIdentityPools` is used to retrieve the list of pools, and it requires a `parent` path parameter specifying the project and location."],["The query parameters `pageSize`, `pageToken`, and `showDeleted` allow for controlling the number of pools returned, pagination, and inclusion of deleted pools, respectively."],["The response body will contain an array of `workloadIdentityPools` and a `nextPageToken` if there are additional pages of results."],["Listing WorkloadIdentityPools requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/iam` OAuth scope, along with the `iam.workloadIdentityPools.list` IAM permission on the parent resource."]]],[]]