UserAccountCredentialsResponse

data class UserAccountCredentialsResponse(val adminUserName: String, val adminUserPassword: String? = null, val adminUserSshPublicKey: String? = null)

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Password of the administrator user account.

Link copied to clipboard

SSH public key of the administrator user account.