mobileAppIntentAndStateDetail 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.
Mobile App Intent and Install State for a given device.
Properties
Property | Type | Description |
---|---|---|
applicationId | String | MobieApp identifier. |
displayName | String | The admin provided or imported title of the app. |
mobileAppIntent | mobileAppIntent | Mobile App Intent. Possible values are: available , notAvailable , requiredInstall , requiredUninstall , requiredAndAvailableInstall , availableInstallWithoutEnrollment , exclude . |
displayVersion | String | Human readable version of the application |
installState | resultantAppState | The install state of the app. Possible values are: installed , failed , notInstalled , uninstallFailed , pendingInstall , unknown , notApplicable . |
supportedDeviceTypes | mobileAppSupportedDeviceType collection | The supported platforms for the app. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.mobileAppIntentAndStateDetail",
"applicationId": "String",
"displayName": "String",
"mobileAppIntent": "String",
"displayVersion": "String",
"installState": "String",
"supportedDeviceTypes": [
{
"@odata.type": "microsoft.graph.mobileAppSupportedDeviceType",
"type": "String",
"minimumOperatingSystemVersion": "String",
"maximumOperatingSystemVersion": "String"
}
]
}