| ``permissions`` | required, array |
An array 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.
| [
"permissions": {
"joc": [
{
"path": "sos:products:joc:administration:accounts",
"excluded": false
},
{
"path": "sos:products:joc:administration:customization",
"excluded": false
},...
"controllerDefaults": [
{
"path": "sos:products:controller:view",
"excluded": false
},
"controllers": {
"test": [
{
"path": "sos:products:controller:terminate",
"excluded": false
},
] |
|