-
-
Notifications
You must be signed in to change notification settings - Fork 44
Permission Sets
Permissions sets are a new way to fine-tune what specific permission levels have access to.
They can be configured in IW4MAdminSettings.json
PermissionSets
Permissions are separated into component and access pairs, separated with a .
ClientIPAddress
ClientGuid
ClientLevel
MetaUpdateAlias
Penalty
PrivilegedClientsPage
HelpPage
ConsolePage
ConfigurationPage
AuditPage
RecentPlayersPage
ProfilePage
AdminMenu
ClientNote
Read
Write
Delete
The asterisk (*) character is used to denote all permissions.
The minus (-) character prefix is used to denote removed permissions
This set of components will grow as the system is further implemented.
"Moderator": []
"Moderator": ["*"]
"Moderator": ["ClientIPAddress.Read"]
"Moderator": ["ClientIPAddress.Read", "MetaAliasUpdate.Read"]
"Moderator": ["*", "-ConsolePage.Read"]