Role Assignment Criteria - Identity List criteria consists traces of deleted identities

What problem are you observing?

I have found something weird in Identity Security Cloud Platform.

I have created a role with entitlements and thought defining an Assignment Criteria. In that we thought of adding identities directly to the role using “Identity List” directly. It’s working as expected.

And also, if I fetch the role via API, it’s returning the result as expected. Starting from roles id, name, membership criteria, etc.

Issue:

Now, when the identity gets removed or deleted from the tenant, it keeps traces of the deleted identity (name and details have been deleted, but the traces are present). Attached the screenshot for below as reference.

If I fetch the role via API, this portraits the value as null as there are no values (as the identity got deleted from the tenant).

1 Like

Hello @GOKUL_ANANTH_M
I can see that you have an empty identity given in the identity list in the screenshot of defining birthright assignment criteria from the tenant.
So it has been stored as a null identity and you have got the following response because of that. If you delete that empty identity by clicking on the close button below the Action column in the Identity list. Then the membership will show as null in the API response.

It should either look like this :


Or like this :

Hope my response is helpful :innocent:

3 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.