HierarchyGroupsPublishConfig
Hierarchical Group Publish Config
Configuration for hierarchical group publish.
AllOf
This class requires all of the following:
JSON Example
{
"action_type": "string",
"per_hierarchy_configs": [
{
"action_type": "string",
"hierarchy": [
{
"scope": "Application",
"value": "E-Commerce Platform",
"level": 0
}
],
"policy_path": "string",
"add_new_members": [
"string"
],
"tag_vm_members": false,
"add_all_members": false
}
]
}