Oracle® Business Intelligence Web Services Guide > Description of Structures in Oracle BI Web Services >

UpdateACLParams Structure


Use this structure to set options in updateACL method invocations. This structure is used in the SecurityService Service. Table 31 lists the fields in this structure.

See also UpdateACLMode Enumeration.

Table 31. UpdateACLParams Structure Fields
Fields
Description

boolean allowUnknownAccounts

If set to TRUE (1), and the new access control list (ACL) in the updateACL includes accounts that are unknown to Oracle BI Web Services, then Oracle BI Web Services creates new account records for them. However, to be used, these accounts should exist in Oracle BI Server as well.

UpdateACLMode int updateFlag

Specifies how to update the ACL, as follows:

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.

Oracle® Business Intelligence Web Services Guide Copyright © 2007, Oracle. All rights reserved.