GroupPublishConfig

GroupPublishConfig
Group Publish Config

Configuration for group publish containing group membership updates. policy_path and hierarchy are related to each other. If hierarchy are provided and policy_path is not present, a group will be created for that hierarchy if not already present. If policy_path and hierarchy are both provided, the group is validated and members are updated.

Required:

  • At least one of policy_path or hierarchy must be present.
  • When add_all_members is false or omitted, add_new_members is required (non-empty).
AllOf
This class requires all of the following:
JSON Example
{
    "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
}