Microsoft Graph · Schema

win32LobAppInstallExperience

Contains installation experience properties for a Win32 App

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
deviceRestartBehavior object
runAsAccount object
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwin32lobappinstallexperience-schema.json Raw ↑
{
  "$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"
}