authenticationCombinationConfiguration resource type

Namespace: microsoft.graph

An authentication combination configuration sets restrictions on specific types, modes, and versions of an authentication method that is tied to specific auth method combinations used in an authentication strength. This is an abstract type. In use, fido2combinationConfigurations may be created and managed as described below.

Methods

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

Properties

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

Relationships

|id|String|A unique system-generated identifier.|

JSON representation

The following JSON representation shows the resource type.

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