OBJECT

PolicyFindingTrend

Policy findings trend

link GraphQL Schema definition

  • type PolicyFindingTrend {
  • # Whether this policy finding is old enough to have the concept of trend
  • hasTrend: Boolean
  • # Number of active hits from last given window of time
  • lastTrendWindow: Int
  • # Number of active hits from previous given window of time
  • prevTrendWindow: Int
  • }