Edit

Share via


managedAppPolicyDeploymentSummary resource type

Namespace: microsoft.graph

Important: Microsoft supports Intune /beta APIs, but they are subject to more frequent change. Microsoft recommends using version v1.0 when possible. Check an API's availability in version v1.0 using the Version selector.

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"
}