google_api_web_security_scanner v0.10.0 GoogleApi.WebSecurityScanner.V1.Model.GoogleAccount View Source

Describes authentication configuration that uses a Google account.

Attributes

  • password (type: String.t, default: nil) - Required. Input only. The password of the Google account. The credential is stored encrypted and not returned in any response nor included in audit logs.
  • username (type: String.t, default: nil) - Required. The user name of the Google account.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.WebSecurityScanner.V1.Model.GoogleAccount{
  password: String.t(),
  username: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.