GoogleApi.WebSecurityScanner.V1alpha.Model.GoogleAccount (google_api_web_security_scanner v0.19.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WebSecurityScanner.V1alpha.Model.GoogleAccount{
  password: String.t() | nil,
  username: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.