An AclReferenceType uniquely identifies an ACL in a saperion system.
| name | data type | description |
|---|---|---|
| id | number | 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" : "..."
}