OBJECT

FindingNotificationTargetTestResult

FindingNotificationTargetTestResult holds details about the result of the Notification Target Test performed.

link GraphQL Schema definition

  • type FindingNotificationTargetTestResult {
  • # A human-readable description of what the test tried to perform
  • request: LocalizedString
  • # A human-readable description of the result. In case of error from the 3rd party
  • # service the error message will be included here.
  • response: LocalizedString
  • # Shows whether the test was successful
  • success: Boolean!
  • }