Reconciliation Profile

Profiles are the way OIM stores Resource objects.

Links

  1. Reconciliation Profile in UserGUide.
  2. Updating Reconciliation Profiles Manually in the AdminGuide.

Java API

  1. oracle.iam.reconciliation.impl.config.Profile.

Profiles are stored in Metadata Store at the /db prefix. The recommended by Oracle way to create/update profiles is MDS import/export.

For example, the AD User Resource is stored at the /db/AD User path, and might be exported using oimtool:

oimtool.sh --md-print '/db/AD User' > 'AD User.xml'

And imported back after editing:

oimtool.sh --md-import  'AD User.xml' '/db/AD User'
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License