Hi Team,
I have a requirement where for the ibm i connector when someone clicks on disable account button it converts it to delete account operation instead.
Does someone have any sample cloud rule to share for that?
Hi Team,
I have a requirement where for the ibm i connector when someone clicks on disable account button it converts it to delete account operation instead.
Does someone have any sample cloud rule to share for that?
You can attach the standard BRP to the application and then add below configuration to the source . before that you need to ask sailpoint support to upload the standard brp for your tenant .
"eventConfigurations": [
{
"eventActions": [
{
"Action": "ChangeOperation",
"Attribute": null,
"Value": "Delete"
}
],
"Identity Attribute Triggers": [
{
"Attribute": "cloudLifecycleState",
"Value": "active",
"Operation": "eq"
}
],
"Operation": "Disable"
}
]
I second this reply. However, I would not include "Identity Attribute Triggers"
as this will limit the effect to only when LCS is active
Thank you Nithesh , this was more like the sample configuration
Noice.
Can we even utilize before provisioning rule?
similar to this?
you can write your own , but if use Standard bpr you don’t have to write anything just need to add shared configuration.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.