windowsKioskDesktopApp 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
path String Define the path of a desktop app
desktopApplicationId String Define the DesktopApplicationID of the app
desktopApplicationLinkPath String Define the DesktopApplicationLinkPath of the app

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsKioskDesktopApp",
  "startLayoutTileSize": "String",
  "name": "String",
  "appType": "String",
  "autoLaunch": true,
  "path": "String",
  "desktopApplicationId": "String",
  "desktopApplicationLinkPath": "String"
}