Symantec IGA

  • 1.  Using OR operator in Policy Xpress

    Posted Nov 03, 2014 05:37 AM

    Hi,

     

    We need to implement policy who involves two attributes, so we need to compare the "is changed" values of those attributes in entry rule using OR operator. How can we implement this?

     

    Ex. isChangedJob, isChangedWorkCenter --> Entry Rule: (isChangedJob = true OR isChangedWorkCenter = true)

     

     

    Thank you!



  • 2.  Re: Using OR operator in Policy Xpress

    Posted Nov 04, 2014 03:57 AM

    Hi.

     

    On which event will you be firing this policy?



  • 3.  Re: Using OR operator in Policy Xpress

    Posted Nov 04, 2014 04:03 AM

    I asked 'cause I was wondering if the same can be done by identity policy or not....



  • 4.  Re: Using OR operator in Policy Xpress

    Posted Nov 04, 2014 04:06 AM

    Hi,

     

    We configure this policy with 'after modify user event'. The action configured in this policy, evaluates this conditions to apply a role or not.

     

    Best regards



  • 5.  Re: Using OR operator in Policy Xpress

    Posted Nov 04, 2014 04:25 AM

    Hi,

    I was wondering if you have tried using an identity policy as after the modify user event , the user synchronization will happen (presuming you have enabled the sync on this event). so the identity policy will fire where you can specify your OR condition and in action you can make the user member of the role or remove from the role.



  • 6.  Re: Using OR operator in Policy Xpress

    Posted Dec 02, 2014 04:18 AM

    Hi did u solve this issue?



  • 7.  Re: Using OR operator in Policy Xpress

    Posted Dec 03, 2014 09:54 AM

    Hi, no we didn't. The problem is that policy only admit AND operators...

     

    Thank you



  • 8.  Re: Using OR operator in Policy Xpress

    Broadcom Employee
    Posted Dec 04, 2014 07:59 AM

    You can use OR conditions in the "entry rules" tab.

     

    Enter your conditional logic here

    Then in the Action rules tab, no need for conditional logic



  • 9.  Re: Using OR operator in Policy Xpress

    Posted Dec 04, 2014 09:42 AM

    Hi Pearse,

     

    Can you attach an example? What is the syntax to add OR operator and where to include it (in value textbox?) ?

     

    Thanks!!



  • 10.  Re: Using OR operator in Policy Xpress
    Best Answer

    Broadcom Employee
    Posted Dec 04, 2014 11:29 AM

    See below screenshot

     

    PolicyXpress_OR_Condition_Entry_Rule.jpg

     

    As long as one of the two conditions above is met, the policy will fire.

     

    Note that within an entry rule, the conditions are evaluated with an AND. However across all entry rules, the conditions are evaluated with an OR.

     

    If they are the only conditions, then you do not need to put conditions in the action rules section. Just add a rule that does what you need



  • 11.  Re: Using OR operator in Policy Xpress

    Posted Dec 04, 2014 11:37 AM

    Ohhh , I'm sorry,  I was wrong, I had understood that all the entry rules will be evaluated using AND operator.

     

    Thank you very much for the clarification!!!