This table is typically used by Unicenter Asset Management. This table keeps lists of Assets. Assets who fulfill the policy definitions are put into a member list. The POLILOG table manages this list.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| polid | integer | not null | Policy ID. Foreign Key to POLIDEF |
| pdomid | integer | not null | Policy domain ID. Foreign Key to POLIDEF |
| poldate | integer | with null | Time when Asset entered Policy member list |
| object_uuid | byte(16) | not null | Object Uuid. Foreign key to either ca_discovered_hardware or ca_discovered_user depending on object_type (1=ca_discovered_hardware,2=ca_discovered_user). This is the actual member that fullfilled the policy. |
| object_type | integer | with null | Object Type. 1=ca_discovered_hardware,2=ca_discovered_user |
| object_domain_uuid | byte(16) | with null | Object domain uuid Foreign Key to ca_n_tier. Used for replication purposes. |
| polsev | integer | with null | Policy severity |
| auto_rep_version | date | with null | Replication version |
Product Name: Unicenter Desktop and Server Management
Table Type: Table