Microsoft Graph · Schema

microsoft.graph.macOSDeviceFeaturesConfiguration

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphmacosdevicefeaturesconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.macOSDeviceFeaturesConfiguration",
  "title": "microsoft.graph.macOSDeviceFeaturesConfiguration",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.appleDeviceFeaturesConfigurationBase"
    },
    {
      "title": "macOSDeviceFeaturesConfiguration",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.macOSDeviceFeaturesConfiguration"
        }
      },
      "description": "MacOS device features configuration profile."
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.macOSDeviceFeaturesConfiguration"
}