Class TicketCreationRuleAttributesCreate

Attributes for creating or updating a ticket creation rule.

Hierarchy

  • TicketCreationRuleAttributesCreate

Constructors

Properties

The action to take when the ticket creation 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 ticket creation rule is enabled.

name: string

The name of the ticket creation rule.

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

Generated using TypeDoc