excludeAlertInput
Last updated
Input for excluding an alert.
input ExcludeAlertInput {
oxIssueId: String!
rule: ExclusionRuleInput
comment: String
exclusionMode: ExclusionMode
expiredAt: DateTime
}oxIssueId String!
Ox-specific issue identifier
rule ExclusionRuleInput
Rule configuration for the exclusion
oxRuleId OxExclusionId
aggIds [String!]
cvesAndLibs [CveAndLib!]
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
Last updated
