Increase throttling of threat assessment API
Threat assessment API is very useful to report phishing and malware from Application, and users can proceed with automation (for example, automatic reporting, reporting via chatops, and so on)
But the throttling for each user is too low.
(1 request per 15 minutes and 3 requests per 24 hours.)
(Despite web reporting doesn't have throttling: https://www.microsoft.com/en-us/wdsi/support/report-unsafe-site)
I would like to have higher throttling.
Ref:
- https://docs.microsoft.com/en-us/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-1.0&tabs=http
- https://docs.microsoft.com/en-us/graph/throttling#information-protection
- https://stackoverflow.com/questions/64821865/-of-microsoft-graph-threat-assessment-api
