KeySetUserResponse

data class KeySetUserResponse(val azureUserName: String, val description: String? = null, val sshPublicKey: SshPublicKeyResponse)

Constructors

Link copied to clipboard
fun KeySetUserResponse(azureUserName: String, description: String? = null, sshPublicKey: SshPublicKeyResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The user name that will be used for access.

Link copied to clipboard
val description: String? = null

The free-form description for this user.

Link copied to clipboard

The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.