Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 950 Bytes

File metadata and controls

18 lines (12 loc) · 950 Bytes

EventRuleActionBlock

Properties

Name Type Description Notes
RulesetID string The ID of the evaluated ruleset.
RuleID Pointer to string The ID of the rule that matched the identification event. [optional]
RuleExpression Pointer to string The expression of the rule that matched the identification event. [optional]
Type RuleActionType
StatusCode Pointer to int32 A valid HTTP status code. [optional]
Headers Pointer to []RuleActionHeaderField A list of headers to send. [optional]
Body Pointer to string The response body to send to the client. [optional]

[Back to Model list] [Back to API list] [Back to README]