-
Notifications
You must be signed in to change notification settings - Fork 23
Issue to get all 100 reference Id details using graph API #7
Description
We were able to get 67 reference Id details out of 100 controls using https://graph.microsoft.com/stagingBeta/reports/getTenantSecureScores(period=1)/content and also with https://graph.microsoft.com/beta/security/secureScores graph API (In This API control name instead of reference Id). The remaining 33 reference Id details are not reflecting in API response, Is there any reason why these details are not in response?
Or is there any specific permission required to get all 100 control details?
Below is the list of reference Id's which we were not getting in API response :
Reference Id
- AnonymousCalendar
- AuditEnabled
- BlockAutoFwdTransportRule
- CalendarDetails
- DelegatedAdmins
- DeviceSignIns
- ExternalSFB
- FailedSignIns
- GeoSignIns
- IntuneJailbreak
- InTuneNoAdvancedSettings
- InTuneNoPAVC
- IntuneWinDATP
- IRMEmail
- IRMEnabled
- MailForwardingAll
- MDMAlphaPW
- MDMDeviceAlert
- NewProvisionedAccounts
- NoGlobalMailForwarding
- NoTransportWhitelist
- ProvisionedAccounts
- PWAge
- PWAgePolicy
- RGChanges
- SignIns
- SiteClassification
- StrongPW
- SyncManagement
- TaggedDocs
- TLSDeprecation
- UnknownSignIns
- WeakSpam
Is there any plan to deprecate https://graph.microsoft.com/stagingBeta/reports/getTenantSecureScores this graph API as another beta \security\securescore API available for same data?