INPUT_OBJECT
FindingNotificationTargetFilterInput
link GraphQL Schema definition
- input FindingNotificationTargetFilterInput {
- # Filter by enabled value
- Boolean :
- # Filter by name
- String :
- # Filter by a given list of Notification Target IDs
- String!] : [
- # Filter by projects that are included
- EntityId!] : [
- # Filter by status value
- NotificationTargetStatusValue!] : [
- # Filter by a given list of Notification Target Type Methods
- FindingNotificationTargetTypeMethod!] : [
- }