Method: projects.apps.playIntegrityConfig.patch

更新指定應用程式的 PlayIntegrityConfig

雖然這項設定不完整或無效,但應用程式將無法針對 App Check 權杖交換 Play Integrity 權杖。

HTTP 要求

PATCH https://firebaseappcheck.googleapis.com/v1/{playIntegrityConfig.name=projects/*/apps/*/playIntegrityConfig}

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
playIntegrityConfig.name

string

必要欄位。Play Integrity 設定物件的相對資源名稱,格式如下:

projects/{project_number}/apps/{app_id}/playIntegrityConfig

查詢參數

參數
updateMask

string (FieldMask format)

必要欄位。「PlayIntegrityConfig 取得要更新」中的欄位名稱清單 (以半形逗號分隔)。例如:tokenTtl.

要求主體

要求主體包含 PlayIntegrityConfig 的例項。

回應主體

如果成功,回應主體會包含 PlayIntegrityConfig 的執行例項。

授權範圍

需要下列其中一種 OAuth 範圍:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/firebase

詳情請參閱驗證總覽