mirror of
https://github.com/apple/device-management.git
synced 2026-02-12 17:52:47 +00:00
74 lines
1.5 KiB
YAML
74 lines
1.5 KiB
YAML
title: Status Test Array Value
|
|
description: A test status item for an array.
|
|
payload:
|
|
statusitemtype: test.array-value
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '16.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: test.array-value
|
|
title: Status item value.
|
|
type: <array>
|
|
presence: required
|
|
content: The test status item array value.
|
|
subkeytype: Array
|
|
subkeys:
|
|
- key: status_value
|
|
type: <dictionary>
|
|
content: A status value for the test status item array.
|
|
subkeys:
|
|
- key: key1
|
|
title: First Key Value
|
|
type: <string>
|
|
presence: required
|
|
content: The value of the first sub-key.
|
|
- key: key2
|
|
title: Second Key Value
|
|
type: <string>
|
|
presence: optional
|
|
content: The value of the second sub-key.
|