mirror of
https://github.com/apple/device-management.git
synced 2026-07-11 05:23:42 +02:00
49 lines
1.2 KiB
YAML
49 lines
1.2 KiB
YAML
title: Status Software Update Device ID
|
|
description: The status item that reports the device's software update device ID.
|
|
payload:
|
|
statusitemtype: softwareupdate.device-id
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '18.0'
|
|
allowed-enrollments:
|
|
- supervised
|
|
- device
|
|
allowed-scopes:
|
|
- system
|
|
sharedipad:
|
|
allowed-scopes:
|
|
- system
|
|
macOS:
|
|
introduced: '15.0'
|
|
allowed-enrollments:
|
|
- supervised
|
|
allowed-scopes:
|
|
- system
|
|
tvOS:
|
|
introduced: '18.4'
|
|
allowed-enrollments:
|
|
- supervised
|
|
- device
|
|
allowed-scopes:
|
|
- system
|
|
visionOS:
|
|
introduced: '26.4'
|
|
allowed-enrollments:
|
|
- supervised
|
|
- device
|
|
allowed-scopes:
|
|
- system
|
|
watchOS:
|
|
introduced: n/a
|
|
payloadkeys:
|
|
- key: softwareupdate.device-id
|
|
title: The device's software update device ID.
|
|
type: <string>
|
|
presence: required
|
|
content: The device identifier to use when looking up available software updates
|
|
via `https://gdmf.apple.com/v2/pmv`.
|
|
examples:
|
|
- title: Status item example
|
|
files:
|
|
- file: data/docc-examples/remotemanagementmodel/status/softwareupdate.device-id/example1.json
|