Required. Full brand path. In the following format: projects/{projectNumber/id}/brands/{brand}.
Authorization requires the following IAM permission on the specified resource parent:
clientauthconfig.clients.listWithSecrets
Query parameters
Parameters
pageSize
integer
The maximum number of clients to return. The service may return fewer than this value. If unspecified, at most 100 clients will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
pageToken
string
A page token, received from a previous identityAwareProxyClients.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to identityAwareProxyClients.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response message for identityAwareProxyClients.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-06-17 UTC."],[[["\u003cp\u003eThis endpoint lists existing Identity-Aware Proxy (IAP) clients for a specified brand within a project.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request uses a \u003ccode\u003eGET\u003c/code\u003e method with a URL that requires a \u003ccode\u003eparent\u003c/code\u003e path parameter in the format \u003ccode\u003eprojects/*/brands/*\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters, \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e, can be used to control the number of clients returned and for pagination.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and the successful response includes an array of \u003ccode\u003eidentityAwareProxyClients\u003c/code\u003e and optionally a \u003ccode\u003enextPageToken\u003c/code\u003e for subsequent pages.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003eclientauthconfig.clients.listWithSecrets\u003c/code\u003e IAM permission and the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: projects.brands.identityAwareProxyClients.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.ListIdentityAwareProxyClientsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists the existing clients for the brand.\n\n### HTTP request\n\n`GET https://iap.googleapis.com/v1/{parent=projects/*/brands/*}/identityAwareProxyClients`\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 identityAwareProxyClients.list.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]