GoogleApi.AlertCenter.V1beta1.Model.DeviceCompromised (google_api_alert_center v0.11.2) 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.
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.DeviceCompromised{ email: String.t(), events: [ GoogleApi.AlertCenter.V1beta1.Model.DeviceCompromisedSecurityDetail.t() ] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.