Files
apple_device-management/declarative/status/softwareupdate.pending-version.yaml
T
Cyrus Daboo 9468f879c3 Seed1
2026-06-12 16:19:29 -04:00

70 lines
2.0 KiB
YAML

title: Status Software Update Pending Version
description: The status item that reports the device's pending software update version.
payload:
statusitemtype: softwareupdate.pending-version
supportedOS:
iOS:
introduced: '17.0'
allowed-enrollments:
- supervised
- device
allowed-scopes:
- system
sharedipad:
allowed-scopes:
- system
macOS:
introduced: '14.0'
allowed-enrollments:
- supervised
allowed-scopes:
- system
tvOS:
introduced: '18.4'
allowed-enrollments:
- supervised
- device
allowed-scopes:
- system
visionOS:
introduced: '26.0'
allowed-enrollments:
- supervised
- device
allowed-scopes:
- system
watchOS:
introduced: n/a
payloadkeys:
- key: softwareupdate.pending-version
title: Pending software update version.
type: <dictionary>
presence: required
content: A dictionary that contains the build and OS versions of the software update
that's pending on the device.
subkeytype: Dictionary
subkeys:
- key: os-version
title: The OS version
type: <string>
presence: required
content: The OS version of the pending software update, including any Background
Security Improvement version. This string is empty if no update is pending.
- key: build-version
title: The build version
type: <string>
presence: required
content: The build version of the pending software update, including any Background
Security Improvement version. This string is empty if no update is pending.
- key: target-local-date-time
title: The target local date-time
type: <string>
presence: optional
content: The local date time value that indicates when the pending software update
will be installed. This key is only present when the pending software update
is being enforced.
examples:
title: Status item example
files:
- file: data/docc-examples/remotemanagementmodel/status/softwareupdate.pending-version/example1.json