Method: projects.apps.playIntegrityConfig.patch

更新指定应用的 PlayIntegrityConfig

由于此配置不完整或无效,应用无法将 Play Integrity 令牌交换为 App Check 令牌。

HTTP 请求

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

网址采用 gRPC 转码语法。

路径参数

参数
playIntegrityConfig.name

string

必需。Play Integrity 配置对象的相对资源名称,格式为:

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

查询参数

参数
updateMask

string (FieldMask format)

必需。要更新的 PlayIntegrityConfig Gets 中的字段名称的逗号分隔列表。示例:tokenTtl

请求正文

请求正文包含一个 PlayIntegrityConfig 实例。

响应正文

如果成功,则响应正文包含一个 PlayIntegrityConfig 实例。

授权范围

需要以下 OAuth 范围之一:

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

如需了解详情,请参阅身份验证概览