Please be sure you’ve read the docs and API specs before asking for help. Also, please be sure you’ve searched the forum for your answer before you create a new topic.
Hello Team,
I am facing below error, while performing disable operation in Active directory.
UseCase:
if identities have same email address and using same Active Directory account.
If any identity gets inactive in ISC , so the rule check other identities are active or not , if any identity active, the rule must stop disabling account.
Issue:
We have implemented beforeprovisioning rule to perform disable account, when we test the case, encountering an below error.
The issue is a ClassCastException caused by using sailpoint.object.Identity instead of sailpoint.rule.Identity in cloud rules. The sailpoint.rule.Identity class doesn’t have getAttribute() method—use getLifecycleState() directly: