windowsInformationProtectionDesktopApp-Ressourcentyp

Namespace: microsoft.graph

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

Desktop-App für Windows-Informationsschutz

Erbt von windowsInformationProtectionApp

Eigenschaften

Eigenschaft Typ Beschreibung
displayName String Anzeigename der App Geerbt von windowsInformationProtectionApp
description String Beschreibung der App Geerbt von windowsInformationProtectionApp
publisherName String Der Name des Verlegers, geerbt von windowsInformationProtectionApp
productName String Produktname Geerbt von windowsInformationProtectionApp
denied Boolean Bei „true“ wird der App der Schutz oder eine Ausnahme verweigert. Geerbt von windowsInformationProtectionApp
binaryName String Der binäre Name
binaryVersionLow String Die niedrigere Binärversion.
binaryVersionHigh String Die größte Binärversion.

Beziehungen

Keine

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

{
  "@odata.type": "#microsoft.graph.windowsInformationProtectionDesktopApp",
  "displayName": "String",
  "description": "String",
  "publisherName": "String",
  "productName": "String",
  "denied": true,
  "binaryName": "String",
  "binaryVersionLow": "String",
  "binaryVersionHigh": "String"
}