Class PasswordProfile

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

public class PasswordProfile extends Object
The password profile associated with a user.
  • Constructor Details

    • PasswordProfile

      public PasswordProfile()
  • Method Details

    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties value.
      Returns:
      the additionalProperties value
    • withAdditionalProperties

      public PasswordProfile withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties value.
      Parameters:
      additionalProperties - the additionalProperties value to set
      Returns:
      the PasswordProfile object itself.
    • password

      public String password()
      Get the password value.
      Returns:
      the password value
    • withPassword

      public PasswordProfile withPassword(String password)
      Set the password value.
      Parameters:
      password - the password value to set
      Returns:
      the PasswordProfile object itself.
    • forceChangePasswordNextLogin

      public Boolean forceChangePasswordNextLogin()
      Get the forceChangePasswordNextLogin value.
      Returns:
      the forceChangePasswordNextLogin value
    • withForceChangePasswordNextLogin

      public PasswordProfile withForceChangePasswordNextLogin(Boolean forceChangePasswordNextLogin)
      Set the forceChangePasswordNextLogin value.
      Parameters:
      forceChangePasswordNextLogin - the forceChangePasswordNextLogin value to set
      Returns:
      the PasswordProfile object itself.