我如何从 Google API 和凭据页面访问对象
How I can access the objects from Google APIs and Credentials page
我正在编写 Deployment Manager 脚本并希望检索此信息。
在页面 console.cloud.google.com/apis/credentials 上,有一个 OAuth 2.0 客户端 ID 列表。我想通过 REST 访问它。
检查来自 REST 资源的列表资源:v1.projects.brands link:
https://cloud.google.com/iap/docs/reference/rest#rest-resource:-v1.projects.brands
有关详细信息,请查看如何使用 API 以编程方式为 IAP 创建 OAuth 客户端:
https://cloud.google.com/iap/docs/programmatic-oauth-clients
干杯。
我正在编写 Deployment Manager 脚本并希望检索此信息。
在页面 console.cloud.google.com/apis/credentials 上,有一个 OAuth 2.0 客户端 ID 列表。我想通过 REST 访问它。
检查来自 REST 资源的列表资源:v1.projects.brands link: https://cloud.google.com/iap/docs/reference/rest#rest-resource:-v1.projects.brands
有关详细信息,请查看如何使用 API 以编程方式为 IAP 创建 OAuth 客户端: https://cloud.google.com/iap/docs/programmatic-oauth-clients
干杯。