Package com.auth0.json.mgmt.permissions
Class PermissionSource
java.lang.Object
com.auth0.json.mgmt.permissions.PermissionSource
Class that represents an Auth0 Permission's Source object. Related to the
UsersEntity entity.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PermissionSource
public PermissionSource()
-
-
Method Details
-
getName
Getter for the source's name.- Returns:
- the name of the source.
-
getType
Getter for the source's type.- Returns:
- the type of the source.
-
getId
Getter for the source's id.- Returns:
- the id of the source.
-