MachineInfo
A device’s information in response to a MDM enrollment profile request.
Declaration
object MachineInfoProperties
| Name | Type | Description |
|---|---|---|
IMEI | string | The device’s IMEI (if available). |
LANGUAGE | string | The user’s currently-selected language, for example, |
MANDATORY_SOFTWARE_UPDATE_REQUIRED | boolean | If Available on macOS 26.1 and later. |
MDM_CAN_REQUEST_PSSO_CONFIG | boolean | If Available on macOS 26 and later. |
MDM_CAN_REQUEST_SOFTWARE_UPDATE | boolean | If Available on iOS 17 and later, and macOS 14 and later. |
MEID | string | The device’s MEID (if available). |
OS_VERSION Required | string | The OS version installed on the device, for example, 17.0. Available on iOS 17 and later, macOS 14 and later, tvOS 17 and later, and watchOS 10 and later. |
PAIRING_TOKEN | data | The pairing token to validate when a watch is enrolling. Available on watchOS 10 and later. |
PRODUCT Required | string | The device’s product type, for example, |
SERIAL Required | string | The device’s serial number. |
SOFTWARE_UPDATE_DEVICE_ID | string | The device model identifier used to lookup available OS updates through https://gdmf.apple.com/v2/pmv. Available on iOS 17.4 and later, macOS 14.4 and later, and visionOS 1.1 and later. |
SUPPLEMENTAL_BUILD_VERSION | string | The device’s operating system supplemental build version (if available). Available on iOS 17 and later, macOS 14 and later, tvOS 17 and later, and watchOS 10 and later. |
SUPPLEMENTAL_OS_VERSION_EXTRA | string | The device’s operating system supplemental OS version extra (if available). Available on iOS 17 and later, macOS 14 and later, tvOS 17 and later, and watchOS 10 and later. |
UDID Required | string | The device’s UDID. |
VERSION Required | string | The build version installed on the device, for example, |
Mentioned in
Discussion
This dictionary is CMS-signed with the device identity certificate. The system includes the device’s certificate and all necessary intermediate certificates. The certificate chain should validate against the Apple Root CA.