Siebel Analytics Web Services Guide > Description of Structures in the Siebel Analytics Web SOAP API >

AccessControlToken Structure


The AccessControlToken structure describes permissions granted to a specific account in the access control list. This structure is used in the Security service. Table 3 lists the fields in this structure.

Table 3. AccessControlToken Structure Fields
Fields
Description

Account account

Reference to Account structure.

int permissionMask

A combination of the following flags:

1 = Permission to read items content
2 = Permission to traverse directory
4 = Permission to change items' content
8 = Permission to delete an item
16 = Permission to assign permissions to others
32 = Can take ownership of the item

Siebel Analytics Web Services Guide