Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.28 KB

intune-mam-windowsinformationprotectionapp.md

File metadata and controls

48 lines (40 loc) · 1.28 KB
title description author localization_priority ms.subservice doc_type
windowsInformationProtectionApp resource type
App for Windows information protection
jaiprakashmb
Normal
intune
resourcePageType

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

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
}