In order to use these property screens, your user account must have User Administration permissions.
This displays a list of available resource classes.
This displays a list of available resources.
The ACL specifies the access rights for the resource entity. Each entry in an ACL is referred to as an Access Control Entry, or ACE. These entries are separated by semi-colons.
Each ACE specifies an actor, which is a user, a wildcard pattern for users, or a group, and one or more permissions that are granted (allow) or denied (deny) to that actor. The format for the ACE is as follows:
setting:actor:action-1,...,action-n
Where:
For example, the following ACL string:
allow:Test group:Execute,Read,Update,Add,Delete;allow:Operator group:Read
assigns the Test group execute, read, update, add and delete permissions for the resource, and assigns the Operator group read permission.