Roles control access to features and capabilities of the system: not all users can create, read, update, and delete records and tables. Only admin and security_admin roles have access to all capabilities.
Role required: security_admin. |
To create a role, follow the steps below:
Role form fields
Field | Mandatory | Description |
---|---|---|
Name | Y | Enter a name of the role. |
Elevated Privilege | N | Select this checkbox to make this role available for an elevation in the user menu. |
Description | N | Type a brief description of this role. |
You can configure the "out-of-box" roles and the access they have by:
If you want a specific role to have access to objects that other roles have access to, create the record in the Role Contains (sys_role_contains) table.
Role Contains form fields
Field | Mandatory | Description |
---|---|---|
Role | Y | Specify a role that you need to be extended. |
Contains | Y | Specify a role that will be an extension. |
As a result, the role has its settings with the settings of the other role it contains. See the Role Structure article to learn more about role authorities and responsibilities.