HierarchyRuleUpdateConfig
Hierarchical Rule Update Config
Configuration for hierarchical rule update. Contains rule update configurations for each hierarchy.
AllOf
This class requires all of the following:
JSON Example
{
"action_type": "string",
"per_hierarchy_configs": [
{
"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
}
]
}
]
}