fido2CombinationConfiguration resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Configuration to require specific FIDO2 key types in an authentication strength. An administrator may use this entity to specify which Authenticator Attesttation GUIDs (AAGUIDs) are allowed to be used, 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 is a JSON representation of the resource.

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