| name | data type | description | 
|---|---|---|
| StopMonitorPermission | array of StopMonitorPermissionStructure | |
| AllowAll | boolean | 
Example
{
  "StopMonitorPermission" : [ {
    "MonitoringRef" : {
      "value" : "..."
    },
    "Allow" : true
  }, {
    "MonitoringRef" : {
      "value" : "..."
    },
    "Allow" : true
  } ],
  "AllowAll" : true
}