A canonical privilege level.
Original |
Mapped |
Description |
---|---|---|
GUEST |
XDM_CONST.PRIVILEGE_LEVEL_GUEST |
A user account with the least privileges. |
USER |
XDM_CONST.PRIVILEGE_LEVEL_USER |
A regular user account with standard privileges. |
ADMIN |
XDM_CONST.PRIVILEGE_LEVEL_ADMIN |
A user account with administrative privileges. |
SYSTEM |
XDM_CONST.PRIVILEGE_LEVEL_SYSTEM |
A user account with the highest level of privileges, often reserved for operation-system processes. |