Interface SecurityMonitoringApiGetIndicatorOfCompromiseRequest

Hierarchy

  • SecurityMonitoringApiGetIndicatorOfCompromiseRequest

Properties

includeTriageHistory?: boolean

Include full triage history for the indicator.

indicator: string

The indicator value to look up (for example, an IP address or domain).

ocsf?: boolean

When true, return only OCSF field-based matches. When false, return regex/message-based matches.

triageHistoryLimit?: number

Maximum number of triage history events returned. Only applied when include_triage_history is true.

triageHistoryOffset?: number

Pagination offset into the triage history. Only applied when include_triage_history is true.

Generated using TypeDoc