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 page details how to list Identity Mapping Stores using a `GET` request to a specific URL format."],["The request requires specifying the `parent` path parameter in the URL, which defines the project and location for listing the Identity Mapping Stores."],["You can use `pageSize` and `pageToken` query parameters to control pagination, allowing retrieval of a specific number of Identity Mapping Stores and navigating through multiple pages of results."],["The request body must be empty, and the successful response body includes a list of `identityMappingStores` and a `nextPageToken` for pagination."],["Authorization for this request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]