ThreatIntelligenceFilteringCriteria interface
Filtering criteria for querying threat intelligence indicators.
Properties
ids | Ids of threat intelligence indicators |
include |
Parameter to include/exclude disabled indicators. |
keywords | Keywords for searching threat intelligence indicators |
max |
Maximum confidence. |
max |
End time for ValidUntil filter. |
min |
Minimum confidence. |
min |
Start time for ValidUntil filter. |
page |
Page size |
pattern |
Pattern types |
skip |
Skip token. |
sort |
Columns to sort by and sorting order |
sources | Sources of threat intelligence indicators |
threat |
Threat types of threat intelligence indicators |
Property Details
ids
Ids of threat intelligence indicators
ids?: string[]
Property Value
string[]
includeDisabled
Parameter to include/exclude disabled indicators.
includeDisabled?: boolean
Property Value
boolean
keywords
Keywords for searching threat intelligence indicators
keywords?: string[]
Property Value
string[]
maxConfidence
Maximum confidence.
maxConfidence?: number
Property Value
number
maxValidUntil
End time for ValidUntil filter.
maxValidUntil?: string
Property Value
string
minConfidence
Minimum confidence.
minConfidence?: number
Property Value
number
minValidUntil
Start time for ValidUntil filter.
minValidUntil?: string
Property Value
string
pageSize
Page size
pageSize?: number
Property Value
number
patternTypes
Pattern types
patternTypes?: string[]
Property Value
string[]
skipToken
Skip token.
skipToken?: string
Property Value
string
sortBy
Columns to sort by and sorting order
sortBy?: ThreatIntelligenceSortingCriteria[]
Property Value
sources
Sources of threat intelligence indicators
sources?: string[]
Property Value
string[]
threatTypes
Threat types of threat intelligence indicators
threatTypes?: string[]
Property Value
string[]
Azure SDK for JavaScript