INPUT_OBJECT
FindingCreateNotificationTargetInput
link GraphQL Schema definition
- input FindingCreateNotificationTargetInput {
- # Notification Target context
- NotificationTargetContext! :
- # Name of this Notification Target
- String! :
- # Enabled turns the Notification Target on/off
- Boolean! :
- # Project id(s) that are included
- EntityId!] : [
- # The list of properties specific for the selected Notification Target method
- FindingNotificationPropertyInput!] : [
- # Notification target type method
- FindingNotificationTargetTypeMethod! :
- }