SoftwareUpdate
The payload that configures the software update policy.
Declaration
object SoftwareUpdateProperties
| Name | Type | Description |
|---|---|---|
AllowPreReleaseInstallation | boolean | If |
AutomaticallyInstallAppUpdates | boolean | If |
AutomaticallyInstallMacOSUpdates | boolean | If |
AutomaticCheckEnabled | boolean | If |
AutomaticDownload | boolean | If |
CatalogURL | string | The URL of the software update catalog. This property is not supported in macOS 11 and later. |
ConfigDataInstall | boolean | If |
CriticalUpdateInstall | boolean | If |
restrict-software-update-require-admin-to-install | boolean | If |
Discussion
Specify com.apple.SoftwareUpdate as the payload type.
Profile availability
Device channel | macOS |
User channel | NA |
Allow manual install | macOS |
Requires supervision | NA |
Requires user-approved MDM | NA |
Allowed in user enrollment | NA |
Allow multiple payloads | NA |
Profile example
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>AutomaticallyInstallAppUpdates</key>
<false/>
<key>PayloadIdentifier</key>
<string>com.example.mysoftwareupdatepayload</string>
<key>PayloadType</key>
<string>com.apple.SoftwareUpdate</string>
<key>PayloadUUID</key>
<string>af3c6efa-0dd3-4021-814b-6f2dba91428b</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Software Update</string>
<key>PayloadIdentifier</key>
<string>com.example.myprofile</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>8b6061ab-31c6-4eee-ba5b-8a09ea8f5fa7</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>