microsoftAuthenticatorFeatureSettings-Ressourcentyp
Namespace: microsoft.graph
Stellt Microsoft Authenticator-Einstellungen wie Anwendungskontext und Standortkontext dar und gibt an, ob sie nur für alle Benutzer oder bestimmte Benutzer aktiviert sind.
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
displayAppInformationRequiredState | authenticationMethodFeatureConfiguration | Bestimmt, ob die Authenticator-App des Benutzers die Client-App anzeigt, bei der er sich anmeldet. |
displayLocationInformationRequiredState | authenticationMethodFeatureConfiguration | Bestimmt, ob die Authenticator-App des Benutzers den geografischen Standort anzeigt, von dem die Authentifizierungsanforderung stammt. |
Beziehungen
Keine.
JSON-Darstellung
Die folgende JSON-Darstellung zeigt den Ressourcentyp.
{
"@odata.type": "#microsoft.graph.microsoftAuthenticatorFeatureSettings",
"displayAppInformationRequiredState": {
"@odata.type": "microsoft.graph.authenticationMethodFeatureConfiguration"
},
"displayLocationInformationRequiredState": {
"@odata.type": "microsoft.graph.authenticationMethodFeatureConfiguration"
}
}