In a script I am developing, I would like to find out the name of the Synchronization Rule that provides an IAF to the metaverse. I do not see how to link between the sync-rule-id attribute in the sync-rule-mapping element and the actual Synchronization Rule object. The attribute's GUID value is not the Synchronization Rule's ResourceID.
Here is an example import-flows element for reference. When I search resources by resource ID in the portal with CCC233B6-..., I get no results.
Any ideas? TIA!
<import-flows mv-attribute="UnionCodeDesc" type="ranked"><import-flow
src-ma="{B98F7270-1DB9-4A33-842D-9FEC79C73DCD}"
cd-object-type="person"
id="{D5A7292F-220B-4949-AE2B-930124347450}"><sync-rule-mapping mapping-type="direct"
sync-rule-id="{CCC233B6-D543-E211-B21A-00505697007F}"
sync-rule-mapping-id="{B78806B7-893E-463C-96EC-25F07577FF27}"
initial-flow-only="false" is-existence-test="false"><src-attribute>UnionCodeDesc</src-attribute></sync-rule-mapping></import-flow></import-flows>