| title | strongAuthenticationRequirements resource type |
|---|---|
| description | Captures settings relating to per-user Microsoft Entra multifactor authentication. |
| author | luc-msft |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 09/10/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Captures settings relating to per-user Microsoft Entra multifactor authentication.
| Property | Type | Description |
|---|---|---|
| perUserMfaState | perUserMfaState | Sets the per-user MFA state for the user. The possible values are: disabled, enforced, enabled, unknownFutureValue. When you update a user's MFA state to enabled and the user has already registered an MFA method, their state changes automatically to enforced. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.strongAuthenticationRequirements",
"perUserMfaState": "String"
}