Cybersecurity
DevOps Cloud
IT Operations Cloud
OpenText product name changes coming to the community soon! Learn more.
Begin Rule: Default Audit
Audit Group = "Default Audit"
End Rule: Default Audit
Begin Rule: Audit Mgr - Manager1
If (user IN Manager1)
Then
Audit Group = "Manager1Team"
End If
End Rule: Audit Mgr - Manager1
Begin Rule: Audit Mgr - Manager2
If (user IN Manager2)
Then
Audit Group = "Manager2 Team"
End If
End Rule: Audit Mgr - Manager2
Note: There is an alternate way of doing the same which is explained in brief below:
You will achieve the same result. This approach is tedious, as if one manager has 1000 employees reporting to him or so, then creation of the above rule with submituser filters will not be easy and non readable.