ConnectionMonitoringPermissions Data Type

Implemented Interfaces
Serializable
Properties
name data type description
ConnectionMonitoringPermission array of ConnectionServicePermissionStructure

Example

{
  "ConnectionMonitoringPermission" : [ {
    "OperatorPermissions" : {
      "OperatorPermission" : [ { }, { } ],
      "AllowAll" : true
    },
    "LinePermissions" : {
      "LinePermission" : [ { }, { } ],
      "AllowAll" : true
    },
    "ConnectionLinkPermissions" : {
      "ConnectionLinkPermission" : [ { }, { } ],
      "AllowAll" : true
    },
    "Extensions" : {
      "any" : { }
    },
    "ParticipantRef" : {
      "value" : "..."
    },
    "AllParticipants" : "...",
    "GeneralCapabilities" : {
      "RequestResponse" : true,
      "PublishSubscribe" : true
    }
  }, {
    "OperatorPermissions" : {
      "OperatorPermission" : [ { }, { } ],
      "AllowAll" : true
    },
    "LinePermissions" : {
      "LinePermission" : [ { }, { } ],
      "AllowAll" : true
    },
    "ConnectionLinkPermissions" : {
      "ConnectionLinkPermission" : [ { }, { } ],
      "AllowAll" : true
    },
    "Extensions" : {
      "any" : { }
    },
    "ParticipantRef" : {
      "value" : "..."
    },
    "AllParticipants" : "...",
    "GeneralCapabilities" : {
      "RequestResponse" : true,
      "PublishSubscribe" : true
    }
  } ]
}