GeneralMessagePermissions Data Type

Implemented Interfaces
Serializable
Properties
name data type description
GeneralMessagePermission array of GeneralMessageServicePermissionStructure
Properties inherited from PermissionsStructure
PermissionVersionRef VersionRefStructure

Example

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