I am able to retrieve Security Alerts using:
https://graph.microsoft.com/beta/security/alerts?$top=1
Now I would like to retrieve the "recommendations" from an Azure tenant
We can see these recommendations in Azure portal -> Security Center -> Recommendations. We can see Recommendations blade under "RESOURCE SECURITY HYGIENE" tab.
Is it possible to retrieve Recommendations using Microsoft Graph? If so, can someone help me with correct URI to fetch them?