13,721 questions
Property 'scoreInPercentage' is missing from v1.0 Graph API as of today
Jasper Baes
21
Reputation points
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 Security Microsoft Graph
Sign in to answer