authenticationConditions-Ressourcentyp
Namespace: microsoft.graph
Die Bedingungen, unter denen ein authenticationEventListener ausgelöst werden soll.
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
Anwendungen | authenticationConditionsApplications | Anwendungen, die eine benutzerdefinierte Authentifizierungserweiterung auslösen. |
Beziehungen
Keine.
JSON-Darstellung
Die folgende JSON-Darstellung zeigt den Ressourcentyp.
{
"@odata.type": "#microsoft.graph.authenticationConditions",
"applications": {
"@odata.type": "microsoft.graph.authenticationConditionsApplications"
}
}