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

Desktop App for Windows information protection

Inherits from windowsInformationProtectionApp

Properties

Property Type Description
displayName String App display name. Inherited from windowsInformationProtectionApp
description String The app's description. Inherited from windowsInformationProtectionApp
publisherName String The publisher name Inherited from windowsInformationProtectionApp
productName String The product name. Inherited from windowsInformationProtectionApp
denied Boolean If true, app is denied protection or exemption. Inherited from windowsInformationProtectionApp
binaryName String The binary name.
binaryVersionLow String The lower binary version.
binaryVersionHigh String The high binary version.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

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