GRANT ROLE

Add a role to a group.

Syntax

GRANT ROLE 'role_name' TO 'group_name'

Remarks

  • This command causes implicit commits. Refer to COMMIT for more information.

  • Refer to the Permission Matrix for the required permission.

Example

GRANT ROLE 'full_backups_role' TO 'backup_admins_group';

Related Topics

Last modified: January 11, 2023

Was this article helpful?