OBJECT
SecurityTestIntegration
SecurityTestIntegration holds details about the result of the performed test
link GraphQL Schema definition
- type SecurityTestIntegration {
- # 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! :
- }