Skip to content

Commit

Permalink
CodeGen from PR 13043 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 20fcc88f11ae18c04f387614a93fbd20ad819c1c into e0f7aaf8d7003bb066c29cb970dca0e990b71e5c
  • Loading branch information
SDKAuto committed Feb 20, 2021
1 parent 091082a commit f77cc68
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 3 deletions.
74 changes: 72 additions & 2 deletions schemas/2019-01-01-preview/Microsoft.SecurityInsights.json
Original file line number Diff line number Diff line change
Expand Up @@ -2880,6 +2880,43 @@
],
"description": "Threat Intelligence alert rule base property bag."
},
"ThreatIntelligenceExternalReference": {
"type": "object",
"properties": {
"description": {
"type": "string",
"description": "External reference description"
},
"externalId": {
"type": "string",
"description": "External reference ID"
},
"hashes": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"type": "string"
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "External reference hashes"
},
"sourceName": {
"type": "string",
"description": "External reference source name"
},
"url": {
"type": "string",
"description": "External reference URL"
}
},
"description": "Describes external reference"
},
"ThreatIntelligenceGranularMarkingModel": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -2937,6 +2974,17 @@
"type": "string",
"description": "Created by reference of threat intelligence entity"
},
"defanged": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Is threat intelligence entity defanged"
},
"description": {
"type": "string",
"description": "Description of a threat intelligence entity"
Expand Down Expand Up @@ -2965,12 +3013,16 @@
"type": "string",
"description": "External ID of threat intelligence entity"
},
"externalLastUpdatedTimeUtc": {
"type": "string",
"description": "External last updated time in UTC"
},
"externalReferences": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
"$ref": "#/definitions/ThreatIntelligenceExternalReference"
}
},
{
Expand Down Expand Up @@ -3047,6 +3099,20 @@
"type": "string",
"description": "Modified by"
},
"objectMarkingRefs": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Threat intelligence entity object marking references"
},
"parsedPattern": {
"oneOf": [
{
Expand All @@ -3069,6 +3135,10 @@
"type": "string",
"description": "Pattern type of a threat intelligence entity"
},
"patternVersion": {
"type": "string",
"description": "Pattern version of a threat intelligence entity"
},
"revoked": {
"oneOf": [
{
Expand Down Expand Up @@ -3707,4 +3777,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 @@ -1691,4 +1691,4 @@
"description": "User information that made some action"
}
}
}
}

0 comments on commit f77cc68

Please sign in to comment.