Skip to content

Commit 3e84187

Browse files
committed
merge
1 parent dbd0505 commit 3e84187

File tree

1 file changed

+61
-120
lines changed
  • specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview

1 file changed

+61
-120
lines changed

specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json

Lines changed: 61 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -5669,13 +5669,13 @@
56695669
"kind": {
56705670
"description": "The kind of the data connector",
56715671
"enum": [
5672-
"OfficeATP",
56735672
"AzureActiveDirectory",
56745673
"AzureSecurityCenter",
56755674
"MicrosoftCloudAppSecurity",
56765675
"ThreatIntelligence",
56775676
"ThreatIntelligenceTaxii",
56785677
"Office365",
5678+
"OfficeATP",
56795679
"AmazonWebServicesCloudTrail",
56805680
"AzureAdvancedThreatProtection",
56815681
"MicrosoftDefenderAdvancedThreatProtection"
@@ -5685,9 +5685,6 @@
56855685
"modelAsString": true,
56865686
"name": "DataConnectorKind",
56875687
"values": [
5688-
{
5689-
"value": "OfficeATP"
5690-
},
56915688
{
56925689
"value": "AzureActiveDirectory"
56935690
},
@@ -5706,6 +5703,9 @@
57065703
{
57075704
"value": "Office365"
57085705
},
5706+
{
5707+
"value": "OfficeATP"
5708+
},
57095709
{
57105710
"value": "AmazonWebServicesCloudTrail"
57115711
},
@@ -7392,6 +7392,61 @@
73927392
"type": "object",
73937393
"x-ms-discriminator-value": "MicrosoftSecurityIncidentCreation"
73947394
},
7395+
"OfficeATPDataConnector": {
7396+
"allOf": [
7397+
{
7398+
"$ref": "#/definitions/DataConnector"
7399+
}
7400+
],
7401+
"description": "Represents OfficeATP (Office 365 Advanced Threat Protection) data connector.",
7402+
"properties": {
7403+
"properties": {
7404+
"$ref": "#/definitions/OfficeATPDataConnectorProperties",
7405+
"description": "OfficeATP (Office 365 Advanced Threat Protection) data connector properties.",
7406+
"x-ms-client-flatten": true
7407+
}
7408+
},
7409+
"type": "object",
7410+
"x-ms-discriminator-value": "OfficeATP"
7411+
},
7412+
"OfficeATPDataConnectorProperties": {
7413+
"allOf": [
7414+
{
7415+
"$ref": "#/definitions/DataConnectorTenantId"
7416+
},
7417+
{
7418+
"$ref": "#/definitions/DataConnectorWithAlertsProperties"
7419+
}
7420+
],
7421+
"description": "OfficeATP (Office 365 Advanced Threat Protection) data connector properties.",
7422+
"type": "object"
7423+
},
7424+
"OfficeATPCheckRequirements": {
7425+
"allOf": [
7426+
{
7427+
"$ref": "#/definitions/DataConnectorsCheckRequirements"
7428+
}
7429+
],
7430+
"description": "Represents OfficeATP (Office 365 Advanced Threat Protection) requirements check request.",
7431+
"properties": {
7432+
"properties": {
7433+
"$ref": "#/definitions/OfficeATPCheckRequirementsProperties",
7434+
"description": "OfficeATP (Office 365 Advanced Threat Protection) requirements check properties.",
7435+
"x-ms-client-flatten": true
7436+
}
7437+
},
7438+
"type": "object",
7439+
"x-ms-discriminator-value": "OfficeATP"
7440+
},
7441+
"OfficeATPCheckRequirementsProperties": {
7442+
"allOf": [
7443+
{
7444+
"$ref": "#/definitions/DataConnectorTenantId"
7445+
}
7446+
],
7447+
"description": "OfficeATP (Office 365 Advanced Threat Protection) requirements check properties.",
7448+
"type": "object"
7449+
},
73957450
"OfficeConsent": {
73967451
"allOf": [
73977452
{
@@ -7858,24 +7913,7 @@
78587913
"description": "Array of relations.",
78597914
"type": "array",
78607915
"items": {
7861-
"type": "string"
7862-
},
7863-
"type": "array"
7864-
},
7865-
"productFilter": {
7866-
"description": "The alerts' productName on which the cases will be generated",
7867-
"enum": [
7868-
"Microsoft Cloud App Security",
7869-
"Office 365 Advanced Threat Protection",
7870-
"Azure Security Center",
7871-
"Azure Advanced Threat Protection",
7872-
"Azure Active Directory Identity Protection",
7873-
"Azure Security Center for IoT"
7874-
],
7875-
"type": "string",
7876-
"x-ms-enum": {
7877-
"modelAsString": true,
7878-
"name": "MicrosoftSecurityProductName"
7916+
"$ref": "#/definitions/Relation"
78797917
}
78807918
}
78817919
},
@@ -7923,104 +7961,7 @@
79237961
}
79247962
},
79257963
"required": [
7926-
"displayName",
7927-
"enabled",
7928-
"productFilter"
7929-
],
7930-
"type": "object"
7931-
},
7932-
"MicrosoftSecurityIncidentCreationAlertRuleTemplate": {
7933-
"allOf": [
7934-
{
7935-
"$ref": "#/definitions/AlertRuleTemplate"
7936-
}
7937-
],
7938-
"description": "Represents MicrosoftSecurityIncidentCreation rule template.",
7939-
"properties": {
7940-
"properties": {
7941-
"allOf": [
7942-
{
7943-
"$ref": "#/definitions/AlertRuleTemplatePropertiesBase"
7944-
},
7945-
{
7946-
"$ref": "#/definitions/MicrosoftSecurityIncidentCreationAlertRuleCommonProperties"
7947-
}
7948-
],
7949-
"description": "MicrosoftSecurityIncidentCreation rule template properties",
7950-
"required": [
7951-
"displayName",
7952-
"description",
7953-
"createdDateUTC",
7954-
"status",
7955-
"alertRulesCreatedByTemplateCount",
7956-
"productFilter"
7957-
],
7958-
"x-ms-client-flatten": true
7959-
}
7960-
},
7961-
"type": "object",
7962-
"x-ms-discriminator-value": "MicrosoftSecurityIncidentCreation"
7963-
},
7964-
"OfficeATPDataConnector": {
7965-
"allOf": [
7966-
{
7967-
"$ref": "#/definitions/DataConnector"
7968-
}
7969-
],
7970-
"description": "Represents OfficeATP (Office 365 Advanced Threat Protection) data connector.",
7971-
"properties": {
7972-
"properties": {
7973-
"$ref": "#/definitions/OfficeATPDataConnectorProperties",
7974-
"description": "OfficeATP (Office 365 Advanced Threat Protection) data connector properties.",
7975-
"x-ms-client-flatten": true
7976-
}
7977-
},
7978-
"type": "object",
7979-
"x-ms-discriminator-value": "OfficeATP"
7980-
},
7981-
"OfficeATPDataConnectorProperties": {
7982-
"allOf": [
7983-
{
7984-
"$ref": "#/definitions/DataConnectorTenantId"
7985-
},
7986-
{
7987-
"$ref": "#/definitions/DataConnectorWithAlertsProperties"
7988-
}
7989-
],
7990-
"description": "OfficeATP (Office 365 Advanced Threat Protection) data connector properties.",
7991-
"type": "object"
7992-
},
7993-
"OfficeATPCheckRequirements": {
7994-
"allOf": [
7995-
{
7996-
"$ref": "#/definitions/DataConnectorsCheckRequirements"
7997-
}
7998-
],
7999-
"description": "Represents OfficeATP (Office 365 Advanced Threat Protection) requirements check request.",
8000-
"properties": {
8001-
"properties": {
8002-
"$ref": "#/definitions/OfficeATPCheckRequirementsProperties",
8003-
"description": "OfficeATP (Office 365 Advanced Threat Protection) requirements check properties.",
8004-
"x-ms-client-flatten": true
8005-
}
8006-
},
8007-
"type": "object",
8008-
"x-ms-discriminator-value": "OfficeATP"
8009-
},
8010-
"OfficeATPCheckRequirementsProperties": {
8011-
"allOf": [
8012-
{
8013-
"$ref": "#/definitions/DataConnectorTenantId"
8014-
}
8015-
],
8016-
"description": "OfficeATP (Office 365 Advanced Threat Protection) requirements check properties.",
8017-
"type": "object"
8018-
},
8019-
"OfficeConsent": {
8020-
"allOf": [
8021-
{
8022-
"$ref": "#/definitions/Resource"
8023-
}
7964+
"relatedResourceId"
80247965
],
80257966
"type": "object"
80267967
},

0 commit comments

Comments
 (0)