Informs the client the request should be blocked using the response described by this rule action.
| 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] |