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