fido2CombinationConfiguration-Ressourcentyp
Namespace: microsoft.graph
Konfiguration, um bestimmte FIDO2-Schlüssel in einer Authentifizierungsstärke zu erfordern. Verwenden Sie diese Entität, um anzugeben, welche AAGUIDs (Authenticator Attestation GUIDs) 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 ist "fido2" . Geerbt von authenticationCombinationConfiguration. |
id | Zeichenfolge | 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"
]
}