| title | signInPreferences resource type |
|---|---|
| description | Represents settings and preferences for the sign-in experience of a user. Currently, only system-preferred MFA settings are available. |
| author | msft-poulomi |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 07/17/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents settings and preferences for the sign-in experience of a user. Currently, only system-preferred MFA settings are available. For more information, see System-preferred multifactor authentication.
| Property | Type | Description |
|---|---|---|
| isSystemPreferredAuthenticationMethodEnabled | Boolean | Indicates whether the credential preferences of the system are enabled. |
| userPreferredMethodForSecondaryAuthentication | userDefaultAuthenticationMethodType | The default second-factor method used by the user when signing in. If a user is enabled for system-preferred authentication, then this value is ignored except for a few scenarios where a user is authenticating via NPS extension or ADFS adapter. Possible values are push, oath, voiceMobile, voiceAlternateMobile, voiceOffice, sms, and unknownFutureValue |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.signInPreferences",
"isSystemPreferredAuthenticationMethodEnabled": "Boolean",
"userPreferredMethodForSecondaryAuthentication": "String"
}