OBJECT
Risk of asset
type Risk {# Number of asset unresolved eventsunresolvedEvents: Int! # Risk score or negative one if None CriticalitytotalRisk: Float! # Number of plugins that have hits on the assetpluginHits: Int! @deprecated( reason: "Use pluginCount instead" )# Number of plugins that have hits on the assetpluginCount: Int! }