INPUT_OBJECT
SecurityAlertsFilterInput
link GraphQL Schema definition
- input SecurityAlertsFilterInput {
- # Filter by Alert Id
- String!] : [
- # Filter based on CriterionTypes
- SecurityCriterionType!] : [
- # Filter based on whether alert is enabled
- Boolean :
- # Filter based on integrationId(s)
- String!] : [
- # Filter based on Integration Method Types
- SecurityIntegrationMethod!] : [
- # Filter by managementEndpointId(s)
- String!] : [
- # Filter by projectId(s)
- String!] : [
- # Filter based on Security Alert Statuses
- SecurityFindingsSourceStatusValue!] : [
- # Filter based on Alert Types
- SecurityAlertType!] : [
- }