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

UpdateCatalogItemACLParams Structure


Use this structure to provide additional parameters in the updateCatalogItemACL Method. This structure is used in the WebCatalogService Service. Table 33 lists the fields in this structure.

Table 33. UpdateCatalogItemACLParams 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 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.

boolean recursive

If set to TRUE, then the method is applied to the catalog item and all descendents, which are identified by the path. If set to FALSE, then the method is only applied to the catalog item.

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