revoke_roles

Revokes the roles to an existing Enterprise Manager user or Enterprise Manager role.

Format

emcli revoke_roles 
      -name="username|rolename"
      [-roles="role1;role2;..."]

[ ]  indicates that the parameter is optional

Options

  • name

    User name or role name from which roles will be revoked.

  • roles

    Roles, which will be revoked from the Enterprise Manager user or role. You can specify this option more than once.

Examples

emcli revoke_roles
        -name="user1"
        -roles="SUPER_USER"

emcli revoke_roles
        -name="Role1"
        -roles="BLACKOUT_ADMIN;MAINTAIN_TARGET"