Siebel Analytics Web Administration Guide > Working with Data and Managing the Web Catalog Using Siebel Analytics Web SOAP API > Description of Structures in the Siebel Analytics Web SOAP API >
Account Structure
The Account structure holds user or group names. It has a flag to indicate if the name is user or group. This structure is used in the Security service. Table 20 lists the fields in this structure.
Table 20. Account Structure Fields
|
|
String accountName |
String to hold an account name. |
int accountType |
Flag where 0 indicates the account is a user, and 1 indicates a group. |
|