HierarchyIdsRuleCreateConfig
Hierarchical IDS Rule Create Config
Configuration for hierarchical IDS rule creation. Contains IDS rule create configurations per hierarchy.
AllOf
This class requires all of the following:
JSON Example
{
"action_type": "string",
"per_hierarchy_configs": [
{
"hierarchy": [
{
"scope": "Application",
"value": "E-Commerce Platform",
"level": 0
}
],
"create_ids_rule": "string"
}
]
}