UserProfileArgs

data class UserProfileArgs(val sshPublicKey: Output<String>, val userName: Output<String>) : ConvertibleToJava<UserProfileArgs>

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

Constructors

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

Properties

Link copied to clipboard
val sshPublicKey: Output<String>

SSH public key data

Link copied to clipboard
val userName: Output<String>

User name

Functions

Link copied to clipboard
open override fun toJava(): UserProfileArgs