Describe the problem you'd like to have solved
Auth0 has added sources to permissions when called from the /api/v2/users/{id}/permissions endpoint. These optional sources are not included in the Permission object that is returned using this Java library.
A Permission can have a list of sources, The source Object is structured as such:
{
"source_id": "rol_xxxxxxxxxxxxxxxx",
"source_name": "ROLE-NAME",
"source_type": "DIRECT"
},
Describe the ideal solution
Add source objects to Permission objects returned when calling users().listPermissions from the ManagementAPI.
Alternatives and current work-arounds
No good alternative that I see currently.
Additional context
