Method: projects.androidApps.sha.create

ShaCertificate添加到指定的AndroidApp

HTTP请求

POST https://firebase.googleapis.com/v1beta1/{parent=projects/*/androidApps/*}/sha

URL 使用gRPC 转码语法。

路径参数

参数
parent

string

要添加ShaCertificate的父AndroidApp的资源名称,格式为:

projects/ PROJECT_IDENTIFIER /androidApps/ APP_ID


由于APP_ID是唯一标识符,因此此处可以使用来自子集合的唯一资源访问模式,格式为:

projects/-/androidApps/ APP_ID


有关PROJECT_IDENTIFIERAPP_ID值的详细信息,请参阅AndroidApp name字段。

请求正文

请求正文包含ShaCertificate的实例。

响应体

如果成功,响应正文将包含新创建的ShaCertificate实例。

授权范围

需要以下 OAuth 范围之一:

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

有关详细信息,请参阅身份验证概述