Akeyless::GatewayUpdateRemoteAccess
Name
Type
Description
Notes
allowed_urls
String
List of valid URLs to redirect from the Portal back to the remote access server (in a comma-delimited list)
[optional][default to 'use-existing']
hide_session_recording
String
Specifies whether to show/hide if the session is currently recorded [true/false]
[optional]
json
Boolean
Set output format to JSON
[optional][default to false]
kexalgs
String
Decide which algorithm will be used as part of the SSH initial hand-shake process
[optional][default to 'use-existing']
keyboard_layout
String
Enable support for additional keyboard layouts
[optional][default to 'use-existing']
legacy_ssh_algorithm
String
Signs SSH certificates using legacy [email protected] signing algorithm [true/false]
[optional]
rdp_target_configuration
String
Specify the usernameSubClaim that exists inside the IDP JWT, e.g. email
[optional][default to 'use-existing']
ssh_target_configuration
String
Specify the usernameSubClaim that exists inside the IDP JWT, e.g. email
[optional][default to 'use-existing']
token
String
Authentication token (see `/auth` and `/configure`)
[optional]
uid_token
String
The universal identity token, Required only for universal_identity authentication
[optional]
require 'akeyless'
instance = Akeyless ::GatewayUpdateRemoteAccess . new (
allowed_urls : null ,
hide_session_recording : null ,
json : null ,
kexalgs : null ,
keyboard_layout : null ,
legacy_ssh_algorithm : null ,
rdp_target_configuration : null ,
ssh_target_configuration : null ,
token : null ,
uid_token : null
)