View Source GoogleApi.DataMigration.V1.Model.UserPassword (google_api_data_migration v0.13.0)

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

Attributes

  • password (type: String.t, default: nil) - The initial password for the user.
  • passwordSet (type: boolean(), default: nil) - Output only. Indicates if the initial_user.password field has been set.
  • user (type: String.t, default: nil) - The database username.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.UserPassword{
  password: String.t() | nil,
  passwordSet: boolean() | nil,
  user: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.