KeySetUserResponse

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure Active Directory user name (email name).

Link copied to clipboard
val description: String? = null

The free-form description for this user.

Link copied to clipboard

The SSH public key for this user.