Sun Identity Manager Deployment Reference

Resource-Specific Registration

To make resource-specific registrations, modify the resource object from the Identity Manager Debug page and insert a <Views> subelement in the AccountAttributeType element. <Views> must contain a list of strings whose values are the names of the views in which this attribute can be updated.


<AccountAttributeType name=’lastname’ mapName=’sn’mapType=’string’>
   <Views>
      <String>Rename</String>
   </Views>
</AccountAttributeType>

In the view, attributes you want to modify are placed within this object:

resourceAccounts.currentResourceAccounts[ResourceTypeName].attributes

<Field name= ’resourceAccounts.currentResourceAccounts[OS400ResourceName].
                     attributes.delete before action’ hidden=’true’>
   <Expansion>
      <s>os400BeforeDeleteAction</s>
   </Expansion>
</Field>