windowsKioskSingleUWPApp 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.

The class used to identify the UWP app info for the kiosk configuration

Inherits from windowsKioskAppConfiguration

Properties

Property Type Description
uwpApp windowsKioskUWPApp This is the only Application User Model ID (AUMID) that will be available to launch use while in Kiosk Mode

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsKioskSingleUWPApp",
  "uwpApp": {
    "@odata.type": "microsoft.graph.windowsKioskUWPApp",
    "startLayoutTileSize": "String",
    "name": "String",
    "appType": "String",
    "autoLaunch": true,
    "appUserModelId": "String",
    "appId": "String",
    "containedAppId": "String"
  }
}