{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.win32LobAppInstallExperience", "title": "win32LobAppInstallExperience", "required": [ "@odata.type" ], "type": "object", "properties": { "deviceRestartBehavior": { "$ref": "#/components/schemas/microsoft.graph.win32LobAppRestartBehavior" }, "runAsAccount": { "$ref": "#/components/schemas/microsoft.graph.runAsAccountType" }, "@odata.type": { "type": "string" } }, "description": "Contains installation experience properties for a Win32 App" }