ACLs
An Access Control List (ACL) is a list of permissions attached to an object.
Use the acl attribute on the itm node with a model equal to column, command, output, target, srs tag or row level access using dtacl on command
Access can be limited using:
roles- ex.acl="sys_administrator"teams- ex.acl="@teamshort"always starts with@signusers- ex.acl="[email protected]"tenant- ex.acl="!tenantname"- always starts with!sign , only authenticated user has this aclauthenticated- ex.acl="authenticated"- only authenticated user has this acl- anonymous - ex.
acl="public"- public access anyone authenticated or not has this acl
Examples
| XML | |
|---|---|