FindingsFilter
FindingsFilter
Parameters used to search for Findings.
JSON Example
{
"adapterKinds": [
"string"
],
"capabilities": [
"string"
],
"categories": [
"string"
],
"findingTypes": [
"string"
],
"fromOccurrenceTime": 0,
"refreshTypes": [
"string"
],
"resourceIds": [
"string"
],
"resourceKinds": [
"string"
],
"ruleUuids": [
"string"
],
"severities": [
"string"
]
}
array of
string
adapterKinds
Optional
List of adapter kinds to filter by
array of
string
capabilities
Optional
List of capabilities to filter by
array of
string
categories
Optional
List of categories to filter by
array of
string
findingTypes
Optional
List of finding types to filter by
integer As int64
As int64
fromOccurrenceTime
Optional
Timestamp designating the lowest required value for occurrence time for the returned findings
array of
string
refreshTypes
Optional
List of refresh types to filter by
array of
string
resourceIds
Optional
List of resource IDs to filter by
array of
string
resourceKinds
Optional
List of resource kinds to filter by
array of
string
ruleUuids
Optional
List of rule UUIDs to filter by
array of
string
severities
Optional
List of severities to filter by