public final class PasswordProfile extends Object
| Constructor and Description |
|---|
PasswordProfile() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
additionalProperties()
Get the additionalProperties property: The password profile associated with a user.
|
Boolean |
forceChangePasswordNextLogin()
Get the forceChangePasswordNextLogin property: Whether to force a password change on next login.
|
String |
password()
Get the password property: Password.
|
void |
validate()
Validates the instance.
|
PasswordProfile |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: The password profile associated with a user.
|
PasswordProfile |
withForceChangePasswordNextLogin(Boolean forceChangePasswordNextLogin)
Set the forceChangePasswordNextLogin property: Whether to force a password change on next login.
|
PasswordProfile |
withPassword(String password)
Set the password property: Password.
|
public String password()
public PasswordProfile withPassword(String password)
password - the password value to set.public Boolean forceChangePasswordNextLogin()
public PasswordProfile withForceChangePasswordNextLogin(Boolean forceChangePasswordNextLogin)
forceChangePasswordNextLogin - the forceChangePasswordNextLogin value to set.public Map<String,Object> additionalProperties()
public PasswordProfile withAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties - the additionalProperties value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.