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.

Deprecated: macOS 26+ Removed: macOS 27+

AutomaticAppInstallationEnabledboolean

The preference to automatically install app updates.

Deprecated: macOS 26+ Removed: macOS 27+

AutomaticOSInstallationEnabledboolean

The preference to automatically install operating system updates.

Deprecated: macOS 26+ Removed: macOS 27+

AutomaticSecurityUpdatesEnabledboolean

The preference to automatically install system data files and security updates.

Deprecated: macOS 26+ Removed: macOS 27+

BackgroundDownloadEnabledboolean

The preference to download app updates in the background.

Deprecated: macOS 26+ Removed: macOS 27+

CatalogURLstring

The URL to the software update catalog the client is using.

Deprecated: macOS 26+ Removed: macOS 27+

IsDefaultCatalogboolean

If true, CatalogURL is the default catalog.

Deprecated: macOS 26+ Removed: macOS 27+

PerformPeriodicCheckboolean

If true, start a new scan.

Deprecated: macOS 26+ Removed: macOS 27+

PreviousScanDatedate

The date of the last software update scan.

Deprecated: macOS 26+ Removed: macOS 27+

PreviousScanResultstring

The result code of last software update scan; 0 = success.

Deprecated: macOS 11+ Removed: macOS 15+

See Also

Objects