Required. The parent of the Identity Mapping Stores to list. Format: projects/{project}/locations/{location}.
Query parameters
Parameters
pageSize
integer
Maximum number of IdentityMappingStores to return. If unspecified, defaults to 100. The maximum allowed value is 1000. Values above 1000 will be coerced to 1000.
pageToken
string
A page token, received from a previous identityMappingStores.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to identityMappingStores.list must match the call that provided the page token.
[[["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-02-28 UTC."],[[["This endpoint lists all Identity Mapping Stores within a specified project and location using a `GET` request to the provided URL."],["The request requires a `parent` path parameter to identify the project and location, formatted as `projects/{project}/locations/{location}`."],["Optional query parameters `pageSize` (default 100, max 1000) and `pageToken` can be used to manage the number of results returned and paginate through multiple pages."],["The request body must be empty, and a successful response includes a list of `identityMappingStores` and an optional `nextPageToken` for further pagination."],["Authorization requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` to access this endpoint."]]],[]]