GeneralMessageServicePermissionStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
InfoChannelPermissions InfoChannelPermissions
Extensions ExtensionsStructure
Properties inherited from AbstractPermissionStructure
AllParticipants string
ParticipantRef ParticipantRefStructure
GeneralCapabilities GeneralCapabilities

Example

{
  "InfoChannelPermissions" : {
    "AllowAll" : true,
    "InfoChannelPermission" : [ {
      "InfoChannelRef" : { },
      "Allow" : true
    }, {
      "InfoChannelRef" : { },
      "Allow" : true
    } ]
  },
  "Extensions" : {
    "any" : { }
  },
  "AllParticipants" : "...",
  "ParticipantRef" : {
    "value" : "..."
  },
  "GeneralCapabilities" : {
    "RequestResponse" : true,
    "PublishSubscribe" : true
  }
}