This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Bulk Import Business Roles with Dynamic Query

I have several hundred business roles that need to be created in One Identity Manager. Is there a way to bulk load them with the query included (maybe using Data Import)? If so, what table/view would I use? Thanks!

Parents
  • You are right, after you have added the business roles to the Org table, you need to created an associated entry in the table DynamicGroup.

    You need to provide all of the mandatory properties including the where clause. 

    The memberships for a role a stored in a M:N table called PersonInOrg.

    For more information please take a look at the Identity Manager 7.1.1 - Business Roles Administration Guide

    If you need to know some more table names in the future, one of the easiest way to find out the table name of an object is, to load an object in the Manager and open the object properties. In the primary key, you will find the table name in the <T> tag. See sample for the dynamic roles.

    Hth

Reply
  • You are right, after you have added the business roles to the Org table, you need to created an associated entry in the table DynamicGroup.

    You need to provide all of the mandatory properties including the where clause. 

    The memberships for a role a stored in a M:N table called PersonInOrg.

    For more information please take a look at the Identity Manager 7.1.1 - Business Roles Administration Guide

    If you need to know some more table names in the future, one of the easiest way to find out the table name of an object is, to load an object in the Manager and open the object properties. In the primary key, you will find the table name in the <T> tag. See sample for the dynamic roles.

    Hth

Children
No Data