Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important: Microsoft supports Intune /beta APIs, but they are subject to more frequent change. Microsoft recommends using version v1.0 when possible. Check an API's availability in version v1.0 using the Version selector.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Properties
Property | Type | Description |
---|---|---|
profileId | String | Key of the entity. |
profileName | String | This is a friendly name used to identify a group of applications, the layout of these apps on the start menu and the users to whom this kiosk configuration is assigned. |
appConfiguration | windowsKioskAppConfiguration | The App configuration that will be used for this kiosk configuration. |
userAccountsConfiguration | windowsKioskUser collection | The user accounts that will be locked to this kiosk configuration. This collection can contain a maximum of 100 elements. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.windowsKioskProfile",
"profileId": "String",
"profileName": "String",
"appConfiguration": {
"@odata.type": "microsoft.graph.windowsKioskMultipleApps",
"apps": [
{
"@odata.type": "microsoft.graph.windowsKioskUWPApp",
"startLayoutTileSize": "String",
"name": "String",
"appType": "String",
"autoLaunch": true,
"appUserModelId": "String",
"appId": "String",
"containedAppId": "String"
}
],
"showTaskBar": true,
"allowAccessToDownloadsFolder": true,
"disallowDesktopApps": true,
"startMenuLayoutXml": "binary"
},
"userAccountsConfiguration": [
{
"@odata.type": "microsoft.graph.windowsKioskVisitor"
}
]
}