Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.01 KB

File metadata and controls

17 lines (13 loc) · 1.01 KB

EventRuleActionBlock Class

Informs the client the request should be blocked using the response described by this rule action.

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
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]