mirror of
https://github.com/apple/device-management.git
synced 2026-05-19 06:18:14 +02:00
39 lines
1.1 KiB
YAML
39 lines
1.1 KiB
YAML
title: Clear Passcode Command
|
|
description: This command allows the server to clear the passcode on the device. This
|
|
command requires the Device Lock and Passcode Removal right.
|
|
payload:
|
|
requesttype: ClearPasscode
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '4.0'
|
|
accessrights: AllowPasscodeRemovalAndLock
|
|
supervised: false
|
|
requiresdep: false
|
|
sharedipad:
|
|
mode: forbidden
|
|
userenrollment:
|
|
mode: forbidden
|
|
macOS:
|
|
introduced: n/a
|
|
tvOS:
|
|
introduced: n/a
|
|
visionOS:
|
|
introduced: '1.1'
|
|
accessrights: AllowPasscodeRemovalAndLock
|
|
supervised: false
|
|
requiresdep: false
|
|
userenrollment:
|
|
mode: forbidden
|
|
watchOS:
|
|
introduced: '10.0'
|
|
accessrights: AllowPasscodeRemovalAndLock
|
|
supervised: false
|
|
content: This command allows the server to clear the passcode on the device. This
|
|
command requires the Device Lock and Passcode Removal right.
|
|
payloadkeys:
|
|
- key: UnlockToken
|
|
type: <data>
|
|
presence: required
|
|
content: The unlock token value that the device provides in its 'TokenUpdateMessage'
|
|
check-in message.
|