Click HERE to see how Saviynt Intelligence is transforming the industry. |
06/25/2024 11:12 AM
Hi
We have an endpoint with rest connector with account and entitlement import.
when some entitlements are deleted in the endpoint, Saviynt is still sowing those entitlements in the request form.
How can we resolve this?
we should either delete them in saviynt as well which I think we cant
or we should set the status of those entitlements to inactive and not pull those in the request form.
06/25/2024 12:12 PM
HI @VamsheeVazza ,
Similar articles below with accepted solutions, please refer..
"disableDeletedEntitlements": true
If this helps, please consider selecting Accept As Solution and hit Kudos
06/25/2024 08:25 PM
entThresholdValue need to be defined in StatusThresholdConfig block for the doNotChangeIfFailed tag defined in importAcctEntJson to work as expected.
"doNotChangeIfFailed": true,
{ "statusAndThresholdConfig": { "accountThresholdValue": 100, "inactivateAccountsNotInFile": true, "statusColumn": "customproperty30", "activeStatus": [ "ENABLE", "PROVISIONED" ], "inactivateEntsNotInFeed": true, "entThresholdValue": { "entType": { "Group": { "ent": 100 }, "Role": { "ent": 100 } } } } }