# WafRuleRevisionAttributes ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **message** | Option<**String**> | Message metadata for the rule. | [readonly] **modsec_rule_id** | Option<**i32**> | Corresponding ModSecurity rule ID. | [readonly] **paranoia_level** | Option<**i32**> | Paranoia level for the rule. | [readonly] **revision** | Option<**i32**> | Revision number. | **severity** | Option<**i32**> | Severity metadata for the rule. | [readonly] **source** | Option<**String**> | The ModSecurity rule logic. | [readonly] **state** | Option<**String**> | The state, indicating if the revision is the most recent version of the rule. | [readonly] **vcl** | Option<**String**> | The VCL representation of the rule logic. | [readonly] [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)