Cisco Cisco IP Contact Center Release 4.6.1 Technical References

Page of 548
   
2-223
Cisco ICM/IP Contact Center Enterprise Edition Database Schema Handbook, Release 6.0(0)
  
Chapter 2      Table Details
Object_Security Table
Object_Security Table
Specifies the access level each user or group has to individual objects.
Related tables:
 (via ObjectType)
 (via UserGroupName)
Table 2-236 Object_Security Table Constraints
Constraint
Field Name(s)
PK
ObjectSecurityID
AK-1
UserGroupName
ObjectID
ObjectType
IE-1
UserGroupName
Table 2-237 Object_Security Table
Field Name
Description
Data Type
Keys and 
Null Option
AccessLevel
Specifies the access level the group has to the 
object. 
CHANGESTAMP
NOT NULL
ChangeStamp
Incremented when the record is changed in the 
central database.
DBINT
NOT NULL
ObjectID
Identifies the specific object.
DBINT
AK-1
NOT NULL
ObjectSecurityID
A unique identifier for the row.
DBINT
PK
NOT NULL
ObjectType
Identifies the type of object. 
DBINT
AK-1
NOT NULL
UserGroupName
Identifies the user group.
varchar(30)
AK-1, IE-1
NOT NULL