Skip to content

Commit 05d9e5b

Browse files
author
SDKAuto
committed
CodeGen from PR 18330 in Azure/azure-rest-api-specs
Merge 48885bd8f8d05cc66363772d3a50f2afcabb8e10 into c104edf0f93bef19cc9d156053c2cf1358e22934
1 parent 54d236a commit 05d9e5b

File tree

1 file changed

+30
-4
lines changed

1 file changed

+30
-4
lines changed

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

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7017,8 +7017,19 @@
70177017
"description": "User information that made some action"
70187018
},
70197019
"entityMapping": {
7020-
"type": "object",
7021-
"properties": {},
7020+
"oneOf": [
7021+
{
7022+
"type": "object",
7023+
"additionalProperties": {
7024+
"type": "object",
7025+
"properties": {}
7026+
},
7027+
"properties": {}
7028+
},
7029+
{
7030+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
7031+
}
7032+
],
70227033
"description": "key-value pairs for a watchlist item entity mapping"
70237034
},
70247035
"isDeleted": {
@@ -7033,8 +7044,19 @@
70337044
"description": "A flag that indicates if the watchlist item is deleted or not"
70347045
},
70357046
"itemsKeyValue": {
7036-
"type": "object",
7037-
"properties": {},
7047+
"oneOf": [
7048+
{
7049+
"type": "object",
7050+
"additionalProperties": {
7051+
"type": "object",
7052+
"properties": {}
7053+
},
7054+
"properties": {}
7055+
},
7056+
{
7057+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
7058+
}
7059+
],
70387060
"description": "key-value pairs for a watchlist item"
70397061
},
70407062
"tenantId": {
@@ -7155,6 +7177,10 @@
71557177
"type": "string",
71567178
"description": "The raw content that represents to watchlist items to create. In case of csv/tsv content type, it's the content of the file that will parsed by the endpoint"
71577179
},
7180+
"sasUri": {
7181+
"type": "string",
7182+
"description": "The Shared Access Signature (SAS) URI under which the large csv watchlist file is located and from which the watchlist and its items will be created"
7183+
},
71587184
"source": {
71597185
"type": "string",
71607186
"description": "The filename of the watchlist, called 'source'"

0 commit comments

Comments
 (0)