GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterTypeAccountWarning (google_api_alert_center v0.14.0) View Source

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.GoogleAppsAlertcenterTypeAccountWarningLoginDetails.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)

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterTypeAccountWarning{
    email: String.t() | nil,
    loginDetails:
      GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterTypeAccountWarningLoginDetails.t()
      | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.