ma-customization-info Element

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-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-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.

<ma-internal-version>

The version number of the enterprise connectivity management agent.

<ma-listname>

The name of the enterprise connectivity management agent. The name appears with the contents of the <ma-companyname> element in the Management Agent for list box of Create Management Agent dialog box.

<ma-subtype>

The text that appears in the Name column of Management Agents in 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 (Exactly 1)
    ma-companyname (Exactly 1)
    ma-subtype (Exactly 1)
    ma-listname (Exactly 1)
    ma-help-text (Exactly 1)
Sequence

Examples

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

Send comments about this topic to Microsoft

Build date: 2/16/2009