-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Azure Sentinel Dynamics365 data connector preview (#12123)
* added Dynamics365 data connector * added Dynamics365 check requirements * added Dynamics365 examples * changed data type name to camelCase * fixed property name
- Loading branch information
Showing
5 changed files
with
212 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
...ghts/preview/2019-01-01-preview/examples/dataConnectors/CheckRequirementsDynamics365.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2019-01-01-preview", | ||
"subscriptionId": "d0cfe6b2-9ac0-4464-9919-dccaee2e48c0", | ||
"resourceGroupName": "myRg", | ||
"workspaceName": "myWorkspace", | ||
"operationalInsightsResourceProvider": "Microsoft.OperationalIinsights", | ||
"DataConnectorsCheckRequirements": { | ||
"kind": "Dynamics365", | ||
"properties": { | ||
"tenantId": "2070ecc9-b4d5-4ae4-adaa-936fa1954fa8" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"authorizationState": "Valid", | ||
"licenseState": "Valid" | ||
} | ||
} | ||
} | ||
} |
58 changes: 58 additions & 0 deletions
58
...hts/preview/2019-01-01-preview/examples/dataConnectors/CreateDynamics365DataConnetor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2019-01-01-preview", | ||
"subscriptionId": "d0cfe6b2-9ac0-4464-9919-dccaee2e48c0", | ||
"resourceGroupName": "myRg", | ||
"workspaceName": "myWorkspace", | ||
"operationalInsightsResourceProvider": "Microsoft.OperationalInsights", | ||
"dataConnectorId": "c2541efb-c9a6-47fe-9501-87d1017d1512", | ||
"dataConnector": { | ||
"kind": "Dynamics365", | ||
"etag": "\"0300bf09-0000-0000-0000-5c37296e0000\"", | ||
"properties": { | ||
"tenantId": "2070ecc9-b4d5-4ae4-adaa-936fa1954fa8", | ||
"dataTypes": { | ||
"dynamics365CdsActivities": { | ||
"state": "Enabled" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/d0cfe6b2-9ac0-4464-9919-dccaee2e48c0/resourceGroups/myRg/providers/Microsoft.OperationalIinsights/workspaces/myWorkspace/providers/Microsoft.SecurityInsights/dataConnectors/73e01a99-5cd7-4139-a149-9f2736ff2ab5", | ||
"name": "c2541efb-c9a6-47fe-9501-87d1017d1512", | ||
"type": "Microsoft.SecurityInsights/dataConnectors", | ||
"kind": "Dynamics365", | ||
"etag": "\"0300bf09-0000-0000-0000-5c37296e0000\"", | ||
"properties": { | ||
"tenantId": "2070ecc9-b4d5-4ae4-adaa-936fa1954fa8", | ||
"dataTypes": { | ||
"dynamics365CdsActivities": { | ||
"state": "Enabled" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"id": "/subscriptions/d0cfe6b2-9ac0-4464-9919-dccaee2e48c0/resourceGroups/myRg/providers/Microsoft.OperationalIinsights/workspaces/myWorkspace/providers/Microsoft.SecurityInsights/dataConnectors/73e01a99-5cd7-4139-a149-9f2736ff2ab5", | ||
"name": "c2541efb-c9a6-47fe-9501-87d1017d1512", | ||
"type": "Microsoft.SecurityInsights/dataConnectors", | ||
"kind": "Dynamics365", | ||
"etag": "\"0300bf09-0000-0000-0000-5c37296e0000\"", | ||
"properties": { | ||
"tenantId": "2070ecc9-b4d5-4ae4-adaa-936fa1954fa8", | ||
"dataTypes": { | ||
"dynamics365CdsActivities": { | ||
"state": "Enabled" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
...s/preview/2019-01-01-preview/examples/dataConnectors/GetDynamics365DataConnectorById.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2019-01-01-preview", | ||
"subscriptionId": "d0cfe6b2-9ac0-4464-9919-dccaee2e48c0", | ||
"resourceGroupName": "myRg", | ||
"workspaceName": "myWorkspace", | ||
"operationalInsightsResourceProvider": "Microsoft.OperationalInsights", | ||
"dataConnectorId": "c2541efb-c9a6-47fe-9501-87d1017d1512" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/d0cfe6b2-9ac0-4464-9919-dccaee2e48c0/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace/providers/Microsoft.SecurityInsights/dataConnectors/3d3e955e-33eb-401d-89a7-251c81ddd660", | ||
"name": "c2541efb-c9a6-47fe-9501-87d1017d1512", | ||
"type": "Microsoft.SecurityInsights/dataConnectors", | ||
"kind": "Dynamics365", | ||
"etag": "\"0300bf09-0000-0000-0000-5c37296e0000\"", | ||
"properties": { | ||
"tenantId": "2070ecc9-b4d5-4ae4-adaa-936fa1954fa8", | ||
"dataTypes": { | ||
"dynamics365CdsActivities": { | ||
"state": "Enabled" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |