InlineRuleUpdateConfig1

InlineRuleUpdateConfig1
InlineRuleUpdateConfig1
JSON Example
{
    "rule_policy_path": "string",
    "action": "string",
    "revision": 0,
    "disable_rule": false,
    "delete_rule": false,
    "hierarchy": [
        {
            "scope": "Application",
            "value": "E-Commerce Platform",
            "level": 0
        }
    ]
}
string
rule_policy_path
Required  

Path of the rule to update

string
action
Optional

Action to perform on the rule (e.g., DROP, ALLOW)

Enumeration: DROP, ALLOW, REJECT
integer
revision
Required  

Revision number of the rule. Required for version control

boolean
disable_rule
Optional

Flag to disable the rule instead of applying the action

boolean
delete_rule
Optional

Flag to delete the rule instead of applying the action, if delete and disable are true, the rule will be deleted and disabled flag is ignored.

hierarchy
Optional

Ordered tags representing the hierarchy. Null indicates global scope.