Class PasswordProfile
java.lang.Object
com.microsoft.azure.management.graphrbac.PasswordProfile
The password profile associated with a user.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties value.Get the forceChangePasswordNextLogin value.password()
Get the password value.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties value.withForceChangePasswordNextLogin
(Boolean forceChangePasswordNextLogin) Set the forceChangePasswordNextLogin value.withPassword
(String password) Set the password value.
-
Constructor Details
-
PasswordProfile
public PasswordProfile()
-
-
Method Details
-
additionalProperties
Get the additionalProperties value.- Returns:
- the additionalProperties value
-
withAdditionalProperties
Set the additionalProperties value.- Parameters:
additionalProperties
- the additionalProperties value to set- Returns:
- the PasswordProfile object itself.
-
password
Get the password value.- Returns:
- the password value
-
withPassword
Set the password value.- Parameters:
password
- the password value to set- Returns:
- the PasswordProfile object itself.
-
forceChangePasswordNextLogin
Get the forceChangePasswordNextLogin value.- Returns:
- the forceChangePasswordNextLogin value
-
withForceChangePasswordNextLogin
Set the forceChangePasswordNextLogin value.- Parameters:
forceChangePasswordNextLogin
- the forceChangePasswordNextLogin value to set- Returns:
- the PasswordProfile object itself.
-