This table is used by download component of Unicenter Patch when credentials are required to access the URL. Credentials are added to and removed from the table by the UPM administrator. The contents of this table should not be modified directly by the user except on direct instructions from CA.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| company_uuid | byte(16) | not null | The uuid of the company with which the credentials are associated. See ca_company.company_uuid |
| url | nvarchar(400) | not null | The URL for which the credentials are needed. |
| userid | nvarchar(64) | with null | The userid required to access the URL. The userid is stored in encrypted form. |
| password | nvarchar(64) | with null | The password required to access the URL. The password is stored in encrypted form. |
| creation_user | nvarchar(64) | with null | |
| creation_date | integer | with null | |
| last_update_user | nvarchar(64) | with null | |
| last_update_date | integer | with null |
Product Name: Unicenter Patch Management
Table Type: Table