excludeAlertInput

Input for excluding an alert.

Examples

input ExcludeAlertInput {
  oxIssueId: String!
  rule: ExclusionRuleInput
  comment: String
  exclusionMode: ExclusionMode
  expiredAt: DateTime
}

Fields

Field
Description
Supported fields

oxIssueId String!

Ox-specific issue identifier

Rule configuration for the exclusion

oxRuleId OxExclusionId aggIds [String!]

comment String

Comment explaining the exclusion

exclusionMode ExclusionMode

Mode of operation for the exclusion, if not provided full scan mode applies

expiredAt DateTime

Date when the exclusion expires

References

Mutations using this object:

Fields with this object:

Last updated