managedAppPolicyDeploymentSummary resource type

Namespace: microsoft.graph

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

The ManagedAppEntity is the base entity type for all other entity types under app management workflow.

Methods

Method Return Type Description
Get managedAppPolicyDeploymentSummary managedAppPolicyDeploymentSummary Read properties and relationships of the managedAppPolicyDeploymentSummary object.
Update managedAppPolicyDeploymentSummary managedAppPolicyDeploymentSummary Update the properties of a managedAppPolicyDeploymentSummary object.

Properties

Property Type Description
displayName String Not yet documented
configurationDeployedUserCount Int32 Not yet documented
lastRefreshTime DateTimeOffset Not yet documented
configurationDeploymentSummaryPerApp managedAppPolicyDeploymentSummaryPerApp collection Not yet documented
id String Key of the entity.
version String Version of the entity.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.managedAppPolicyDeploymentSummary",
  "displayName": "String",
  "configurationDeployedUserCount": 1024,
  "lastRefreshTime": "String (timestamp)",
  "configurationDeploymentSummaryPerApp": [
    {
      "@odata.type": "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp",
      "mobileAppIdentifier": {
        "@odata.type": "microsoft.graph.androidMobileAppIdentifier",
        "packageId": "String"
      },
      "configurationAppliedUserCount": 1024
    }
  ],
  "id": "String (identifier)",
  "version": "String"
}