- Least privileged Microsoft Graph permission to access the action via application:
SecurityAlert.Read.All
. - Higher privileged Microsoft Graph permission to access the action via application:
SecurityAlert.ReadWrite.All
.
External DocumentationTo learn more, visit the Microsoft Entra ID documentation.
Basic Parameters
Parameter | Description |
---|---|
Filter | Insert a query to filter the retrieved alert records. Examples: * Filter by severity: severity eq 'high' * Time-based filtering: createdDateTime gt 2024-02-01T00:00:00Z The supported properties are: * assignedTo * classification * determination * createdDateTime * lastUpdateDateTime * severity * serviceSource * status For more information about the Filter parameter, visit the Microsoft documentation. |
Include Count | When checked, get the total count of all matching alerts in the response. |
Return All Pages | Automatically fetch all resources, page by page. |
Advanced Parameters
Parameter | Description |
---|---|
Limit | Specify the maximum number of alerts to return in a single response. Note: The maximum value for the Limit parameter is 1000 . |
Offset | Skip a specified number of alerts at the beginning of the result set. Note: The maximum value for the Offset parameter is 500 . |