Deduplication Policies
Definition
A Deduplication Policy describes how duplicates should be searched for when creating a managed object.
If and only if the Policy is activated, the Policy will check defined Attributes on the Deduplication Scope each time an Object is created and updated (if and only if the "Check Duplicates On Update" is set to ON).
Configuration
You can access the Deduplication Policy configuration :
by clicking on "Policy" → “Deduplication Policy”
by clicking on "System" → "Configurations" → "Data Model" and perform an import/export.
Properties - Informations
Property name | Type | Mandatory | Description | Values (default value in bold) |
---|---|---|---|---|
id |
| YES | The identifier is the unique identifier of each Deduplication Policy. It is case sensitive and no special characters (except - or _) are allowed. | - |
name |
| YES | The Deduplication Policy name. The name may be different from the identifier. | - |
active |
| NO | Allows to define if the Deduplication Policy is activated or not. | ON, OFF |
description |
| NO | Allows to describe the purpose of the Deduplication Policy. | - |
objectKind |
| YES | Allows to link the Deduplication Policy to an Object kind. | Identity, Organization, Resource, Role, Role Publication |
Properties - Assignment
Property name | Type | Mandatory | Description | Value (default value in bold) |
---|---|---|---|---|
priority |
| YES | Indicates the priority of the Policy when resolving which Policy to apply on an Object (1 having more precedence). If the Object is part of the Deduplication Scope of several Policies, the Policy with the highest prority will be taken into account. Setting the priority for Policies which have the same Object kind is forbidden. | 0, 1, 2, 3... |
assignmentScope |
| YES | Allows to configure on which Identities the Deduplication Policy will be applied. It is possible to define several Identity Types. | - |
Properties - Deduplication
Property name | Type | Mandatory | Description | Value (default value in bold) |
---|---|---|---|---|
transformRule |
| NO | The transform rule can be used to generate context variables from the existing context information. Those variables will be available on the search expression when it is resolved. Use Attributes related to the Object to calculate a variable that will be used in the search expression. Only on searchable Attributes. | - |
scope |
| YES | Allows to configure on which objects and in particular on which attributes the Policy will have to compare the duplicated objects. | - |
checkDuplicatesOnUpdate |
| NO | Allows to indicate whether or not duplicates should be checked when updating an object. | ON, OFF |