Microsoft Graph · Schema

appsInstallationOptionsForMac

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
isMicrosoft365AppsEnabled boolean Specifies whether users can install Microsoft 365 apps on their MAC devices. The default value is true.
isSkypeForBusinessEnabled boolean Specifies whether users can install Skype for Business on their MAC devices running OS X El Capitan 10.11 or later. The default value is true.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphappsinstallationoptionsformac-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.appsInstallationOptionsForMac",
  "title": "appsInstallationOptionsForMac",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "isMicrosoft365AppsEnabled": {
      "type": "boolean",
      "description": "Specifies whether users can install Microsoft 365 apps on their MAC devices. The default value is true."
    },
    "isSkypeForBusinessEnabled": {
      "type": "boolean",
      "description": "Specifies whether users can install Skype for Business on their MAC devices running OS X El Capitan 10.11 or later. The default value is true."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}