microsoftAuthenticatorFeatureSettings resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents Microsoft Authenticator settings such as number matching and location context, and whether they're enabled for all users or specific users only.

Properties

Property Type Description
companionAppAllowedState authenticationMethodFeatureConfiguration Determines whether users are able to approve push notifications on other Microsoft applications such as Outlook Mobile.
displayAppInformationRequiredState authenticationMethodFeatureConfiguration Determines whether the user's Authenticator app shows them the client app they're signing into.
displayLocationInformationRequiredState authenticationMethodFeatureConfiguration Determines whether the user's Authenticator app shows them the geographic location of where the authentication request originated from.
numberMatchingRequiredState authenticationMethodFeatureConfiguration Specifies whether the user needs to enter a number in the Authenticator app from the login screen to complete their login. Value is ignored for phone sign-in notifications.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.microsoftAuthenticatorFeatureSettings",
  "companionAppAllowedState": {
    "@odata.type": "microsoft.graph.authenticationMethodFeatureConfiguration"
  },
  "@odata.type": "#microsoft.graph.microsoftAuthenticatorFeatureSettings",
  "numberMatchingRequiredState": {
    "@odata.type": "microsoft.graph.authenticationMethodFeatureConfiguration"
  },
  "displayAppInformationRequiredState": {
    "@odata.type": "microsoft.graph.authenticationMethodFeatureConfiguration"
  },
  "displayLocationInformationRequiredState": {
    "@odata.type": "microsoft.graph.authenticationMethodFeatureConfiguration"
  }
}