How to calculate the identity/apps/device/data security scores from the data obtained from the Graph api query?

Annie Thomas Kanaparthi 0 Reputation points
2024-04-26T07:40:37.2766667+00:00

Can we calculate the identity , apps, data & device scores from this data that we obtain from the secure score query using graph api?

"averageComparativeScores": [

    {

      "basis": "AllTenants",

      "averageScore": 53.65,

      "appsScore": 30.19,

      "appsScoreMax": 81.25,

      "dataScore": 0.47,

      "dataScoreMax": 3.38,

      "deviceScore": 9.04,

      "deviceScoreMax": 16.57,

      "identityScore": 35.27,

      "identityScoreMax": 59.54,

      "infrastructureScore": 0,

      "infrastructureScoreMax": 0

    },

    {

      "basis": "TotalSeats",

      "averageScore": 42.03,

      "SeatSizeRangeLowerValue": "1001",

      "SeatSizeRangeUpperValue": "10000",

      "appsScore": 78.66,

      "appsScoreMax": 187.95,

      "dataScore": 1.97,

      "dataScoreMax": 6.79,

      "deviceScore": 96.26,

      "deviceScoreMax": 172.91,

      "identityScore": 32.03,

      "identityScoreMax": 71.01,

      "infrastructureScore": 0,

      "infrastructureScoreMax": 0

    }
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,663 questions
0 comments No comments
{count} votes