RuleUpdateConfig

RuleUpdateConfig
Rule Update Config

Configuration for Individual rule update operations related to infrastructure service rules

AllOf
This class requires all of the following:
JSON Example
{
    "action_type": "string",
    "rule_policy_path": "string",
    "action": "string",
    "revision": 0,
    "disable_rule": false,
    "delete_rule": false,
    "hierarchy": [
        {
            "scope": "Application",
            "value": "E-Commerce Platform",
            "level": 0
        }
    ]
}