OBJECT

AnalyzerRiskInstance

Description

Represents the analyzer risk instance.

link GraphQL Schema definition

  • type AnalyzerRiskInstance {
  • # Represents the analyzer ID.
  • analyzerId: String!
  • # Represents the risk version.
  • riskVersion: Int!
  • # Represents the risk associated with the analyzer ID and risk version.
  • risk: RiskLevelType!
  • }

link Require by