Cloud Database Migration Service V1 API - Class Google::Cloud::CloudDMS::V1::AlloyDbSettings::UserPassword (v0.8.0)

Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::AlloyDbSettings::UserPassword.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#password

def password() -> ::String
Returns
  • (::String) — The initial password for the user.

#password=

def password=(value) -> ::String
Parameter
  • value (::String) — The initial password for the user.
Returns
  • (::String) — The initial password for the user.

#password_set

def password_set() -> ::Boolean
Returns
  • (::Boolean) — Output only. Indicates if the initial_user.password field has been set.

#user

def user() -> ::String
Returns
  • (::String) — The database username.

#user=

def user=(value) -> ::String
Parameter
  • value (::String) — The database username.
Returns
  • (::String) — The database username.