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