ConnectionProfileAlloydbSettingsInitialUser

data class ConnectionProfileAlloydbSettingsInitialUser(val password: String, val passwordSet: Boolean? = null, val user: String)

Constructors

constructor(password: String, passwordSet: Boolean? = null, user: String)

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 passwordSet: Boolean? = null

(Output) Output only. Indicates if the initialUser.password field has been set.

Link copied to clipboard

The database username.