mirror of
https://github.com/apple/device-management.git
synced 2026-05-24 00:14:09 +02:00
15 lines
433 B
YAML
15 lines
433 B
YAML
title: Status Device Operating System Version
|
|
description: The device's operating system version.
|
|
payload:
|
|
statusitemtype: device.operating-system.version
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '15.0'
|
|
payloadkeys:
|
|
- key: device.operating-system.version
|
|
title: Status item value.
|
|
type: <string>
|
|
presence: required
|
|
content: A string that identifies the operating system's version in use on the device,
|
|
such as '15.0'.
|