Required. The name of the Identity Mapping Store to list Identity Mapping Entries in. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}
Query parameters
Parameters
pageSize
integer
Maximum number of IdentityMappings to return. If unspecified, defaults to 2000. The maximum allowed value is 10000. Values above 10000 will be coerced to 10000.
pageToken
string
A page token, received from a previous identityMappingStores.listIdentityMappings call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to identityMappingStores.listIdentityMappings 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 Identity Mappings within a specified Identity Mapping Store using a GET request."],["The `identityMappingStore` path parameter is required to identify the target store, using a specific format: `projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}`."],["Optional query parameters `pageSize` (defaulting to 2000, max 10000) and `pageToken` allow for pagination of the Identity Mapping results."],["The request body must be empty, and the successful response includes an array of `identityMappingEntries` and a `nextPageToken` for further pagination."],["Authorization for this endpoint requires the OAuth scope: `https://www.googleapis.com/auth/cloud-platform`."]]],[]]