INPUT_OBJECT
FindingNotificationRuleFilterInput
link GraphQL Schema definition
- input FindingNotificationRuleFilterInput {
- # Filter based on CriterionTypes
- FindingCriterionType!] : [
- # Filter based on whether Notification Rule is enabled
- Boolean :
- # Filter by managementEndpointId(s)
- String!] : [
- # Filter by Notification Rule Id
- String!] : [
- # Filter by a given list of Notification Target IDs
- String!] : [
- # Filter by projectId(s)
- String!] : [
- # Filter based on Finding Notification Rule Statuses
- NotificationTargetStatusValue!] : [
- # Filter based on Notification Target Type Method
- FindingNotificationTargetTypeMethod!] : [
- # Filter based on Notification Rule Types
- FindingNotificationRuleType!] : [
- }