mirror of
https://github.com/apple/device-management.git
synced 2026-07-10 21:13:42 +02:00
42 lines
1.1 KiB
YAML
42 lines
1.1 KiB
YAML
title: Verify Recovery Lock Command
|
|
description: Verify the device's Recovery Lock password.
|
|
payload:
|
|
requesttype: VerifyRecoveryLock
|
|
supportedOS:
|
|
iOS:
|
|
introduced: n/a
|
|
macOS:
|
|
introduced: '11.5'
|
|
accessrights: DeviceLockAndRemovePasscode
|
|
devicechannel: true
|
|
userchannel: false
|
|
supervised: false
|
|
requiresdep: false
|
|
userenrollment:
|
|
mode: forbidden
|
|
tvOS:
|
|
introduced: n/a
|
|
visionOS:
|
|
introduced: n/a
|
|
watchOS:
|
|
introduced: n/a
|
|
content: Verifies the device's recovery lock password. (AppleSilicon devices only)
|
|
payloadkeys:
|
|
- key: Password
|
|
type: <string>
|
|
presence: required
|
|
content: The password to verify.
|
|
responsekeys:
|
|
- key: PasswordVerified
|
|
type: <boolean>
|
|
presence: required
|
|
content: If `true`, the device verified the password.
|
|
notes:
|
|
- title: ''
|
|
content: This command is only available on a Mac with Apple silicon.
|
|
examples:
|
|
- title: Example request and response
|
|
files:
|
|
- request-file: examples/mdm/commands/passcode.recovery.verify/example1.plist
|
|
response-file: examples/mdm/commands/passcode.recovery.verify/example2.plist
|