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
- LocalizedString :
- # A human-readable description of the result. In case of error from the 3rd party
- # service the error message will be included here.
- LocalizedString :
- # Shows whether the test was successful
- Boolean! :
- }