Revoking Permission from a User or a Role
After a permission has been granted on a table, it can be subsequently revoked by using the tibdg user revoke or tibdg role revoke command.
Before you begin
- Ensure that you have transport encryption in the grid by setting
encrypted_connections=allin the grid configuration. See Enabling Transport Encryption on a Data Grid.
- Procedure
- On a specific table, to revoke permissions from a user, use the
tibdg user revoke
command. Use the following syntax:
tibdg user revoke table-name user-name [READ|WRITE|ALL]
- On a specific table, to revoke permissions from a role, use the
tibdg role revoke
command. Use the following syntax:
tibdg role revoke table-name role-name [READ|WRITE|ALL]