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 authenticationMethodModeDetails authenticationMethodModeDetail collection Get a list of the authenticationMethodModeDetail objects and their properties.
Get authenticationMethodModeDetail 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 is a JSON representation of the resource.

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