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 page details how to list Identity Mappings within a specified Identity Mapping Store using the `listIdentityMappings` method."],["The HTTP request is a `GET` request to a specific URL that includes the identity mapping store's name as a path parameter."],["Optional query parameters `pageSize` and `pageToken` allow control over the number of results returned and for paging through multiple result sets."],["The request body for this method must be empty, as all parameters are passed via the URL or as query parameters."],["A successful response includes a JSON representation containing an array of `identityMappingEntries` and a `nextPageToken` for subsequent pages, if needed."]]],[]]