Previous Topic: ExampleNext Topic: Example


create—Create Domain Group

This action creates a new CA ITCM domain group. The CA ITCM domain group can be populated with CA ITCM 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 CA ITCM domain group. It will be created.

comment

Specifies a comment.

area

Specifies the name of a CA ITCM domain to the CA ITCM domain group to be created.

The parameter can be coded more than once to add a list of CA ITCM domains.

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

addAll

Add all registered CA ITCM domains to the CA ITCM domain group to be created.

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

superDomain

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

If this parameter is not coded, the CA ITCM 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 CA ITCM domain groups, in other words, neither "area" nor "addAll" have to be coded with the command. CA ITCM domains can be assigned later with the "add" action.