Policy information for dealing with automated creation and access of Unicenter Service Desk components.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| persid | nvarchar(30) | with null | Persistent ID (SystemObjectName:id) |
| del | integer | not null | Deleted flag (0=active 1=inactive/marked as deleted) |
| sym | nvarchar(40) | not null | Symbolic name of policy |
| code | nvarchar(20) | not null | Unique code name |
| pub_key | nvarchar(2000) | with null | Public key in BASE64 |
| allow_impersonate | integer | not null | 0=not allowed, 1=allowed |
| state | integer | with null | Checkin state(for tracking purpose) |
| proxy_contact | byte(16) | with null | Default contact |
| is_default | integer | with null | Default flag |
| description | nvarchar(300) | with null | Policy description |
| access_ticket_ins | integer | with null | Number of ticket insertions per hour |
| access_object_ins | integer | with null | Number of object insertions per hour |
| access_object_upd | integer | with null | Number of object updates per hour |
| access_atmnt | integer | with null | Number of attachment per hour |
| access_data | integer | with null | Number of query operations per hour |
| access_knowledge | integer | with null | Number of knowledge related operations per hour |
| ext_appl | integer | with null | Application using policy |
| last_mod_by | byte(16) | with null | Specifies the uuid of the contact who last modified this record |
| last_mod_dt | integer | with null | Timestamp of when this record was last modified |
Product Name: Unicenter Service Desk
Table Type: Table