Forum Discussion
MothKF
Jan 12, 2022Copper Contributor
secureScores and their dashboard mappings
Hello everyone
I'm trying to figure out how the graph secureScores map to UI components across the many security dashboards we get in 365 Defender and defender for cloud.
For example, when we call: https://graph.microsoft.com/beta/security/secureScores?$top1
Should we see numbers that align with the following scores in 365 Defender?
Example response from graph:
"averageComparativeScores": [
{
"basis": "AllTenants",
"averageScore": 123,
"appsScore": 123,
"appsScoreMax": 123,
"dataScore": 123,
"dataScoreMax": 123,
"deviceScore": 123,
"deviceScoreMax": 123,
"identityScore": 123,
"identityScoreMax": 123,
"infrastructureScore": 123,
"infrastructureScoreMax": 123
},
Any help is greatly appreciated
No RepliesBe the first to reply