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 an Identity Mapping Store using a GET request to a specific URL with gRPC Transcoding syntax."],["The request requires a path parameter, `identityMappingStore`, to specify the target store and accepts optional query parameters, `pageSize` and `pageToken`, for pagination."],["The request body must be empty, and successful responses contain a JSON representation with a list of `identityMappingEntries` and a `nextPageToken` for further pagination."],["Authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for access."]]],[]]