다음을 통해 공유


IWithPromptToChangePasswordOnLoginBeta.WithPromptToChangePasswordOnLogin Method

Definition

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

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

Parameters

promptToChangePasswordOnLogin
Boolean

True if the user should change password on next login.

Returns

Applies to