StatusSoftwareUpdatePendingVersion
The status item that reports the device’s pending software update version.
Declaration
object StatusSoftwareUpdatePendingVersionProperties
| Name | Type | Description |
|---|---|---|
softwareupdate.pending-version Required | StatusSoftwareUpdatePendingVersionDictionaryObject | 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"
}
}
}