KeySetUserArgs

data class KeySetUserArgs(val azureUserName: Output<String>, val description: Output<String>? = null, val sshPublicKey: Output<SshPublicKeyArgs>) : ConvertibleToJava<KeySetUserArgs>

Constructors

Link copied to clipboard
constructor(azureUserName: Output<String>, description: Output<String>? = null, sshPublicKey: Output<SshPublicKeyArgs>)

Properties

Link copied to clipboard
val azureUserName: Output<String>

The Azure Active Directory user name (email name).

Link copied to clipboard
val description: Output<String>? = null

The free-form description for this user.

Link copied to clipboard

The SSH public key for this user.

Functions

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