microsoft / secmgmt-insights-connector

Power BI connector that provides insight into the current state of how Microsoft 365 is configured and whether best practices have been implemented
MIT License
13 stars 3 forks source link

Add support for single tenant #7

Closed ghost closed 4 years ago

ghost commented 4 years ago

Feature Request

Is your feature request related to a problem? As a tenant administrator I could use the same insights, to get better understanding of my security posture

Describe the solution you would like Currently the design only supports partners, I would like to see it where a list of tenant identifiers could be a parameter to each function in the SecMgmtInsights connector

Describe alternatives you have considered With the current design there is not alternative solution using this connector

ghost commented 4 years ago

All functions in both of the available connectors now have an optional parameter, where the consumer can specify a list of tenants. If the parameter is not specified, or is null, then the operations will be invoked against the tenant associated with the authenticated user.