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

View Source

Describes authentication configuration that uses a custom account.

Attributes

  • loginUrl (type: String.t, default: nil) - Required. The login form URL of the website.
  • password (type: String.t, default: nil) - Required. Input only. The password of the custom 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 custom account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WebSecurityScanner.V1alpha.Model.CustomAccount{
  loginUrl: String.t() | nil,
  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.