mirror of
https://github.com/apple/device-management.git
synced 2026-02-25 19:13:31 +00:00
62 lines
1.4 KiB
YAML
62 lines
1.4 KiB
YAML
title: Status Device Model Identifier
|
|
description: A status report of the device's hardware identifier.
|
|
payload:
|
|
statusitemtype: device.model.identifier
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '15.0'
|
|
allowed-enrollments:
|
|
- supervised
|
|
- device
|
|
- user
|
|
- local
|
|
allowed-scopes:
|
|
- system
|
|
sharedipad:
|
|
allowed-scopes:
|
|
- system
|
|
- user
|
|
macOS:
|
|
introduced: '13.0'
|
|
allowed-enrollments:
|
|
- supervised
|
|
- user
|
|
- 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
|
|
- user
|
|
- local
|
|
allowed-scopes:
|
|
- system
|
|
watchOS:
|
|
introduced: '10.0'
|
|
allowed-enrollments:
|
|
- supervised
|
|
- local
|
|
allowed-scopes:
|
|
- system
|
|
payloadkeys:
|
|
- key: device.model.identifier
|
|
title: Status item value.
|
|
type: <string>
|
|
presence: required
|
|
content: A two-part string that specifies the device's model. The first part specifies
|
|
device's model family, and the second part specifies the model's version. The
|
|
model's version is a comma-separated number where the first part of the number
|
|
is the version, and the second part is a variant, such as `MacBookPro15,1` or
|
|
`iPhone13,2`.
|