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."],["The HTTP request to retrieve the list is a `GET` request to the provided URL, which uses gRPC Transcoding syntax."],["The `parent` path parameter is required to specify the project and location, while `pageSize` and `pageToken` query parameters can be used for pagination of results."],["The request body must be empty, and the successful response includes a list of `identityMappingStores` and a `nextPageToken` for retrieving subsequent pages."],["Authorization for this request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]