Property 'scoreInPercentage' is missing from v1.0 Graph API as of today

Jasper Baes 21 Reputation points
2023-09-22T08:15:55.1833333+00:00

As of today, we have observed that the Microsoft Graph response for the API endpoint at https://graph.microsoft.com/v1.0/security/secureScores is no longer including the 'scoreInPercentage' property. This change is also noted in the beta version of the endpoint.

 {
    controlCategory: 'Device',
    controlName: 'scid_37',
    description: '...',
    score: 5,
    state: 'default',
    implementationStatus: '0/10 exposed devices',
    count: '0',
    lastSynced: '2023-09-22T07:33:43Z',
    total: '10'
	scoreInPercentage: 0
  }

This alteration has had a significant impact on the functionality of our SaaS security product. We would appreciate clarification on the rationale behind this removal and whether there are plans to reintroduce the 'scoreInPercentage' property.

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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.