UserAccountCredentialsArgs

data class UserAccountCredentialsArgs(val adminUserName: Output<String>, val adminUserPassword: Output<String>? = null, val adminUserSshPublicKey: Output<String>? = null) : ConvertibleToJava<UserAccountCredentialsArgs>

Settings for user account that gets created on each on the nodes of a compute.

Constructors

Link copied to clipboard
constructor(adminUserName: Output<String>, adminUserPassword: Output<String>? = null, adminUserSshPublicKey: Output<String>? = null)

Properties

Link copied to clipboard
val adminUserName: Output<String>

Name of the administrator user account which can be used to SSH to nodes.

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

Password of the administrator user account.

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

SSH public key of the administrator user account.

Functions

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