View Source GoogleApi.AlloyDB.V1.Model.UserPassword (google_api_alloy_db v0.10.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.
  • user (type: String.t, default: nil) - The database username.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.