Class PermissionSource

java.lang.Object
com.auth0.json.mgmt.permissions.PermissionSource

public class PermissionSource extends Object
Class that represents an Auth0 Permission's Source object. Related to the UsersEntity entity.
  • Constructor Details

    • PermissionSource

      public PermissionSource()
  • Method Details

    • getName

      public String getName()
      Getter for the source's name.
      Returns:
      the name of the source.
    • getType

      public String getType()
      Getter for the source's type.
      Returns:
      the type of the source.
    • getId

      public String getId()
      Getter for the source's id.
      Returns:
      the id of the source.