Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook provides an automated way to associate an identity to an existing policy in Cisco Cloud Security. For more details, click here.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | CiscoUmbrella |
| Source | View on GitHub |
This playbook uses 4 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 0 |
keyvault |
Managed | 1 | 2 |
microsoftsentinel |
Managed | 0 | 1 |
http |
Built-in | 0 | 2 |
keyvault (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Get_Client_Id | get | /secrets/@{encodeURIComponent(parameters('Umbrella API ClientId Key Name'))}/value |
— |
| Get_Secret | get | /secrets/@{encodeURIComponent(parameters('Umbrella API Secret Key Name'))}/value |
— |
microsoftsentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Add_comment_to_incident_(V3) | post | /Incidents/Comment |
— |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| HTTP_-_Assign_a_policy_to_an_identity | PUT | https://@{parameters('Host End Point')}/deployments/v2/policies/@{encodeURIComponent(variables('policyId'))}/identities/@{encodeURIComponent(items('For_each_originId_assign_policy_to_originId'))} |
— |
| HTTP_-_Generate_Login_Token | POST | https://@{parameters('Host End Point')}/auth/v2/token |
— |
📄 Source: CiscoUmbrellaPlaybooks/CiscoUmbrella-AssignPolicyToIdentity/readme.md
When a new sentinel incident is created, this playbook gets triggered and performs the following actions


Login to Cisco Cloud Security dashboard and navigating to Admin-->API Keys. Create New API Key if not already created and select the appropriate "Key Scope" with Read/Write permission. Store "Api Key" and "Key Secret" to a safe place. This "Api Key" is a "Client Id" and "Key Secret" is a "Secret" used for this Playbook.
Store the "Api Key" and "Key Secret" from previous step to Key vault Secrets.
To obtain the Organization ID and Policy ID, press F12 or right-click on the page and select 'Inspect' in your browser on the Cisco Cloud Security dashboard page. Then, navigate to the 'Policies' section and click on the 'All Policies' tab. Now open the 'Network' tab and search with 'policy'. Open the 'Response' tab of the request to get the Policy ID and Organization ID as shown in the screenshot below.
NOTE: The ID and OrganizationID values in the screenshot below are for illustration purposes only and are not intended for actual use.

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