Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Group import Mapping for importing owners from AD

Prajna
New Contributor
New Contributor

Hi Team,

The below menioned json is used for importing the entitlements and entitlement owners from AD. We have run the access import job to update the entitlement owner in saviynt. But it's not updating the owners. Please find the screenshot for reference.Please provide your inputs.

Prajna_0-1723087120618.png

 

{
"importGroupHierarchy": "true",
"entitlementTypeName": "memberOf",
"performGroupAccountLinking": "true",
"incrementalTimeField": "whenChanged",
"groupObjectClass": "(objectclass=group)",
"mapping": "memberHash:member_char,displayname:displayName_char,customProperty1:cn_char,description:description_char,entitlement_glossary:info_char,customProperty15:managedBy_char,customProperty18:extensionAttribute9_char,entitlement_value:distinguishedName_char,status:isCriticalSystemObject_Binary,entitlementid:objectGUID_Binary,createdate:whencreated_date,updatedate:whenchanged_date,RECONCILATION_FIELD:entitlementid",
"entitlementOwnerAttribute":"managedBy",
"tableFieldAttribute":"accountID"
}

2 REPLIES 2

NM
Honored Contributor II
Honored Contributor II

Hi @Prajna, map tablefieldattribute with the field you have used to store distinguished name on user profile.

Prajna
New Contributor
New Contributor

Thanks the suggestion worked.