You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am implementing a tool to make managing our users, roles and role mappings easier(like adding change dates, desciptions and so on as metadata) and I am using the NEST library for that. While the PutRoleRequest supports adding Application privileges the GetRoleResponse does not return them.
Describe the solution you'd like
I would like to have NEST return the application privileges(e.g. Kibana Spaces).
Describe alternatives you've considered
Of course I could the Lowlevel client to read the roles but this could mean that I have to update my logic for each ElasticSearch API change.