Hi,
We are trying to delete privileges from user using the following code in the script using BYPASS_MEMBER_TASK
task_property="{D}{BYPASS_MEMBER_TASK=1}";
var tempvalue=task_property+PrivMskey;
var SetPrivToUser2 = uIS_SetValue(tempvalue,IDStore,"MXMEMBER_MX_PERSON",mskey2,"",2);
but this not working ,we are getting an error Entry doesnot exist attribute:MXMEMBER_MX_PERSON.
If we are trying to delete the privilege from ToIdentity store pass with the same concept of {D}{BYPASS_MEMBER_TASK=1} PrivMskey it's working fine.
We had raised a same thread fro Add privilege and it worked with {BYPASS_MEMBER_TASK=1} in the script and {A}{BYPASS_MEMBER_TASK=1} in the To IdentityStore pass.how-to-avoid-grc-provisioning-dynamically
Please find the screenshot of ToIdenity store pass and the error screenshot which we are recieving when we run the script containing
{D}{BYPASS_MEMBER_TASK=1}PrivMSKey
Thanks,
Dhiman