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