mirror of
https://github.com/apple/device-management.git
synced 2026-02-12 21:03:12 +00:00
20 lines
446 B
YAML
20 lines
446 B
YAML
title: Management:Properties
|
|
description: Use this declaration to set properties on the device.
|
|
payload:
|
|
declarationtype: com.apple.management.properties
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '16.0'
|
|
macOS:
|
|
introduced: '13.0'
|
|
tvOS:
|
|
introduced: '16.0'
|
|
watchOS:
|
|
introduced: '10.0'
|
|
payloadkeys:
|
|
- key: ANY
|
|
title: Property
|
|
type: <any>
|
|
presence: optional
|
|
content: Each entry represents a property key/value.
|