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

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
configurationDeployedUserCount Int32
lastRefreshTime DateTimeOffset
configurationDeploymentSummaryPerApp managedAppPolicyDeploymentSummaryPerApp collection
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.windowsAppIdentifier",
        "windowsAppId": "String"
      },
      "configurationAppliedUserCount": 1024
    }
  ],
  "id": "String (identifier)",
  "version": "String"
}