Sun Identity Manager Deployment Guide

Mapping Resource Attributes to Standard Account Attributes

To map incoming resource attributes to one of the standard Identity Manager account attributes, use the syntax shown in the following example.


Example 9–3 Mapping a Resource Attribute


"<AccountAttributeTypes>\n"+ <AccountAttributeType name=’accountId’ mapName=’change-value-here’
mapType=’string’ required=’true’>\n"+ "<AttributeDefinitionRef>\nt"+  <ObjectRef type=’AttributeDefinition’
name=’accountId’/>\n"+ "</AttributeDefinitionRef>\n"+ "</AccountAttributeType>\n"+
 "</AccountAttributeTypes>\n"+

Where:

Table 9–13 <AttributeDefinitionRef> Element Fields

Element Field  

Description  

name

Identifies the Identity Manager account attribute to which the resource attribute is being mapped. (The left column on the resource schema page in the Identity Manager User Interface.) 

mapName

Identifies the name of the incoming resource attribute. When editing the skeleton file, replace change-value-here with the resource attribute name.

mapType

Identifies the incoming attribute type, which can be string, int, or encrypted. 

For more information on mapping resource attributes to account attributes, see Map the Attributes.