INPUT_OBJECT
FindingPatchNotificationTargetInput
link GraphQL Schema definition
- input FindingPatchNotificationTargetInput {
- # Notification Target context
- NotificationTargetContext :
- # Name of this Notification Target
- String :
- # Enabled turns the Notification Target on/off
- Boolean :
- # Opaque version string for this graph node instance
- ID! :
- # Unique identifier of the notification target instance
- String! :
- # Project id(s) that are included
- EntityId!] : [
- # The list of properties specific for the selected Notification Target method
- FindingNotificationPropertyInput!] : [
- }