Microsoft Graph · Schema

conditionalAccessLocations

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
excludeLocations array Location IDs excluded from scope of policy.
includeLocations array Location IDs in scope of policy unless explicitly excluded, All, or AllTrusted.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphconditionalaccesslocations-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.conditionalAccessLocations",
  "title": "conditionalAccessLocations",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "excludeLocations": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Location IDs excluded from scope of policy."
    },
    "includeLocations": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Location IDs in scope of policy unless explicitly excluded, All, or AllTrusted."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}