Skip to content

Latest commit

 

History

History
59 lines (51 loc) · 2.92 KB

intune-apps-mobileappassignment.md

File metadata and controls

59 lines (51 loc) · 2.92 KB
title description author ms.localizationpriority ms.subservice doc_type
mobileAppAssignment resource type
A class containing the properties used for Group Assignment of a Mobile App.
jaiprakashmb
medium
intune
resourcePageType

mobileAppAssignment resource type

Namespace: microsoft.graph

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

A class containing the properties used for Group Assignment of a Mobile App.

Methods

Method Return Type Description
List mobileAppAssignments mobileAppAssignment collection List properties and relationships of the mobileAppAssignment objects.
Get mobileAppAssignment mobileAppAssignment Read properties and relationships of the mobileAppAssignment object.
Create mobileAppAssignment mobileAppAssignment Create a new mobileAppAssignment object.
Delete mobileAppAssignment None Deletes a mobileAppAssignment.
Update mobileAppAssignment mobileAppAssignment Update the properties of a mobileAppAssignment object.

Properties

Property Type Description
id String Key of the entity.
intent installIntent The install intent defined by the admin. Possible values are: available, required, uninstall, availableWithoutEnrollment.
target deviceAndAppManagementAssignmentTarget The target group assignment defined by the admin.
settings mobileAppAssignmentSettings The settings for target assignment defined by the admin.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.mobileAppAssignment",
  "id": "String (identifier)",
  "intent": "String",
  "target": {
    "@odata.type": "microsoft.graph.allLicensedUsersAssignmentTarget"
  },
  "settings": {
    "@odata.type": "microsoft.graph.windowsUniversalAppXAppAssignmentSettings",
    "useDeviceContext": true
  }
}