Delen via


MicrosoftGraphPasswordProfile.ForceChangePasswordNextSignIn Property

Definition

true if the user must change her password on the next login; otherwise false. If not set, default is false. NOTE: For Azure B2C tenants, set to false and instead use custom policies and user flows to force password reset at first sign in. See Force password reset at first logon.

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

Property Value

Implements

Attributes

Applies to