使用 gcloud cli 启用全域委托

Enable domain wide delegation using the gcloud cli

我有一个 makefile,我在其中使用 gcloud CLI 创建服务帐户并设置角色。我还想使用 gcloud CLI 为此服务帐户启用域范围的委派。我只能找到 instructions 了解如何使用开发人员控制台执行此操作。是否可以使用 gcloud CLI 启用全域委派?

我确信 (!) 这不会通过 public API.

我将你的问题发送给了 Goo 的一位好友,希望他能在这里给出明确的答案。

根据 gCloud SDK documentions of gcloud iam, there are specific coomands to set roles and service-accounts.

可用于 domains are list-user-verified and verify 的命令。

这样,(还)没有办法通过gCloudSDK来执行G Suite全域授权。