Siebel Analytics Web Services Guide > 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 24 lists the fields in this structure.

Table 24. 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 Siebel Analytics Server as well.

int updateFlag

Flag that indicates the mode for UpdateAcl.

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

Siebel Analytics Web Services Guide