RBAC
Definition
RBAC (Role-Based Access Control) is an authorization model that grants access based on roles assigned to users. Permissions are associated with roles rather than individual users, making it straightforward to manage access for large numbers of users by assigning them to predefined roles.