Started work on viewonly remote desktop server option.

This commit is contained in:
Ylian Saint-Hilaire
2021-07-17 22:16:57 -07:00
parent 596e3e20d4
commit c9129a2d2f
4 changed files with 18 additions and 2 deletions

View File

@@ -510,6 +510,17 @@
}
}
},
"desktop": {
"type": "object",
"description": "Values that affect the remote desktop feature",
"properties": {
"viewonly": {
"type": "boolean",
"description": "When set to true, the remote desktop feature is view only.",
"default": "false"
}
}
},
"amtManager": {
"type": "object",
"additionalProperties": false,