Survey User Object Security
The SurveyUserObjectSecurity table consists of a computed set of security rights for users currently logged into Interaction Center Business Manager.
Column | Data Type (Size) | Is Nullable | Contains PII | Description | Last Change Version | Last Change Reason | CX Insights Name | CX Insights Type | CX Insights Folder Name |
---|---|---|---|---|---|---|---|---|---|
IndivID | char (22) | False | Yes | 4.0.106.453 | 4.0 Release | Individual ID | Attribute | CSSurvey | |
ObjectType | int | False | No | 4.0.106.453 | 4.0 Release | Object Type | Fact | CSSurvey | |
ObjectName | nvarchar (255) | True | No | 4.0.106.453 | 4.0 Release | Object Name | Attribute | CSSurvey | |
ObjectID | int | True | No | 4.0.106.453 | 4.0 Release | Object ID | Fact | CSSurvey | |
ExtObjectID | varchar (32) | False | No | 4.0.106.453 | 4.0 Release | Ext Object ID | Attribute | CSSurvey | |
UserRight | int | False | No | 4.0.106.453 | 4.0 Release | User Right | Fact | CSSurvey | |
SiteIdentifier | int | False | No | 4.0.106.453 | 4.0 Release | Site Identifier | Fact | CSSurvey |
Column | Data Type (Size) | Is Nullable | Contains PII | Description | Last Change Version | Last Change Reason | CX Insights Name | CX Insights Type | CX Insights Folder Name |
---|---|---|---|---|---|---|---|---|---|
IndivID | char (22) | False | Yes | 4.0.106.453 | 4.0 Release | ||||
ObjectType | integer | False | No | 4.0.106.453 | 4.0 Release | ||||
ObjectName | nvarchar2 (255) | True | No | 4.0.106.453 | 4.0 Release | ||||
ObjectID | integer | True | No | 4.0.106.453 | 4.0 Release | ||||
ExtObjectID | char (32) | False | No | 4.0.106.453 | 4.0 Release | ||||
UserRight | integer | False | No | 4.0.106.453 | 4.0 Release | ||||
SiteIdentifier | integer | False | No | 4.0.106.453 | 4.0 Release |
Primary Key Name | Type | Column Name (sort order) |
---|---|---|
PK_SurveyUserObjSecurity | Clustered | SiteIdentifier (Ascending) ObjectType (Ascending) IndivID (Ascending) ExtObjectID (Ascending) |
Primary Key Name | Column Name (sort order) |
---|---|
pk_surveyuserobjectsecurity | SiteIdentifier (Ascending) ObjectType (Ascending) IndivID (Ascending) ExtObjectID (Ascending) |