Freigeben über


authenticationCombinationConfiguration-Ressourcentyp

Namespace: microsoft.graph

Legt Einschränkungen für bestimmte Typen, Modi oder Versionen einer Authentifizierungsmethode fest, die an bestimmte Authentifizierungsmethodenkombinationen gebunden ist, die in einer Authentifizierungsstärke verwendet werden.

Die folgenden Ressourcen erben von diesem abstrakten Typ und definieren die verschiedenen Typen von Kombinationskonfigurationen:

Methoden

Methode Rückgabetyp Beschreibung
List authenticationCombinationConfiguration-Sammlung Rufen Sie eine Liste der authenticationCombinationConfiguration-Objekte und deren Eigenschaften ab.
Create authenticationCombinationConfiguration Erstellen einer neuen authenticationCombinationConfiguration
Get authenticationCombinationConfiguration Liest die Eigenschaften und Beziehungen eines authenticationCombinationConfiguration-Objekts .
Update authenticationCombinationConfiguration Aktualisieren sie die Eigenschaften eines authenticationCombinationConfiguration-Objekts .
Delete Keine Löschen Sie ein authenticationCombinationConfiguration-Objekt .
Aktualisieren zulässiger Kombinationen updateAllowedCombinationsResult Aktualisieren Sie die zulässige authenticationCombinationConfiguration für eine bestimmte authenticationStrengthPolicy.

Eigenschaften

Eigenschaft Typ Beschreibung
appliesToCombinations authenticationMethodModes-Auflistung Auf welche Authentifizierungsmethodenkombinationen diese Konfiguration angewendet wird. Muss ein allowedCombinations-Objekt sein, das Teil der authenticationStrengthPolicy ist. Der einzige mögliche Wert für fido2combinationConfigurations ist "fido2".
id Zeichenfolge Ein eindeutiger vom System generierter Bezeichner.

Beziehungen

Keine.

JSON-Darstellung

Die folgende JSON-Darstellung zeigt den Ressourcentyp.

{
  "@odata.type": "#microsoft.graph.authenticationCombinationConfiguration",
  "id": "String (identifier)",
  "appliesToCombinations": [
    "String"
  ]
}