Microsoft Graph · Schema

microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdeviceenrollmentplatformrestrictionsconfigurat-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration",
  "title": "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration"
    },
    {
      "title": "deviceEnrollmentPlatformRestrictionsConfiguration",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "androidRestriction": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestriction"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Indicates restrictions for Android platform."
        },
        "iosRestriction": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestriction"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Indicates restrictions for IOS platform."
        },
        "macOSRestriction": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestriction"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Indicates restrictions for MacOS platform."
        },
        "windowsMobileRestriction": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestriction"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Indicates restrictions for Windows Mobile platform."
        },
        "windowsRestriction": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestriction"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Indicates restrictions for Windows platform."
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration"
        }
      },
      "description": "Default Device Enrollment Platform Restrictions Configuration that restricts the types of devices a user can enroll"
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration"
}