Previous Topic: Specify Object InformationNext Topic: How to Modify Attribute Descriptions


How to Specify the Unique Identifier for a Managed Object

Each object that CA IdentityMinder manages must have a unique identifier. Make sure that the unique identifier is stored in a single column in the primary table of the managed object. Primary tables are described in Database Tables.

Use the UniqueIdentifier and UniqueIdentifierAttr elements to define the unique identifier as follows:

<UniqueIdentifier>
  <UniqueIdentifierAttr name="tablename.columnname" />
</UniqueIdentifier>

The UniqueIdentifierAttr element requires the name parameter. The value of the name parameter is the attribute in which the unique identifier is stored. The value can be a physical attribute or a well-known attribute.

When you specify a physical attribute, note the following points: