Method: projects.tenants.domain.verify

验证所请求的自定义网域是否具有所需的 DNS 记录。

HTTP 请求

POST https://identitytoolkit.googleapis.com/admin/v2/{resource=projects/*/tenants/*}/domain:verify

网址采用 gRPC 转码语法。

路径参数

参数
resource

string

要验证域名的资源的名称。此方法目前接受为项目(例如“projects/my-awesome-project”)或租户(例如“projects/my-awesome-project/tenants/my-awesome-tenant”)验证网域。

必须对指定的资源 resource 具有以下 IAM 权限才能进行授权:

  • firebaseauth.configs.update

请求正文

请求正文中包含结构如下的数据:

JSON 表示法
{
  "domain": string,
  "action": enum (DomainVerificationAction)
}
字段
domain

string

此请求的目标网域。

action

enum (DomainVerificationAction)

针对给定网域尝试执行的操作。

响应正文

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

授权范围

需要以下 OAuth 范围之一:

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

如需了解详情,请参阅 Authentication Overview