A Configuration object is associated with a TemplateObject
| Column Name | Column Datatype | Column Null Option | Column Comment |
| config_object_id | integer | not null | The id for this config Object |
| config_profile_uuid | byte(16) | not null | The uuid of the profile |
| name | nvarchar(255) | not null | Name of the config object |
| templateobjectname | nvarchar(255) | not null | The template object that is part of the template. |
Product Name: Unicenter Wireless Site Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| config_object_id | wsm_configuration_item | config_object_id |