| 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 |
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.
| 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. |
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.authenticationMethodModeDetail",
"id": "String (identifier)",
"displayName": "String",
"authenticationMethod": "String"
}