defender_get_indicators
List tenant custom threat indicators (allow, audit, warn, block) with OData filtering to refine by value or action.
Instructions
List the custom indicators (allow, audit, warn, block) of the tenant, with OData filtering, e.g. "indicatorValue eq '203.0.113.7'", "action eq 'Block'".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of indicators to return (default 25, max 100). | |
| skip | No | Number of entries to skip (paging). | |
| filter | No | OData $filter expression. Refine the filter instead of paging deep. |