macOSSoftwareUpdateStateSummary resource type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
MacOS software update state summary for a device and user
Methods
Method | Return Type | Description |
---|---|---|
List macOSSoftwareUpdateStateSummaries | macOSSoftwareUpdateStateSummary collection | List properties and relationships of the macOSSoftwareUpdateStateSummary objects. |
Get macOSSoftwareUpdateStateSummary | macOSSoftwareUpdateStateSummary | Read properties and relationships of the macOSSoftwareUpdateStateSummary object. |
Create macOSSoftwareUpdateStateSummary | macOSSoftwareUpdateStateSummary | Create a new macOSSoftwareUpdateStateSummary object. |
Delete macOSSoftwareUpdateStateSummary | None | Deletes a macOSSoftwareUpdateStateSummary. |
Update macOSSoftwareUpdateStateSummary | macOSSoftwareUpdateStateSummary | Update the properties of a macOSSoftwareUpdateStateSummary object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Key of the entity. |
displayName | String | Human readable name of the software update |
productKey | String | Product key of the software update. |
updateCategory | macOSSoftwareUpdateCategory | Software update category. Possible values are: critical , configurationDataFile , firmware , other . |
updateVersion | String | Version of the software update |
state | macOSSoftwareUpdateState | State of the software update. Possible values are: success , downloading , downloaded , installing , idle , available , scheduled , downloadFailed , downloadInsufficientSpace , downloadInsufficientPower , downloadInsufficientNetwork , installInsufficientSpace , installInsufficientPower , installFailed , commandFailed . |
lastUpdatedDateTime | DateTimeOffset | Last date time the report for this device and product key was updated. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.macOSSoftwareUpdateStateSummary",
"id": "String (identifier)",
"displayName": "String",
"productKey": "String",
"updateCategory": "String",
"updateVersion": "String",
"state": "String",
"lastUpdatedDateTime": "String (timestamp)"
}