``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, stringThe path of the permission ``excluded``optional, booleanWhether the permission is excluded or includedtruefalse