Microsoft Identity Integration Server 2003 Developer Reference

ma-customization-info

The <ma-customization-info> element is the outermost element of the configuration file. This element contains child elements that specify the customization information for the extensible connectivity management agent.

Usage

<ma-customization-info/>

Attributes

None.

Child Elements

Element Description
<ma-internal-version> The version number of the enterprise connectivity management agent.
<ma-companyname> The name of the company that creates the enterprise connectivity management agent. The element contents appear with the contents of the <ma-listname> element in the Management Agent for list box of the management agent properties.
<ma-subtype> The text that appears in the Name column of Management Agents in Identity Manager.
<ma-listname> The name of the enterprise connectivity management agent. The name appears with the contents of the <ma-companyname> element in the The Management Agent for list box of Create Management Agent dialog box.
<ma-help-text> A description of the extensible connectivity management agent. This description appears below the Management agent for list box in the Create Management Agent dialog box of Identity Manager.

Parent Elements

None.

Child Element Sequence

The tree shows the ordering and number of child elements. Child elements in a Sequence must appear in the order given and child elements in a Choice are mutually exclusive. Sequences and Choices can be nested. Element names are followed by the minimum and maximum occurrences.

Sequence
	ma-internal-version
<ma-internal-version> The version number of the enterprise connectivity management agent.
 (Exactly 1)
	ma-companyname
<ma-companyname> The name of the company that creates the enterprise connectivity management agent. The element contents appear with the contents of the <ma-listname> element in the Management Agent for list box of the management agent properties.
 (Exactly 1)
	ma-subtype
<ma-subtype> The text that appears in the Name column of Management Agents in Identity Manager.
 (Exactly 1)
	ma-listname
<ma-listname> The name of the enterprise connectivity management agent. The name appears with the contents of the <ma-companyname> element in the The Management Agent for list box of Create Management Agent dialog box.
 (Exactly 1)
	ma-help-text
<ma-help-text> A description of the extensible connectivity management agent. This description appears below the Management agent for list box in the Create Management Agent dialog box of Identity Manager.
 (Exactly 1)
Sequence

Example Code [XML]

The following XML example shows a sample configuration file that creates an extensible connectivity management agent that can be distributed. The management agent packaging tool uses a configuration file and an exported server configuration file to create a distributable management agent.

<ma-customization-info>
	<ma-internal-version>1</ma-internal-version>
	<ma-companyname>Fabrikam</ma-companyname>
	<ma-subtype>Enterprise Connectivity</ma-subtype>
	<ma-listname>Custom management agent</ma-listname>
	<ma-help-text>Custom management agent created by Fabrikam.</ma-help-text>  
</ma-customization-info>

Element Information

Can be empty No