Microsoft Graph · Schema

microsoftAuthenticatorFeatureSettings

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
displayAppInformationRequiredState object Determines whether the user's Authenticator app shows them the client app they're signing into.
displayLocationInformationRequiredState object Determines whether the user's Authenticator app shows them the geographic location of where the authentication request originated from.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphmicrosoftauthenticatorfeaturesettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.microsoftAuthenticatorFeatureSettings",
  "title": "microsoftAuthenticatorFeatureSettings",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "displayAppInformationRequiredState": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.authenticationMethodFeatureConfiguration"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "Determines whether the user's Authenticator app shows them the client app they're signing into."
    },
    "displayLocationInformationRequiredState": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.authenticationMethodFeatureConfiguration"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "Determines whether the user's Authenticator app shows them the geographic location of where the authentication request originated from."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}