Column Name  | 
Data Type  | 
Description  | 
|---|---|---|
ALIASID  | 
varchar  | 
Alias ID (SI_ID) of the user group alias  | 
ALIASNAME  | 
varchar  | 
Alias Name  | 
ALIASNUMBER  | 
int  | 
Alias Number (if there are multiple aliases, this could be #1, #2, #3, et  | 
ALIASTYPE  | 
varchar  | 
Alias Type  | 
AUTHENTICATION  | 
varchar  | 
Authentication type  | 
DESCRIPTION  | 
varchar  | 
Alias Description  | 
ID  | 
int  | 
Globally unique primary key  | 
ISDISABLED  | 
bit  | 
Is the user group alias disabled?  | 
NAME  | 
varchar  | 
The name of the object, in many cases the equivalent of SI_ID in the CMS/Query Builder when referring to a base CMS object type (USERS, SEMANTICLAYER etc.)  | 
OBJECTID  | 
int  | 
The SI_ID of the object as its known to the BusinessObjects CMS  | 
USERGROUP_ID  | 
int  | 
Foreign key to USERGROUP.OBJECTID (SI_ID)  | 
 
See also