authenticationCombinationConfiguration resource type

Namespace: microsoft.graph

Sets restrictions on specific types, modes, or versions of an authentication method that is tied to specific auth method combinations used in an authentication strength.

The following resources inherit from this abstract type and define the various types of combination configurations:

Methods

Method Return type Description
List authenticationCombinationConfiguration collection Get a list of the authenticationCombinationConfiguration objects and their properties.
Create authenticationCombinationConfiguration Create a new authenticationCombinationConfiguration
Get authenticationCombinationConfiguration Read the properties and relationships of a authenticationCombinationConfiguration object.
Update authenticationCombinationConfiguration Update the properties of an authenticationCombinationConfiguration object.
Delete None Delete an authenticationCombinationConfiguration object.

Properties

Property Type Description
appliesToCombinations authenticationMethodModes collection Which authentication method combinations this configuration applies to. Must be an allowedCombinations object, part of the authenticationStrengthPolicy. The only possible value for fido2combinationConfigurations is "fido2".
id String A unique system-generated identifier.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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