|
349 | 349 | { |
350 | 350 | "$ref": "#/definitions/AwsCloudTrailDataConnector" |
351 | 351 | }, |
| 352 | + { |
| 353 | + "$ref": "#/definitions/Dynamics365DataConnector" |
| 354 | + }, |
352 | 355 | { |
353 | 356 | "$ref": "#/definitions/MCASDataConnector" |
354 | 357 | }, |
|
1338 | 1341 | ], |
1339 | 1342 | "description": "Microsoft.SecurityInsights/cases/relations" |
1340 | 1343 | }, |
| 1344 | + "Dynamics365DataConnector": { |
| 1345 | + "type": "object", |
| 1346 | + "properties": { |
| 1347 | + "kind": { |
| 1348 | + "type": "string", |
| 1349 | + "enum": [ |
| 1350 | + "Dynamics365" |
| 1351 | + ] |
| 1352 | + }, |
| 1353 | + "properties": { |
| 1354 | + "oneOf": [ |
| 1355 | + { |
| 1356 | + "$ref": "#/definitions/Dynamics365DataConnectorProperties" |
| 1357 | + }, |
| 1358 | + { |
| 1359 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 1360 | + } |
| 1361 | + ], |
| 1362 | + "description": "Dynamics365 data connector properties." |
| 1363 | + } |
| 1364 | + }, |
| 1365 | + "required": [ |
| 1366 | + "kind" |
| 1367 | + ], |
| 1368 | + "description": "Represents Dynamics365 data connector." |
| 1369 | + }, |
| 1370 | + "Dynamics365DataConnectorDataTypes": { |
| 1371 | + "type": "object", |
| 1372 | + "properties": { |
| 1373 | + "dynamics365CdsActivities": { |
| 1374 | + "oneOf": [ |
| 1375 | + { |
| 1376 | + "$ref": "#/definitions/Dynamics365DataConnectorDataTypesDynamics365CdsActivities" |
| 1377 | + }, |
| 1378 | + { |
| 1379 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 1380 | + } |
| 1381 | + ], |
| 1382 | + "description": "Common Data Service data type connection." |
| 1383 | + } |
| 1384 | + }, |
| 1385 | + "description": "The available data types for Dynamics365 data connector." |
| 1386 | + }, |
| 1387 | + "Dynamics365DataConnectorDataTypesDynamics365CdsActivities": { |
| 1388 | + "type": "object", |
| 1389 | + "properties": { |
| 1390 | + "state": { |
| 1391 | + "oneOf": [ |
| 1392 | + { |
| 1393 | + "type": "string", |
| 1394 | + "enum": [ |
| 1395 | + "Enabled", |
| 1396 | + "Disabled" |
| 1397 | + ] |
| 1398 | + }, |
| 1399 | + { |
| 1400 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 1401 | + } |
| 1402 | + ], |
| 1403 | + "description": "Describe whether this data type connection is enabled or not." |
| 1404 | + } |
| 1405 | + }, |
| 1406 | + "description": "Common Data Service data type connection." |
| 1407 | + }, |
| 1408 | + "Dynamics365DataConnectorProperties": { |
| 1409 | + "type": "object", |
| 1410 | + "properties": { |
| 1411 | + "dataTypes": { |
| 1412 | + "oneOf": [ |
| 1413 | + { |
| 1414 | + "$ref": "#/definitions/Dynamics365DataConnectorDataTypes" |
| 1415 | + }, |
| 1416 | + { |
| 1417 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 1418 | + } |
| 1419 | + ], |
| 1420 | + "description": "The available data types for Dynamics365 data connector." |
| 1421 | + }, |
| 1422 | + "tenantId": { |
| 1423 | + "type": "string", |
| 1424 | + "description": "The tenant id to connect to, and get the data from." |
| 1425 | + } |
| 1426 | + }, |
| 1427 | + "description": "Dynamics365 data connector properties." |
| 1428 | + }, |
1341 | 1429 | "EntityAnalytics": { |
1342 | 1430 | "type": "object", |
1343 | 1431 | "properties": { |
|
0 commit comments