Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schemas/2019-01-01-preview/Microsoft.SecurityInsights.json
Original file line number Diff line number Diff line change
Expand Up @@ -3333,4 +3333,4 @@
"description": "Describes watchlist properties"
}
}
}
}
34 changes: 33 additions & 1 deletion schemas/2020-01-01/Microsoft.SecurityInsights.json
Original file line number Diff line number Diff line change
Expand Up @@ -1312,6 +1312,17 @@
}
],
"description": "SharePoint data type connection."
},
"teams": {
"oneOf": [
{
"$ref": "#/definitions/OfficeDataConnectorDataTypesTeams"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Teams data type connection."
}
},
"description": "The available data types for office data connector."
Expand Down Expand Up @@ -1358,6 +1369,27 @@
},
"description": "SharePoint data type connection."
},
"OfficeDataConnectorDataTypesTeams": {
"type": "object",
"properties": {
"state": {
"oneOf": [
{
"type": "string",
"enum": [
"Enabled",
"Disabled"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Describe whether this data type connection is enabled or not."
}
},
"description": "Teams data type connection."
},
"OfficeDataConnectorProperties": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1650,4 +1682,4 @@
"description": "User information that made some action"
}
}
}
}