One Identity Manager ServiceNow application uses custom tables to store the application related configurations and data that are synchronized from the One Identity Manager. Details of the tables are summarized below.
Configuration Parameters
This table is used to store the One Identity Manager ServiceNow application configuration parameters that can be edited according to the business requirement. This table is only visible to the users with the admin role.
The following table contains a summary of all the custom columns added.
Column Name | Descriptions |
Config param | This column defines the name of the configuration parameter |
Config desc | This column provides the configuration parameter description |
Config value | This column is used to enter the value for the config parameter |
Config value encrypted |
This column is used to enter sensitive data for security reasons. For example password |
IT Shop Service Category
Service Categories in One Identity Manager ITShop are synchronized from One Identity Manager to ServiceNow into this custom table. This table is only accessible to the users with the admin role.
The following table contains a summary of all the custom columns added.
Column Name | Descriptions |
Service Category | This column provides the name of the service category in the IT shop service catalog |
Description | This column provides the description relating to the respective service catalog given in the One Identity Manager |
Unique ID | This column stores the GUID of the service catalog present in One Identity Manager |
XobjectKey |
This column stores the XObjectKey for the respective Service catalog in One Identity Manager |
IT Shop Service Category – User
Mapping between the One Identity Manager ITShop ServiceCategory and Users are synchronized into this table. This table is only accessible to the users with the admin role.
The following table contains a summary of all the custom columns added.
Column Name | Descriptions |
Service Category | This column provides the name of the service category in the IT shop service catalog |
User | Name of the user that has the resources |
IT Shop Service Items
IT Shop services created under the IT Shop Service Category are synchronized into this table in ServiceNow and are used for assigning the service items in the ServiceNow catalog page. This table is only visible to the users with the admin role.
The following table contains a summary of all the custom columns added.
Column Name | Descriptions |
Service Item | Name of the Service Item created in the One Identity Manager IT Shop |
Unique ID | GUID of the Service Item created in One Identity Manager |
Service Category |
Name of the service category under which the Service Item is created in One Identity Manager |
UID_ITShopOrg |
GUID of IT Shop Org present in One Identity Manager |
XObjectKey |
Unique XObject Key Present in One Identity Manager |
IT Shop Service Items - User
Mapping between the One Identity Manager ITShop ServiceItems and Users are synchronized into this table. This table is only visible to the users with the admin role.
The following table contains a summary of all the custom columns added.
Column Name | Descriptions |
Service Item | Name of the Service Item created in the One Identity Manager IT Shop |
Service Category |
Name of the service category under which the Service Item is created in One Identity Manager |
User | Name of the user that has the resources |
Shopping Cart Order
All the request orders that are created for a user on the ServiceNow catalog page are stored here. This table is only visible to the users with the admin role.
The following table contains a summary of all the custom columns added.
Column Name | Descriptions |
UID_ShoppingCartOrder | UID_ShoppingCartOrder present in the ShopCartOrder table in One Identity Manager is synchronized in this column |
Request |
This column provides the Request Number for the request raised through the One Identity Manager for ServiceNow catalog page |
Users
All the Employees from One Identity Manager are synchronized into ServiceNow to this table, if the useraccount exists for the Employee in the sysusers table. Also, the userid for ServiceNow account should match the Central Account / the CustomProperty value. This table is only visible to the users with the admin role.
The following table contains a summary of all the custom columns added.
Column Name | Descriptions |
Firstname | First name of the employee in One Identity Manager |
Lastname |
Last name of the employee in One Identity Manager |
Displayname |
Display name of the employee in One Identity Manager |
ServiceNow User ID |
ServiceNow user ID |
ServiceNow User Name |
ServiceNow UserName |
CustomProperty |
The custom property in the One Identity Person table. Optionally this ID can also be used to match One Identity Manager employees to ServiceNow users |
UID Person |
GUID of the employee in One Identity Manager person table |
UID_PersonHead |
GUID of the manager present in the One Identity Manager person table |
XObjectKey |
XObject key present for all the employees in the One Identity Manager person table |
NOTE: As these columns are used in various scripts, the column/table names should not be modified as they will lead to exceptions.