Overview
Role-Based Access Control (RBAC) is a security mechanism that restricts access to resources based on the roles of individual users within an organization. RBAC enhances system security by enforcing access permissions based on predefined user roles, ensuring that users only have the permissions necessary for their role.Uses of Role Based Access Control:
For instance, consider a user who only manages dashboards without needing to trigger any actions on devices. In this case, an admin can create a role that provides access solely to dashboards and streams and then this role can be assigned to the user.Create a Role
You can create a role with the required permissions and assign it to the users.
Edit a Role
You can edit the existing roles with added or removed permissions.
Delete a Role
You can delete the existing roles that are not needed.