mirror of
https://github.com/apple/device-management.git
synced 2026-07-10 21:13:42 +02:00
52 lines
1.5 KiB
YAML
52 lines
1.5 KiB
YAML
title: Device Configured Command
|
|
description: Inform the device that it can allow the user to continue in Setup Assistant.
|
|
payload:
|
|
requesttype: DeviceConfigured
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '9.0'
|
|
accessrights: None
|
|
supervised: true
|
|
requiresdep: true
|
|
sharedipad:
|
|
mode: allowed
|
|
devicechannel: true
|
|
userchannel: false
|
|
userenrollment:
|
|
mode: forbidden
|
|
macOS:
|
|
introduced: '10.11'
|
|
accessrights: None
|
|
devicechannel: true
|
|
userchannel: false
|
|
supervised: false
|
|
requiresdep: true
|
|
userenrollment:
|
|
mode: forbidden
|
|
tvOS:
|
|
introduced: '10.2'
|
|
accessrights: None
|
|
supervised: true
|
|
visionOS:
|
|
introduced: '2.0'
|
|
accessrights: None
|
|
supervised: true
|
|
requiresdep: true
|
|
userenrollment:
|
|
mode: forbidden
|
|
watchOS:
|
|
introduced: n/a
|
|
content: Informs the device that it can continue past ADE enrollment. Only works
|
|
on devices in ADE that have their cloud configuration set to await configuration.
|
|
notes:
|
|
- title: ''
|
|
content: |-
|
|
This command only works on Automated Device Enrollment (ADE) devices that have their cloud configuration set to await configuration.
|
|
|
|
Refer to the following sections to determine supported channels and requirements, and to see an example request and response.
|
|
examples:
|
|
- title: Example request and response
|
|
files:
|
|
- request-file: examples/mdm/commands/device.configured/example1.plist
|
|
response-file: examples/mdm/commands/device.configured/example2.plist
|