InfoChannelPermissions Data Type

Implemented Interfaces
Serializable
Properties
name data type description
InfoChannelPermission array of InfoChannelPermissionStructure
AllowAll boolean

Example

{
  "InfoChannelPermission" : [ {
    "InfoChannelRef" : {
      "value" : "..."
    },
    "Allow" : true
  }, {
    "InfoChannelRef" : {
      "value" : "..."
    },
    "Allow" : true
  } ],
  "AllowAll" : true
}