View Source GoogleApi.AlertCenter.V1beta1.Model.DeviceCompromised (google_api_alert_center v0.23.0)
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
@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.DeviceCompromised{ email: String.t() | nil, events: [GoogleApi.AlertCenter.V1beta1.Model.DeviceCompromisedSecurityDetail.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.