Skip to content

Latest commit

 

History

History
58 lines (47 loc) · 2.41 KB

File metadata and controls

58 lines (47 loc) · 2.41 KB
title authenticationMethodModeDetail resource type
description Represents a specific mode of an authentication method that can be used as part of an authentication method combination in an authentication strength.
author InbarckMS
ms.reviewer conditionalaccesspm
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 07/22/2024

authenticationMethodModeDetail resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

The details of the authenticationMethodModes objects that can be defined for the allowedCombinations property of the authenticationstrengthpolicy.

For more information on authentication methods, see the authentication methods overview

Inherits from entity.

Methods

Method Return type Description
List authentication combinations and method modes authenticationMethodModeDetail collection Get a list of the authenticationMethodModeDetail objects and their properties.
Get authentication method modes authenticationMethodModeDetail Read the properties and relationships of an authenticationMethodModeDetail object.

Properties

Property Type Description
authenticationMethod baseAuthenticationMethod The authentication method that this mode modifies.
displayName String The display name of this mode
id String The system-generated identifier for this mode. Inherited from entity.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.authenticationMethodModeDetail",
  "id": "String (identifier)",
  "displayName": "String",
  "authenticationMethod": "String"
}