| name | data type | description | 
|---|---|---|
| OperatorPermissions | OperatorPermissions | |
| LinePermissions | LinePermissions | |
| ConnectionLinkPermissions | ConnectionLinkPermissions | |
| Extensions | ExtensionsStructure | |
Properties inherited from AbstractPermissionStructure | 
        ||
| AllParticipants | string | |
| ParticipantRef | ParticipantRefStructure | |
| GeneralCapabilities | GeneralCapabilities | |
Example
{
  "OperatorPermissions" : {
    "AllowAll" : true,
    "OperatorPermission" : [ {
      "OperatorRef" : { },
      "Allow" : true
    }, {
      "OperatorRef" : { },
      "Allow" : true
    } ]
  },
  "LinePermissions" : {
    "AllowAll" : true,
    "LinePermission" : [ {
      "LineRef" : { },
      "DirectionRef" : [ { }, { } ],
      "Allow" : true
    }, {
      "LineRef" : { },
      "DirectionRef" : [ { }, { } ],
      "Allow" : true
    } ]
  },
  "ConnectionLinkPermissions" : {
    "AllowAll" : true,
    "ConnectionLinkPermission" : [ {
      "ConnectionLinkRef" : { },
      "Allow" : true
    }, {
      "ConnectionLinkRef" : { },
      "Allow" : true
    } ]
  },
  "Extensions" : {
    "any" : { }
  },
  "AllParticipants" : "...",
  "ParticipantRef" : {
    "value" : "..."
  },
  "GeneralCapabilities" : {
    "RequestResponse" : true,
    "PublishSubscribe" : true
  }
}