managedAppPolicyDeploymentSummaryPerApp-Ressourcentyp

Namespace: microsoft.graph

Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.

Zusammenfassung der Richtlinienbereitstellung pro App

Eigenschaften

Eigenschaft Typ Beschreibung
mobileAppIdentifier mobileAppIdentifier Bereitstellung einer App
configurationAppliedUserCount Int32 Die Anzahl der Benutzer, auf die die Richtlinie angewendet wird.

Beziehungen

Keine

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

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