OBJECT

AnalyzerGroupResult

Description

AnalyzerGroupResult represents the result of a group of analyzers.

link GraphQL Schema definition

  • type AnalyzerGroupResult {
  • # Analyzer group.
  • analyzerGroup: AnalyzerGroup!
  • # Analyzer results for the analyzer group.
  • analyzerResults: [AnalyzerResult!]!
  • # Represent sensitive hits for the analyzer group.
  • hits: Hits!
  • # Represents the total number of hits for the analyzer group,
  • # including sensitive and non-sensitive hits.
  • totalHits: Hits
  • }