StatusSoftwareUpdateInstallReason
The status item that reports the device’s pending software update reason.
Declaration
object StatusSoftwareUpdateInstallReasonProperties
| Name | Type | Description |
|---|---|---|
softwareupdate.install-reason Required | StatusSoftwareUpdateInstallReasonDictionaryObject | Details about the reason for a pending software update. |
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": {
"install-reason": {
"reason": [
"declaration"
],
"declaration-id": "com.example.softwareupdate-config"
}
}
}