microsoftAuthenticatorFeatureSettings-Ressourcentyp
Namespace: microsoft.graph
Wichtig
Die APIs unter der /beta
Version in Microsoft Graph können sich ändern. Die Verwendung dieser APIs in Produktionsanwendungen wird nicht unterstützt. Um festzustellen, ob eine API in v1.0 verfügbar ist, verwenden Sie die Version Selektor.
Stellt Microsoft Authenticator-Einstellungen wie Nummernabgleich und Standortkontext dar und gibt an, ob sie nur für alle Benutzer oder bestimmte Benutzer aktiviert sind.
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
companionAppAllowedState | authenticationMethodFeatureConfiguration | Bestimmt, ob Benutzer Pushbenachrichtigungen für andere Microsoft-Anwendungen wie Outlook Mobile genehmigen können. |
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. |
numberMatchingRequiredState | authenticationMethodFeatureConfiguration | Gibt an, ob der Benutzer über den Anmeldebildschirm eine Nummer in die Authenticator-App eingeben muss, um die Anmeldung abzuschließen. Der Wert wird für Benachrichtigungen zur Anmeldung per Telefon ignoriert. |
Beziehungen
Keine.
JSON-Darstellung
Die folgende JSON-Darstellung zeigt den Ressourcentyp.
{
"@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"
}
}