GoogleApi.Connectors.V1.Model.UserPassword (google_api_connectors v0.2.0) View Source

Parameters to support Username and Password Authentication.

Attributes

  • password (type: GoogleApi.Connectors.V1.Model.Secret.t, default: nil) - Secret version reference containing the password.
  • username (type: String.t, default: nil) - Username.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Connectors.V1.Model.UserPassword{
  password: GoogleApi.Connectors.V1.Model.Secret.t() | nil,
  username: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.