Microsoft Graph · Schema

microsoft.graph.authenticationMethodsRoot

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphauthenticationmethodsroot-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.authenticationMethodsRoot",
  "title": "microsoft.graph.authenticationMethodsRoot",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "authenticationMethodsRoot",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "userRegistrationDetails": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.userRegistrationDetails"
          },
          "description": "Represents the state of a user's authentication methods, including which methods are registered and which features the user is registered and capable of (such as multifactor authentication, self-service password reset, and passwordless authentication).",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.authenticationMethodsRoot"
}