gdcloud projects remove-iam-policy-binding

名称

gdcloud projects remove-iam-policy-binding - 从项目中的成员中移除角色。

摘要

gdcloud projects remove-iam-policy-binding PROJECT_ID [flags]

说明

从项目中的成员移除角色。成员可以是真人用户,也可以是服务账号。

示例


To remove the role "pr-test-role" for user "test-user@example.com" with IdP prefix "fop" in project "iam-test", run:

    gdcloud projects remove-iam-policy-binding iam-test --role=pr-test-role --member=user:fop-test-user@example.com

To remove the role "pr-test-role" for service account "test-sa" of project "test-sa-project" in the project "iam-test", run:

    gdcloud projects remove-iam-policy-binding iam-test --role=pr-test-role --member=serviceAccount:test-sa-project:test-sa

必需标志

      --member string   Member to remove the binding for, defined by either user:EMAIL or serviceAccount:SERVICE_ACCOUNT_PROJECT:SERVICE_ACCOUNT_NAME. The email should contain the IdP prefix for the user.
      --role string     Role name to be removed from the member.

GDCLOUD 全局标志

以下标志适用于所有命令:--configuration--format--help--project--quiet

如需了解详情,请参阅 gdcloud CLI 参考概览页面。