Files
apple_device-management/declarative/declarations/configurations/diskmanagement.settings.yaml
T
2025-09-15 20:38:03 -04:00

58 lines
1.7 KiB
YAML

title: Disk Management:Settings
description: The declaration to configure disk management settings on the device.
payload:
declarationtype: com.apple.configuration.diskmanagement.settings
supportedOS:
iOS:
introduced: n/a
macOS:
introduced: '15.0'
allowed-enrollments:
- supervised
- local
allowed-scopes:
- system
tvOS:
introduced: n/a
visionOS:
introduced: n/a
watchOS:
introduced: n/a
apply: combined
payloadkeys:
- key: Restrictions
type: <dictionary>
presence: optional
content: The restrictions for the disk.
subkeys:
- key: ExternalStorage
title: External Storage
type: <string>
presence: optional
rangelist:
- Allowed
- ReadOnly
- Disallowed
combinetype: enum-last
content: |-
Specifies the mount policy for external storage:
- `Allowed`: The system can mount external storage that is read-write or read-only.
- `ReadOnly`: The system can only mount read-only external storage. Note that external storage that is read-write will not be mounted read-only.
- `Disallowed`: The system can't mount any external storage.
- key: NetworkStorage
title: Network Storage
type: <string>
presence: optional
rangelist:
- Allowed
- ReadOnly
- Disallowed
combinetype: enum-last
content: |-
Specifies the mount policy for network storage:
- `Allowed`: The system can mount network storage that is read-write or read-only.
- `ReadOnly`: The system can only mount read-only network storage. Note that network storage that is read-write will not be mounted read-only.
- `Disallowed`: The system can't mount any network storage.