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