Creating a Subgroup
If group hierarchies are supported in your authentication realm,
you can create a subgroup of the root group from the GUI or by using the CLI.
GUI
Prerequisites
A root group must already exist.
Procedure
-
Select
and click the
Groups tab.
-
Click a root group.
-
Click
New Subgroup.
The group dialog displays on the right.
-
Type the group name and description in the respective fields.
-
Click
Save.
The group is added to the list in the Groups tab as a
child of the parent root group and is selected.
CLI
Procedure
-
In the data file specify a parent
group in base format and child group definition in full format.
<Group xsi:type="amxdata_base:Group_base"
name="acme">
<Group xsi:type="amxdata:Group"
name="sales">
</Group>
-
In the build file set the
action
attribute of the
AMXAdminTask element to
add and
the
objectSelector attribute to
Group/Group.
<AMXAdminTask
action="add"
objectSelector="Group/Group"/>
-
Invoke the command-line interface
on the build file.
Copyright © Cloud Software Group, Inc. All rights reserved.