Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.28 KB

File metadata and controls

18 lines (14 loc) · 1.28 KB

EventRuleAction Class

Describes the action the client should take, according to the rule in the ruleset that matched the event. When getting an event by event ID, the rule_action will only be included when the ruleset_id query parameter is specified.

Properties

Name Type Description Notes
ruleset_id string The ID of the evaluated ruleset.
rule_id string The ID of the rule that matched the identification event. [optional]
rule_expression string The expression of the rule that matched the identification event. [optional]
type \Fingerprint\ServerSdk\Model\RuleActionType
request_header_modifications \Fingerprint\ServerSdk\Model\RequestHeaderModifications [optional]
status_code int A valid HTTP status code. [optional]
headers \Fingerprint\ServerSdk\Model\RuleActionHeaderField[] A list of headers to send. [optional]
body string The response body to send to the client. [optional]

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