androidManagedAppRegistration resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Represents the synchronization details of an android 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 androidManagedAppRegistrations | androidManagedAppRegistration collection | List properties and relationships of the androidManagedAppRegistration objects. |
Get androidManagedAppRegistration | androidManagedAppRegistration | Read properties and relationships of the androidManagedAppRegistration object. |
Create androidManagedAppRegistration | androidManagedAppRegistration | Create a new androidManagedAppRegistration 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 |
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 |
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.androidManagedAppRegistration",
"createdDateTime": "String (timestamp)",
"lastSyncDateTime": "String (timestamp)",
"applicationVersion": "String",
"managementSdkVersion": "String",
"platformVersion": "String",
"deviceType": "String",
"deviceTag": "String",
"deviceName": "String",
"flaggedReasons": [
"String"
],
"userId": "String",
"appIdentifier": {
"@odata.type": "microsoft.graph.androidMobileAppIdentifier",
"packageId": "String"
},
"id": "String (identifier)",
"version": "String"
}