mirror of
https://github.com/apple/device-management.git
synced 2026-07-11 05:23:42 +02:00
61 lines
1.4 KiB
YAML
61 lines
1.4 KiB
YAML
title: Status Device UDID
|
|
description: The status item that reports the device's UDID.
|
|
payload:
|
|
statusitemtype: device.identifier.udid
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '16.0'
|
|
allowed-enrollments:
|
|
- supervised
|
|
- device
|
|
- local
|
|
allowed-scopes:
|
|
- system
|
|
sharedipad:
|
|
allowed-scopes:
|
|
- system
|
|
- user
|
|
macOS:
|
|
introduced: '13.0'
|
|
allowed-enrollments:
|
|
- supervised
|
|
- local
|
|
allowed-scopes:
|
|
- system
|
|
- user
|
|
tvOS:
|
|
introduced: '16.0'
|
|
allowed-enrollments:
|
|
- supervised
|
|
- device
|
|
- local
|
|
allowed-scopes:
|
|
- system
|
|
visionOS:
|
|
introduced: '1.1'
|
|
allowed-enrollments:
|
|
- supervised
|
|
- device
|
|
- local
|
|
allowed-scopes:
|
|
- system
|
|
watchOS:
|
|
introduced: '10.0'
|
|
allowed-enrollments:
|
|
- supervised
|
|
- local
|
|
allowed-scopes:
|
|
- system
|
|
payloadkeys:
|
|
- key: device.identifier.udid
|
|
title: Status item value.
|
|
type: <string>
|
|
presence: required
|
|
content: The device's UDID. This value is always available on the device channel.
|
|
This value is only available on user channels whose organization matches that
|
|
of the device channel.
|
|
examples:
|
|
- title: Status item example
|
|
files:
|
|
- file: data/docc-examples/remotemanagementmodel/status/device.identifier.udid/example1.json
|