We are using DocuSign OOTB connector. After configuring the source, I can successfully import accounts and entitlements, but when I create an access profile with an entitlement, I get the following error shown in the attached image.
It seems the issue is with entitlement type not linked to corresponding attribute in the schema however we are unable to zero it down.
The schema currently has groups marked as entitlements however we would like to manage the permission profile as well. We want to make the Docusign Permission Profile as requestable item.
I have tried making permissionprofileName as entitlement however it still gives the same error when adding DocuSign Viewer as Access Profile.
Thank you. The issue came out to be : incorrect attribute was marked as marked as Entitlement.
SailPoint document suggested to mark permission profile as entitlement type however there were two attributes in schema related to Permission profile.
1)PermissionProfileID
2)PermissionProfileName
Earlier the entitlement was marked for PermissionProfileName .
After changing it to PermissionProfileID and performing the reaggregation, the issue got resolved.