GoogleApi.AlertCenter.V1beta1.Model.SuspiciousActivitySecurityDetail (google_api_alert_center v0.27.0)
View SourceDetailed information of a single MDM suspicious activity event.
Attributes
-
deviceId
(type:String.t
, default:nil
) - Required. The device ID. -
deviceModel
(type:String.t
, default:nil
) - The model of the device. -
deviceProperty
(type:String.t
, default:nil
) - The device property which was changed. -
deviceType
(type:String.t
, default:nil
) - The type of the device. -
iosVendorId
(type:String.t
, default:nil
) - Required for iOS, empty for others. -
newValue
(type:String.t
, default:nil
) - The new value of the device property after the change. -
oldValue
(type:String.t
, default:nil
) - The old value of the device property before the change. -
resourceId
(type:String.t
, default:nil
) - The device resource ID. -
serialNumber
(type:String.t
, default:nil
) - The serial number of the device.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.SuspiciousActivitySecurityDetail{ deviceId: String.t() | nil, deviceModel: String.t() | nil, deviceProperty: String.t() | nil, deviceType: String.t() | nil, iosVendorId: String.t() | nil, newValue: String.t() | nil, oldValue: String.t() | nil, resourceId: String.t() | nil, serialNumber: String.t() | nil }