Added amtScanOptions to config.json schema. #3139

This commit is contained in:
Ylian Saint-Hilaire 2021-09-16 09:33:09 -07:00
parent 97420ffac2
commit 7325e5a7e7

View File

@ -537,6 +537,12 @@
}
}
},
"amtScanOptions": {
"description": "List of local network Intel AMT scanning options offered in the user interface. For example [\"LabNetwork 192.168.15.0/23\", \"SalesNetwork 192.168.8.0/24\"].",
"type": "array",
"default": null,
"items": { "type": "string" }
},
"amtManager": {
"type": "object",
"additionalProperties": false,