Please clarify - Role A has B and C as entitlements associated within Role A ORRole A has a set of entitlements and there are other Child roles B and C which have their own entitlements which aren't getting removed? I am assuming that you have assign...
Re-assignment of the certification means that the original certifier can re-assign the certification to someone else who can review the record , take action and lock the certification for that record. Consult on the other hand is an advisory action -...
Hi , From 2021.0.4 X onwards , Saviynt EIC does support ENDPOINTS_FILTER in the AAD connector itself. you could use it the same way you use AD Endpoint_filter Sample JSON:{"EP-AAD-XXX-ILESX": [{"AADGROUP": ["O365_XXX-ILESX-QA-%"]}]}
As of now , there is no support for the timestamp. Alternately - if you are trying to capture the date of request with timestamp - you could use the binding available directly in the JSON {new java.text.SimpleDateFormat('yyyy-MM-dd\\\\'T\\\\'HH:mm:ss...
"managerAccount" binding is exposed in the AD connector. So, as you can use - ${managerAccount.accountID} to get manager's DN form his account, you could also store manager's BU (CP1) in an account custompropertyX and try using ${managerAccount.cust...