Interface SecurityMonitoringApiListIndicatorsOfCompromiseRequest

Hierarchy

  • SecurityMonitoringApiListIndicatorsOfCompromiseRequest

Properties

limit?: number

Number of results per page.

offset?: number

Pagination offset.

query?: string

Search/filter query (supports field:value syntax).

sortColumn?: string

Sort column: score, first_seen_ts_epoch, last_seen_ts_epoch, indicator, indicator_type, signal_count, log_count, category, as_type.

sortOrder?: string

Sort order: asc or desc.

Generated using TypeDoc