mirror of
https://github.com/apple/device-management.git
synced 2026-05-01 00:57:58 +02:00
32 lines
849 B
YAML
32 lines
849 B
YAML
title: Verify Firmware Password Command
|
|
description: Verifies the device's firmware password.
|
|
payload:
|
|
requesttype: VerifyFirmwarePassword
|
|
supportedOS:
|
|
macOS:
|
|
introduced: '10.13'
|
|
accessrights: None
|
|
devicechannel: true
|
|
userchannel: false
|
|
requiresdep: false
|
|
userenrollment:
|
|
mode: forbidden
|
|
content: Verifies the device's firmware password. This command is not available
|
|
on Apple silicon devices.
|
|
payloadkeys:
|
|
- key: Password
|
|
type: <string>
|
|
presence: required
|
|
content: The password to verify.
|
|
responsekeys:
|
|
- key: VerifyFirmwarePassword
|
|
type: <dictionary>
|
|
presence: required
|
|
content: Command result.
|
|
subkeys:
|
|
- key: PasswordVerified
|
|
type: <boolean>
|
|
presence: required
|
|
content: If 'true', the provided password matched the firmware password set for
|
|
the device.
|