ID マッピング ストア内の ID マッピングを一覧表示します。
HTTP リクエスト
GET https://discoveryengine.googleapis.com/v1alpha/{identityMappingStore=projects/*/locations/*/identityMappingStores/*}:listIdentityMappings
この URL では gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ | |
---|---|
identityMappingStore |
必須。ID マッピング エントリを一覧表示する ID マッピング ストアの名前。形式: |
クエリ パラメータ
パラメータ | |
---|---|
pageSize |
返す IdentityMapping の最大数。指定しない場合、デフォルトは 2, 000 です。最大 10,000 です。10,000 を超える値は 10,000 に強制変換されます。 |
pageToken |
前回の ページ分割を行う場合、 |
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
IdentityMappingStoreService.ListIdentityMappings
に対するレスポンス メッセージ。
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
JSON 表現 |
---|
{
"identityMappingEntries": [
{
object ( |
フィールド | |
---|---|
identityMappingEntries[] |
ID マッピング エントリ。 |
nextPageToken |
次のページを取得するために |
認可スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/discoveryengine.readwrite
詳細については、Authentication Overview をご覧ください。
IAM 権限
identityMappingStore
リソースに対する次の IAM 権限が必要です。
discoveryengine.identityMappingStores.listIdentityMappings
詳細については、IAM のドキュメントをご覧ください。