Roles
"Roles" refer to a feature that enables the management and control of user roles and permissions within an application. Roles define different levels of access and permissions, ensuring users only have access to relevant functionality and data. Administrators can create and define roles based on application requirements, associating them with specific permissions. This role-based access control allows for granular control over user actions and data access. The Roles feature in our Accelerator product provides a scalable solution for secure and controlled access to application functionality and data based on user roles.
Roles Data Model
_id
String
System-generated unique identifier assigned to each role.
_createdAt
Date
System-generated timestamp that denotes the date and time when a role was created.
_createdBy
String
System-generated field that indicates the account who created.
_modifiedAt
Date
System-generated generated timestamp that denotes the date and time when a role was modified.
_modifiedBy
String
System-generated field that indicates the account who modified.
org
String
Represents the organization associated with the role in the system.
name
String
Represents the name of the role in the system.
label
String
Represents the label of the role in the system.
description
String
Represents the description of the role in the system.
status
String
Represents the status of the role in the system.
policies
Array
Represents the list of policies attached to the role in the system.
Example Roles
Last updated