Holds data common to all csm objects
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | The object id. |
| flag | integer | not null | Object flags, currently all 0 |
| uuid | byte(16) | not null | Unique object id |
| name | nvarchar(255) | not null | Lower-case name for case-insensitive lookup |
| dname | nvarchar(255) | not null | Displayed name as seen by the user |
| creation_user | nvarchar(255) | with null | Creation uri for objects supporting object level security |
| class | integer | not null | The class id (from table csm_class) |
Product Name: Unicenter Desktop and Server Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| id | csm_v_parameter csm_v_computer csm_link |
id |
| id | csm_link | parent |
| id | csm_link | child |
| id | csm_link | id |
| id | csm_property | object |