OBJECT

Risk

Risk of asset

link GraphQL Schema definition

  • type Risk {
  • # Number of asset unresolved events
  • unresolvedEvents: Int!
  • # Risk score or negative one if None Criticality
  • totalRisk: Float!
  • # Number of plugins that have hits on the asset
  • pluginHits: Int! @deprecated( reason: "Use pluginCount instead" )
  • # Number of plugins that have hits on the asset
  • pluginCount: Int!
  • }

link Require by