windowsInformationProtectionStoreApp resource type

Namespace: microsoft.graph

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Store 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

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsInformationProtectionStoreApp",
  "displayName": "String",
  "description": "String",
  "publisherName": "String",
  "productName": "String",
  "denied": true
}