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.
Please consider addressing the following when creating your topic:
- What have you tried?
- What errors did you face (share screenshots)?
- Share the details of your efforts (code / search query, workflow json etc.)?
- What is the result you are getting and what were you expecting?
Hi,
Using “ISC Sample BeforeProvisioning Rule” I am trying to configure disable OU when AD account operation is disable. When I give hard coded value provisioning action works but when I try giving the identity attribute reference its not working.
{
"eventActions": \[
{
"Action": "UpdateAttribute",
"Attribute": "description",
"Value": "Disabled by SailPoint on #{now.MM/dd/yyyy}"
},
{
"Action": "ADMoveAccount",
"Attribute": "AC_NewParent",
"Value": “#{identity.disabledou}”
},
{
"Action": "ScramblePassword",
"Attribute": "password",
"Value": null
}
\],
"Operation": "Disable"
}
I have made Identity attribute as searchable also, am I missing any step?
Thank you!
Sailaja