mobileAppInstallSummary 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.
Contains properties for the installation summary of a mobile app. This will be deprecated in May, 2023
Methods
Method | Return Type | Description |
---|---|---|
Get mobileAppInstallSummary | mobileAppInstallSummary | Read properties and relationships of the mobileAppInstallSummary object. |
Update mobileAppInstallSummary | mobileAppInstallSummary | Update the properties of a mobileAppInstallSummary object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Key of the entity. |
installedDeviceCount | Int32 | Number of Devices that have successfully installed this app. |
failedDeviceCount | Int32 | Number of Devices that have failed to install this app. |
notApplicableDeviceCount | Int32 | Number of Devices that are not applicable for this app. |
notInstalledDeviceCount | Int32 | Number of Devices that does not have this app installed. |
pendingInstallDeviceCount | Int32 | Number of Devices that have been notified to install this app. |
installedUserCount | Int32 | Number of Users whose devices have all succeeded to install this app. |
failedUserCount | Int32 | Number of Users that have 1 or more device that failed to install this app. |
notApplicableUserCount | Int32 | Number of Users whose devices were all not applicable for this app. |
notInstalledUserCount | Int32 | Number of Users that have 1 or more devices that did not install this app. |
pendingInstallUserCount | Int32 | Number of Users that have 1 or more device that have been notified to install this app and have 0 devices with failures. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.mobileAppInstallSummary",
"id": "String (identifier)",
"installedDeviceCount": 1024,
"failedDeviceCount": 1024,
"notApplicableDeviceCount": 1024,
"notInstalledDeviceCount": 1024,
"pendingInstallDeviceCount": 1024,
"installedUserCount": 1024,
"failedUserCount": 1024,
"notApplicableUserCount": 1024,
"notInstalledUserCount": 1024,
"pendingInstallUserCount": 1024
}