Method: projects.apps.recaptchaEnterpriseConfig.batchGet

以原子方式获取指定应用列表的 RecaptchaEnterpriseConfig

HTTP 请求

GET https://firebaseappcheck.googleapis.com/v1beta/{parent=projects/*}/apps/-/recaptchaEnterpriseConfig:batchGet

网址采用 gRPC 转码语法。

路径参数

参数
parent

string

必需。由正在检索的所有 RecaptchaEnterpriseConfig 共享的父项目名称,格式为

projects/{project_number}

要检索的任何资源的 name 字段中的父集合必须与此字段匹配,否则整个批次将失败。

查询参数

参数
names[]

string

必需。要检索的 RecaptchaEnterpriseConfig 的相对资源名称,格式为:

projects/{project_number}/apps/{app_id}/recaptchaEnterpriseConfig

一个批次中最多可以检索 100 个对象。

请求正文

请求正文必须为空。

响应正文

recaptchaEnterpriseConfig.batchGet 方法的响应消息。

如果成功,响应正文将包含结构如下的数据:

JSON 表示法
{
  "configs": [
    {
      object (RecaptchaEnterpriseConfig)
    }
  ]
}
字段
configs[]

object (RecaptchaEnterpriseConfig)

已检索 RecaptchaEnterpriseConfig

授权范围

需要以下 OAuth 范围之一:

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

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