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

A mobile suspicious activity alert. Derived from audit logs.

Attributes

  • email (type: String.t, default: nil) - The email of the user this alert was created for.
  • events (type: list(GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterTypeSuspiciousActivitySuspiciousActivitySecurityDetail.t), default: nil) - Required. The list of security events.

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.GoogleAppsAlertcenterTypeSuspiciousActivity{
    email: String.t() | nil,
    events:
      [
        GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterTypeSuspiciousActivitySuspiciousActivitySecurityDetail.t()
      ]
      | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.