RelationshipResolutionRules
How a source's own identifiers are turned into links between records.
Create a resolution rule
Tells the platform how to turn a source system's natural key into a record — which attribute holds the key, on which entity type. This is what lets a feed express relationships in its own vocabulary. Activating a rule also re-examines assertions that were waiting on it. Requires `relationship-resolution-rule.create`.
List resolution rules
Returns the rules that resolve natural keys to records, and which relationship type each serves. Requires `relationship-resolution-rule.read`.
Get a resolution rule
Returns one resolution rule. Requires `relationship-resolution-rule.read`.
Update a resolution rule
Changes a rule's configuration. The key it resolves on cannot be changed — a new rule supersedes the old one instead, so already-resolved links keep a truthful account of how they were made. Requires `relationship-resolution-rule.update`.
Delete a resolution rule
Soft-deletes a rule. A rule with assertions depending on it cannot be deleted. Requires `relationship-resolution-rule.delete`.
Restore a deleted resolution rule
Reinstates a soft-deleted resolution rule. It starts deriving links again from the next evidence that arrives. Requires `relationship-resolution-rule.update`.