[[["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."],[[["\u003cp\u003eThis endpoint lists non-deleted WorkforcePoolProviderKeys within a specified WorkforcePoolProvider, and can optionally include soft-deleted keys if \u003ccode\u003eshowDeleted\u003c/code\u003e is true.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request uses a GET method to retrieve data from a specified URL structure, including the location, workforce pool, and provider.\u003c/p\u003e\n"],["\u003cp\u003eThe endpoint accepts \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e as query parameters for managing pagination of results, with a maximum \u003ccode\u003epageSize\u003c/code\u003e limit of 10.\u003c/p\u003e\n"],["\u003cp\u003eThe response body, upon success, will contain a JSON object with an array of WorkforcePoolProviderKeys and a \u003ccode\u003enextPageToken\u003c/code\u003e for subsequent page retrieval if necessary.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this request requires either the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/iam\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: locations.workforcePools.providers.keys.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListWorkforcePoolProviderKeysResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Examples](#examples)\n- [Try it!](#try-it)\n\nLists all non-deleted [WorkforcePoolProviderKey](/iam/docs/reference/rest/v1/locations.workforcePools.providers.keys#WorkforcePoolProviderKey)s in a [WorkforcePoolProvider](/iam/docs/reference/rest/v1/locations.workforcePools.providers#WorkforcePoolProvider). If `showDeleted` is set to `true`, then deleted keys are also listed.\n\n### HTTP request\n\n`GET https://iam.googleapis.com/v1/{parent=locations/*/workforcePools/*/providers/*}/keys`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for keys.list.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `\n https://www.googleapis.com/auth/iam`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]