AccessControlToken Structure
Use the AccessControlToken structure to describe the permissions granted to a specific account in the access control list. The AccessControlToken structure is used in the SecurityService Service.
AccessControlToken Structure Fields
Fields | Description |
---|---|
Account account |
Specifies a reference to the Account structure. |
int permissionMask |
Specifies a combination of the following flags: 1 = Permission to read item content 2 = Permission to traverse directory 4 = Permission to change item content 8 = Permission to delete an item 16 = Permission to assign permissions to other accounts 32 = Permission to take ownership of the item 2048 = Permission to run an Oracle Analytics Publisher report live 4096 = Permission to schedule an Oracle Analytics Publisher report 8192 = Permission to view output from an Oracle Analytics Publisher report 65535 = Permission to grant full control of the item. |