Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,812 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.