forgot consentMessages descriptions

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458 2025-03-20 21:07:21 +00:00
parent 0fd4dae036
commit ce417aa18f

View File

@ -1982,16 +1982,20 @@
"description": "This section is used to customize user consent prompts, these show up when asking if a remote session is allowed or not.",
"properties": {
"Title": {
"type": "string"
"type": "string",
"description": "Title of the consent message."
},
"Desktop": {
"type": "string"
"type": "string",
"description": "Consent message that is shown when a remote desktop session is connected, you can use {0} to represent the realname and {1} to represent the username."
},
"Terminal": {
"type": "string"
"type": "string",
"description": "Consent message that is shown when a remote terminal session is connected, you can use {0} to represent the realname and {1} to represent the username."
},
"Files": {
"type": "string"
"type": "string",
"description": "Consent message that is shown when a remote file session is connected, you can use {0} to represent the realname and {1} to represent the username."
},
"consentTimeout": {
"type": "integer",