Table defines userprofiles that are defined in EIAM. The table is used to help improve performance with WSM to display policies in WSM
| Column Name | Column Datatype | Column Null Option | Column Comment |
| userprofile_uuid | byte(16) | not null | The userprofile uuid |
| name | nvarchar(255) | not null | |
| description | nvarchar(1024) | with null | A description of the profile |
Product Name: Unicenter Wireless Site Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| userprofile_uuid | wsm_userprofile_assoc_detail | userprofile_uuid |
| userprofile_uuid | wsm_user | userprofile_uuid |