windowsInformationProtectionAppLearningSummary resource type

Namespace: microsoft.graph

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

Windows Information Protection AppLearning Summary entity.

Methods

Method Return Type Description
List windowsInformationProtectionAppLearningSummaries windowsInformationProtectionAppLearningSummary collection List properties and relationships of the windowsInformationProtectionAppLearningSummary objects.
Get windowsInformationProtectionAppLearningSummary windowsInformationProtectionAppLearningSummary Read properties and relationships of the windowsInformationProtectionAppLearningSummary object.
Create windowsInformationProtectionAppLearningSummary windowsInformationProtectionAppLearningSummary Create a new windowsInformationProtectionAppLearningSummary object.
Delete windowsInformationProtectionAppLearningSummary None Deletes a windowsInformationProtectionAppLearningSummary.
Update windowsInformationProtectionAppLearningSummary windowsInformationProtectionAppLearningSummary Update the properties of a windowsInformationProtectionAppLearningSummary object.

Properties

Property Type Description
id String Unique Identifier for the WindowsInformationProtectionAppLearningSummary.
applicationName String Application Name
applicationType applicationType Application Type. Possible values are: universal, desktop.
deviceCount Int32 Device Count

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsInformationProtectionAppLearningSummary",
  "id": "String (identifier)",
  "applicationName": "String",
  "applicationType": "String",
  "deviceCount": 1024
}