{ "id":"/axapi/v3/system/shell-privileges", "type":"object", "node-type":"scalar", "title":"shell-privileges", "partition-visibility":"shared", "description":"Configuration for special shell privileges", "properties":{ "enable-shell-privileges":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"enable the shell privileges for a given customer", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }