Skip to content

Latest commit

 

History

History
56 lines (48 loc) · 2.64 KB

File metadata and controls

56 lines (48 loc) · 2.64 KB
title microsoftAuthenticatorFeatureSettings resource type
description Represents Microsoft Authenticator settings such as number matching and location context, and whether they're enabled for all users or specific users only.
author mjsantani
ms.reviewer intelligentaccesspm
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 03/21/2024

microsoftAuthenticatorFeatureSettings resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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