Skip to content

Commit c614ceb

Browse files
committed
Add tags to exposure connector
1 parent 5c4e15b commit c614ceb

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Connector/connector.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,16 @@
782782
],
783783
"x-ms-visibility": "advanced"
784784
},
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+
},
785795
"AddIncidentTask": {
786796
"type": "boolean",
787797
"description": "Add a task to Microsoft Sentinel Incident",
@@ -850,6 +860,16 @@
850860
],
851861
"x-ms-visibility": "advanced"
852862
},
863+
"AddIncidentTags": {
864+
"type": "boolean",
865+
"description": "Add Tags to Microsoft Sentinel Incident",
866+
"title": "",
867+
"enum": [
868+
true,
869+
false
870+
],
871+
"x-ms-visibility": "advanced"
872+
},
853873
"AddIncidentTask": {
854874
"type": "boolean",
855875
"description": "Add a task to Microsoft Sentinel Incident",

0 commit comments

Comments
 (0)