Learn about user-level permissions in Firebolt.
Privilege | Description | GRANT Syntax | REVOKE Syntax |
---|---|---|---|
MODIFY | Grants the ability to drop the specified user. | GRANT MODIFY ON USER <user_name> TO <role>; | REVOKE MODIFY ON USER <user_name> FROM <role>; |
developer_role
permission to drop the my_user
user: