public static interface ActiveDirectoryUser.UpdateStages.WithPromptToChangePasswordOnLogin
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryUser.Update |
withPromptToChangePasswordOnLogin(boolean promptToChangePasswordOnLogin)
Specifies whether the user should change password on the next login.
|
@Beta(value=V1_2_0) ActiveDirectoryUser.Update withPromptToChangePasswordOnLogin(boolean promptToChangePasswordOnLogin)
promptToChangePasswordOnLogin - true if the user should change password on next login./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/