列出身份映射存储区中的身份映射。
HTTP 请求
GET https://discoveryengine.googleapis.com/v1/{identityMappingStore=projects/*/locations/*/identityMappingStores/*}:listIdentityMappings
网址采用 gRPC 转码语法。
路径参数
| 参数 | |
|---|---|
identityMappingStore |
必需。要列出身份映射条目的身份映射存储区的名称。格式: |
查询参数
| 参数 | |
|---|---|
pageSize |
要返回的 IdentityMapping 数量上限。如果未指定,则默认为 2000。允许的最大值为 10000。大于 10000 的值会强制转换为 10000。 |
pageToken |
从之前的 进行分页时,提供给 |
请求正文
请求正文必须为空。
响应正文
IdentityMappingStoreService.ListIdentityMappings 的响应消息
如果成功,响应正文将包含结构如下的数据:
| JSON 表示法 |
|---|
{
"identityMappingEntries": [
{
object ( |
| 字段 | |
|---|---|
identityMappingEntries[] |
身份映射条目。 |
nextPageToken |
可作为 |
授权范围
需要以下 OAuth 范围之一:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/discoveryengine.readwrite
如需了解详情,请参阅 Authentication Overview。
IAM 权限
需要拥有 identityMappingStore 资源的以下 IAM 权限:
discoveryengine.identityMappingStores.listIdentityMappings
如需了解详情,请参阅 IAM 文档。