Managed Preferences (com.apple.ManagedClient.preferences)

com.apple.ManagedClient.preferences

The payload that configures managed preferences.

macOS(10.7)
Branch: release

Settings (8)

SettingTypeRequiredDefaultManual InstallSupported OS
PayloadContent
PayloadContent
The dictionary containing app preference domains. The key names are application preference domain identifiers (for example, `com.example.my-app`), or the string `.GlobalPreferences` for the global domain. The values are the corresponding forced and set-once preferences.
1 subkey
dictionaryrequired
Yes
macOS (10.7+)
└─
ANY
ANY
The dictionary containing app preference domains.
2 subkeys
dictionaryrequired
Yes
macOS (10.7+)
└─ └─
Forced
Forced
The dictionary of forced settings.
1 subkey
arrayoptional
Yes
macOS (10.7+)
└─ └─ └─
Settings
Settings
1 subkey
dictionaryrequired
Yes
macOS (10.7+)
└─ └─ └─ └─
[Structure continues recursively]
This structure continues with 1 subkey (deeply nested - 1 subkey). See Apple's documentation for the complete structure.
Yes
macOS (10.7+)
└─ └─
Set-Once
Set-Once
The dictionary of one-time settings.
1 subkey
arrayoptional
Yes
macOS (10.7+)
└─ └─ └─
Settings
Settings
1 subkey
dictionaryrequired
Yes
macOS (10.7+)
└─ └─ └─ └─
[Structure continues recursively]
This structure continues with 1 subkey (deeply nested - 1 subkey). See Apple's documentation for the complete structure.
Yes
macOS (10.7+)