Siebel Analytics Web Services Guide > Description of Siebel Analytics Web SOAP API Methods > SecurityService Service >

updateGlobalPrivilegeACL() Method


Update the Access Control List for global privileges.

Signature

void updateGlobalPrivilegeACL(String SAWPrivilegeName, ACL acl, UpdateACLParams options, String sessionID);

Arguments
Description

String SAWPrivilegeName

String containing the name of privilege to update.

ACL acl

The Access Control List to update, supplied in the ACL structure. For information about the ACL structure, read ACL Structure.

UpdateACLParams options

The Access Control List parameters to update, supplied in the UpdateACLParams structure. For information about the UpdateACLParams structure, read UpdateACLParams Structure.

String sessionID

A string value that contains the session ID to log off from the SOAP session. The session ID is usually returned by the logon call. If the SOAP client engine can handle HTTP cookies, you can omit the session ID or set it to null.

Siebel Analytics Web Services Guide