OBJECT

PolicyFinding

Policy findings

link GraphQL Schema definition

  • type PolicyFinding {
  • # Id
  • id: ID!
  • # Type info regarding this policy finding
  • eventType: EventTypeDetails!
  • # Severity of the finding
  • severity: PolicyLevel!
  • # Status of the finding
  • status: FindingStatus!
  • # The policy hits that this finding consists of
  • policyHits: [Event!]
  • }