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
}