INPUT_OBJECT

FindingPatchNotificationTargetInput

link GraphQL Schema definition

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