androidManagedStoreAppConfiguration 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, inherited properties and actions for Android Enterprise mobile app configurations.

Inherits from managedDeviceMobileAppConfiguration

Methods

Method Return Type Description
List androidManagedStoreAppConfigurations androidManagedStoreAppConfiguration collection List properties and relationships of the androidManagedStoreAppConfiguration objects.
Get androidManagedStoreAppConfiguration androidManagedStoreAppConfiguration Read properties and relationships of the androidManagedStoreAppConfiguration object.
Create androidManagedStoreAppConfiguration androidManagedStoreAppConfiguration Create a new androidManagedStoreAppConfiguration object.
Delete androidManagedStoreAppConfiguration None Deletes a androidManagedStoreAppConfiguration.
Update androidManagedStoreAppConfiguration androidManagedStoreAppConfiguration Update the properties of a androidManagedStoreAppConfiguration 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 Enterprise app configuration package id.
payloadJson String Android Enterprise app configuration JSON payload.
permissionActions androidPermissionAction collection List of Android app permissions and corresponding permission actions.
appSupportsOemConfig Boolean Whether or not this AppConfig is an OEMConfig policy. This property is read-only.
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.androidManagedStoreAppConfiguration",
  "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"
    }
  ],
  "appSupportsOemConfig": true,
  "profileApplicability": "String",
  "connectedAppsEnabled": true
}