【发布时间】:2021-10-29 03:37:57
【问题描述】:
我了解到群组管理是通过“Google Workspace”完成的,并且需要 GCP 角色范围之外的特定权限。
我正在寻找一种简单的方法来直接(无需模拟)使用 GCP 服务帐户,以便运行 gcloud 命令以将该服务帐户管理组,例如:
gcloud identity groups memberships add --group-email="my@group.com" --member-email="my@user.com"
# OR
gcloud identity groups create my@group.com --organization="example.com"
【问题讨论】:
标签: google-cloud-platform google-workspace google-iam google-identity google-groups