Previous Topic: ExampleNext Topic: Example


create—Create Domain Group

This action creates a new Client Automation domain group. The Client Automation domain group can be populated with Client Automation domains during creation.

This action has the following format:

domain action=create name=domain_name 
[comment=comment]
[{area=area_name}|addAll] 
[superDomain=super_domain_name]
[InheritPerms[={y|n}]]
name

Specifies the name of a Client Automation domain group. It will be created.

comment

Specifies a comment.

area

Specifies the name of a Client Automation domain to the Client Automation domain group to be created.

The parameter can be coded more than once to add a list of Client Automation domains.

This parameter should not be coded if "addAll" is coded.

addAll

Add all registered Client Automation domains to the Client Automation domain group to be created.

This parameter should not be coded if the parameter "area" is coded.

superDomain

Specifies the name of an existing Client Automation domain group that might contain other Client Automation domain groups . The Client Automation domain group to be created will become a subgroup of this Client Automation domain super group.

If this parameter is not coded, the Client Automation domain group is placed at the folder named "Domains".

inheritPerms

This parameter specifies if the group being created inherits security permissions or not.
If “InheritPerms” or “InheritPerms=y” is coded then the specified group will inherit permissions to it members and becomes a security group.
If “InheritPerms=n” is coded then the specified group will not inherit permissions to its members and therefore is no security group.
Default: InheritPerms=y .

Note: The action create allows you to create empty Client Automation domain groups, in other words, neither "area" nor "addAll" have to be coded with the command. Client Automation domains can be assigned later with the "add" action.