windowsKioskUWPApp 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 base class for a type of apps

Inherits from windowsKioskAppBase

Properties

Property Type Description
startLayoutTileSize windowsAppStartLayoutTileSize The app tile size for the start layout Inherited from windowsKioskAppBase. Possible values are: hidden, small, medium, wide, large.
name String Represents the friendly name of an app Inherited from windowsKioskAppBase
appType windowsKioskAppType The app type Inherited from windowsKioskAppBase. Possible values are: unknown, store, desktop, aumId.
autoLaunch Boolean Allow the app to be auto-launched in multi-app kiosk mode Inherited from windowsKioskAppBase
appUserModelId String This is the only Application User Model ID (AUMID) that will be available to launch use while in Kiosk Mode
appId String This references an Intune App that will be target to the same assignments as Kiosk configuration
containedAppId String This references an contained App from an Intune App

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

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