modifyGroup

On this page
Back to index

Summary

Modifies an existing group.
groupName
Stringrequired
Name of the group; must be unique among local groups.
clearPersonas
Booleanoptional
Clear personas for group, if modifying.
migrateSettings
Stringoptional
New group name to which settings will be migrated.
newName
Stringoptional
The new name for an existing object that is being renamed.
personas
Stringoptional
List of personas that this group has.
removeAllUsers
Booleanoptional
True to remove all users from this group.
userNames
Stringoptional
List of users in the group.

Usage

Perl

$cmdr->modifyGroup( "test-groupName" # groupName # optionals );

ectool

ectool modifyGroup \ "test-groupName" `# groupName` \ # optionals