OBJECT
AnalyzerRiskInstance
Description
Represents the analyzer risk instance.
link GraphQL Schema definition
- type AnalyzerRiskInstance {
- # Represents the analyzer ID.
- String! :
- # Represents the risk version.
- Int! :
- # Represents the risk associated with the analyzer ID and risk version.
- RiskLevelType! :
- }