| name | data type | description | 
|---|---|---|
| VehicleMonitorPermission | array of VehicleMonitorPermissionStructure | |
| AllowAll | boolean | 
Example
{
  "VehicleMonitorPermission" : [ {
    "VehicleMonitoringRef" : {
      "value" : "..."
    },
    "Allow" : true
  }, {
    "VehicleMonitoringRef" : {
      "value" : "..."
    },
    "Allow" : true
  } ],
  "AllowAll" : true
}