Hi all,
Is there a best way to remove all Identity accounts for an application from IdentityIQ?
We have a requirement to decommission an application from our environment.
Thanks in advance
Hi all,
Is there a best way to remove all Identity accounts for an application from IdentityIQ?
We have a requirement to decommission an application from our environment.
Thanks in advance
you can remove the application directly from debug, it will delete all the account related on this app
Hello @rishavghoshacc
you can delete the application directly using iiq console command.(Using Devsak)
Query: iiqDelete application appname
Hi @bhoyars_1 ,
The correct command to delete the application object from IIQ console is
delete application <app name or ID>
This will removes all of its owned, or subordinate, objects.
@rishavghoshacc ,
You can delete the application using either the debug option or the IIQ console option.
@enistri_devo - Is there a way to remove the accounts without removing the application?
@Arun-Kumar Is there a way to remove the accounts without removing the application?
@bhoyars_1 Is there a way to remove the accounts without removing the application?
you can use a rule where search all the accounts of an application and remove very single object
Just write a dummy customization rule and return null and within your aggregation job make sure detect deleted accounts is selected