ClusterInitialUser

data class ClusterInitialUser(val password: String, val user: String? = null)

Constructors

Link copied to clipboard
constructor(password: String, user: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The initial password for the user. Note: This property is sensitive and will not be displayed in the plan.

Link copied to clipboard
val user: String? = null

The database username.