Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 2 KB

File metadata and controls

59 lines (47 loc) · 2 KB
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

fido2CombinationConfiguration resource type

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.

Methods

None.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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