MicrosoftGraphSecurity.Contents is a Power Query M function that connects to different Microsoft and partner security products and services to streamline security operations and improve threat protection, detection, and response capabilities.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
MicrosoftGraphSecurity.Contents(
version as text,
optional options as nullable record,
) as table
Description
The Microsoft Graph Security connector helps to connect different Microsoft and partner security products and services, to streamline security operations, and improve threat protection, detection, and response capabilities. Learn more about integrating with the Microsoft Graph Security API at “https://aka.ms/graphsecuritydocs”. This connector will return the recent most 6000 rows of the result set. This constraint and the workaround to overcome this constraint is documented at “https://aka.ms/graphsecurityapiconstraints”. You can either use the power query function ‘Specify custom Microsoft Graph Security URL to filter results’ or use the Power Query Editor to provide the $filter query per the constraint workarounds to get data beyond the initial 6000 rows.
Examples
Returns a table from the Microsoft Graph Security API.
MicrosoftGraphSecurity.Contents( "v1.0" )
Returns a table from the Microsoft Graph Security API.
MicrosoftGraphSecurity.Contents( "beta" )
