Microsoft Graph · Schema

authenticationBehaviors

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
blockAzureADGraphAccess boolean
removeUnverifiedEmailClaim boolean
requireClientServicePrincipal boolean
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphauthenticationbehaviors-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.authenticationBehaviors",
  "title": "authenticationBehaviors",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "blockAzureADGraphAccess": {
      "type": "boolean",
      "nullable": true
    },
    "removeUnverifiedEmailClaim": {
      "type": "boolean",
      "nullable": true
    },
    "requireClientServicePrincipal": {
      "type": "boolean",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}