Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/07/2024 08:19 PM
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.
{
"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"
}
Solved! Go to Solution.
08/07/2024 08:51 PM
Hi @Prajna, map tablefieldattribute with the field you have used to store distinguished name on user profile.
08/07/2024 11:58 PM
Thanks the suggestion worked.