Contains the information of the users who have access to use the APR Client Console
Data model
Fields
| Field | Type | Description |
|---|---|---|
| domain_id* | INT | LDAP Unique Identifier |
| user_id* | INT | Unique user identifier |
Primary Key
| PK_APR_ACCESS_CONTROL |
|---|
| user_id, domain_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| domain_id* | dbo.APR_DOMAIN | id | FK02_APR_ACCESS_CONTROL |
| user_id* | dbo.AFW_USERS | user_id | FK01_APR_ACCESS_CONTROL |