We have a requirement where we trigger PowerShell script through IQ service on Active Directory connector when identity lifecycle state is terminate and for this I wrote After Modify connector rule and it is working fine.
If PowerShell script is run successfully without errors we want to set the source attribute email and login to generated new login and email details by AD team via script and an attribute to acknowledge process complete.
Is this possible through PowerShell ? If not on source application can we set attributes on Identity profile?
I tried rest api’s using GitHub - darrenjrobinson/powershell_module_identitynow: SailPoint IdentityNow PowerShell Module this url powershell scripts but no luck.