SshPlatformConsoleAuthConfig interface
SSH-based platform console authentication configuration
- Extends
Properties
| auth |
The discriminator possible values: ssh |
| public |
SSH public key in OpenSSH authorized_keys format |
| role | Role to assign to the user on the platform console |
| username | Username to associate with the SSH public key |
Property Details
authType
The discriminator possible values: ssh
authType: "ssh"
Property Value
"ssh"
publicKey
SSH public key in OpenSSH authorized_keys format
publicKey: string
Property Value
string
role
Role to assign to the user on the platform console
role: string
Property Value
string
username
Username to associate with the SSH public key
username: string
Property Value
string