Improved environment detection setup.

This commit is contained in:
Ylian Saint-Hilaire
2020-10-22 13:40:49 -07:00
parent e1cd7dec71
commit 2df78feb6b
2 changed files with 60 additions and 21 deletions

View File

@@ -276,7 +276,7 @@
"additionalProperties": false,
"description": "Information passed to the AMT manager module that impacts all Intel AMT device managed within this domain.",
"properties": {
"amtAdminAccount": {
"AdminAccounts": {
"description": "List of username and passwords to try when connecting to Intel AMT.",
"type": "array",
"items": {
@@ -295,6 +295,16 @@
}
}
}
},
"EnvironmentDetection": {
"description": "List of up to 4 domain suffixes to configure in Intel AMT when activating CIRA.",
"type": "array",
"items": {
"type": "string",
"minItems": 1,
"maxItems": 4,
"uniqueItems": true
}
}
}
},