Microsoft Graph · Schema

microsoft.graph.appleDeviceFeaturesConfigurationBase

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

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