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
17 changes: 16 additions & 1 deletion schemas/2019-01-01-preview/Microsoft.SecurityInsights.json
Original file line number Diff line number Diff line change
Expand Up @@ -3439,6 +3439,10 @@
],
"description": "User information that made some action"
},
"uploadStatus": {
"type": "string",
"description": "The status of the Watchlist upload : New, InProgress or Complete. Pls note : When a Watchlist upload status is equal to InProgress, the Watchlist cannot be deleted"
},
"watchlistAlias": {
"type": "string",
"description": "The alias of the watchlist"
Expand All @@ -3447,6 +3451,17 @@
"type": "string",
"description": "The id (a Guid) of the watchlist"
},
"watchlistItemsCount": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The number of Watchlist Items in the Watchlist"
},
"watchlistType": {
"type": "string",
"description": "The type of the watchlist"
Expand Down Expand Up @@ -3503,4 +3518,4 @@
"description": "Microsoft.SecurityInsights/watchlists/watchlistItems"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2020-01-01/Microsoft.SecurityInsights.json
Original file line number Diff line number Diff line change
Expand Up @@ -1682,4 +1682,4 @@
"description": "User information that made some action"
}
}
}
}