Cisco Cisco IPCC Web Option Technical References

Page of 548
   
2-180
Cisco ICM/IP Contact Center Enterprise Edition Database Schema Handbook, Release 6.0(0)
Chapter 2      Table Details
Group_Security_Control Table
Group_Security_Control Table
Each row describes the access members of a group have for a specific object. This table is used as an 
intermediate step in creating User_Security_Control records for each member of the group.
Related tables:
 (via UserGroupName and UserGroupID)
Table 2-175 Group_Security_Control Table Constraints
Constraint
Field Name(s)
IE-1
ObjectID
ObjectType
UserGroupName
IE-2
UserGroupID
Table 2-176 Group_Security_Control Table
Field Name
Description
Data Type
Keys and 
Null Option
AccessLevel
Identifies the level of access group members have 
to the object.
DBINT
NOT NULL
ObjectID
Together with ObjectType, identifies the object.
DBINT
IE-1
NOT NULL
ObjectType
Together with ObjectID, identifies the object.
DBINT
IE-1
NOT NULL
OriginClassID
If the access to the object was inherited from a 
class, this field identifies that class. Otherwise, it 
is 0.
DBINT
NOT NULL
OriginObjectID
If the access to the object was inherited from 
another object, this field identifies that object. 
Otherwise, it is 0.
DBINT
NOT NULL
UserGroupID
Identifies the user group.
DBINT
IE-2
NOT NULL
UserGroupName
Identifies the user group. Only groups of type ‘G’ 
are referenced.
varchar(30)
IE-1
NOT NULL