microsoftgraph / microsoftgraph/msgraph-sdk-go
Add Graph API support for SharePoint Online tenant admin compliance settings
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 335
- Forks
- 43
- Avg merge
- 15h 19m
- Merged PRs (30d)
- 3
Description
Is your feature request related to a problem? Please describe the problem.
Today, many critical SharePoint Online tenant-level compliance and security settings are only accessible through SharePoint Online PowerShell (e.g., Get-SPOTenant, Get-SPOSite).
These settings are not exposed in Microsoft Graph API (GA or Beta), making it difficult to automate compliance audits, integrate with monitoring tools, or validate tenant-wide configurations in a modern, REST-based way.
This creates a gap for security/compliance teams that rely on Graph for other Microsoft 365 services but still need to fall back to PowerShell for SharePoint tenant settings.
Describe the solution you'd like.
Add Graph API endpoints to expose SharePoint Online tenant admin compliance settings that are currently only available via PowerShell.
Additional context?
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the SharePoint PowerShell entry points named in the issue, Get-SPOTenant and Get-SPOSite, and compare them with the requested Microsoft Graph surface. First identify the specific tenant settings and endpoint contract to expose; done would require an agreed Graph API design covering those settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100