Microsoft Graph · Schema

microsoft.graph.authContext

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphauthcontext-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.authContext",
  "title": "microsoft.graph.authContext",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.signInContext"
    },
    {
      "title": "authContext",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "authenticationContextValue": {
          "type": "string",
          "description": "Supported values are c1 through c99.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.authContext"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.authContext"
}