Microsoft Graph · Schema

appsInstallationOptionsForWindows

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
isMicrosoft365AppsEnabled boolean Specifies whether users can install Microsoft 365 apps, including Skype for Business, on their Windows devices. The default value is true.
isProjectEnabled boolean Specifies whether users can install Microsoft Project on their Windows devices. The default value is true.
isSkypeForBusinessEnabled boolean Specifies whether users can install Skype for Business (standalone) on their Windows devices. The default value is true.
isVisioEnabled boolean Specifies whether users can install Visio on their Windows devices. The default value is true.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphappsinstallationoptionsforwindows-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.appsInstallationOptionsForWindows",
  "title": "appsInstallationOptionsForWindows",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "isMicrosoft365AppsEnabled": {
      "type": "boolean",
      "description": "Specifies whether users can install Microsoft 365 apps, including Skype for Business, on their Windows devices. The default value is true."
    },
    "isProjectEnabled": {
      "type": "boolean",
      "description": "Specifies whether users can install Microsoft Project on their Windows devices. The default value is true."
    },
    "isSkypeForBusinessEnabled": {
      "type": "boolean",
      "description": "Specifies whether users can install Skype for Business (standalone) on their Windows devices. The default value is true."
    },
    "isVisioEnabled": {
      "type": "boolean",
      "description": "Specifies whether users can install Visio on their Windows devices. The default value is true."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}