5.1.2 Performing Limited Reconciliation

By default, all target system records are reconciled during the current reconciliation run. You can customize this process by specifying the subset of target system records that must be reconciled.

You can perform limited reconciliation by creating filters for the reconciliation module. This connector provides a Filter attribute (a scheduled task attribute) that allows you to use Google Cloud Platform resource attributes to filter the target system records.

Due to the limited functionality support of Google Cloud Platform target system with respect to filtering query for string data type fields, the connector only supports startsWith and equalTo filters. Below are examples for both filters:

  • startsWith: startsWith('__NAME__','John')

    In this example, all records whose email address begins with 'John' are reconciled.

  • equalTo: equalTo('givenName','John')

    In this example, all records whose givenName is 'John' are reconciled.

For detailed information about ICF Filters, see ICF Filter Syntax in Oracle Fusion Middleware Developing and Customizing Applications for Oracle Identity Manager.