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

Verletzung des Konfigurationsprofils für eingeschränkte Apps pro Gerät und Benutzer

Methoden

Methode Rückgabetyp Beschreibung
RestrictedAppsViolations auflisten restrictedAppsViolation-Auflistung Auflisten der Eigenschaften und Beziehungen der restrictedAppsViolation-Objekte .
Abrufen von restrictedAppsViolation restrictedAppsViolation Lesen von Eigenschaften und Beziehungen des restrictedAppsViolation-Objekts .
Erstellen von restrictedAppsViolation restrictedAppsViolation Erstellen Sie ein neues restrictedAppsViolation-Objekt .
RestrictedAppsViolation löschen Keine Löscht restrictedAppsViolation.
Aktualisieren von restrictedAppsViolation restrictedAppsViolation Aktualisieren sie die Eigenschaften eines restrictedAppsViolation-Objekts .

Eigenschaften

Eigenschaft Typ Beschreibung
id String Eindeutiger Bezeichner für das Objekt. Zusammengesetzt aus accountId, deviceId, policyId und userId
userId String Eindeutiger Benutzerbezeichner, muss guid sein
userName String Benutzername
managedDeviceId String Eindeutiger Bezeichner des verwalteten Geräts, muss guid sein
deviceName String Gerätename
deviceConfigurationId String Eindeutiger Bezeichner des Gerätekonfigurationsprofils, muss guid sein
deviceConfigurationName String Name des Gerätekonfigurationsprofils
platformType policyPlatformType Plattformtyp. Mögliche Werte: android, androidForWork, iOS, macOS, windowsPhone81, windows81AndLater, windows10AndLater, androidWorkProfile, windows10XProfile, androidAOSP, all.
restrictedAppsState restrictedAppsState Eingeschränkter App-Status. Mögliche Werte sind: prohibitedApps und notApprovedApps.
restrictedApps managedDeviceReportedApp-Sammlung Liste der verletzten eingeschränkten Apps

Beziehungen

Keine

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

{
  "@odata.type": "#microsoft.graph.restrictedAppsViolation",
  "id": "String (identifier)",
  "userId": "String",
  "userName": "String",
  "managedDeviceId": "String",
  "deviceName": "String",
  "deviceConfigurationId": "String",
  "deviceConfigurationName": "String",
  "platformType": "String",
  "restrictedAppsState": "String",
  "restrictedApps": [
    {
      "@odata.type": "microsoft.graph.managedDeviceReportedApp",
      "appId": "String"
    }
  ]
}