evroc iam rolebinding revoke
Revoke a role from a principal
evroc iam rolebinding revoke [flags]
Examples
# Revoke a role from a user in the current project
$ evroc iam rolebinding revoke --principal /iam/users/<user-id> --role /iam/roles/<role>
Options
-h, --help help for revoke
--organization Revoke in the current organization instead of project
--principal string Principal FQID (e.g. /iam/users/<user-id>)
--role string Role FQID (e.g. /iam/roles/<role>)
Options inherited from parent commands
--config string Path to the evroc config file (default "~/.evroc/config.yaml")
SEE ALSO
- evroc iam rolebinding - RoleBinding management commands