public class PasswordProfile extends Object
| Constructor and Description |
|---|
PasswordProfile() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
forceChangePasswordNextLogin()
Get the forceChangePasswordNextLogin value.
|
String |
password()
Get the password value.
|
PasswordProfile |
withForceChangePasswordNextLogin(Boolean forceChangePasswordNextLogin)
Set the forceChangePasswordNextLogin value.
|
PasswordProfile |
withPassword(String password)
Set the password value.
|
public String password()
public PasswordProfile withPassword(String password)
password - the password value to setpublic Boolean forceChangePasswordNextLogin()
public PasswordProfile withForceChangePasswordNextLogin(Boolean forceChangePasswordNextLogin)
forceChangePasswordNextLogin - the forceChangePasswordNextLogin value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/