Share via


macOSSoftwareUpdateStateSummary-Ressourcentyp

Namespace: microsoft.graph

Wichtig: Microsoft Graph-APIs unter der /beta-Version können sich ändern. Die Verwendung in der Produktion wird nicht unterstützt.

Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.

Zusammenfassung des MacOS-Softwareupdatestatus für ein Gerät und einen Benutzer

Methoden

Methode Rückgabetyp Beschreibung
macOSSoftwareUpdateStateSummaries auflisten macOSSoftwareUpdateStateSummary-Sammlung Auflisten der Eigenschaften und Beziehungen der macOSSoftwareUpdateStateSummary-Objekte .
macOSSoftwareUpdateStateSummary abrufen macOSSoftwareUpdateStateSummary Lesen von Eigenschaften und Beziehungen des macOSSoftwareUpdateStateSummary-Objekts .
Erstellen von macOSSoftwareUpdateStateSummary macOSSoftwareUpdateStateSummary Erstellen Sie ein neues macOSSoftwareUpdateStateSummary-Objekt .
MacOSSoftwareUpdateStateSummary löschen Keine Löscht macOSSoftwareUpdateStateSummary.
Aktualisieren von macOSSoftwareUpdateStateSummary macOSSoftwareUpdateStateSummary Aktualisieren Sie die Eigenschaften eines macOSSoftwareUpdateStateSummary-Objekts .

Eigenschaften

Eigenschaft Typ Beschreibung
id String Schlüssel der Entität
displayName String Lesbarer Name des Softwareupdates
productKey String Product Key des Softwareupdates.
updateCategory macOSSoftwareUpdateCategory Kategorie "Softwareupdate". Mögliche Werte: critical, configurationDataFile, firmware, other
updateVersion String Version des Softwareupdates
state macOSSoftwareUpdateState Status des Softwareupdates. Mögliche Werte sind: success, downloading, downloaded, installing, idle, , available, downloadFailedscheduled, downloadInsufficientSpace, downloadInsufficientPower, downloadInsufficientNetwork, installInsufficientSpaceinstallInsufficientPower, , installFailed, . commandFailed
lastUpdatedDateTime DateTimeOffset Datum der letzten Aktualisierung des Berichts für dieses Gerät und den Product Key.

Beziehungen

Keine

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

{
  "@odata.type": "#microsoft.graph.macOSSoftwareUpdateStateSummary",
  "id": "String (identifier)",
  "displayName": "String",
  "productKey": "String",
  "updateCategory": "String",
  "updateVersion": "String",
  "state": "String",
  "lastUpdatedDateTime": "String (timestamp)"
}