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

getGlobalPrivilegeACL() Method


Get the Access Control List for global privileges.

Signature

ACL getGlobalPrivilegeACL(String privilegeName, String sessionID);

Argument
Description

String privilegeName

String containing the name of privilege to get.

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.

Returns

Returns the Access Control List in an ACL structure. For more information on the ACL structure, read ACL Structure.

Siebel Analytics Web Services Guide