Previous Topic: Well-Known Attributes for Organizations

Next Topic: How to Improve Directory Search Performance

How to Define the Organizational Hierarchy

In CA Identity Manager, organizations have a hierarchical structure that includes a root organization and suborganizations. The suborganizations may also have suborganizations.

Each organization, except the root organization, has a parent organization. For example, in the following illustration, Dealer is the parent organization for the USA and Europe organizations:

root organiz specific

The unique identifier of the parent organization is stored in an attribute in the organization’s profile. Using the information in this attribute, CA Identity Manager can construct the organization hierarchy.

To specify the attribute that stores the parent organization, use the %ORG_MEMBERSHIP% and %ORG_MEMBERSHIP_NAME% well-known attributes with the physical attribute that stores the name of the parent organization in an attribute description as follows:

<ImsManagedObjectAttr physicalname="tblOrganizations.parentorg" displayname="Organization" description="Parent Organization" valuetype="Number" required="false" multivalued="false" wellknown="%ORG_MEMBERSHIP%" maxlength="0" />