Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.73 KB

microsoftauthenticatorfeaturesettings.md

File metadata and controls

44 lines (37 loc) · 1.73 KB
title description author ms.reviewer ms.localizationpriority ms.subservice doc_type
microsoftAuthenticatorFeatureSettings resource type
Represents Microsoft Authenticator settings such as application context and location context, and whether they're enabled for all users or specific users only.
mjsantani
intelligentaccesspm
medium
entra-sign-in
resourcePageType

microsoftAuthenticatorFeatureSettings resource type

Namespace: microsoft.graph

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

Properties

Property Type Description
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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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