A table of preloaded assets available for securing
| Column Name | Column Datatype | Column Null Option | Column Comment |
| type | varchar(24) | not null | The asset type, ie: ca-calendar |
| violmode | varchar(8) | with null | The violation mode of the asset, always QUIET. This is currently not used |
| accessread | char(1) | with null | Flag for read protection. In other words, this asset can be secured for read access |
| accesswrite | char(1) | with null | Flag for write protection. In other words, this asset can be secured for write access |
| accessdelete | char(1) | with null | Flag for delete protection. In other words, this asset can be secured for delete access |
| accessupdate | char(1) | with null | Flag for update protection. In other words, this asset can be secured for update access |
| accessexecute | char(1) | with null | Flag for execute protection. In other words, this asset can be secured for execute access |
| accesssearch | char(1) | with null | Flag for search protection. In other words, this asset can be secured for search access |
| accesscreate | char(1) | with null | Flag for create protection. In other words, this asset can be secured for create access |
| accesscontrol | char(1) | with null | Accesscontrol char(1), (Flag for control protection. In other words, this asset can be secured for control access) |
| definitionmode | char(1) | with null | Not used currently |
| protectionlevel | varchar(20) | with null | Always set to OBJECT, meaning securing of this asset at the OBJECT level |
| createdate | integer | with null | Date the object was created |
| createtime | integer | with null | Time the object was created |
| createsource | varchar(64) | with null | The source that created the object. |
| createnode | varchar(64) | with null | The node that was used to create the object |
| createuser | varchar(32) | with null | The user name that created the object |
| createpid | char(5) | with null | The process identifier that was used to create the object. |
| updatedate | integer | with null | The last date the object was modified. |
| updatetime | integer | with null | The last time the object was modified. |
| updatesource | varchar(64) | with null | The last source used to modify the object |
| updatenode | varchar(64) | with null | The last node used to modify the object |
| updateuser | varchar(32) | with null | The last user name that modified the object. |
| updatepid | char(5) | with null | The last process identifier that modified the object |
Product Name: Unicenter Network and System Management/Security
Table Type: Table