Google Directory - Enrich Incident With User Info
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
↑ Back to Content Index
Once a new Microsoft Sentinel incident is created, this playbook gets triggered and performs the following actions: 1. Gets users from the incident. 2. Obtains information about user. 3. Enriches the incident with the obtained info.
Logic App Connectors
This playbook uses 2 Logic App connectors / built-in actions:
Action parameters (URLs, paths, function IDs)
| Action |
Method |
Endpoint |
Other |
| Add_comment_to_incident_(V3) |
post |
/Incidents/Comment |
— |
| Entities_-_Get_Accounts |
post |
/entities/account |
— |
| Action |
Method |
Endpoint |
Other |
| Get_User |
get |
/admin/directory/v1/users/@{encodeURIComponent(outputs('get_user_email'))} |
— |
Additional Documentation
📄 Source: Playbooks/Google-EnrichIncidentWithUserInfo/readme.md
Google-EnrichIncidentWithUserInfo
Summary
Once a new Microsoft Sentinel incident is created, this playbook gets triggered and performs the following actions:
- Gets users from the incident.
- Obtains information about user.
- Enriches the incident with the obtained info.

Prerequisites
- Google Directory Custom API Connector has to be deployed prior to the deployment of this playbook under the same subscription.
- Google Directory API credentials are required. Refer to the Google Directory Custom Connector documentation.
Deployment instructions
- To deploy the Playbook, click the Deploy to Azure button. This will launch the ARM Template deployment wizard.
- Fill in the required paramteres:
- Playbook Name: Enter the playbook name here
- Google Directory Connector Name: Logic App Connector Name

Post-Deployment instructions
a. Authorize connections
Once deployment is complete, authorize each connection.
- Click the Azure Sentinel connection resource
- Click edit API connection
- Click Authorize
- Sign in
- Click Save
- Repeat steps for GoogleDirectory connector API Connection.
b. Configurations in Sentinel
- In Microsoft sentinel, analytical rules should be configured to trigger an incident that contains Accounts. In the Entity maping section of the analytics rule creation workflow, user email should be mapped to FullName identitfier of the Account entity type. Check the documentation to learn more about mapping entities.
- Configure the automation rules to trigger the playbook. Check the documentation to learn more about automation rules.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
↑ Back to Playbooks · Back to GoogleDirectory