public class PasswordProfile extends Object
Constructor and Description |
---|
PasswordProfile() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additionalProperties value.
|
Boolean |
forceChangePasswordNextLogin()
Get the forceChangePasswordNextLogin value.
|
String |
password()
Get the password value.
|
PasswordProfile |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties value.
|
PasswordProfile |
withForceChangePasswordNextLogin(Boolean forceChangePasswordNextLogin)
Set the forceChangePasswordNextLogin value.
|
PasswordProfile |
withPassword(String password)
Set the password value.
|
public Map<String,Object> additionalProperties()
public PasswordProfile withAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties
- the additionalProperties value to setpublic 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 setCopyright © 2019. All rights reserved.