Class UserMinimalResponse

All Implemented Interfaces:
AtlanResponseInterface, Serializable

public class UserMinimalResponse extends ApiResource
Specialized response for minimalist user details, as returned by some operations.
See Also:
  • Constructor Details

    • UserMinimalResponse

      public UserMinimalResponse()
  • Method Details

    • toAtlanUser

      public AtlanUser toAtlanUser()
      Convert this minimalist response into an AtlanUser object.
      Returns:
      an AtlanUser representation of the same user
    • getUsername

      public String getUsername()
      Username of the user within Atlan.
    • getId

      public String getId()
      Unique identifier (GUID) of the user within Atlan.
    • getEmail

      public String getEmail()
      Email address of the user.
    • getEmailVerified

      public Boolean getEmailVerified()
      When true, the email address of the user has been verified.
    • getEnabled

      public Boolean getEnabled()
      When true, the user is enabled. When false, the user has been deactivated.
    • getFirstName

      public String getFirstName()
      First name of the user.
    • getLastName

      public String getLastName()
      Last name (surname) of the user.
    • getAttributes

      public AtlanUser.UserAttributes getAttributes()
      Detailed attributes of the user.
    • getCreatedTimestamp

      public Long getCreatedTimestamp()
      Time (epoch) at which the user was created, in milliseconds.
    • getTotp

      public Boolean getTotp()
      TBC
    • getDisableableCredentialTypes

      public String getDisableableCredentialTypes()
      TBC
    • getRequiredActions

      public String getRequiredActions()
      TBC
    • getAccess

      public String getAccess()
      TBC
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class AtlanObject
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class AtlanObject
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class AtlanObject
    • toString

      public String toString()
      Description copied from class: AtlanObject
      Overrides:
      toString in class ApiResource