public static interface ActiveDirectoryUser.DefinitionStages.WithPromptToChangePasswordOnLogin
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryUser.DefinitionStages.WithCreate |
withPromptToChangePasswordOnLogin(boolean promptToChangePasswordOnLogin)
Specifies whether the user should change password on the next login.
|
@Beta(value=V1_2_0) ActiveDirectoryUser.DefinitionStages.WithCreate 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.
*/