Contents

StatusSoftwareUpdatePendingVersion

The status item that reports the device’s pending software update version.

Declaration

object StatusSoftwareUpdatePendingVersion

Properties

NameTypeDescription
softwareupdate.pending-version RequiredStatusSoftwareUpdatePendingVersionDictionaryObject

A dictionary that contains the build and OS versions of the software update that’s pending on the device.

Mentioned in

Discussion

Status item availability

Allowed in supervised enrollment

iOS, macOS, Shared iPad, tvOS, visionOS

Allowed in device enrollment

iOS, Shared iPad, tvOS, visionOS

Allowed in user enrollment

N/A

Allowed in local enrollment

N/A

Allowed in system scope

iOS, macOS, Shared iPad, tvOS, visionOS

Allowed in user scope

N/A

Status item example

{
    "softwareupdate": {
        "pending-version": {
            "os-version": "27.1",
            "build-version": "24B32"
        }
    }
}

Topics

Objects

See Also

Software update items