Microsoft Graph · Schema

microsoft.graph.conditionalAccessRoot

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphconditionalaccessroot-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.conditionalAccessRoot",
  "title": "microsoft.graph.conditionalAccessRoot",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "conditionalAccessRoot",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "authenticationContextClassReferences": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.authenticationContextClassReference"
          },
          "description": "Read-only. Nullable. Returns a collection of the specified authentication context class references.",
          "x-ms-navigationProperty": true
        },
        "authenticationStrength": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.authenticationStrengthRoot"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "x-ms-navigationProperty": true
        },
        "namedLocations": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.namedLocation"
          },
          "description": "Read-only. Nullable. Returns a collection of the specified named locations.",
          "x-ms-navigationProperty": true
        },
        "policies": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.conditionalAccessPolicy"
          },
          "description": "Read-only. Nullable. Returns a collection of the specified Conditional Access (CA) policies.",
          "x-ms-navigationProperty": true
        },
        "templates": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.conditionalAccessTemplate"
          },
          "description": "Read-only. Nullable. Returns a collection of the specified Conditional Access templates.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.conditionalAccessRoot"
}