|
2740 | 2740 | "MicrosoftSecurityIncidentCreationAlertRuleTemplate": { |
2741 | 2741 | "allOf": [ |
2742 | 2742 | { |
2743 | | - "$ref": "#/definitions/MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties" |
| 2743 | + "$ref": "#/definitions/AlertRuleTemplate" |
2744 | 2744 | } |
2745 | 2745 | ], |
2746 | 2746 | "description": "Represents MicrosoftSecurityIncidentCreation rule template.", |
2747 | | - "type": "object", |
2748 | | - "x-ms-discriminator-value": "MicrosoftSecurityIncidentCreation" |
2749 | | - }, |
2750 | | - "MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties": { |
2751 | | - "allOf": [ |
2752 | | - { |
2753 | | - "$ref": "#/definitions/MicrosoftSecurityIncidentCreationAlertRuleTemplateInnerProperties" |
2754 | | - } |
2755 | | - ], |
2756 | 2747 | "properties": { |
2757 | 2748 | "properties": { |
2758 | | - "$ref": "#/definitions/AlertRuleTemplatePropertiesBase", |
2759 | | - "description": "alert rule template base properties", |
| 2749 | + "$ref": "#/definitions/MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties", |
| 2750 | + "description": "MicrosoftSecurityIncidentCreation rule template properties", |
| 2751 | + "required": [ |
| 2752 | + "displayName", |
| 2753 | + "description", |
| 2754 | + "createdDateUTC", |
| 2755 | + "status", |
| 2756 | + "alertRulesCreatedByTemplateCount", |
| 2757 | + "productFilter" |
| 2758 | + ], |
2760 | 2759 | "x-ms-client-flatten": true |
2761 | | - } |
| 2760 | + } |
2762 | 2761 | }, |
2763 | | - "description": "MicrosoftSecurityIncidentCreation rule template properties", |
2764 | | - "type": "object" |
| 2762 | + "type": "object", |
| 2763 | + "x-ms-discriminator-value": "MicrosoftSecurityIncidentCreation" |
2765 | 2764 | }, |
2766 | | - "MicrosoftSecurityIncidentCreationAlertRuleTemplateInnerProperties": { |
| 2765 | + "MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties": { |
2767 | 2766 | "allOf": [ |
2768 | 2767 | { |
2769 | | - "$ref": "#/definitions/AlertRuleTemplate" |
| 2768 | + "$ref": "#/definitions/AlertRuleTemplatePropertiesBase" |
2770 | 2769 | } |
2771 | 2770 | ], |
2772 | 2771 | "properties": { |
2773 | 2772 | "properties": { |
2774 | 2773 | "$ref": "#/definitions/MicrosoftSecurityIncidentCreationAlertRuleCommonProperties", |
2775 | 2774 | "description": "MicrosoftSecurityIncidentCreation rule template common properties", |
2776 | | - "required": [ |
2777 | | - "displayName", |
2778 | | - "description", |
2779 | | - "createdDateUTC", |
2780 | | - "status", |
2781 | | - "alertRulesCreatedByTemplateCount", |
2782 | | - "productFilter" |
2783 | | - ], |
2784 | 2775 | "x-ms-client-flatten": true |
2785 | | - } |
| 2776 | + } |
2786 | 2777 | }, |
2787 | | - "description": "MicrosoftSecurityIncidentCreation rule template inner properties", |
| 2778 | + "description": "MicrosoftSecurityIncidentCreation rule template properties", |
2788 | 2779 | "type": "object" |
2789 | 2780 | }, |
2790 | 2781 | "OfficeConsent": { |
|
0 commit comments