iosVppAppAssignmentSettings resource type

Namespace: microsoft.graph

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

Contains properties used to assign an iOS VPP mobile app to a group.

Inherits from mobileAppAssignmentSettings

Properties

Property Type Description
useDeviceLicensing Boolean Whether or not to use device licensing.
vpnConfigurationId String The VPN Configuration Id to apply for this app.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.iosVppAppAssignmentSettings",
  "useDeviceLicensing": true,
  "vpnConfigurationId": "String"
}