INPUT_OBJECT

FindingNotificationTargetInput

link GraphQL Schema definition

  • input FindingNotificationTargetInput {
  • # Address(s) if required by the Notification target type
  • address: [String!]
  • # Notification Target ID
  • notificationTargetId: String!
  • # Notification target type
  • targetTypeMethod: FindingNotificationTargetTypeMethod!
  • }