HierarchyIdsRuleUpdateConfig
Hierarchical IDS Rule Update Config
Configuration for hierarchical IDS rule update. Contains IDS rule update configurations for each hierarchy.
AllOf
This class requires all of the following:
JSON Example
{
"action_type": "string",
"per_hierarchy_configs": [
{
"rule_policy_path": "string",
"action": "string",
"revision": 0,
"disable_rule": false,
"hierarchy": [
{
"scope": "Application",
"value": "E-Commerce Platform",
"level": 0
}
]
}
]
}