Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
Once a new Microsoft Sentinel incident is created, this playbook gets triggered and performs the following actions: 1. Gets users from the incident. 2. Signs out users. 3. Adds comment to the incident about signed out users.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | GoogleDirectory |
| Source | View on GitHub |
This playbook uses 2 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 3 |
GoogleDirectory |
Custom | 1 | 1 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Entities_-_Get_Accounts | post | /entities/account |
— |
| Add_comment_to_incident_(V3) | post | /Incidents/Comment |
— |
| Add_comment_to_incident_(V3)_2 | post | /Incidents/Comment |
— |
GoogleDirectory (Custom)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Sign_Out_User | post | /admin/directory/v1/users/@{encodeURIComponent(outputs('get_user_email'))}/signOut |
— |
📄 Source: Playbooks/Google-SignOutUser/readme.md
Once a new Microsoft Sentinel incident is created, this playbook gets triggered and performs the following actions:

Once deployment is complete, authorize each connection.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊