Defines an application based user which is tied to user based on each application.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| appuser_id | varchar(50) | not null | Application user ID |
| user_id | nvarchar(100) | with null | User ID who is related to the application |
| app_loginid | varchar(50) | with null | Place holder to store the login attribute for the external application |
| schema_id | integer | with null | Handle to usm_schema table |
| expire_time | date | with null | Expiration time |
| host_id | varchar(50) | with null | Handle to usm_host |
| label | varchar(64) | with null | Label for the application user |
| param_input_user | varchar(50) | with null | For storing other user input data |
| password | varchar(128) | with null | Password for the external application in binary value |
| runtime_application_id | varchar(50) | with null | Handle to usm_runtime_application |
| app_domain | varchar(64) | with null | Place holder to store the domain attribute for the external application |
| use_password | integer | with null | Flag indicating the ican user password should be used or not |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| appuser_id | usm_account_app_user | app_user_id |