UserPasswordResponse

data class UserPasswordResponse(val password: String, val passwordSet: Boolean, val user: String)

The username/password for a database user. Used for specifying initial users at cluster creation time.

Constructors

Link copied to clipboard
fun UserPasswordResponse(password: String, passwordSet: Boolean, user: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The initial password for the user.

Link copied to clipboard

Indicates if the initial_user.password field has been set.

Link copied to clipboard

The database username.