Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.2 KB

intune-mam-managedapppolicydeploymentsummaryperapp.md

File metadata and controls

43 lines (36 loc) · 1.2 KB
title description author localization_priority ms.subservice doc_type
managedAppPolicyDeploymentSummaryPerApp resource type
Represents policy deployment summary per app.
jaiprakashmb
Normal
intune
resourcePageType

managedAppPolicyDeploymentSummaryPerApp resource type

Namespace: microsoft.graph

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

Represents policy deployment summary per app.

Properties

Property Type Description
mobileAppIdentifier mobileAppIdentifier Deployment of an app.
configurationAppliedUserCount Int32 Number of users the policy is applied.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.managedAppPolicyDeploymentSummaryPerApp",
  "mobileAppIdentifier": {
    "@odata.type": "microsoft.graph.androidMobileAppIdentifier",
    "packageId": "String"
  },
  "configurationAppliedUserCount": 1024
}