INPUT_OBJECT
AnomalyFalsePositiveReport
Description
Report an anomaly as a false positive.
link GraphQL Schema definition
- input AnomalyFalsePositiveReport {
- # The type of false positive anomaly.
- : AnomalyFalsePositiveType!
- # The reason for the false positive anomaly.
- : String
- }