This table is used by the configuration manager to map users for an application to an USM login account. It is populated upon startup, and scheduled to repopulate each hour.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| app_user_id | varchar(50) | not null | The application user for this mapping |
| account_id | varchar(50) | not null | The ican account for this mapping |
| app_login_id | varchar(50) | with null | Application login name for the application |
| schema_id | integer | with null | Index to the application type |
| user_id | nvarchar(100) | with null | ican user login id associated with this application and applogin |
Product Name: Unicenter Service Management
Table Type: Table