We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4e15b commit c614cebCopy full SHA for c614ceb
1 file changed
Connector/connector.json
@@ -782,6 +782,16 @@
782
],
783
"x-ms-visibility": "advanced"
784
},
785
+ "AddIncidentTags": {
786
+ "type": "boolean",
787
+ "description": "Add Tags to Microsoft Sentinel Incident",
788
+ "title": "",
789
+ "enum": [
790
+ true,
791
+ false
792
+ ],
793
+ "x-ms-visibility": "advanced"
794
+ },
795
"AddIncidentTask": {
796
"type": "boolean",
797
"description": "Add a task to Microsoft Sentinel Incident",
@@ -850,6 +860,16 @@
850
860
851
861
852
862
863
864
865
866
867
868
869
870
871
872
853
873
854
874
855
875
0 commit comments