Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RuleResponse

Package version

Represents result of create, get, and update operations on rule.

Hierarchy

Index

Properties

_response

_response: HttpOperationResponse

The underlying HTTP response.

action

The SQL like expression that can be executed on the message should the associated filter apply.

filter

Defines the filter expression that the rule evaluates. For SqlRuleFilter input, the expression string is interpreted as a SQL92 expression which must evaluate to True or False. Only one between a CorrelationRuleFilter or a SqlRuleFilter can be defined.

name

name: string

Name of the rule

Generated using TypeDoc