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). Available: iOS 7+ | iPadOS 7+ | watchOS 10+ |
LANGUAGE | string | The user’s currently-selected language, for example, |
MANDATORY_SOFTWARE_UPDATE_REQUIRED | boolean | If Available: macOS 26.1+ |
MDM_CAN_REQUEST_PSSO_CONFIG | boolean | If Available: macOS 26+ |
MDM_CAN_REQUEST_SOFTWARE_UPDATE | boolean | If Available: iOS 17+ | iPadOS 17+ | macOS 14+ |
MEID | string | The device’s MEID (if available). Available: iOS 7+ | iPadOS 7+ | watchOS 10+ |
OS_VERSION Required | string | The OS version installed on the device, for example, 17.0. Available: iOS 17+ | iPadOS 17+ | macOS 14+ | tvOS 17+ | visionOS 1.1+ | watchOS 10+ |
PAIRING_TOKEN | data | The pairing token to validate when a watch is enrolling. Available: watchOS 10+ |
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: iOS 17.4+ | iPadOS 17.4+ | macOS 14.4+ | visionOS 1.1+ | watchOS 10+ |
SUPPLEMENTAL_BUILD_VERSION | string | The device’s operating system supplemental build version (if available). Available: iOS 17+ | iPadOS 17+ | macOS 14+ | tvOS 17+ | visionOS 1.1+ | watchOS 10+ |
SUPPLEMENTAL_OS_VERSION_EXTRA | string | The device’s operating system supplemental OS version extra (if available). Available: iOS 17+ | iPadOS 17+ | macOS 14+ | tvOS 17+ | visionOS 1.1+ | watchOS 10+ |
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.