Lists all Identity Mapping Stores.
HTTP request
GET https://discoveryengine.googleapis.com/v1/{parent=projects/*/locations/*}/identityMappingStores
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent of the Identity Mapping Stores to list. Format: |
Query parameters
Parameters | |
---|---|
page |
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. |
page |
A page token, received from a previous When paginating, all other parameters provided to |
Request body
The request body must be empty.
Response body
Response message for IdentityMappingStoreService.ListIdentityMappingStores
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"identityMappingStores": [
{
object ( |
Fields | |
---|---|
identity |
The Identity Mapping Stores. |
next |
A token that can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.