appVulnerabilityMobileApp-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.

Eine mobile App mit Sicherheitsrisiko.

Methoden

Methode Rückgabetyp Beschreibung
AppVulnerabilityMobileApps auflisten appVulnerabilityMobileApp-Sammlung Listet die Eigenschaften und Beziehungen der appVulnerabilityMobileApp-Objekte auf.
AppVulnerabilityMobileApp abrufen appVulnerabilityMobileApp Liest Eigenschaften und Beziehungen des appVulnerabilityMobileApp-Objekts .
Erstellen von appVulnerabilityMobileApp appVulnerabilityMobileApp Erstellen Sie ein neues appVulnerabilityMobileApp-Objekt .
Löschen von appVulnerabilityMobileApp Keine Löscht eine appVulnerabilityMobileApp.
AppVulnerabilityMobileApp aktualisieren appVulnerabilityMobileApp Aktualisieren sie die Eigenschaften eines appVulnerabilityMobileApp-Objekts .

Eigenschaften

Eigenschaft Typ Beschreibung
id String Der Entitätsschlüssel.
mobileAppId String Die id der Intune mobilen App.
displayName String Der Gerätename.
createdDateTime DateTimeOffset Das Erstellungsdatum.
lastModifiedDateTime DateTimeOffset Das Datum der letzten Änderung.
mobileAppType String Der App-Typ.
Version String Die App-Version.

Beziehungen

Keine

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

{
  "@odata.type": "#microsoft.graph.appVulnerabilityMobileApp",
  "id": "String (identifier)",
  "mobileAppId": "String",
  "displayName": "String",
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "mobileAppType": "String",
  "version": "String"
}