Actuate Information Delivery API operations : CreateRole
 
CreateRole
Creates a role for security purposes. Available only to users with the Administrator role.
Request schema
<xsd:complexType name="CreateRole">
<xsd:sequence>
<xsd:element name="Role" type="typens:Role"/>
<xsd:element name="IgnoreDup" type="xsd:boolean"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Request elements
Role
The properties of the role to create. A name is required.
IgnoreDup
Specifies whether to report an error when creating the role if one with the same name already exists. BIRT iHub always rejects a duplicate request regardless of the IgnoreDup setting. If True, BIRT iHub does not report an error. If False, BIRT iHub reports an error. The default value is False.