Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

How to import an entitlement map using sav4sav

John_H_Jeon
New Contributor II
New Contributor II

I found a way to get the hierarchy of entitlement using sav4sav in the document.

 

https://docs.saviyntcloud.com/bundle/DB-v55x/page/Content/Configuring-the-Integration-for-Importing-...

John_H_Jeon_0-1682643055656.png

 

Can I import an entitlement map like importing a hierarchy?

If possible, do you have a sample?

3 REPLIES 3

Darshanjain
Saviynt Employee
Saviynt Employee

Hi @John_H_Jeon 

You can try with the below detail same as you used for entitlement hierarchy.

Schema table

Darshanjain_0-1683028853138.png

 

 

Thanks

Darshan

Thanks @Darshanjain 

Do you have a sample?
I've tried the 2 ways below, but it doesn't work.

=================================================================

<mapper description="This is the mapping field for Saviynt Field name" deleteentitlementowner="false" entnotpresentaction="noaction" createentitlementtype="true" systems="CMDB-Dev">
<mapfield saviyntproperty="securitysystems.systemname" sourceproperty="applicationname" type="character"/>
<mapfield saviyntproperty="endpoints.endpointname" sourceproperty="endpointname" type="character"/>
<mapfield saviyntproperty="entitlementtypes.entitlementname" sourceproperty="entitlementtype" type="character"/>
<mapfield saviyntproperty="entitlementvalues.entitlementID" sourceproperty="entitlementid" type="character"/>
<mapfield saviyntproperty="entitlementvalues.entitlement_value" sourceproperty="entitlementvalue" type="character"/>
<mapfield saviyntproperty="entitlementmap.entitlement_value1key" sourceproperty="entitlement_value1key" type="character"/>
<mapfield saviyntproperty="entitlementmap.entitlement_value2key" sourceproperty="entitlement_value2key" type="character"/>
<mapfield saviyntproperty="entitlementmap.adddependenttask" sourceproperty="adddependenttask" type="character"/>
<mapfield saviyntproperty="entitlementmap.excludeentitlement" sourceproperty="excludeentitlement" type="character"/>
<mapfield saviyntproperty="entitlementmap.removedependententtask" sourceproperty="removedependententtask" type="character"/>
<mapfield saviyntproperty="entitlementmap.requestfilter" sourceproperty="requestfilter" type="character"/>
</mapper>

=================================================================

<mapper description="This is the mapping field for Saviynt Field name">
<mapfield saviyntproperty="securitysystems1" sourceproperty="applicationname" type="character"></mapfield>
<mapfield saviyntproperty="securitysystems2" sourceproperty="applicationname" type="character"></mapfield>
<mapfield saviyntproperty="endpoints1" sourceproperty="endpointname1" type="character"></mapfield>
<mapfield saviyntproperty="endpoints2" sourceproperty="endpointname2" type="character"></mapfield>
<mapfield saviyntproperty="entitlementtypes1" sourceproperty="entitlementtype1" type="character"></mapfield>
<mapfield saviyntproperty="entitlementtypes2" sourceproperty="entitlementtype2" type="character"></mapfield>
<mapfield saviyntproperty="entitlementmap.entitlement_value1key" sourceproperty="entitlement_value1key" type="character"/>
<mapfield saviyntproperty="entitlementmap.entitlement_value2key" sourceproperty="entitlement_value2key" type="character"/>
<mapfield saviyntproperty="entitlementmap.adddependenttask" sourceproperty="adddependenttask" type="character"/>
<mapfield saviyntproperty="entitlementmap.excludeentitlement" sourceproperty="excludeentitlement" type="character"/>
<mapfield saviyntproperty="entitlementmap.removedependententtask" sourceproperty="removedependententtask" type="character"/>
<mapfield saviyntproperty="entitlementmap.requestfilter" sourceproperty="requestfilter" type="character"/>
</mapper>

=================================================================

Hi @John_H_Jeon 

 

Are you still facing any error or were you able to fix it? if still an issue let me know what and all you have tried, will have a look

 

Thanks

Darshan