Properties
| Name | Type | Description |
|---|---|---|
| description | object | |
| group | object | The rule group to which the current WAF rule belongs. |
| id | object | |
| package_id | object | |
| priority | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/waf-managed-rules_base",
"title": "waf-managed-rules_base",
"properties": {
"description": {
"$ref": "#/components/schemas/waf-managed-rules_schemas-description"
},
"group": {
"description": "The rule group to which the current WAF rule belongs.",
"properties": {
"id": {
"$ref": "#/components/schemas/waf-managed-rules_components-schemas-identifier"
},
"name": {
"$ref": "#/components/schemas/waf-managed-rules_name"
}
},
"readOnly": true,
"type": "object"
},
"id": {
"$ref": "#/components/schemas/waf-managed-rules_rule_components-schemas-identifier"
},
"package_id": {
"$ref": "#/components/schemas/waf-managed-rules_identifier"
},
"priority": {
"$ref": "#/components/schemas/waf-managed-rules_priority"
}
}
}