AuditTrailRoles flag group
Roles to manage Audit Trail.
Lua access code
To access the code of the flags below, append the flag group name and flag name to syslib.model.flags,
see an example below.
return syslib.model.flags.AuditTrailRoles.ADMINISTRATOR
Flags
| Name | Bit | Value | Description |
|---|---|---|---|
| ADMINISTRATOR | 1 | 1 | The user is allowed to enable and disable Audit Trail and can update the auditing strategy |
| LIMITEDREVIEWER | 3 | 4 | The user is allowed to view Audit Trail for the objects that they have 'Read' access to |
| SYSTEMREVIEWER | 2 | 2 | The user is allowed to view Audit Trail for the whole system |