SecurityInfoResponse.SecurityInfo.ManagementStatus
A dictionary that contains the status of the device’s MDM enrollment.
Declaration
object SecurityInfoResponse.SecurityInfo.ManagementStatus
Properties
| Name | Type | Description |
|---|
EnrolledViaDEP | boolean | If true, the device enrolled in MDM through the Device Enrollment Program (DEP). This value is available in macOS 10.13.2 and later. |
IsActivationLockManageable | boolean | If true, the type of enrollment allows the MDM to manage Activation Lock for this device. This value is available in macOS 10.15 and later. |
IsUserEnrollment | boolean | If true, the device is user-enrolled. This value is available in iOS 13 and later, and macOS 10.15 and later. |
UserApprovedEnrollment | boolean | If true, the enrollment was user-approved. If false, the device may reject certain security-sensitive payloads or commands. This value is available in macOS 10.13.2 and later. |