Skip to content

Commit

Permalink
[skip ci] Github Bot Added package to Pull Request!
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Sep 5, 2023
1 parent 2341984 commit b5a4e59
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"Logo": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/salesforce_logo.svg\" width=\"75px\" height=\"75px\">",
"Description": "The [Salesforce Service Cloud](https://www.salesforce.com/in/products/service-cloud/overview/) solution for Microsoft Sentinel enables you to ingest Service Cloud events into Microsoft Sentinel.\r\n \r\n **Underlying Microsoft Technologies used:** \r\n\r\n This solution takes a dependency on the following technologies, and some of these dependencies either may be in [Preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) state or might result in additional ingestion or operational costs:\r\n\n a. [Azure Monitor HTTP Data Collector API](https://docs.microsoft.com/azure/azure-monitor/logs/data-collector-api)\r\n\n b. [Azure Functions](https://azure.microsoft.com/services/functions/#overview).",
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Salesforce Service Cloud",
"Version": "3.0.0",
"Metadata": "SolutionMetadata.json",
"TemplateSpec": true,
"Is1PConnector": false,
"Version": "3.0.0",
"publisherId": "azuresentinel",
"offerId": "azure-sentinel-solution-salesforceservicecloud",
"providers": [
Expand Down
Binary file modified Solutions/Salesforce Service Cloud/Package/3.0.0.zip
Binary file not shown.
36 changes: 18 additions & 18 deletions Solutions/Salesforce Service Cloud/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -748,10 +748,10 @@
"status": "Available",
"requiredDataConnectors": [
{
"connectorId": "SalesforceServiceCloud",
"dataTypes": [
"SalesforceServiceCloud"
]
],
"connectorId": "SalesforceServiceCloud"
}
],
"tactics": [
Expand All @@ -762,13 +762,13 @@
],
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"columnName": "User",
"identifier": "FullName"
"identifier": "FullName",
"columnName": "User"
}
]
],
"entityType": "Account"
}
],
"customDetails": {
Expand Down Expand Up @@ -857,10 +857,10 @@
"status": "Available",
"requiredDataConnectors": [
{
"connectorId": "SalesforceServiceCloud",
"dataTypes": [
"SalesforceServiceCloud"
]
],
"connectorId": "SalesforceServiceCloud"
}
],
"tactics": [
Expand All @@ -871,13 +871,13 @@
],
"entityMappings": [
{
"entityType": "IP",
"fieldMappings": [
{
"columnName": "ClientIp",
"identifier": "Address"
"identifier": "Address",
"columnName": "ClientIp"
}
]
],
"entityType": "IP"
}
],
"customDetails": {
Expand Down Expand Up @@ -964,10 +964,10 @@
"status": "Available",
"requiredDataConnectors": [
{
"connectorId": "SalesforceServiceCloud",
"dataTypes": [
"SalesforceServiceCloud"
]
],
"connectorId": "SalesforceServiceCloud"
}
],
"tactics": [
Expand All @@ -978,13 +978,13 @@
],
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"columnName": "User",
"identifier": "AadUserId"
"identifier": "AadUserId",
"columnName": "User"
}
]
],
"entityType": "Account"
}
]
}
Expand Down

0 comments on commit b5a4e59

Please sign in to comment.