| name | data type | description |
|---|---|---|
| OperatorPermission | array of OperatorPermissionStructure | |
| AllowAll | boolean |
Example
{
"OperatorPermission" : [ {
"OperatorRef" : {
"value" : "..."
},
"Allow" : true
}, {
"OperatorRef" : {
"value" : "..."
},
"Allow" : true
} ],
"AllowAll" : true
}