DeviceCompromisedSecurityDetail class
Detailed information of a single MDM device compromised event.
Constructors
- DeviceCompromisedSecurityDetail({String? deviceCompromisedState, String? deviceId, String? deviceModel, String? deviceType, String? iosVendorId, String? resourceId, String? serialNumber})
- DeviceCompromisedSecurityDetail.fromJson(Map _json)
Properties
- deviceCompromisedState ↔ String?
-
The device compromised state.
getter/setter pair
- deviceId ↔ String?
-
The device ID.
getter/setter pair
- deviceModel ↔ String?
-
The model of the device.
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
- 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