Files
apple_device-management/mdm/commands/device.lostmode.enable.yaml
T
2024-09-11 16:35:18 -04:00

44 lines
1.3 KiB
YAML

title: Enable Lost Mode Command
description: This command allows the server to put the device in MDM lost mode, with
a message, phone number, and footnote text. A message or phone number must be provided.
payload:
requesttype: EnableLostMode
supportedOS:
iOS:
introduced: '9.3'
accessrights: None
supervised: true
requiresdep: false
sharedipad:
mode: allowed
devicechannel: true
userchannel: false
userenrollment:
mode: forbidden
macOS:
introduced: n/a
tvOS:
introduced: n/a
visionOS:
introduced: n/a
watchOS:
introduced: n/a
content: This command allows the server to put the device in MDM lost mode, with
a message, phone number, and footnote text. A message or phone number must be
provided.
payloadkeys:
- key: Message
type: <string>
presence: optional
content: If present, display this text on the Lock screen. You must provide this
value if you don't provide a value for 'PhoneNumber'.
- key: PhoneNumber
type: <string>
presence: optional
content: If present, display this phone number on the Lock screen. You must provide
this value if you don't provide a value for 'Message'.
- key: Footnote
type: <string>
presence: optional
content: If present, display this text in place of Slide to Unlock.