PasswordProfile Class

  • java.lang.Object
    • com.microsoft.azure.management.graphrbac.PasswordProfile

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.

PasswordProfile withForceChangePasswordNextLogin(Boolean forceChangePasswordNextLogin)

Set the forceChangePasswordNextLogin value.

PasswordProfile withPassword(String password)

Set the password value.

Method Details

forceChangePasswordNextLogin

public Boolean forceChangePasswordNextLogin()

Get the forceChangePasswordNextLogin value.

Returns:

the forceChangePasswordNextLogin value

password

public String password()

Get the password value.

Returns:

the password value

withForceChangePasswordNextLogin

public PasswordProfile withForceChangePasswordNextLogin(Boolean forceChangePasswordNextLogin)

Set the forceChangePasswordNextLogin value.

Parameters:

forceChangePasswordNextLogin - the forceChangePasswordNextLogin value to set

Returns:

the PasswordProfile object itself.

withPassword

public PasswordProfile withPassword(String password)

Set the password value.

Parameters:

password - the password value to set

Returns:

the PasswordProfile object itself.

Applies to