windowsInformationProtectionApp resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
App for Windows information protection
Properties
Property | Type | Description |
---|---|---|
displayName | String | App display name. |
description | String | The app's description. |
publisherName | String | The publisher name |
productName | String | The product name. |
denied | Boolean | If true, app is denied protection or exemption. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.windowsInformationProtectionApp",
"displayName": "String",
"description": "String",
"publisherName": "String",
"productName": "String",
"denied": true
}