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_pathorhierarchymust be present. - When
add_all_membersis false or omitted,add_new_membersis required (non-empty).
AllOf
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
}