Contents

DeviceInformationResponse.QueryResponses.OSUpdateSettings

The response dictionary that contains operating system update settings.

Declaration

object DeviceInformationResponse.QueryResponses.OSUpdateSettings

Properties

NameTypeDescription
AutoCheckEnabledboolean

The preference to automatically check for app updates. This value is available in macOS 10.11 and later.

AutomaticAppInstallationEnabledboolean

The preference to automatically install app updates. This value is available in macOS 10.11 and later.

AutomaticOSInstallationEnabledboolean

The preference to automatically install operating system updates. This value is available in macOS 10.11 and later.

AutomaticSecurityUpdatesEnabledboolean

The preference to automatically install system data files and security updates. This value is available in macOS 10.11 and later.

BackgroundDownloadEnabledboolean

The preference to download app updates in the background. This value is available in macOS 10.11 and later.

CatalogURLstring

The URL to the software update catalog the client is using. This value is available in macOS 10.11 and later.

IsDefaultCatalogboolean

If true, CatalogURL is the default catalog. This value is available in macOS 10.11 and later.

PerformPeriodicCheckboolean

If true, start a new scan. This value is available in macOS 10.11 and later.

PreviousScanDatedate

The date of the last software update scan. This value is available in macOS 10.11 and later.

See Also

Objects