{ "$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" } } }