secureScores and their dashboard mappings

Copper Contributor

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?

moth_0-1642023737047.png


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

 

0 Replies