Programmatically getting Microsoft Graph permissions
Programmatically getting Microsoft Graph permissions I have been doing som Go programming lately and have had to deal with outputting Microsoft Graph permissions in a human readable format. This is a bit cumbersome as the Graph API for Applications only return Ids for the permissons, and not the human readable names. While Microsoft has pretty good documentation regarding these permissions: https://learn.microsoft.com/en-us/graph/permissions-reference, I have not found anywhere that gives information about where to get this via an API call....