StatusSoftwareUpdateInstallState
The status item that reports the device’s software update install state.
Declaration
object StatusSoftwareUpdateInstallStateProperties
| Name | Type | Description |
|---|---|---|
softwareupdate.install-state Required | string | The software update install status, which has the following values:
|
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-state": "none"
}
}