Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important: APIs under the /beta version in Microsoft Graph are subject to change which could break your applications. While Intune /beta APIs are supported by Microsoft, you should use these at your own discretion. In general, /beta APIs are not recommended for use in production applications. To determine whether an API is available in v1.0, use the Version selector
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Represents the synchronization details of a Windows app, with management capabilities, for a specific user. The ManagedAppRegistration resource represents the details of an app, with management capability, used by a member of the organization.
Inherits from managedAppRegistration
Methods
Method | Return Type | Description |
---|---|---|
List windowsManagedAppRegistrations | windowsManagedAppRegistration collection | List properties and relationships of the windowsManagedAppRegistration objects. |
Get windowsManagedAppRegistration | windowsManagedAppRegistration | Read properties and relationships of the windowsManagedAppRegistration object. |
Create windowsManagedAppRegistration | windowsManagedAppRegistration | Create a new windowsManagedAppRegistration object. |
Delete windowsManagedAppRegistration | None | Deletes a windowsManagedAppRegistration. |
Update windowsManagedAppRegistration | windowsManagedAppRegistration | Update the properties of a windowsManagedAppRegistration object. |
Properties
Property | Type | Description |
---|---|---|
createdDateTime | DateTimeOffset | Date and time of creation Inherited from managedAppRegistration |
lastSyncDateTime | DateTimeOffset | Date and time of last the app synced with management service. Inherited from managedAppRegistration |
applicationVersion | String | App version Inherited from managedAppRegistration |
managementSdkVersion | String | App management SDK version Inherited from managedAppRegistration |
platformVersion | String | Operating System version Inherited from managedAppRegistration |
deviceType | String | Host device type Inherited from managedAppRegistration |
deviceTag | String | App management SDK generated tag, which helps relate apps hosted on the same device. Not guaranteed to relate apps in all conditions. Inherited from managedAppRegistration |
deviceName | String | Host device name Inherited from managedAppRegistration |
managedDeviceId | String | The Managed Device identifier of the host device. Value could be empty even when the host device is managed. Inherited from managedAppRegistration |
azureADDeviceId | String | The Azure Active Directory Device identifier of the host device. Value could be empty even when the host device is Azure Active Directory registered. Inherited from managedAppRegistration |
deviceModel | String | The device model for the current app registration Inherited from managedAppRegistration |
deviceManufacturer | String | The device manufacturer for the current app registration Inherited from managedAppRegistration |
flaggedReasons | managedAppFlaggedReason collection | Zero or more reasons an app registration is flagged. E.g. app running on rooted device Inherited from managedAppRegistration |
userId | String | The user Id to who this app registration belongs. Inherited from managedAppRegistration |
appIdentifier | mobileAppIdentifier | The app package Identifier Inherited from managedAppRegistration |
id | String | Key of the entity. Inherited from managedAppRegistration |
version | String | Version of the entity. Inherited from managedAppRegistration |
Relationships
Relationship | Type | Description |
---|---|---|
appliedPolicies | managedAppPolicy collection | Zero or more policys already applied on the registered app when it last synchronized with managment service. Inherited from managedAppRegistration |
intendedPolicies | managedAppPolicy collection | Zero or more policies admin intended for the app as of now. Inherited from managedAppRegistration |
managedAppLogCollectionRequests | managedAppLogCollectionRequest collection | Zero or more log collection requests triggered for the app. Inherited from managedAppRegistration |
operations | managedAppOperation collection | Zero or more long running operations triggered on the app registration. Inherited from managedAppRegistration |
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.windowsManagedAppRegistration",
"createdDateTime": "String (timestamp)",
"lastSyncDateTime": "String (timestamp)",
"applicationVersion": "String",
"managementSdkVersion": "String",
"platformVersion": "String",
"deviceType": "String",
"deviceTag": "String",
"deviceName": "String",
"managedDeviceId": "String",
"azureADDeviceId": "String",
"deviceModel": "String",
"deviceManufacturer": "String",
"flaggedReasons": [
"String"
],
"userId": "String",
"appIdentifier": {
"@odata.type": "microsoft.graph.windowsAppIdentifier",
"windowsAppId": "String"
},
"id": "String (identifier)",
"version": "String"
}