GoogleApi.AlertCenter.V1beta1.Model.DeviceCompromised (google_api_alert_center v0.27.0)

View Source

A mobile device compromised 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.DeviceCompromisedSecurityDetail.t), default: nil) - Required. The list of security events.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.DeviceCompromised{
  email: String.t() | nil,
  events:
    [GoogleApi.AlertCenter.V1beta1.Model.DeviceCompromisedSecurityDetail.t()]
    | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.