SuspiciousActivitySecurityDetail class

Detailed information of a single MDM suspicious activity event.

Constructors

SuspiciousActivitySecurityDetail({String? deviceId, String? deviceModel, String? deviceProperty, String? deviceType, String? iosVendorId, String? newValue, String? oldValue, String? resourceId, String? serialNumber})
SuspiciousActivitySecurityDetail.fromJson(Map _json)

Properties

deviceId String?
The device ID.
getter/setter pair
deviceModel String?
The model of the device.
getter/setter pair
deviceProperty String?
The device property which was changed.
getter/setter pair
deviceType String?
The type of the device.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iosVendorId String?
Required for iOS, empty for others.
getter/setter pair
newValue String?
The new value of the device property after the change.
getter/setter pair
oldValue String?
The old value of the device property before the change.
getter/setter pair
resourceId String?
The device resource ID.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber String?
The serial number of the device.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited