Microsoft Graph · Schema

conditionalAccessPlatforms

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
excludePlatforms array The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.
includePlatforms array The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphconditionalaccessplatforms-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.conditionalAccessPlatforms",
  "title": "conditionalAccessPlatforms",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "excludePlatforms": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.conditionalAccessDevicePlatform"
      },
      "description": "The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue."
    },
    "includePlatforms": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.conditionalAccessDevicePlatform"
      },
      "description": "The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}