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: Microsoft supports Intune /beta APIs, but they are subject to more frequent change. Microsoft recommends using version v1.0 when possible. Check an API's availability in version v1.0 using the Version selector.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Contains properties, inherited properties and actions for AFW mobile app configurations.
Inherits from managedDeviceMobileAppConfiguration
Methods
| Method | Return Type | Description | 
|---|---|---|
| List androidForWorkMobileAppConfigurations | androidForWorkMobileAppConfiguration collection | List properties and relationships of the androidForWorkMobileAppConfiguration objects. | 
| Get androidForWorkMobileAppConfiguration | androidForWorkMobileAppConfiguration | Read properties and relationships of the androidForWorkMobileAppConfiguration object. | 
| Create androidForWorkMobileAppConfiguration | androidForWorkMobileAppConfiguration | Create a new androidForWorkMobileAppConfiguration object. | 
| Delete androidForWorkMobileAppConfiguration | None | Deletes a androidForWorkMobileAppConfiguration. | 
| Update androidForWorkMobileAppConfiguration | androidForWorkMobileAppConfiguration | Update the properties of a androidForWorkMobileAppConfiguration object. | 
Properties
| Property | Type | Description | 
|---|---|---|
| id | String | Key of the entity. Inherited from managedDeviceMobileAppConfiguration | 
| targetedMobileApps | String collection | the associated app. Inherited from managedDeviceMobileAppConfiguration | 
| roleScopeTagIds | String collection | List of Scope Tags for this App configuration entity. Inherited from managedDeviceMobileAppConfiguration | 
| createdDateTime | DateTimeOffset | DateTime the object was created. Inherited from managedDeviceMobileAppConfiguration | 
| description | String | Admin provided description of the Device Configuration. Inherited from managedDeviceMobileAppConfiguration | 
| lastModifiedDateTime | DateTimeOffset | DateTime the object was last modified. Inherited from managedDeviceMobileAppConfiguration | 
| displayName | String | Admin provided name of the device configuration. Inherited from managedDeviceMobileAppConfiguration | 
| version | Int32 | Version of the device configuration. Inherited from managedDeviceMobileAppConfiguration | 
| packageId | String | Android For Work app configuration package id. | 
| payloadJson | String | Android For Work app configuration JSON payload. | 
| permissionActions | androidPermissionAction collection | List of Android app permissions and corresponding permission actions. | 
| profileApplicability | androidProfileApplicability | Android Enterprise profile applicability (AndroidWorkProfile, DeviceOwner, or default (applies to both)). Possible values are: default, androidWorkProfile, androidDeviceOwner. | 
| connectedAppsEnabled | Boolean | Setting to specify whether to allow ConnectedApps experience for this app. | 
Relationships
| Relationship | Type | Description | 
|---|---|---|
| assignments | managedDeviceMobileAppConfigurationAssignment collection | The list of group assignemenets for app configration. Inherited from managedDeviceMobileAppConfiguration | 
| deviceStatuses | managedDeviceMobileAppConfigurationDeviceStatus collection | List of ManagedDeviceMobileAppConfigurationDeviceStatus. Inherited from managedDeviceMobileAppConfiguration | 
| userStatuses | managedDeviceMobileAppConfigurationUserStatus collection | List of ManagedDeviceMobileAppConfigurationUserStatus. Inherited from managedDeviceMobileAppConfiguration | 
| deviceStatusSummary | managedDeviceMobileAppConfigurationDeviceSummary | App configuration device status summary. Inherited from managedDeviceMobileAppConfiguration | 
| userStatusSummary | managedDeviceMobileAppConfigurationUserSummary | App configuration user status summary. Inherited from managedDeviceMobileAppConfiguration | 
JSON Representation
Here is a JSON representation of the resource.
{
  "@odata.type": "#microsoft.graph.androidForWorkMobileAppConfiguration",
  "id": "String (identifier)",
  "targetedMobileApps": [
    "String"
  ],
  "roleScopeTagIds": [
    "String"
  ],
  "createdDateTime": "String (timestamp)",
  "description": "String",
  "lastModifiedDateTime": "String (timestamp)",
  "displayName": "String",
  "version": 1024,
  "packageId": "String",
  "payloadJson": "String",
  "permissionActions": [
    {
      "@odata.type": "microsoft.graph.androidPermissionAction",
      "permission": "String",
      "action": "String"
    }
  ],
  "profileApplicability": "String",
  "connectedAppsEnabled": true
}