SshPlatformConsoleAuthResult interface
SSH-based platform console authentication result
- Extends
Properties
| auth |
The discriminator possible values: ssh |
| role | Role assigned to the user on the platform console |
| username | Username that was configured for the console session |
Property Details
authType
The discriminator possible values: ssh
authType: "ssh"
Property Value
"ssh"
role
Role assigned to the user on the platform console
role: string
Property Value
string
username
Username that was configured for the console session
username: string
Property Value
string