WebClient: allow to set TLS certificates

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2024-05-03 18:30:03 +02:00
parent 58a8b2b860
commit a1af33c6aa
13 changed files with 250 additions and 97 deletions

View File

@@ -5133,6 +5133,7 @@ components:
type: string
enum:
- publickey-change-disabled
- tls-cert-change-disabled
- write-disabled
- mfa-disabled
- password-change-disabled
@@ -5144,6 +5145,7 @@ components:
description: |
Options:
* `publickey-change-disabled` - changing SSH public keys is not allowed
* `tls-cert-change-disabled` - changing TLS certificates is not allowed
* `write-disabled` - upload, rename, delete are not allowed even if the user has permissions for these actions
* `mfa-disabled` - enabling multi-factor authentication is not allowed. This option cannot be set if the user has MFA already enabled
* `password-change-disabled` - changing password is not allowed