mirror of
https://github.com/apple/device-management.git
synced 2026-07-11 05:23:42 +02:00
36 lines
819 B
YAML
36 lines
819 B
YAML
title: Status MDM Is Shared iPad
|
|
description: The status item that reports the device's Shared iPad state.
|
|
payload:
|
|
statusitemtype: mdm.is-shared-ipad
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '27.0'
|
|
allowed-enrollments:
|
|
- supervised
|
|
- device
|
|
- user
|
|
allowed-scopes:
|
|
- system
|
|
sharedipad:
|
|
allowed-scopes:
|
|
- system
|
|
- user
|
|
macOS:
|
|
introduced: n/a
|
|
tvOS:
|
|
introduced: n/a
|
|
visionOS:
|
|
introduced: n/a
|
|
watchOS:
|
|
introduced: n/a
|
|
payloadkeys:
|
|
- key: mdm.is-shared-ipad
|
|
title: Status item value.
|
|
type: <boolean>
|
|
presence: required
|
|
content: If `true`, the device is a Shared iPad.
|
|
examples:
|
|
- title: Status item example
|
|
files:
|
|
- file: data/docc-examples/remotemanagementmodel/status/mdm.is-shared-ipad/example1.json
|