OBJECT

ScanResultDetails

Description

Details about scan results for error classification.

link GraphQL Schema definition

  • type ScanResultDetails {
  • # The category of the scan result.
  • category: ScanResultCategory!
  • # Human-readable description of the scan result and possible remediation steps.
  • description: String!
  • # Whether this result supports variable substitution.
  • supportsVariables: Boolean!
  • }