PasswordProfile Class
- java.
lang. Object - com.
microsoft. azure. management. graphrbac. PasswordProfile
- com.
public class PasswordProfile
The password profile associated with a user.
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
forceChangePasswordNextLogin()
Get the forceChangePasswordNextLogin value. |
String |
password()
Get the password value. |
Password |
withForceChangePasswordNextLogin(Boolean forceChangePasswordNextLogin)
Set the forceChangePasswordNextLogin value. |
Password |
withPassword(String password)
Set the password value. |
Method Details
forceChangePasswordNextLogin
public Boolean forceChangePasswordNextLogin()
Get the forceChangePasswordNextLogin value.
Returns:
password
public String password()
Get the password value.
Returns:
withForceChangePasswordNextLogin
public PasswordProfile withForceChangePasswordNextLogin(Boolean forceChangePasswordNextLogin)
Set the forceChangePasswordNextLogin value.
Parameters:
Returns:
withPassword
public PasswordProfile withPassword(String password)
Set the password value.
Parameters:
Returns:
Applies to
Azure SDK for Java