DeviceLockResponse
A response from the device after it processes the command to remotely and immediately lock a device.
Declaration
object DeviceLockResponseProperties
| Name | Type | Description |
|---|---|---|
CommandUUID | string | The unique identifier of the command for this response. |
EnrollmentID Required | string | The per-enrollment identifier for the device. The system requires this value if the enrollment type is a user enrollment. Available: iOS 13+ | iPadOS 13+ | macOS 10.15+ | visionOS 2+ |
EnrollmentUserID Required | string | The per-enrollment identifier for the user. The system requires this value if the enrollment type is a user enrollment on the user channel. Available: macOS 10.15+ |
ErrorChain | [DeviceLockResponse.ErrorChainItem] | An array of dictionaries that describes any errors that occur. |
MessageResult | string | The message result if the command includes a message or phone number, which is one of the following values:
|
NotOnConsole Required | boolean | If |
Status Required | string | The status of the response, which is one of the following values:
|
UDID Required | string | The device’s UDID (unique device identifier). The system requires this value if the enrollment type is a device enrollment. |
UserID | string | For macOS, this value is the ID of the user. For Shared iPad, this value is Available: iOS 9.3+ | iPadOS 9.3+ | macOS 10.7+ |
UserLongName Required | string | The full name of the user. Available: macOS 10.7+ |
UserShortName | string | For macOS, this value is the short name of the user. For Shared iPad, this value is the Managed Apple Account identifier of the user on Shared iPad. It indicates that the token is for the user channel. Available: iOS 9.3+ | iPadOS 9.3+ | macOS 10.7+ |