authenticationMethodModeDetail resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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. 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. 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"
}