OBJECT
ScanResultDetails
Description
Details about scan results for error classification.
link GraphQL Schema definition
- type ScanResultDetails {
- # The category of the scan result.
- : ScanResultCategory!
- # Human-readable description of the scan result and possible remediation steps.
- : String!
- # Whether this result supports variable substitution.
- : Boolean!
- }