Partager via


MicrosoftGraphPasswordProfile.ForceChangePasswordNextSignInWithMfa Property

Definition

If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multi-factor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false.

[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Origin(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.PropertyOrigin.Owned)]
public bool? ForceChangePasswordNextSignInWithMfa { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Origin(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.PropertyOrigin.Owned)>]
member this.ForceChangePasswordNextSignInWithMfa : Nullable<bool> with get, set
Public Property ForceChangePasswordNextSignInWithMfa As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to