View Source GoogleApi.AlertCenter.V1beta1.Model.AccountWarning (google_api_alert_center v0.24.0)

Alerts for user account warning events.

Attributes

  • email (type: String.t, default: nil) - Required. The email of the user that this event belongs to.
  • loginDetails (type: GoogleApi.AlertCenter.V1beta1.Model.LoginDetails.t, default: nil) - Optional. Details of the login action associated with the warning event. This is only available for: Suspicious login Suspicious login (less secure app) Suspicious programmatic login User suspended (suspicious activity)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.AccountWarning{
  email: String.t() | nil,
  loginDetails: GoogleApi.AlertCenter.V1beta1.Model.LoginDetails.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.