- I am creating an application in Azure AD and assigning "Application" permissions to that applications using Microsoft graph APIs.
- When I update the permissions ("requiredResourceAccess" array) for that application, which also includes removing some previously granted permissions. Previously granted permissions which are removed while updating an application comes under "Other permissions granted for tenant".
- When I execute Microsoft graph API "https://graph.microsoft.com/v1.0/applications/{id}" to get application's properties, I only get permissions which comes under "Configured permissions" in "requiredResourceAccess" array.
Is there a way/ API which also lists the permissions under "Other permissions granted for tenant"? Thanks.