|
5669 | 5669 | "kind": { |
5670 | 5670 | "description": "The kind of the data connector", |
5671 | 5671 | "enum": [ |
5672 | | - "OfficeATP", |
5673 | 5672 | "AzureActiveDirectory", |
5674 | 5673 | "AzureSecurityCenter", |
5675 | 5674 | "MicrosoftCloudAppSecurity", |
5676 | 5675 | "ThreatIntelligence", |
5677 | 5676 | "ThreatIntelligenceTaxii", |
5678 | 5677 | "Office365", |
| 5678 | + "OfficeATP", |
5679 | 5679 | "AmazonWebServicesCloudTrail", |
5680 | 5680 | "AzureAdvancedThreatProtection", |
5681 | 5681 | "MicrosoftDefenderAdvancedThreatProtection" |
|
5685 | 5685 | "modelAsString": true, |
5686 | 5686 | "name": "DataConnectorKind", |
5687 | 5687 | "values": [ |
5688 | | - { |
5689 | | - "value": "OfficeATP" |
5690 | | - }, |
5691 | 5688 | { |
5692 | 5689 | "value": "AzureActiveDirectory" |
5693 | 5690 | }, |
|
5706 | 5703 | { |
5707 | 5704 | "value": "Office365" |
5708 | 5705 | }, |
| 5706 | + { |
| 5707 | + "value": "OfficeATP" |
| 5708 | + }, |
5709 | 5709 | { |
5710 | 5710 | "value": "AmazonWebServicesCloudTrail" |
5711 | 5711 | }, |
|
7392 | 7392 | "type": "object", |
7393 | 7393 | "x-ms-discriminator-value": "MicrosoftSecurityIncidentCreation" |
7394 | 7394 | }, |
| 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 | + }, |
7395 | 7450 | "OfficeConsent": { |
7396 | 7451 | "allOf": [ |
7397 | 7452 | { |
|
7858 | 7913 | "description": "Array of relations.", |
7859 | 7914 | "type": "array", |
7860 | 7915 | "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" |
7879 | 7917 | } |
7880 | 7918 | } |
7881 | 7919 | }, |
|
7923 | 7961 | } |
7924 | 7962 | }, |
7925 | 7963 | "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" |
8024 | 7965 | ], |
8025 | 7966 | "type": "object" |
8026 | 7967 | }, |
|
0 commit comments