Method: locations.workforcePools.providers.list Stay organized with collections Save and categorize content based on your preferences.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Examples
- Try it!
Lists all non-deletedWorkforcePoolProviders in aWorkforcePool. IfshowDeleted is set totrue, then deleted providers are also listed.
HTTP request
GET https://iam.googleapis.com/v1/{parent=locations/*/workforcePools/*}/providers
The URL usesgRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The pool to list providers for. Format: |
Query parameters
| Parameters | |
|---|---|
pageSize |
The maximum number of providers to return. If unspecified, at most 50 providers are returned. The maximum value is 100; values above 100 are truncated to 100. |
pageToken |
A page token, received from a previous |
showDeleted |
Whether to return soft-deleted providers. |
Request body
The request body must be empty.
Response body
Response message for providers.list.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{"workforcePoolProviders":[{object ( |
| Fields | |
|---|---|
workforcePoolProviders[] |
A list of providers. |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/iam
For more information, see theAuthentication Overview.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-21 UTC.