INPUT_OBJECT

FindingNotificationRuleFilterInput

link GraphQL Schema definition

  • input FindingNotificationRuleFilterInput {
  • # Filter based on CriterionTypes
  • criterionType: [FindingCriterionType!]
  • # Filter based on whether Notification Rule is enabled
  • enabled: Boolean
  • # Filter by managementEndpointId(s)
  • managementEndpointId: [String!]
  • # Filter by Notification Rule Id
  • notificationRuleId: [String!]
  • # Filter by a given list of Notification Target IDs
  • notificationTargetId: [String!]
  • # Filter by projectId(s)
  • projectId: [String!]
  • # Filter based on Finding Notification Rule Statuses
  • status: [NotificationTargetStatusValue!]
  • # Filter based on Notification Target Type Method
  • targetTypeMethod: [FindingNotificationTargetTypeMethod!]
  • # Filter based on Notification Rule Types
  • type: [FindingNotificationRuleType!]
  • }