| name | data type | description | 
|---|---|---|
| GeneralMessagePermission | array of GeneralMessageServicePermissionStructure | |
Properties inherited from PermissionsStructure | 
        ||
| PermissionVersionRef | VersionRefStructure | |
Example
{
  "GeneralMessagePermission" : [ {
    "InfoChannelPermissions" : {
      "AllowAll" : true,
      "InfoChannelPermission" : [ { }, { } ]
    },
    "Extensions" : {
      "any" : { }
    },
    "AllParticipants" : "...",
    "ParticipantRef" : {
      "value" : "..."
    },
    "GeneralCapabilities" : {
      "RequestResponse" : true,
      "PublishSubscribe" : true
    }
  }, {
    "InfoChannelPermissions" : {
      "AllowAll" : true,
      "InfoChannelPermission" : [ { }, { } ]
    },
    "Extensions" : {
      "any" : { }
    },
    "AllParticipants" : "...",
    "ParticipantRef" : {
      "value" : "..."
    },
    "GeneralCapabilities" : {
      "RequestResponse" : true,
      "PublishSubscribe" : true
    }
  } ],
  "PermissionVersionRef" : {
    "value" : "..."
  }
}