Used to store the permission of an URC address book entity
| Column Name | Column Datatype | Column Null Option | Column Comment |
| uid | byte(16) | not null | UUID of the permission entry |
| domain_uuid | byte(16) | not null | UUID of the domain the permission originates from |
| uidaddressbook | byte(16) | not null | UUID of the address book group the permission is assigned to |
| strobjectidentifier | nvarchar(255) | not null | Uniform resource identifier of the user/group |
| strpermissions | nvarchar(15) | not null | RC permission values |
| view_flag | byte(1) | not null | For future enhancements |
| is_deleted | byte(1) | not null | For future enhancements |
| original_uuid | byte(16) | not null | For future enhancements |
| auto_rep_version | date | with null | Version used by the replication engine |
| is_user | byte(1) | not null | A flag if the permission is defined for a user or a user group |
| is_domain | byte(1) | not null | For future enhancements |
| user_rid | nvarchar(10) | not null | User RID, for Windows NT provider only |
Product Name: Unicenter Desktop and Server Management
Table Type: Table