Attributes for creating or updating an inbox rule.

Hierarchy

  • InboxRuleAttributesCreate

Constructors

Properties

The action to take when the inbox rule matches a finding.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
enabled?: boolean

Whether the inbox rule is enabled.

name: string

The name of the inbox rule.

Defines the scope of findings to which the automation rule applies.

Generated using TypeDoc