ConnectionServerUnauthenticatedAccessSpec

ConnectionServerUnauthenticatedAccessSpec
ConnectionServerUnauthenticatedAccessSpec

Information related to connection server unauthenticated access settings.

JSON Example
{
    "block_unsupported_clients": false,
    "client_puzzle_difficulty": 21,
    "default_unauth_user_id": "11bd230b-87ce-3306-a943-810affe7b68a",
    "enabled": false,
    "user_idle_timeout": 10
}
boolean
block_unsupported_clients
Optional

Block older clients which don't support client puzzles to prevent DOS attack on RDSH servers for Unauthenticated Access.

integer As int32 As int32
client_puzzle_difficulty
Optional

Client puzzle difficulty for DoS attack prevention for Unauthenticated Access. Higher difficulty might increase login time and affect user experience. This property has a default value of 21

string
default_unauth_user_id
Optional

Default user for unauthenticated access in this connection server.

boolean
enabled
Required

Indicates whether unauthenticated access is enabled in this connection server.

integer As int32 As int32
user_idle_timeout
Optional

Unauthenticated Access user idle session timeout in minutes.