Forum Discussion
andrew_bryant
Apr 25, 2019Brass Contributor
AzureAD group membership as a condition
I am trying to create a playbook that checks a user against an AzureAD group. If the user is a member of the group it will perform one action (open ticket in service now) and if they are not a membe...
Chris Boehm
Apr 29, 2019Former Employee
When you're setting up the actions in the playbooks, are you setting up a condition based on the previous data? My example:
1. When Azure Sentinel alert is triggered do the following:
2. Check group Membership with entities from the alert based on X group name.
3. Used the For Each template: If the Body of the message is "True" do the following, if it's "False" do the following. I'm using the connectors within the body.
Hope this helps,
andrew_bryant
May 03, 2019Brass Contributor