Freigeben über


fido2CombinationConfiguration-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.

Konfiguration, um bestimmte FIDO2-Schlüsseltypen in einer Authentifizierungsstärke zu erfordern. Ein Administrator kann diese Entität verwenden, um anzugeben, welche Authenticator Attestations GUIDs (AAGUIDs) als Teil bestimmter Authentifizierungsmethodenkombinationen in einer Authentifizierungsstärke zulässig sind.

Erbt und abgeleitet von authenticationCombinationConfiguration.

Methoden

Keine.

Eigenschaften

Eigenschaft Typ Beschreibung
allowedAAGUIDs String collection Eine Liste von AAGUIDs, die als Teil der angegebenen Authentifizierungsmethodenkombinationen verwendet werden dürfen.
appliesToCombinations authenticationMethodModes-Auflistung Auf welche Authentifizierungsmethodenkombinationen diese Konfiguration angewendet wird. Der einzige mögliche Wert für fido2combinationConfigurations ist "fido2". Geerbt von authenticationCombinationConfiguration.
id String Ein vom System generierter Bezeichner. Geerbt von entity.

Beziehungen

Keine.

JSON-Darstellung

Die folgende JSON-Darstellung zeigt den Ressourcentyp.

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