OBJECT
PolicyFinding
Policy findings
link GraphQL Schema definition
- type PolicyFinding {
- # Id
- ID! :
- # Type info regarding this policy finding
- EventTypeDetails! :
- # Severity of the finding
- PolicyLevel! :
- # Status of the finding
- FindingStatus! :
- # The policy hits that this finding consists of
- Event!] : [
- }