Share via


IWithPromptToChangePasswordOnLoginBeta.WithPromptToChangePasswordOnLogin Method

Definition

Specifies whether the user should change password on the next login.

public Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryUser.Update.IUpdate WithPromptToChangePasswordOnLogin (bool promptToChangePasswordOnLogin);
abstract member WithPromptToChangePasswordOnLogin : bool -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryUser.Update.IUpdate
Public Function WithPromptToChangePasswordOnLogin (promptToChangePasswordOnLogin As Boolean) As IUpdate

Parameters

promptToChangePasswordOnLogin
Boolean

True if the user should change password on next login.

Returns

Applies to