從身分識別對應儲存區清除指定或所有身分識別對應項目。
HTTP 要求
POST https://discoveryengine.googleapis.com/v1beta/{identityMappingStore=projects/*/locations/*/identityMappingStores/*}:purgeIdentityMappings
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 | |
---|---|
identityMappingStore |
這是必要旗標,要從中清除識別資訊對應項目的識別資訊對應商店名稱。格式: |
要求主體
要求主體包含下列結構的資料:
JSON 表示法 |
---|
{ "filter": string, // Union field |
欄位 | |
---|---|
filter |
篩選要清除的相符識別資訊對應檔。適用篩選功能的欄位如下:* 範例:
篩選欄位會預設為隱含的 AND 條件。請勿與來源搭配使用。如果同時提供這兩項資訊,系統會擲回錯誤。 |
聯集欄位 source 。輸入內容的來源。source 只能是下列其中一項: |
|
inlineSource |
要從中清除身分對應項目的內嵌來源。 |
force |
實際執行清除作業。如果 |
回應主體
如果成功,回應主體會包含 Operation
的執行個體。
授權範圍
需要下列其中一種 OAuth 範圍:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/discoveryengine.readwrite
詳情請參閱Authentication Overview。
IAM 權限
需要 identityMappingStore
資源的下列 IAM 權限:
discoveryengine.identityMappingStores.purgeIdentityMappings
詳情請參閱 IAM 說明文件。
InlineSource
要從中清除身分對應項目的內嵌來源。
JSON 表示法 |
---|
{
"identityMappingEntries": [
{
object ( |
欄位 | |
---|---|
identityMappingEntries[] |
一次最多可清除 10000 個項目 |