Edit

Share via


mobileAppManagementPolicy resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

In Microsoft Entra ID, a Mobile Application Management (MAM) policy defines how corporate data is protected within mobile apps, regardless of device enrollment status. These policies are enforced through Intune app protection policies, which apply to both managed (MDM-enrolled) and unmanaged (personal) devices.

Inherits from mobilityManagementPolicy.

Methods

Method Return type Description
List mobileAppManagementPolicy collection Get a list of the mobileAppManagementPolicy objects and their properties for mobile app management applications.
Get mobileAppManagementPolicy Read the properties and relationships of a mobileAppManagementPolicy object for a mobile app management application.
Update None Update the properties of a mobileAppManagementPolicy object for a mobile app management application.
List included groups group collection List included groups for a mobileAppManagementPolicy object for a mobile app management application.
Add group to policy None Add a group to the mobileAppManagementPolicy object for a mobile app management application.
Delete group from policy None Delete a group from the mobileAppManagementPolicy object for a mobile app management application.

Properties

Property Type Description
appliesTo policyScope Indicates the user scope of the MAM policy. The possible values are: none, all, selected. Inherited from mobilityManagementPolicy. The possible values are: none, all, selected, unknownFutureValue.
complianceUrl String Compliance URL of the mobility management application. Inherited from mobilityManagementPolicy.
description String Description of the MAM application. Inherited from mobilityManagementPolicy.
discoveryUrl String Discovery URL of the MAM application. Inherited from mobilityManagementPolicy.
displayName String Display name of the MAM application. Inherited from mobilityManagementPolicy.
id String Object Id of the MAM application. Inherited from entity. Inherits from entity
isValid Boolean Whether policy is valid. Invalid policies may not be updated and should be deleted. Inherited from mobilityManagementPolicy.
termsOfUseUrl String Terms of Use URL of the MAM application. Inherited from mobilityManagementPolicy.

Relationships

Relationship Type Description
includedGroups group collection Microsoft Entra groups under the scope of the MAM policy if appliesTo is selected. Inherited from microsoft.graph.mobilityManagementPolicy

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.mobileAppManagementPolicy",
  "id": "String (identifier)",
  "appliesTo": "String",
  "complianceUrl": "String",
  "description": "String",
  "discoveryUrl": "String",
  "displayName": "String",
  "termsOfUseUrl": "String",
  "isValid": "Boolean"
}