Google Cloud Platform API 配置 OAuth2 许可和凭据
Google Cloud Platform API to configure OAuth2 consent and credentials
用于为 Oauth2 设置凭据的 Oauth2 setup help says to use the https://console.cloud.google.com/apis/credentials 页面。但是,我找不到任何 RESTful 或 gRPC API 的文档来实现相同的目标。有谁知道这是否存在?
有人知道 API 来设置 consent screen 吗?
我使用 Terraform Google 提供程序来配置我的 GCloud 平台,有人知道控制它的资源吗?
However I can find no documentation on any RESTful or gRPC API to
accomplish the same goal. Does anyone know if this exists?
没有publicAPI。必须在控制台中设置 OAuth 客户端密码。
Does anyone know of an API to setup the consent screen?
没有publicAPI.
I use the Terraform Google provider to configure my GCloud platform,
does anyone know of a resource to control this?
如果您的意思是要使用 Terraform 来设置 OAuth,由于没有 public API,因此没有 Terraform 功能。
用于为 Oauth2 设置凭据的 Oauth2 setup help says to use the https://console.cloud.google.com/apis/credentials 页面。但是,我找不到任何 RESTful 或 gRPC API 的文档来实现相同的目标。有谁知道这是否存在?
有人知道 API 来设置 consent screen 吗?
我使用 Terraform Google 提供程序来配置我的 GCloud 平台,有人知道控制它的资源吗?
However I can find no documentation on any RESTful or gRPC API to accomplish the same goal. Does anyone know if this exists?
没有publicAPI。必须在控制台中设置 OAuth 客户端密码。
Does anyone know of an API to setup the consent screen?
没有publicAPI.
I use the Terraform Google provider to configure my GCloud platform, does anyone know of a resource to control this?
如果您的意思是要使用 Terraform 来设置 OAuth,由于没有 public API,因此没有 Terraform 功能。