UserProfileResponse

data class UserProfileResponse(val sshPublicKey: String, val userName: String)

User profile to configure on a compute resources such as VM, VMSS

Constructors

Link copied to clipboard
constructor(sshPublicKey: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

SSH public key data

Link copied to clipboard

User name