更新指定应用的 PlayIntegrityConfig
。
当此配置不完整或无效时,应用无法将 Play Integrity 令牌交换为 App Check 令牌。
HTTP 请求
PATCH https://firebaseappcheck.googleapis.com/v1/{playIntegrityConfig.name=projects/*/apps/*/playIntegrityConfig}
网址采用 gRPC 转码语法。
路径参数
参数 | |
---|---|
playIntegrityConfig.name |
必需。Play Integrity 配置对象的相对资源名称,格式为:
|
查询参数
参数 | |
---|---|
updateMask |
必需。 |
请求正文
请求正文包含一个 PlayIntegrityConfig
实例。
响应正文
如果成功,则响应正文包含一个 PlayIntegrityConfig
实例。
授权范围
需要以下 OAuth 范围之一:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/firebase
如需了解详情,请参阅身份验证概览。