Class PermissionsResponse.AssignedRole

java.lang.Object
com.atlan.model.admin.PermissionsResponse.AssignedRole
Enclosing class:
PermissionsResponse

public static final class PermissionsResponse.AssignedRole extends Object
  • Constructor Details

    • AssignedRole

      public AssignedRole()
  • Method Details

    • getId

      public String getId()
      Unique identifier (UUID) of the role.
    • getName

      public String getName()
      Internal name of the role.
    • getDescription

      public String getDescription()
      Name of the role used in the user interface.
    • getLevel

      public String getLevel()
      Level to which the permission applies.
    • getSummary

      public String getSummary()
      TBC
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object