Defines the access control list which is used to control access to different entities like, the dynamic links, reports etc
This is being replaced by eiam security model and will be deprecated in R11
| Column Name | Column Datatype | Column Null Option | Column Comment |
| acl_id | varchar(50) | not null | Unique id for the access control list |
| create_permit | integer | with null | Flag for create permissions, 1 is permit, 0 is not permit |
| delete_permit | integer | with null | Flag for delete permissions, 1 is permit, 0 is not permit |
| domain | varchar(64) | with null | The domain/organization for this ACL |
| modify_permit | integer | with null | Flag for modify permissions, 1 is permit, 0 is not permit |
| read_permit | integer | with null | Flag for read permissions, 1 is permit, 0 is not permit |
| execute_permit | integer | with null | Flag for execute permissions, 1 is permit, 0 is not permit |
| mod_permit | integer | with null | Flag for permission for modifying permissions, 1 is permit, 0 is not permit |
| list_permit | integer | with null | Flag for list permissions, 1 is permit, 0 is not permit |
| is_system | integer1 | with null | |
| description | nvarchar(128) | with null | Description of the access control group |
| roles | varchar(512) | with null |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| acl_id | usm_security | acl_id |