| name | data type | description |
|---|---|---|
| AllowAll | boolean | |
| InfoChannelPermission | array of InfoChannelPermissionStructure |
Example
{
"AllowAll" : true,
"InfoChannelPermission" : [ {
"InfoChannelRef" : {
"value" : "..."
},
"Allow" : true
}, {
"InfoChannelRef" : {
"value" : "..."
},
"Allow" : true
} ]
}