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 >

UpdateACLParams Structure


The UpdateACLParams structure is used in updateACL calls. This structure is used in the Security service. Table 40 lists the fields in this structure.

Table 40. UpdateACLParams Structure Fields
Fields
Description

boolean bAllowUnknownAccounts

Flag. If set to TRUE(1), and the new access control list (ACL) in the updateACL includes accounts that are unknown to Siebel Analytics Web, then Siebel Analytics Web creates new account records for them. However, to be used such accounts should exist in SAS as well.

int updateFlag

Flag that indicates the mode for UpdateAcl.

0 = Merge the new ACL with the existing one.
1 = Revoke privileges. The new ACL contains a list of accounts and privileges to be revoked.
2 = Replace the existing ACL with the new one.

Siebel Analytics Web Administration Guide