INPUT_OBJECT
ThreatHuntSummaryFiltersInput
Description
Filters to specify the threat hunt summary.
link GraphQL Schema definition
- input ThreatHuntSummaryFiltersInput {
- # List of cloud providers. Valid Options = [AWS, Azure].
- : [String!]
- # List of cluster UUIDs.
- : [UUID!]!
- # List of match types.
- : [IndicatorOfCompromiseKind!]!
- # List of object scan statuses.
- : [ThreatHuntObjectStatus!]!
- }