View Source GoogleApi.Monitoring.V3.Model.BasicAuthentication (google_api_monitoring v0.55.0)

The authentication parameters to provide to the specified resource or URL that requires a username and password. Currently, only Basic HTTP authentication (https://tools.ietf.org/html/rfc7617) is supported in Uptime checks.

Attributes

  • password (type: String.t, default: nil) - The password to use when authenticating with the HTTP server.
  • username (type: String.t, default: nil) - The username to use when authenticating with the HTTP server.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.BasicAuthentication{
  password: String.t() | nil,
  username: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.