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