Skip to content

Commit 81e4e14

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent 0cc327f commit 81e4e14

File tree

3 files changed

+88
-376
lines changed

3 files changed

+88
-376
lines changed

schemas/2019-01-01-preview/Microsoft.SecurityInsights.json

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,9 @@
349349
{
350350
"$ref": "#/definitions/AwsCloudTrailDataConnector"
351351
},
352+
{
353+
"$ref": "#/definitions/Dynamics365DataConnector"
354+
},
352355
{
353356
"$ref": "#/definitions/MCASDataConnector"
354357
},
@@ -1338,6 +1341,91 @@
13381341
],
13391342
"description": "Microsoft.SecurityInsights/cases/relations"
13401343
},
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+
},
13411429
"EntityAnalytics": {
13421430
"type": "object",
13431431
"properties": {

0 commit comments

Comments
 (0)