An AclReferenceType uniquely identifies an ACL in a saperion system.
| name | data type | constraints | description | 
|---|---|---|---|
| id | number | required | This getter returns the id of the referenced access control list. | 
| name | string | This getter returns the name of the referenced access control list. | 
Example
{
  "id" : 12345,
  "name" : "..."
}