| title | fido2CombinationConfiguration resource type |
|---|---|
| description | Configuration to require specific FIDO2 key types in an authentication strength |
| ms.localizationpriority | medium |
| author | InbarckMS |
| ms.reviewer | conditionalaccesspm |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 03/21/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Configuration to require specific FIDO2 key types in an authentication strength. An administrator may use this entity to specify which Authenticator Attestations GUIDs (AAGUIDs) are allowed, as part of certain authentication method combinations, in an authentication strength.
Inherits and derived from authenticationCombinationConfiguration.
None.
| Property | Type | Description |
|---|---|---|
| allowedAAGUIDs | String collection | A list of AAGUIDs allowed to be used as part of the specified authentication method combinations. |
| appliesToCombinations | authenticationMethodModes collection | Which authentication method combinations this configuration applies to. The only possible value for fido2combinationConfigurations is "fido2". Inherited from authenticationCombinationConfiguration. |
| id | String | A system-generated identifier. Inherited from entity. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.fido2CombinationConfiguration",
"id": "String (identifier)",
"appliesToCombinations": [
"String"
],
"allowedAAGUIDs": [
"String"
]
}