Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional creationA Unix millisecond timestamp given the creation date of the suppression rule.
Optional creatorA user.
Optional dataAn exclusion query on the input data of the security rules, which could be logs, Agent events, or other types of data based on the security rule. Events matching this query are ignored by any detection rules referenced in the suppression rule.
Optional descriptionA description for the suppression rule.
Optional editableWhether the suppression rule is editable.
Optional enabledWhether the suppression rule is enabled.
Optional expirationA Unix millisecond timestamp giving an expiration date for the suppression rule. After this date, it won't suppress signals anymore.
Optional nameThe name of the suppression rule.
Optional ruleThe rule query of the suppression rule, with the same syntax as the search bar for detection rules.
Optional startA Unix millisecond timestamp giving the start date for the suppression rule. After this date, it starts suppressing signals.
Optional suppressionThe suppression query of the suppression rule. If a signal matches this query, it is suppressed and not triggered. Same syntax as the queries to search signals in the signal explorer.
Optional tagsList of tags associated with the suppression rule.
Optional updateA Unix millisecond timestamp given the update date of the suppression rule.
Optional updaterA user.
Optional versionThe version of the suppression rule; it starts at 1, and is incremented at each update.
Generated using TypeDoc
The attributes of the suppression rule.