| ``permissions`` | required, array[object] |
A collection with permissions
The permissions are devided into permissions for JOC and for controllers. There may be one section for each individuell controller.
Each permission have a path as an identifier and whether this permission is excluded or included.
| [{
"permissionPath": "sos:products:joc:administration:accounts",
"excluded": true
}] | |
| ``permissionPath`` | required, string | The path of the permission | | |
| ``excluded`` | optional, boolean | Whether the permission is excluded or included | true | false |