authenticationMethodModeDetail resource type

Namespace: microsoft.graph

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

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. The possible values are: password, voice, hardwareOath, softwareOath, sms, fido2, windowsHelloForBusiness, microsoftAuthenticator, temporaryAccessPass, email, x509Certificate, federation, unknownFutureValue.
displayName String The display name of this mode
id String The system-generated identifier for this mode.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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