Skip to content

Latest commit

 

History

History
62 lines (52 loc) · 3.88 KB

File metadata and controls

62 lines (52 loc) · 3.88 KB
title authenticationCombinationConfiguration resource type
description An abstract configuration for a given auth method applied to certain combinations.
author InbarckMS
ms.reviewer conditionalaccesspm
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 07/19/2024

authenticationCombinationConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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 and define the various types of combination configurations:

Inherits from entity.

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 obejct.
Update allowed combinations updateAllowedCombinationsResult Update the allowed authenticationCombinationConfiguration for a given authenticationStrengthPolicy.

Properties

Property Type Description
appliesToCombinations authenticationMethodModes collection Which authentication method combinations this configuration applies to. Must be an allowedCombinations object defined for the authenticationStrengthPolicy. For fido2combinationConfigurations use "fido2", for x509certificatecombinationconfiguration use "x509CertificateSingleFactor" or "x509CertificateMultiFactor".
id String A unique system-generated identifier. Inherited from entity.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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