Siebel Analytics Web Administration Guide > Working with Data and Managing the Web Catalog Using Siebel Analytics Web SOAP API > 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 19 lists the fields in this structure.

Table 19. 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 Administration Guide