@azure/arm-securityinsight 1.0.0-beta.1 → 1.0.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (524) hide show
  1. package/CHANGELOG.md +446 -0
  2. package/README.md +18 -7
  3. package/dist/index.js +6280 -4211
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/actionsCreateOrUpdateSample.d.ts +2 -0
  8. package/dist-esm/samples-dev/actionsCreateOrUpdateSample.d.ts.map +1 -0
  9. package/dist-esm/samples-dev/actionsCreateOrUpdateSample.js +38 -0
  10. package/dist-esm/samples-dev/actionsCreateOrUpdateSample.js.map +1 -0
  11. package/dist-esm/samples-dev/actionsDeleteSample.d.ts +2 -0
  12. package/dist-esm/samples-dev/actionsDeleteSample.d.ts.map +1 -0
  13. package/dist-esm/samples-dev/actionsDeleteSample.js +33 -0
  14. package/dist-esm/samples-dev/actionsDeleteSample.js.map +1 -0
  15. package/dist-esm/samples-dev/actionsGetSample.d.ts +2 -0
  16. package/dist-esm/samples-dev/actionsGetSample.d.ts.map +1 -0
  17. package/dist-esm/samples-dev/actionsGetSample.js +33 -0
  18. package/dist-esm/samples-dev/actionsGetSample.js.map +1 -0
  19. package/dist-esm/samples-dev/actionsListByAlertRuleSample.d.ts +2 -0
  20. package/dist-esm/samples-dev/actionsListByAlertRuleSample.d.ts.map +1 -0
  21. package/dist-esm/samples-dev/actionsListByAlertRuleSample.js +46 -0
  22. package/dist-esm/samples-dev/actionsListByAlertRuleSample.js.map +1 -0
  23. package/dist-esm/samples-dev/alertRuleTemplatesGetSample.d.ts +2 -0
  24. package/dist-esm/samples-dev/alertRuleTemplatesGetSample.d.ts.map +1 -0
  25. package/dist-esm/samples-dev/alertRuleTemplatesGetSample.js +32 -0
  26. package/dist-esm/samples-dev/alertRuleTemplatesGetSample.js.map +1 -0
  27. package/dist-esm/samples-dev/alertRuleTemplatesListSample.d.ts +2 -0
  28. package/dist-esm/samples-dev/alertRuleTemplatesListSample.d.ts.map +1 -0
  29. package/dist-esm/samples-dev/alertRuleTemplatesListSample.js +45 -0
  30. package/dist-esm/samples-dev/alertRuleTemplatesListSample.js.map +1 -0
  31. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.d.ts +2 -0
  32. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.d.ts.map +1 -0
  33. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.js +454 -0
  34. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.js.map +1 -0
  35. package/dist-esm/samples-dev/alertRulesDeleteSample.d.ts +2 -0
  36. package/dist-esm/samples-dev/alertRulesDeleteSample.d.ts.map +1 -0
  37. package/dist-esm/samples-dev/alertRulesDeleteSample.js +32 -0
  38. package/dist-esm/samples-dev/alertRulesDeleteSample.js.map +1 -0
  39. package/dist-esm/samples-dev/alertRulesGetSample.d.ts +2 -0
  40. package/dist-esm/samples-dev/alertRulesGetSample.d.ts.map +1 -0
  41. package/dist-esm/samples-dev/alertRulesGetSample.js +89 -0
  42. package/dist-esm/samples-dev/alertRulesGetSample.js.map +1 -0
  43. package/dist-esm/samples-dev/alertRulesListSample.d.ts +2 -0
  44. package/dist-esm/samples-dev/alertRulesListSample.d.ts.map +1 -0
  45. package/dist-esm/samples-dev/alertRulesListSample.js +45 -0
  46. package/dist-esm/samples-dev/alertRulesListSample.js.map +1 -0
  47. package/dist-esm/samples-dev/automationRulesCreateOrUpdateSample.d.ts +2 -0
  48. package/dist-esm/samples-dev/automationRulesCreateOrUpdateSample.d.ts.map +1 -0
  49. package/dist-esm/samples-dev/automationRulesCreateOrUpdateSample.js +32 -0
  50. package/dist-esm/samples-dev/automationRulesCreateOrUpdateSample.js.map +1 -0
  51. package/dist-esm/samples-dev/automationRulesDeleteSample.d.ts +2 -0
  52. package/dist-esm/samples-dev/automationRulesDeleteSample.d.ts.map +1 -0
  53. package/dist-esm/samples-dev/automationRulesDeleteSample.js +32 -0
  54. package/dist-esm/samples-dev/automationRulesDeleteSample.js.map +1 -0
  55. package/dist-esm/samples-dev/automationRulesGetSample.d.ts +2 -0
  56. package/dist-esm/samples-dev/automationRulesGetSample.d.ts.map +1 -0
  57. package/dist-esm/samples-dev/automationRulesGetSample.js +32 -0
  58. package/dist-esm/samples-dev/automationRulesGetSample.js.map +1 -0
  59. package/dist-esm/samples-dev/automationRulesListSample.d.ts +2 -0
  60. package/dist-esm/samples-dev/automationRulesListSample.d.ts.map +1 -0
  61. package/dist-esm/samples-dev/automationRulesListSample.js +45 -0
  62. package/dist-esm/samples-dev/automationRulesListSample.js.map +1 -0
  63. package/dist-esm/samples-dev/bookmarkExpandSample.d.ts +2 -0
  64. package/dist-esm/samples-dev/bookmarkExpandSample.d.ts.map +1 -0
  65. package/dist-esm/samples-dev/bookmarkExpandSample.js +37 -0
  66. package/dist-esm/samples-dev/bookmarkExpandSample.js.map +1 -0
  67. package/dist-esm/samples-dev/bookmarkRelationsCreateOrUpdateSample.d.ts +2 -0
  68. package/dist-esm/samples-dev/bookmarkRelationsCreateOrUpdateSample.d.ts.map +1 -0
  69. package/dist-esm/samples-dev/bookmarkRelationsCreateOrUpdateSample.js +36 -0
  70. package/dist-esm/samples-dev/bookmarkRelationsCreateOrUpdateSample.js.map +1 -0
  71. package/dist-esm/samples-dev/bookmarkRelationsDeleteSample.d.ts +2 -0
  72. package/dist-esm/samples-dev/bookmarkRelationsDeleteSample.d.ts.map +1 -0
  73. package/dist-esm/samples-dev/bookmarkRelationsDeleteSample.js +33 -0
  74. package/dist-esm/samples-dev/bookmarkRelationsDeleteSample.js.map +1 -0
  75. package/dist-esm/samples-dev/bookmarkRelationsGetSample.d.ts +2 -0
  76. package/dist-esm/samples-dev/bookmarkRelationsGetSample.d.ts.map +1 -0
  77. package/dist-esm/samples-dev/bookmarkRelationsGetSample.js +33 -0
  78. package/dist-esm/samples-dev/bookmarkRelationsGetSample.js.map +1 -0
  79. package/dist-esm/samples-dev/bookmarkRelationsListSample.d.ts +2 -0
  80. package/dist-esm/samples-dev/bookmarkRelationsListSample.d.ts.map +1 -0
  81. package/dist-esm/samples-dev/bookmarkRelationsListSample.js +46 -0
  82. package/dist-esm/samples-dev/bookmarkRelationsListSample.js.map +1 -0
  83. package/dist-esm/samples-dev/bookmarksCreateOrUpdateSample.d.ts +2 -0
  84. package/dist-esm/samples-dev/bookmarksCreateOrUpdateSample.d.ts.map +1 -0
  85. package/dist-esm/samples-dev/bookmarksCreateOrUpdateSample.js +54 -0
  86. package/dist-esm/samples-dev/bookmarksCreateOrUpdateSample.js.map +1 -0
  87. package/dist-esm/samples-dev/bookmarksDeleteSample.d.ts +2 -0
  88. package/dist-esm/samples-dev/bookmarksDeleteSample.d.ts.map +1 -0
  89. package/dist-esm/samples-dev/bookmarksDeleteSample.js +32 -0
  90. package/dist-esm/samples-dev/bookmarksDeleteSample.js.map +1 -0
  91. package/dist-esm/samples-dev/bookmarksGetSample.d.ts +2 -0
  92. package/dist-esm/samples-dev/bookmarksGetSample.d.ts.map +1 -0
  93. package/dist-esm/samples-dev/bookmarksGetSample.js +32 -0
  94. package/dist-esm/samples-dev/bookmarksGetSample.js.map +1 -0
  95. package/dist-esm/samples-dev/bookmarksListSample.d.ts +2 -0
  96. package/dist-esm/samples-dev/bookmarksListSample.d.ts.map +1 -0
  97. package/dist-esm/samples-dev/bookmarksListSample.js +45 -0
  98. package/dist-esm/samples-dev/bookmarksListSample.js.map +1 -0
  99. package/dist-esm/samples-dev/dataConnectorsCheckRequirementsPostSample.d.ts +2 -0
  100. package/dist-esm/samples-dev/dataConnectorsCheckRequirementsPostSample.d.ts.map +1 -0
  101. package/dist-esm/samples-dev/dataConnectorsCheckRequirementsPostSample.js +365 -0
  102. package/dist-esm/samples-dev/dataConnectorsCheckRequirementsPostSample.js.map +1 -0
  103. package/dist-esm/samples-dev/dataConnectorsConnectSample.d.ts +2 -0
  104. package/dist-esm/samples-dev/dataConnectorsConnectSample.d.ts.map +1 -0
  105. package/dist-esm/samples-dev/dataConnectorsConnectSample.js +78 -0
  106. package/dist-esm/samples-dev/dataConnectorsConnectSample.js.map +1 -0
  107. package/dist-esm/samples-dev/dataConnectorsCreateOrUpdateSample.d.ts +2 -0
  108. package/dist-esm/samples-dev/dataConnectorsCreateOrUpdateSample.d.ts.map +1 -0
  109. package/dist-esm/samples-dev/dataConnectorsCreateOrUpdateSample.js +421 -0
  110. package/dist-esm/samples-dev/dataConnectorsCreateOrUpdateSample.js.map +1 -0
  111. package/dist-esm/samples-dev/dataConnectorsDeleteSample.d.ts +2 -0
  112. package/dist-esm/samples-dev/dataConnectorsDeleteSample.d.ts.map +1 -0
  113. package/dist-esm/samples-dev/dataConnectorsDeleteSample.js +108 -0
  114. package/dist-esm/samples-dev/dataConnectorsDeleteSample.js.map +1 -0
  115. package/dist-esm/samples-dev/dataConnectorsDisconnectSample.d.ts +2 -0
  116. package/dist-esm/samples-dev/dataConnectorsDisconnectSample.d.ts.map +1 -0
  117. package/dist-esm/samples-dev/dataConnectorsDisconnectSample.js +32 -0
  118. package/dist-esm/samples-dev/dataConnectorsDisconnectSample.js.map +1 -0
  119. package/dist-esm/samples-dev/dataConnectorsGetSample.d.ts +2 -0
  120. package/dist-esm/samples-dev/dataConnectorsGetSample.d.ts.map +1 -0
  121. package/dist-esm/samples-dev/dataConnectorsGetSample.js +393 -0
  122. package/dist-esm/samples-dev/dataConnectorsGetSample.js.map +1 -0
  123. package/dist-esm/samples-dev/dataConnectorsListSample.d.ts +2 -0
  124. package/dist-esm/samples-dev/dataConnectorsListSample.d.ts.map +1 -0
  125. package/dist-esm/samples-dev/dataConnectorsListSample.js +45 -0
  126. package/dist-esm/samples-dev/dataConnectorsListSample.js.map +1 -0
  127. package/dist-esm/samples-dev/domainWhoisGetSample.d.ts +2 -0
  128. package/dist-esm/samples-dev/domainWhoisGetSample.d.ts.map +1 -0
  129. package/dist-esm/samples-dev/domainWhoisGetSample.js +31 -0
  130. package/dist-esm/samples-dev/domainWhoisGetSample.js.map +1 -0
  131. package/dist-esm/samples-dev/entitiesExpandSample.d.ts +2 -0
  132. package/dist-esm/samples-dev/entitiesExpandSample.d.ts.map +1 -0
  133. package/dist-esm/samples-dev/entitiesExpandSample.js +37 -0
  134. package/dist-esm/samples-dev/entitiesExpandSample.js.map +1 -0
  135. package/dist-esm/samples-dev/entitiesGetInsightsSample.d.ts +2 -0
  136. package/dist-esm/samples-dev/entitiesGetInsightsSample.d.ts.map +1 -0
  137. package/dist-esm/samples-dev/entitiesGetInsightsSample.js +38 -0
  138. package/dist-esm/samples-dev/entitiesGetInsightsSample.js.map +1 -0
  139. package/dist-esm/samples-dev/entitiesGetSample.d.ts +2 -0
  140. package/dist-esm/samples-dev/entitiesGetSample.d.ts.map +1 -0
  141. package/dist-esm/samples-dev/entitiesGetSample.js +393 -0
  142. package/dist-esm/samples-dev/entitiesGetSample.js.map +1 -0
  143. package/dist-esm/samples-dev/entitiesGetTimelineListSample.d.ts +2 -0
  144. package/dist-esm/samples-dev/entitiesGetTimelineListSample.d.ts.map +1 -0
  145. package/dist-esm/samples-dev/entitiesGetTimelineListSample.js +37 -0
  146. package/dist-esm/samples-dev/entitiesGetTimelineListSample.js.map +1 -0
  147. package/dist-esm/samples-dev/entitiesListSample.d.ts +2 -0
  148. package/dist-esm/samples-dev/entitiesListSample.d.ts.map +1 -0
  149. package/dist-esm/samples-dev/entitiesListSample.js +45 -0
  150. package/dist-esm/samples-dev/entitiesListSample.js.map +1 -0
  151. package/dist-esm/samples-dev/entitiesQueriesSample.d.ts +2 -0
  152. package/dist-esm/samples-dev/entitiesQueriesSample.d.ts.map +1 -0
  153. package/dist-esm/samples-dev/entitiesQueriesSample.js +33 -0
  154. package/dist-esm/samples-dev/entitiesQueriesSample.js.map +1 -0
  155. package/dist-esm/samples-dev/entitiesRelationsListSample.d.ts +2 -0
  156. package/dist-esm/samples-dev/entitiesRelationsListSample.d.ts.map +1 -0
  157. package/dist-esm/samples-dev/entitiesRelationsListSample.js +46 -0
  158. package/dist-esm/samples-dev/entitiesRelationsListSample.js.map +1 -0
  159. package/dist-esm/samples-dev/entityQueriesCreateOrUpdateSample.d.ts +2 -0
  160. package/dist-esm/samples-dev/entityQueriesCreateOrUpdateSample.d.ts.map +1 -0
  161. package/dist-esm/samples-dev/entityQueriesCreateOrUpdateSample.js +52 -0
  162. package/dist-esm/samples-dev/entityQueriesCreateOrUpdateSample.js.map +1 -0
  163. package/dist-esm/samples-dev/entityQueriesDeleteSample.d.ts +2 -0
  164. package/dist-esm/samples-dev/entityQueriesDeleteSample.d.ts.map +1 -0
  165. package/dist-esm/samples-dev/entityQueriesDeleteSample.js +32 -0
  166. package/dist-esm/samples-dev/entityQueriesDeleteSample.js.map +1 -0
  167. package/dist-esm/samples-dev/entityQueriesGetSample.d.ts +2 -0
  168. package/dist-esm/samples-dev/entityQueriesGetSample.d.ts.map +1 -0
  169. package/dist-esm/samples-dev/entityQueriesGetSample.js +51 -0
  170. package/dist-esm/samples-dev/entityQueriesGetSample.js.map +1 -0
  171. package/dist-esm/samples-dev/entityQueriesListSample.d.ts +2 -0
  172. package/dist-esm/samples-dev/entityQueriesListSample.d.ts.map +1 -0
  173. package/dist-esm/samples-dev/entityQueriesListSample.js +47 -0
  174. package/dist-esm/samples-dev/entityQueriesListSample.js.map +1 -0
  175. package/dist-esm/samples-dev/entityQueryTemplatesGetSample.d.ts +2 -0
  176. package/dist-esm/samples-dev/entityQueryTemplatesGetSample.d.ts.map +1 -0
  177. package/dist-esm/samples-dev/entityQueryTemplatesGetSample.js +32 -0
  178. package/dist-esm/samples-dev/entityQueryTemplatesGetSample.js.map +1 -0
  179. package/dist-esm/samples-dev/entityQueryTemplatesListSample.d.ts +2 -0
  180. package/dist-esm/samples-dev/entityQueryTemplatesListSample.d.ts.map +1 -0
  181. package/dist-esm/samples-dev/entityQueryTemplatesListSample.js +45 -0
  182. package/dist-esm/samples-dev/entityQueryTemplatesListSample.js.map +1 -0
  183. package/dist-esm/samples-dev/entityRelationsGetRelationSample.d.ts +2 -0
  184. package/dist-esm/samples-dev/entityRelationsGetRelationSample.d.ts.map +1 -0
  185. package/dist-esm/samples-dev/entityRelationsGetRelationSample.js +33 -0
  186. package/dist-esm/samples-dev/entityRelationsGetRelationSample.js.map +1 -0
  187. package/dist-esm/samples-dev/incidentCommentsCreateOrUpdateSample.d.ts +2 -0
  188. package/dist-esm/samples-dev/incidentCommentsCreateOrUpdateSample.d.ts.map +1 -0
  189. package/dist-esm/samples-dev/incidentCommentsCreateOrUpdateSample.js +34 -0
  190. package/dist-esm/samples-dev/incidentCommentsCreateOrUpdateSample.js.map +1 -0
  191. package/dist-esm/samples-dev/incidentCommentsDeleteSample.d.ts +2 -0
  192. package/dist-esm/samples-dev/incidentCommentsDeleteSample.d.ts.map +1 -0
  193. package/dist-esm/samples-dev/incidentCommentsDeleteSample.js +33 -0
  194. package/dist-esm/samples-dev/incidentCommentsDeleteSample.js.map +1 -0
  195. package/dist-esm/samples-dev/incidentCommentsGetSample.d.ts +2 -0
  196. package/dist-esm/samples-dev/incidentCommentsGetSample.d.ts.map +1 -0
  197. package/dist-esm/samples-dev/incidentCommentsGetSample.js +33 -0
  198. package/dist-esm/samples-dev/incidentCommentsGetSample.js.map +1 -0
  199. package/dist-esm/samples-dev/incidentCommentsListSample.d.ts +2 -0
  200. package/dist-esm/samples-dev/incidentCommentsListSample.d.ts.map +1 -0
  201. package/dist-esm/samples-dev/incidentCommentsListSample.js +46 -0
  202. package/dist-esm/samples-dev/incidentCommentsListSample.js.map +1 -0
  203. package/dist-esm/samples-dev/incidentRelationsCreateOrUpdateSample.d.ts +2 -0
  204. package/dist-esm/samples-dev/incidentRelationsCreateOrUpdateSample.d.ts.map +1 -0
  205. package/dist-esm/samples-dev/incidentRelationsCreateOrUpdateSample.js +36 -0
  206. package/dist-esm/samples-dev/incidentRelationsCreateOrUpdateSample.js.map +1 -0
  207. package/dist-esm/samples-dev/incidentRelationsDeleteSample.d.ts +2 -0
  208. package/dist-esm/samples-dev/incidentRelationsDeleteSample.d.ts.map +1 -0
  209. package/dist-esm/samples-dev/incidentRelationsDeleteSample.js +33 -0
  210. package/dist-esm/samples-dev/incidentRelationsDeleteSample.js.map +1 -0
  211. package/dist-esm/samples-dev/incidentRelationsGetSample.d.ts +2 -0
  212. package/dist-esm/samples-dev/incidentRelationsGetSample.d.ts.map +1 -0
  213. package/dist-esm/samples-dev/incidentRelationsGetSample.js +33 -0
  214. package/dist-esm/samples-dev/incidentRelationsGetSample.js.map +1 -0
  215. package/dist-esm/samples-dev/incidentRelationsListSample.d.ts +2 -0
  216. package/dist-esm/samples-dev/incidentRelationsListSample.d.ts.map +1 -0
  217. package/dist-esm/samples-dev/incidentRelationsListSample.js +46 -0
  218. package/dist-esm/samples-dev/incidentRelationsListSample.js.map +1 -0
  219. package/dist-esm/samples-dev/incidentsCreateOrUpdateSample.d.ts +2 -0
  220. package/dist-esm/samples-dev/incidentsCreateOrUpdateSample.d.ts.map +1 -0
  221. package/dist-esm/samples-dev/incidentsCreateOrUpdateSample.js +45 -0
  222. package/dist-esm/samples-dev/incidentsCreateOrUpdateSample.js.map +1 -0
  223. package/dist-esm/samples-dev/incidentsCreateTeamSample.d.ts +2 -0
  224. package/dist-esm/samples-dev/incidentsCreateTeamSample.d.ts.map +1 -0
  225. package/dist-esm/samples-dev/incidentsCreateTeamSample.js +36 -0
  226. package/dist-esm/samples-dev/incidentsCreateTeamSample.js.map +1 -0
  227. package/dist-esm/samples-dev/incidentsDeleteSample.d.ts +2 -0
  228. package/dist-esm/samples-dev/incidentsDeleteSample.d.ts.map +1 -0
  229. package/dist-esm/samples-dev/incidentsDeleteSample.js +32 -0
  230. package/dist-esm/samples-dev/incidentsDeleteSample.js.map +1 -0
  231. package/dist-esm/samples-dev/incidentsGetSample.d.ts +2 -0
  232. package/dist-esm/samples-dev/incidentsGetSample.d.ts.map +1 -0
  233. package/dist-esm/samples-dev/incidentsGetSample.js +32 -0
  234. package/dist-esm/samples-dev/incidentsGetSample.js.map +1 -0
  235. package/dist-esm/samples-dev/incidentsListAlertsSample.d.ts +2 -0
  236. package/dist-esm/samples-dev/incidentsListAlertsSample.d.ts.map +1 -0
  237. package/dist-esm/samples-dev/incidentsListAlertsSample.js +32 -0
  238. package/dist-esm/samples-dev/incidentsListAlertsSample.js.map +1 -0
  239. package/dist-esm/samples-dev/incidentsListBookmarksSample.d.ts +2 -0
  240. package/dist-esm/samples-dev/incidentsListBookmarksSample.d.ts.map +1 -0
  241. package/dist-esm/samples-dev/incidentsListBookmarksSample.js +32 -0
  242. package/dist-esm/samples-dev/incidentsListBookmarksSample.js.map +1 -0
  243. package/dist-esm/samples-dev/incidentsListEntitiesSample.d.ts +2 -0
  244. package/dist-esm/samples-dev/incidentsListEntitiesSample.d.ts.map +1 -0
  245. package/dist-esm/samples-dev/incidentsListEntitiesSample.js +32 -0
  246. package/dist-esm/samples-dev/incidentsListEntitiesSample.js.map +1 -0
  247. package/dist-esm/samples-dev/incidentsListSample.d.ts +2 -0
  248. package/dist-esm/samples-dev/incidentsListSample.d.ts.map +1 -0
  249. package/dist-esm/samples-dev/incidentsListSample.js +48 -0
  250. package/dist-esm/samples-dev/incidentsListSample.js.map +1 -0
  251. package/dist-esm/samples-dev/incidentsRunPlaybookSample.d.ts +2 -0
  252. package/dist-esm/samples-dev/incidentsRunPlaybookSample.d.ts.map +1 -0
  253. package/dist-esm/samples-dev/incidentsRunPlaybookSample.js +32 -0
  254. package/dist-esm/samples-dev/incidentsRunPlaybookSample.js.map +1 -0
  255. package/dist-esm/samples-dev/ipGeodataGetSample.d.ts +2 -0
  256. package/dist-esm/samples-dev/ipGeodataGetSample.d.ts.map +1 -0
  257. package/dist-esm/samples-dev/ipGeodataGetSample.js +31 -0
  258. package/dist-esm/samples-dev/ipGeodataGetSample.js.map +1 -0
  259. package/dist-esm/samples-dev/metadataCreateSample.d.ts +2 -0
  260. package/dist-esm/samples-dev/metadataCreateSample.d.ts.map +1 -0
  261. package/dist-esm/samples-dev/metadataCreateSample.js +117 -0
  262. package/dist-esm/samples-dev/metadataCreateSample.js.map +1 -0
  263. package/dist-esm/samples-dev/metadataDeleteSample.d.ts +2 -0
  264. package/dist-esm/samples-dev/metadataDeleteSample.d.ts.map +1 -0
  265. package/dist-esm/samples-dev/metadataDeleteSample.js +32 -0
  266. package/dist-esm/samples-dev/metadataDeleteSample.js.map +1 -0
  267. package/dist-esm/samples-dev/metadataGetSample.d.ts +2 -0
  268. package/dist-esm/samples-dev/metadataGetSample.d.ts.map +1 -0
  269. package/dist-esm/samples-dev/metadataGetSample.js +32 -0
  270. package/dist-esm/samples-dev/metadataGetSample.js.map +1 -0
  271. package/dist-esm/samples-dev/metadataListSample.d.ts +2 -0
  272. package/dist-esm/samples-dev/metadataListSample.d.ts.map +1 -0
  273. package/dist-esm/samples-dev/metadataListSample.js +77 -0
  274. package/dist-esm/samples-dev/metadataListSample.js.map +1 -0
  275. package/dist-esm/samples-dev/metadataUpdateSample.d.ts +2 -0
  276. package/dist-esm/samples-dev/metadataUpdateSample.d.ts.map +1 -0
  277. package/dist-esm/samples-dev/metadataUpdateSample.js +35 -0
  278. package/dist-esm/samples-dev/metadataUpdateSample.js.map +1 -0
  279. package/dist-esm/samples-dev/officeConsentsDeleteSample.d.ts +2 -0
  280. package/dist-esm/samples-dev/officeConsentsDeleteSample.d.ts.map +1 -0
  281. package/dist-esm/samples-dev/officeConsentsDeleteSample.js +32 -0
  282. package/dist-esm/samples-dev/officeConsentsDeleteSample.js.map +1 -0
  283. package/dist-esm/samples-dev/officeConsentsGetSample.d.ts +2 -0
  284. package/dist-esm/samples-dev/officeConsentsGetSample.d.ts.map +1 -0
  285. package/dist-esm/samples-dev/officeConsentsGetSample.js +32 -0
  286. package/dist-esm/samples-dev/officeConsentsGetSample.js.map +1 -0
  287. package/dist-esm/samples-dev/officeConsentsListSample.d.ts +2 -0
  288. package/dist-esm/samples-dev/officeConsentsListSample.d.ts.map +1 -0
  289. package/dist-esm/samples-dev/officeConsentsListSample.js +45 -0
  290. package/dist-esm/samples-dev/officeConsentsListSample.js.map +1 -0
  291. package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
  292. package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
  293. package/dist-esm/samples-dev/operationsListSample.js +43 -0
  294. package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
  295. package/dist-esm/samples-dev/productSettingsDeleteSample.d.ts +2 -0
  296. package/dist-esm/samples-dev/productSettingsDeleteSample.d.ts.map +1 -0
  297. package/dist-esm/samples-dev/productSettingsDeleteSample.js +32 -0
  298. package/dist-esm/samples-dev/productSettingsDeleteSample.js.map +1 -0
  299. package/dist-esm/samples-dev/productSettingsGetSample.d.ts +2 -0
  300. package/dist-esm/samples-dev/productSettingsGetSample.d.ts.map +1 -0
  301. package/dist-esm/samples-dev/productSettingsGetSample.js +32 -0
  302. package/dist-esm/samples-dev/productSettingsGetSample.js.map +1 -0
  303. package/dist-esm/samples-dev/productSettingsListSample.d.ts +2 -0
  304. package/dist-esm/samples-dev/productSettingsListSample.d.ts.map +1 -0
  305. package/dist-esm/samples-dev/productSettingsListSample.js +31 -0
  306. package/dist-esm/samples-dev/productSettingsListSample.js.map +1 -0
  307. package/dist-esm/samples-dev/productSettingsUpdateSample.d.ts +2 -0
  308. package/dist-esm/samples-dev/productSettingsUpdateSample.d.ts.map +1 -0
  309. package/dist-esm/samples-dev/productSettingsUpdateSample.js +36 -0
  310. package/dist-esm/samples-dev/productSettingsUpdateSample.js.map +1 -0
  311. package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.d.ts +2 -0
  312. package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.d.ts.map +1 -0
  313. package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.js +87 -0
  314. package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.js.map +1 -0
  315. package/dist-esm/samples-dev/securityMlAnalyticsSettingsDeleteSample.d.ts +2 -0
  316. package/dist-esm/samples-dev/securityMlAnalyticsSettingsDeleteSample.d.ts.map +1 -0
  317. package/dist-esm/samples-dev/securityMlAnalyticsSettingsDeleteSample.js +32 -0
  318. package/dist-esm/samples-dev/securityMlAnalyticsSettingsDeleteSample.js.map +1 -0
  319. package/dist-esm/samples-dev/securityMlAnalyticsSettingsGetSample.d.ts +2 -0
  320. package/dist-esm/samples-dev/securityMlAnalyticsSettingsGetSample.d.ts.map +1 -0
  321. package/dist-esm/samples-dev/securityMlAnalyticsSettingsGetSample.js +32 -0
  322. package/dist-esm/samples-dev/securityMlAnalyticsSettingsGetSample.js.map +1 -0
  323. package/dist-esm/samples-dev/securityMlAnalyticsSettingsListSample.d.ts +2 -0
  324. package/dist-esm/samples-dev/securityMlAnalyticsSettingsListSample.d.ts.map +1 -0
  325. package/dist-esm/samples-dev/securityMlAnalyticsSettingsListSample.js +45 -0
  326. package/dist-esm/samples-dev/securityMlAnalyticsSettingsListSample.js.map +1 -0
  327. package/dist-esm/samples-dev/sentinelOnboardingStatesCreateSample.d.ts +2 -0
  328. package/dist-esm/samples-dev/sentinelOnboardingStatesCreateSample.d.ts.map +1 -0
  329. package/dist-esm/samples-dev/sentinelOnboardingStatesCreateSample.js +38 -0
  330. package/dist-esm/samples-dev/sentinelOnboardingStatesCreateSample.js.map +1 -0
  331. package/dist-esm/samples-dev/sentinelOnboardingStatesDeleteSample.d.ts +2 -0
  332. package/dist-esm/samples-dev/sentinelOnboardingStatesDeleteSample.d.ts.map +1 -0
  333. package/dist-esm/samples-dev/sentinelOnboardingStatesDeleteSample.js +32 -0
  334. package/dist-esm/samples-dev/sentinelOnboardingStatesDeleteSample.js.map +1 -0
  335. package/dist-esm/samples-dev/sentinelOnboardingStatesGetSample.d.ts +2 -0
  336. package/dist-esm/samples-dev/sentinelOnboardingStatesGetSample.d.ts.map +1 -0
  337. package/dist-esm/samples-dev/sentinelOnboardingStatesGetSample.js +32 -0
  338. package/dist-esm/samples-dev/sentinelOnboardingStatesGetSample.js.map +1 -0
  339. package/dist-esm/samples-dev/sentinelOnboardingStatesListSample.d.ts +2 -0
  340. package/dist-esm/samples-dev/sentinelOnboardingStatesListSample.d.ts.map +1 -0
  341. package/dist-esm/samples-dev/sentinelOnboardingStatesListSample.js +31 -0
  342. package/dist-esm/samples-dev/sentinelOnboardingStatesListSample.js.map +1 -0
  343. package/dist-esm/samples-dev/sourceControlListRepositoriesSample.d.ts +2 -0
  344. package/dist-esm/samples-dev/sourceControlListRepositoriesSample.d.ts.map +1 -0
  345. package/dist-esm/samples-dev/sourceControlListRepositoriesSample.js +46 -0
  346. package/dist-esm/samples-dev/sourceControlListRepositoriesSample.js.map +1 -0
  347. package/dist-esm/samples-dev/sourceControlsCreateSample.d.ts +2 -0
  348. package/dist-esm/samples-dev/sourceControlsCreateSample.d.ts.map +1 -0
  349. package/dist-esm/samples-dev/sourceControlsCreateSample.js +48 -0
  350. package/dist-esm/samples-dev/sourceControlsCreateSample.js.map +1 -0
  351. package/dist-esm/samples-dev/sourceControlsDeleteSample.d.ts +2 -0
  352. package/dist-esm/samples-dev/sourceControlsDeleteSample.d.ts.map +1 -0
  353. package/dist-esm/samples-dev/sourceControlsDeleteSample.js +32 -0
  354. package/dist-esm/samples-dev/sourceControlsDeleteSample.js.map +1 -0
  355. package/dist-esm/samples-dev/sourceControlsGetSample.d.ts +2 -0
  356. package/dist-esm/samples-dev/sourceControlsGetSample.d.ts.map +1 -0
  357. package/dist-esm/samples-dev/sourceControlsGetSample.js +32 -0
  358. package/dist-esm/samples-dev/sourceControlsGetSample.js.map +1 -0
  359. package/dist-esm/samples-dev/sourceControlsListSample.d.ts +2 -0
  360. package/dist-esm/samples-dev/sourceControlsListSample.d.ts.map +1 -0
  361. package/dist-esm/samples-dev/sourceControlsListSample.js +45 -0
  362. package/dist-esm/samples-dev/sourceControlsListSample.js.map +1 -0
  363. package/dist-esm/samples-dev/threatIntelligenceIndicatorAppendTagsSample.d.ts +2 -0
  364. package/dist-esm/samples-dev/threatIntelligenceIndicatorAppendTagsSample.d.ts.map +1 -0
  365. package/dist-esm/samples-dev/threatIntelligenceIndicatorAppendTagsSample.js +35 -0
  366. package/dist-esm/samples-dev/threatIntelligenceIndicatorAppendTagsSample.js.map +1 -0
  367. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateIndicatorSample.d.ts +2 -0
  368. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateIndicatorSample.d.ts.map +1 -0
  369. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateIndicatorSample.js +51 -0
  370. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateIndicatorSample.js.map +1 -0
  371. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateSample.d.ts +2 -0
  372. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateSample.d.ts.map +1 -0
  373. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateSample.js +52 -0
  374. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateSample.js.map +1 -0
  375. package/dist-esm/samples-dev/threatIntelligenceIndicatorDeleteSample.d.ts +2 -0
  376. package/dist-esm/samples-dev/threatIntelligenceIndicatorDeleteSample.d.ts.map +1 -0
  377. package/dist-esm/samples-dev/threatIntelligenceIndicatorDeleteSample.js +32 -0
  378. package/dist-esm/samples-dev/threatIntelligenceIndicatorDeleteSample.js.map +1 -0
  379. package/dist-esm/samples-dev/threatIntelligenceIndicatorGetSample.d.ts +2 -0
  380. package/dist-esm/samples-dev/threatIntelligenceIndicatorGetSample.d.ts.map +1 -0
  381. package/dist-esm/samples-dev/threatIntelligenceIndicatorGetSample.js +32 -0
  382. package/dist-esm/samples-dev/threatIntelligenceIndicatorGetSample.js.map +1 -0
  383. package/dist-esm/samples-dev/threatIntelligenceIndicatorMetricsListSample.d.ts +2 -0
  384. package/dist-esm/samples-dev/threatIntelligenceIndicatorMetricsListSample.d.ts.map +1 -0
  385. package/dist-esm/samples-dev/threatIntelligenceIndicatorMetricsListSample.js +31 -0
  386. package/dist-esm/samples-dev/threatIntelligenceIndicatorMetricsListSample.js.map +1 -0
  387. package/dist-esm/samples-dev/threatIntelligenceIndicatorQueryIndicatorsSample.d.ts +2 -0
  388. package/dist-esm/samples-dev/threatIntelligenceIndicatorQueryIndicatorsSample.d.ts.map +1 -0
  389. package/dist-esm/samples-dev/threatIntelligenceIndicatorQueryIndicatorsSample.js +54 -0
  390. package/dist-esm/samples-dev/threatIntelligenceIndicatorQueryIndicatorsSample.js.map +1 -0
  391. package/dist-esm/samples-dev/threatIntelligenceIndicatorReplaceTagsSample.d.ts +2 -0
  392. package/dist-esm/samples-dev/threatIntelligenceIndicatorReplaceTagsSample.d.ts.map +1 -0
  393. package/dist-esm/samples-dev/threatIntelligenceIndicatorReplaceTagsSample.js +37 -0
  394. package/dist-esm/samples-dev/threatIntelligenceIndicatorReplaceTagsSample.js.map +1 -0
  395. package/dist-esm/samples-dev/threatIntelligenceIndicatorsListSample.d.ts +2 -0
  396. package/dist-esm/samples-dev/threatIntelligenceIndicatorsListSample.d.ts.map +1 -0
  397. package/dist-esm/samples-dev/threatIntelligenceIndicatorsListSample.js +45 -0
  398. package/dist-esm/samples-dev/threatIntelligenceIndicatorsListSample.js.map +1 -0
  399. package/dist-esm/samples-dev/watchlistItemsCreateOrUpdateSample.d.ts +2 -0
  400. package/dist-esm/samples-dev/watchlistItemsCreateOrUpdateSample.d.ts.map +1 -0
  401. package/dist-esm/samples-dev/watchlistItemsCreateOrUpdateSample.js +44 -0
  402. package/dist-esm/samples-dev/watchlistItemsCreateOrUpdateSample.js.map +1 -0
  403. package/dist-esm/samples-dev/watchlistItemsDeleteSample.d.ts +2 -0
  404. package/dist-esm/samples-dev/watchlistItemsDeleteSample.d.ts.map +1 -0
  405. package/dist-esm/samples-dev/watchlistItemsDeleteSample.js +33 -0
  406. package/dist-esm/samples-dev/watchlistItemsDeleteSample.js.map +1 -0
  407. package/dist-esm/samples-dev/watchlistItemsGetSample.d.ts +2 -0
  408. package/dist-esm/samples-dev/watchlistItemsGetSample.d.ts.map +1 -0
  409. package/dist-esm/samples-dev/watchlistItemsGetSample.js +33 -0
  410. package/dist-esm/samples-dev/watchlistItemsGetSample.js.map +1 -0
  411. package/dist-esm/samples-dev/watchlistItemsListSample.d.ts +2 -0
  412. package/dist-esm/samples-dev/watchlistItemsListSample.d.ts.map +1 -0
  413. package/dist-esm/samples-dev/watchlistItemsListSample.js +46 -0
  414. package/dist-esm/samples-dev/watchlistItemsListSample.js.map +1 -0
  415. package/dist-esm/samples-dev/watchlistsCreateOrUpdateSample.d.ts +2 -0
  416. package/dist-esm/samples-dev/watchlistsCreateOrUpdateSample.d.ts.map +1 -0
  417. package/dist-esm/samples-dev/watchlistsCreateOrUpdateSample.js +72 -0
  418. package/dist-esm/samples-dev/watchlistsCreateOrUpdateSample.js.map +1 -0
  419. package/dist-esm/samples-dev/watchlistsDeleteSample.d.ts +2 -0
  420. package/dist-esm/samples-dev/watchlistsDeleteSample.d.ts.map +1 -0
  421. package/dist-esm/samples-dev/watchlistsDeleteSample.js +32 -0
  422. package/dist-esm/samples-dev/watchlistsDeleteSample.js.map +1 -0
  423. package/dist-esm/samples-dev/watchlistsGetSample.d.ts +2 -0
  424. package/dist-esm/samples-dev/watchlistsGetSample.d.ts.map +1 -0
  425. package/dist-esm/samples-dev/watchlistsGetSample.js +32 -0
  426. package/dist-esm/samples-dev/watchlistsGetSample.js.map +1 -0
  427. package/dist-esm/samples-dev/watchlistsListSample.d.ts +2 -0
  428. package/dist-esm/samples-dev/watchlistsListSample.d.ts.map +1 -0
  429. package/dist-esm/samples-dev/watchlistsListSample.js +45 -0
  430. package/dist-esm/samples-dev/watchlistsListSample.js.map +1 -0
  431. package/dist-esm/src/models/index.d.ts +2141 -1236
  432. package/dist-esm/src/models/index.d.ts.map +1 -1
  433. package/dist-esm/src/models/index.js +374 -101
  434. package/dist-esm/src/models/index.js.map +1 -1
  435. package/dist-esm/src/models/mappers.d.ts +85 -37
  436. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  437. package/dist-esm/src/models/mappers.js +2643 -1389
  438. package/dist-esm/src/models/mappers.js.map +1 -1
  439. package/dist-esm/src/models/parameters.d.ts +22 -18
  440. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  441. package/dist-esm/src/models/parameters.js +129 -101
  442. package/dist-esm/src/models/parameters.js.map +1 -1
  443. package/dist-esm/src/operations/automationRules.d.ts +10 -11
  444. package/dist-esm/src/operations/automationRules.d.ts.map +1 -1
  445. package/dist-esm/src/operations/automationRules.js +41 -40
  446. package/dist-esm/src/operations/automationRules.js.map +1 -1
  447. package/dist-esm/src/operations/dataConnectors.js +2 -2
  448. package/dist-esm/src/operations/dataConnectors.js.map +1 -1
  449. package/dist-esm/src/operations/entities.js +1 -1
  450. package/dist-esm/src/operations/entities.js.map +1 -1
  451. package/dist-esm/src/operations/entityQueries.js +2 -2
  452. package/dist-esm/src/operations/entityQueries.js.map +1 -1
  453. package/dist-esm/src/operations/incidentRelations.js +6 -6
  454. package/dist-esm/src/operations/incidentRelations.js.map +1 -1
  455. package/dist-esm/src/operations/incidents.d.ts +9 -1
  456. package/dist-esm/src/operations/incidents.d.ts.map +1 -1
  457. package/dist-esm/src/operations/incidents.js +36 -0
  458. package/dist-esm/src/operations/incidents.js.map +1 -1
  459. package/dist-esm/src/operations/index.d.ts +8 -7
  460. package/dist-esm/src/operations/index.d.ts.map +1 -1
  461. package/dist-esm/src/operations/index.js +8 -7
  462. package/dist-esm/src/operations/index.js.map +1 -1
  463. package/dist-esm/src/operations/securityMLAnalyticsSettings.d.ts +63 -0
  464. package/dist-esm/src/operations/securityMLAnalyticsSettings.d.ts.map +1 -0
  465. package/dist-esm/src/operations/securityMLAnalyticsSettings.js +244 -0
  466. package/dist-esm/src/operations/securityMLAnalyticsSettings.js.map +1 -0
  467. package/dist-esm/src/operations/threatIntelligenceIndicator.d.ts +4 -4
  468. package/dist-esm/src/operations/threatIntelligenceIndicator.d.ts.map +1 -1
  469. package/dist-esm/src/operations/threatIntelligenceIndicator.js.map +1 -1
  470. package/dist-esm/src/operations/watchlistItems.js +2 -2
  471. package/dist-esm/src/operations/watchlistItems.js.map +1 -1
  472. package/dist-esm/src/operations/watchlists.d.ts +8 -5
  473. package/dist-esm/src/operations/watchlists.d.ts.map +1 -1
  474. package/dist-esm/src/operations/watchlists.js +13 -7
  475. package/dist-esm/src/operations/watchlists.js.map +1 -1
  476. package/dist-esm/src/operationsInterfaces/automationRules.d.ts +3 -4
  477. package/dist-esm/src/operationsInterfaces/automationRules.d.ts.map +1 -1
  478. package/dist-esm/src/operationsInterfaces/incidents.d.ts +9 -1
  479. package/dist-esm/src/operationsInterfaces/incidents.d.ts.map +1 -1
  480. package/dist-esm/src/operationsInterfaces/index.d.ts +8 -7
  481. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  482. package/dist-esm/src/operationsInterfaces/index.js +8 -7
  483. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  484. package/dist-esm/src/operationsInterfaces/securityMLAnalyticsSettings.d.ts +38 -0
  485. package/dist-esm/src/operationsInterfaces/securityMLAnalyticsSettings.d.ts.map +1 -0
  486. package/dist-esm/src/operationsInterfaces/securityMLAnalyticsSettings.js +9 -0
  487. package/dist-esm/src/operationsInterfaces/securityMLAnalyticsSettings.js.map +1 -0
  488. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicator.d.ts +4 -4
  489. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicator.d.ts.map +1 -1
  490. package/dist-esm/src/operationsInterfaces/watchlists.d.ts +8 -5
  491. package/dist-esm/src/operationsInterfaces/watchlists.d.ts.map +1 -1
  492. package/dist-esm/src/securityInsights.d.ts +11 -8
  493. package/dist-esm/src/securityInsights.d.ts.map +1 -1
  494. package/dist-esm/src/securityInsights.js +64 -11
  495. package/dist-esm/src/securityInsights.js.map +1 -1
  496. package/dist-esm/test/sampleTest.js +11 -13
  497. package/dist-esm/test/sampleTest.js.map +1 -1
  498. package/package.json +45 -21
  499. package/review/arm-securityinsight.api.md +1367 -953
  500. package/rollup.config.js +6 -72
  501. package/src/models/index.ts +2339 -1321
  502. package/src/models/mappers.ts +2921 -1513
  503. package/src/models/parameters.ts +153 -119
  504. package/src/operations/automationRules.ts +51 -50
  505. package/src/operations/dataConnectors.ts +2 -2
  506. package/src/operations/entities.ts +1 -1
  507. package/src/operations/entityQueries.ts +2 -2
  508. package/src/operations/incidentRelations.ts +6 -6
  509. package/src/operations/incidents.ts +48 -0
  510. package/src/operations/index.ts +8 -7
  511. package/src/operations/securityMLAnalyticsSettings.ts +321 -0
  512. package/src/operations/threatIntelligenceIndicator.ts +4 -4
  513. package/src/operations/watchlistItems.ts +2 -2
  514. package/src/operations/watchlists.ts +15 -8
  515. package/src/operationsInterfaces/automationRules.ts +3 -4
  516. package/src/operationsInterfaces/incidents.ts +15 -0
  517. package/src/operationsInterfaces/index.ts +8 -7
  518. package/src/operationsInterfaces/securityMLAnalyticsSettings.ts +75 -0
  519. package/src/operationsInterfaces/threatIntelligenceIndicator.ts +4 -4
  520. package/src/operationsInterfaces/watchlists.ts +8 -4
  521. package/src/securityInsights.ts +108 -36
  522. package/tsconfig.json +19 -5
  523. package/types/arm-securityinsight.d.ts +1802 -774
  524. package/types/tsdoc-metadata.json +1 -1
@@ -3,51 +3,55 @@ import * as coreClient from '@azure/core-client';
3
3
  import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
4
 
5
5
  /** Represents AAD (Azure Active Directory) requirements check request. */
6
- export declare type AADCheckRequirements = DataConnectorsCheckRequirements & {
6
+ export declare interface AADCheckRequirements extends DataConnectorsCheckRequirements {
7
7
  /** Polymorphic discriminator, which specifies the different types this object can be */
8
8
  kind: "AzureActiveDirectory";
9
9
  /** The tenant id to connect to, and get the data from. */
10
10
  tenantId?: string;
11
- };
11
+ }
12
12
 
13
13
  /** AAD (Azure Active Directory) requirements check properties. */
14
- export declare type AADCheckRequirementsProperties = DataConnectorTenantId & {};
14
+ export declare interface AADCheckRequirementsProperties extends DataConnectorTenantId {
15
+ }
15
16
 
16
17
  /** Represents AAD (Azure Active Directory) data connector. */
17
- export declare type AADDataConnector = DataConnector & {
18
+ export declare interface AADDataConnector extends DataConnector {
18
19
  /** The tenant id to connect to, and get the data from. */
19
20
  tenantId?: string;
20
21
  /** The available data types for the connector. */
21
22
  dataTypes?: AlertsDataTypeOfDataConnector;
22
- };
23
+ }
23
24
 
24
25
  /** AAD (Azure Active Directory) data connector properties. */
25
- export declare type AADDataConnectorProperties = DataConnectorTenantId & DataConnectorWithAlertsProperties & {};
26
+ export declare interface AADDataConnectorProperties extends DataConnectorTenantId, DataConnectorWithAlertsProperties {
27
+ }
26
28
 
27
29
  /** Represents AATP (Azure Advanced Threat Protection) requirements check request. */
28
- export declare type AatpCheckRequirements = DataConnectorsCheckRequirements & {
30
+ export declare interface AatpCheckRequirements extends DataConnectorsCheckRequirements {
29
31
  /** Polymorphic discriminator, which specifies the different types this object can be */
30
32
  kind: "AzureAdvancedThreatProtection";
31
33
  /** The tenant id to connect to, and get the data from. */
32
34
  tenantId?: string;
33
- };
35
+ }
34
36
 
35
37
  /** AATP (Azure Advanced Threat Protection) requirements check properties. */
36
- export declare type AatpCheckRequirementsProperties = DataConnectorTenantId & {};
38
+ export declare interface AatpCheckRequirementsProperties extends DataConnectorTenantId {
39
+ }
37
40
 
38
41
  /** Represents AATP (Azure Advanced Threat Protection) data connector. */
39
- export declare type AatpDataConnector = DataConnector & {
42
+ export declare interface AatpDataConnector extends DataConnector {
40
43
  /** The tenant id to connect to, and get the data from. */
41
44
  tenantId?: string;
42
45
  /** The available data types for the connector. */
43
46
  dataTypes?: AlertsDataTypeOfDataConnector;
44
- };
47
+ }
45
48
 
46
49
  /** AATP (Azure Advanced Threat Protection) data connector properties. */
47
- export declare type AatpDataConnectorProperties = DataConnectorTenantId & DataConnectorWithAlertsProperties & {};
50
+ export declare interface AatpDataConnectorProperties extends DataConnectorTenantId, DataConnectorWithAlertsProperties {
51
+ }
48
52
 
49
53
  /** Represents an account entity. */
50
- export declare type AccountEntity = Entity & {
54
+ export declare interface AccountEntity extends Entity {
51
55
  /**
52
56
  * A bag of custom fields that should be part of the entity and will be presented to the user.
53
57
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -120,10 +124,10 @@ export declare type AccountEntity = Entity & {
120
124
  * NOTE: This property will not be serialized. It can only be populated by the server.
121
125
  */
122
126
  readonly dnsDomain?: string;
123
- };
127
+ }
124
128
 
125
129
  /** Account entity property bag. */
126
- export declare type AccountEntityProperties = EntityCommonProperties & {
130
+ export declare interface AccountEntityProperties extends EntityCommonProperties {
127
131
  /**
128
132
  * The Azure Active Directory tenant id.
129
133
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -184,7 +188,7 @@ export declare type AccountEntityProperties = EntityCommonProperties & {
184
188
  * NOTE: This property will not be serialized. It can only be populated by the server.
185
189
  */
186
190
  readonly dnsDomain?: string;
187
- };
191
+ }
188
192
 
189
193
  /** Action property bag base. */
190
194
  export declare interface ActionPropertiesBase {
@@ -193,32 +197,32 @@ export declare interface ActionPropertiesBase {
193
197
  }
194
198
 
195
199
  /** Action for alert rule. */
196
- export declare type ActionRequest = ResourceWithEtag & {
200
+ export declare interface ActionRequest extends ResourceWithEtag {
197
201
  /** Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}. */
198
202
  logicAppResourceId?: string;
199
203
  /** Logic App Callback URL for this specific workflow. */
200
204
  triggerUri?: string;
201
- };
205
+ }
202
206
 
203
207
  /** Action property bag. */
204
- export declare type ActionRequestProperties = ActionPropertiesBase & {
208
+ export declare interface ActionRequestProperties extends ActionPropertiesBase {
205
209
  /** Logic App Callback URL for this specific workflow. */
206
210
  triggerUri: string;
207
- };
211
+ }
208
212
 
209
213
  /** Action for alert rule. */
210
- export declare type ActionResponse = ResourceWithEtag & {
214
+ export declare interface ActionResponse extends ResourceWithEtag {
211
215
  /** Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}. */
212
216
  logicAppResourceId?: string;
213
217
  /** The name of the logic app's workflow. */
214
218
  workflowId?: string;
215
- };
219
+ }
216
220
 
217
221
  /** Action property bag. */
218
- export declare type ActionResponseProperties = ActionPropertiesBase & {
222
+ export declare interface ActionResponseProperties extends ActionPropertiesBase {
219
223
  /** The name of the logic app's workflow. */
220
224
  workflowId?: string;
221
- };
225
+ }
222
226
 
223
227
  /** Interface representing a Actions. */
224
228
  export declare interface Actions {
@@ -303,8 +307,18 @@ export declare interface ActionsListByAlertRuleOptionalParams extends coreClient
303
307
  /** Contains response data for the listByAlertRule operation. */
304
308
  export declare type ActionsListByAlertRuleResponse = ActionsList;
305
309
 
310
+ /**
311
+ * Defines values for ActionType. \
312
+ * {@link KnownActionType} can be used interchangeably with ActionType,
313
+ * this enum contains the known values that the service supports.
314
+ * ### Known values supported by the service
315
+ * **ModifyProperties**: Modify an object's properties \
316
+ * **RunPlaybook**: Run a playbook on an object
317
+ */
318
+ export declare type ActionType = string;
319
+
306
320
  /** Represents Activity entity query. */
307
- export declare type ActivityCustomEntityQuery = CustomEntityQuery & {
321
+ export declare interface ActivityCustomEntityQuery extends CustomEntityQuery {
308
322
  /** The entity query title */
309
323
  title?: string;
310
324
  /** The entity query content to display in timeline */
@@ -335,7 +349,7 @@ export declare type ActivityCustomEntityQuery = CustomEntityQuery & {
335
349
  * NOTE: This property will not be serialized. It can only be populated by the server.
336
350
  */
337
351
  readonly lastModifiedTimeUtc?: Date;
338
- };
352
+ }
339
353
 
340
354
  /** The Activity query definitions */
341
355
  export declare interface ActivityEntityQueriesPropertiesQueryDefinitions {
@@ -344,7 +358,7 @@ export declare interface ActivityEntityQueriesPropertiesQueryDefinitions {
344
358
  }
345
359
 
346
360
  /** Represents Activity entity query. */
347
- export declare type ActivityEntityQuery = EntityQuery & {
361
+ export declare interface ActivityEntityQuery extends EntityQuery {
348
362
  /** The entity query title */
349
363
  title?: string;
350
364
  /** The entity query content to display in timeline */
@@ -375,10 +389,10 @@ export declare type ActivityEntityQuery = EntityQuery & {
375
389
  * NOTE: This property will not be serialized. It can only be populated by the server.
376
390
  */
377
391
  readonly lastModifiedTimeUtc?: Date;
378
- };
392
+ }
379
393
 
380
394
  /** Represents Activity entity query. */
381
- export declare type ActivityEntityQueryTemplate = EntityQueryTemplate & {
395
+ export declare interface ActivityEntityQueryTemplate extends EntityQueryTemplate {
382
396
  /** The entity query title */
383
397
  title?: string;
384
398
  /** The entity query content to display in timeline */
@@ -397,7 +411,7 @@ export declare type ActivityEntityQueryTemplate = EntityQueryTemplate & {
397
411
  entitiesFilter?: {
398
412
  [propertyName: string]: string[];
399
413
  };
400
- };
414
+ }
401
415
 
402
416
  /** The Activity query definitions */
403
417
  export declare interface ActivityEntityQueryTemplatePropertiesQueryDefinitions {
@@ -408,7 +422,7 @@ export declare interface ActivityEntityQueryTemplatePropertiesQueryDefinitions {
408
422
  }
409
423
 
410
424
  /** Represents Activity timeline item. */
411
- export declare type ActivityTimelineItem = EntityTimelineItem & {
425
+ export declare interface ActivityTimelineItem extends EntityTimelineItem {
412
426
  /** Polymorphic discriminator, which specifies the different types this object can be */
413
427
  kind: "Activity";
414
428
  /** The activity query id. */
@@ -425,7 +439,7 @@ export declare type ActivityTimelineItem = EntityTimelineItem & {
425
439
  content: string;
426
440
  /** The activity timeline title. */
427
441
  title: string;
428
- };
442
+ }
429
443
 
430
444
  /**
431
445
  * Defines values for AlertDetail. \
@@ -450,10 +464,10 @@ export declare interface AlertDetailsOverride {
450
464
  }
451
465
 
452
466
  /** Alert rule. */
453
- export declare type AlertRule = ResourceWithEtag & {
467
+ export declare interface AlertRule extends ResourceWithEtag {
454
468
  /** The kind of the alert rule */
455
469
  kind: AlertRuleKind;
456
- };
470
+ }
457
471
 
458
472
  /**
459
473
  * Defines values for AlertRuleKind. \
@@ -549,10 +563,10 @@ export declare interface AlertRulesListOptionalParams extends coreClient.Operati
549
563
  export declare type AlertRulesListResponse = AlertRulesList;
550
564
 
551
565
  /** Alert rule template. */
552
- export declare type AlertRuleTemplate = Resource & {
566
+ export declare interface AlertRuleTemplate extends Resource {
553
567
  /** The kind of the alert rule */
554
568
  kind: AlertRuleKind;
555
- };
569
+ }
556
570
 
557
571
  /** alert rule template data sources */
558
572
  export declare interface AlertRuleTemplateDataSource {
@@ -639,6 +653,14 @@ export declare type AlertRuleTemplatesListResponse = AlertRuleTemplatesList;
639
653
 
640
654
  export declare type AlertRuleTemplateUnion = AlertRuleTemplate | MLBehaviorAnalyticsAlertRuleTemplate | FusionAlertRuleTemplate | ThreatIntelligenceAlertRuleTemplate | MicrosoftSecurityIncidentCreationAlertRuleTemplate | ScheduledAlertRuleTemplate | NrtAlertRuleTemplate;
641
655
 
656
+ /** Alert rule template with MITRE property bag. */
657
+ export declare interface AlertRuleTemplateWithMitreProperties extends AlertRuleTemplatePropertiesBase {
658
+ /** The tactics of the alert rule */
659
+ tactics?: AttackTactic[];
660
+ /** The techniques of the alert rule */
661
+ techniques?: string[];
662
+ }
663
+
642
664
  export declare type AlertRuleUnion = AlertRule | MLBehaviorAnalyticsAlertRule | FusionAlertRule | ThreatIntelligenceAlertRule | MicrosoftSecurityIncidentCreationAlertRule | ScheduledAlertRule | NrtAlertRule;
643
665
 
644
666
  /** Alerts data type for data connectors. */
@@ -673,13 +695,76 @@ export declare type AlertSeverity = string;
673
695
  export declare type AlertStatus = string;
674
696
 
675
697
  /** Settings with single toggle. */
676
- export declare type Anomalies = Settings & {
698
+ export declare interface Anomalies extends Settings {
677
699
  /**
678
700
  * Determines whether the setting is enable or disabled.
679
701
  * NOTE: This property will not be serialized. It can only be populated by the server.
680
702
  */
681
703
  readonly isEnabled?: boolean;
682
- };
704
+ }
705
+
706
+ /** Represents Anomaly Security ML Analytics Settings */
707
+ export declare interface AnomalySecurityMLAnalyticsSettings extends SecurityMLAnalyticsSetting {
708
+ /** The description of the SecurityMLAnalyticsSettings. */
709
+ description?: string;
710
+ /** The display name for settings created by this SecurityMLAnalyticsSettings. */
711
+ displayName?: string;
712
+ /** Determines whether this settings is enabled or disabled. */
713
+ enabled?: boolean;
714
+ /**
715
+ * The last time that this SecurityMLAnalyticsSettings has been modified.
716
+ * NOTE: This property will not be serialized. It can only be populated by the server.
717
+ */
718
+ readonly lastModifiedUtc?: Date;
719
+ /** The required data sources for this SecurityMLAnalyticsSettings */
720
+ requiredDataConnectors?: SecurityMLAnalyticsSettingsDataSource[];
721
+ /** The tactics of the SecurityMLAnalyticsSettings */
722
+ tactics?: AttackTactic[];
723
+ /** The techniques of the SecurityMLAnalyticsSettings */
724
+ techniques?: string[];
725
+ /** The anomaly version of the AnomalySecurityMLAnalyticsSettings. */
726
+ anomalyVersion?: string;
727
+ /** The customizable observations of the AnomalySecurityMLAnalyticsSettings. */
728
+ customizableObservations?: Record<string, unknown>;
729
+ /** The frequency that this SecurityMLAnalyticsSettings will be run. */
730
+ frequency?: string;
731
+ /** The anomaly SecurityMLAnalyticsSettings status */
732
+ settingsStatus?: SettingsStatus;
733
+ /** Determines whether this anomaly security ml analytics settings is a default settings */
734
+ isDefaultSettings?: boolean;
735
+ /** The anomaly settings version of the Anomaly security ml analytics settings that dictates whether job version gets updated or not. */
736
+ anomalySettingsVersion?: number;
737
+ /** The anomaly settings definition Id */
738
+ settingsDefinitionId?: string;
739
+ }
740
+
741
+ /** Represents anomaly timeline item. */
742
+ export declare interface AnomalyTimelineItem extends EntityTimelineItem {
743
+ /** Polymorphic discriminator, which specifies the different types this object can be */
744
+ kind: "Anomaly";
745
+ /** The anomaly azure resource id. */
746
+ azureResourceId: string;
747
+ /** The anomaly product name. */
748
+ productName?: string;
749
+ /** The anomaly description. */
750
+ description?: string;
751
+ /** The anomaly name. */
752
+ displayName: string;
753
+ /** The anomaly end time. */
754
+ endTimeUtc: Date;
755
+ /** The anomaly start time. */
756
+ startTimeUtc: Date;
757
+ /** The anomaly generated time. */
758
+ timeGenerated: Date;
759
+ /** The name of the anomaly vendor. */
760
+ vendor?: string;
761
+ /** The intent of the anomaly. */
762
+ intent?: string;
763
+ /** The techniques of the anomaly. */
764
+ techniques?: string[];
765
+ /** The reasons that cause the anomaly. */
766
+ reasons?: string[];
767
+ }
683
768
 
684
769
  /**
685
770
  * Defines values for AntispamMailDirection. \
@@ -694,32 +779,34 @@ export declare type Anomalies = Settings & {
694
779
  export declare type AntispamMailDirection = string;
695
780
 
696
781
  /** Represents ASC (Azure Security Center) requirements check request. */
697
- export declare type ASCCheckRequirements = DataConnectorsCheckRequirements & {
782
+ export declare interface ASCCheckRequirements extends DataConnectorsCheckRequirements {
698
783
  /** Polymorphic discriminator, which specifies the different types this object can be */
699
784
  kind: "AzureSecurityCenter";
700
785
  /** The subscription id to connect to, and get the data from. */
701
786
  subscriptionId?: string;
702
- };
787
+ }
703
788
 
704
789
  /** Represents ASC (Azure Security Center) data connector. */
705
- export declare type ASCDataConnector = DataConnector & {
790
+ export declare interface ASCDataConnector extends DataConnector {
706
791
  /** The available data types for the connector. */
707
792
  dataTypes?: AlertsDataTypeOfDataConnector;
708
793
  /** The subscription id to connect to, and get the data from. */
709
794
  subscriptionId?: string;
710
- };
795
+ }
711
796
 
712
797
  /** ASC (Azure Security Center) data connector properties. */
713
- export declare type ASCDataConnectorProperties = DataConnectorWithAlertsProperties & {
798
+ export declare interface ASCDataConnectorProperties extends DataConnectorWithAlertsProperties {
714
799
  /** The subscription id to connect to, and get the data from. */
715
800
  subscriptionId?: string;
716
- };
801
+ }
717
802
 
718
803
  /**
719
804
  * Defines values for AttackTactic. \
720
805
  * {@link KnownAttackTactic} can be used interchangeably with AttackTactic,
721
806
  * this enum contains the known values that the service supports.
722
807
  * ### Known values supported by the service
808
+ * **Reconnaissance** \
809
+ * **ResourceDevelopment** \
723
810
  * **InitialAccess** \
724
811
  * **Execution** \
725
812
  * **Persistence** \
@@ -732,104 +819,113 @@ export declare type ASCDataConnectorProperties = DataConnectorWithAlertsProperti
732
819
  * **Exfiltration** \
733
820
  * **CommandAndControl** \
734
821
  * **Impact** \
735
- * **PreAttack**
822
+ * **PreAttack** \
823
+ * **ImpairProcessControl** \
824
+ * **InhibitResponseFunction**
736
825
  */
737
826
  export declare type AttackTactic = string;
738
827
 
739
- /** Represents an automation rule. */
740
- export declare type AutomationRule = ResourceWithEtag & {
741
- /** The display name of the automation rule */
742
- displayName?: string;
743
- /** The order of execution of the automation rule */
744
- order?: number;
745
- /** The triggering logic of the automation rule */
746
- triggeringLogic?: AutomationRuleTriggeringLogic;
747
- /** The actions to execute when the automation rule is triggered */
748
- actions?: AutomationRuleActionUnion[];
828
+ export declare interface AutomationRule extends ResourceWithEtag {
829
+ /** The display name of the automation rule. */
830
+ displayName: string;
831
+ /** The order of execution of the automation rule. */
832
+ order: number;
833
+ /** Describes automation rule triggering logic. */
834
+ triggeringLogic: AutomationRuleTriggeringLogic;
835
+ /** The actions to execute when the automation rule is triggered. */
836
+ actions: AutomationRuleActionUnion[];
749
837
  /**
750
- * The time the automation rule was created
838
+ * The last time the automation rule was updated.
751
839
  * NOTE: This property will not be serialized. It can only be populated by the server.
752
840
  */
753
- readonly createdTimeUtc?: Date;
841
+ readonly lastModifiedTimeUtc?: Date;
754
842
  /**
755
- * The last time the automation rule was updated
843
+ * The time the automation rule was created.
756
844
  * NOTE: This property will not be serialized. It can only be populated by the server.
757
845
  */
758
- readonly lastModifiedTimeUtc?: Date;
846
+ readonly createdTimeUtc?: Date;
759
847
  /**
760
- * Describes the client that created the automation rule
848
+ * Information on the client (user or application) that made some action
761
849
  * NOTE: This property will not be serialized. It can only be populated by the server.
762
850
  */
763
- readonly createdBy?: ClientInfo;
851
+ readonly lastModifiedBy?: ClientInfo;
764
852
  /**
765
- * Describes the client that last updated the automation rule
853
+ * Information on the client (user or application) that made some action
766
854
  * NOTE: This property will not be serialized. It can only be populated by the server.
767
855
  */
768
- readonly lastModifiedBy?: ClientInfo;
769
- };
856
+ readonly createdBy?: ClientInfo;
857
+ }
770
858
 
771
- /** Describes an automation rule action */
859
+ /** Describes an automation rule action. */
772
860
  export declare interface AutomationRuleAction {
773
861
  /** Polymorphic discriminator, which specifies the different types this object can be */
774
- actionType: "RunPlaybook" | "ModifyProperties";
775
- /** The order of execution of the automation rule action */
862
+ actionType: "ModifyProperties" | "RunPlaybook";
776
863
  order: number;
777
864
  }
778
865
 
866
+ export declare type AutomationRuleActionUnion = AutomationRuleAction | AutomationRuleModifyPropertiesAction | AutomationRuleRunPlaybookAction;
867
+
868
+ /** Describes an automation rule condition. */
869
+ export declare interface AutomationRuleCondition {
870
+ /** Polymorphic discriminator, which specifies the different types this object can be */
871
+ conditionType: "PropertyArrayChanged" | "PropertyChanged" | "Property";
872
+ }
873
+
874
+ export declare type AutomationRuleConditionUnion = AutomationRuleCondition | PropertyArrayChangedConditionProperties | PropertyChangedConditionProperties | PropertyConditionProperties;
875
+
876
+ /** Describes an automation rule action to modify an object's properties */
877
+ export declare interface AutomationRuleModifyPropertiesAction extends AutomationRuleAction {
878
+ /** Polymorphic discriminator, which specifies the different types this object can be */
879
+ actionType: "ModifyProperties";
880
+ actionConfiguration?: IncidentPropertiesAction;
881
+ }
882
+
779
883
  /**
780
- * Defines values for AutomationRuleActionType. \
781
- * {@link KnownAutomationRuleActionType} can be used interchangeably with AutomationRuleActionType,
884
+ * Defines values for AutomationRulePropertyArrayChangedConditionSupportedArrayType. \
885
+ * {@link KnownAutomationRulePropertyArrayChangedConditionSupportedArrayType} can be used interchangeably with AutomationRulePropertyArrayChangedConditionSupportedArrayType,
782
886
  * this enum contains the known values that the service supports.
783
887
  * ### Known values supported by the service
784
- * **ModifyProperties**: Modify an object's properties \
785
- * **RunPlaybook**: Run a playbook on an object
888
+ * **Alerts**: Evaluate the condition on the alerts \
889
+ * **Labels**: Evaluate the condition on the labels \
890
+ * **Tactics**: Evaluate the condition on the tactics \
891
+ * **Comments**: Evaluate the condition on the comments
786
892
  */
787
- export declare type AutomationRuleActionType = string;
893
+ export declare type AutomationRulePropertyArrayChangedConditionSupportedArrayType = string;
788
894
 
789
- export declare type AutomationRuleActionUnion = AutomationRuleAction | AutomationRuleRunPlaybookAction | AutomationRuleModifyPropertiesAction;
895
+ /**
896
+ * Defines values for AutomationRulePropertyArrayChangedConditionSupportedChangeType. \
897
+ * {@link KnownAutomationRulePropertyArrayChangedConditionSupportedChangeType} can be used interchangeably with AutomationRulePropertyArrayChangedConditionSupportedChangeType,
898
+ * this enum contains the known values that the service supports.
899
+ * ### Known values supported by the service
900
+ * **Added**: Evaluate the condition on items added to the array
901
+ */
902
+ export declare type AutomationRulePropertyArrayChangedConditionSupportedChangeType = string;
790
903
 
791
- /** Describes an automation rule condition */
792
- export declare interface AutomationRuleCondition {
793
- /** Polymorphic discriminator, which specifies the different types this object can be */
794
- conditionType: "Property";
904
+ export declare interface AutomationRulePropertyArrayChangedValuesCondition {
905
+ arrayType?: AutomationRulePropertyArrayChangedConditionSupportedArrayType;
906
+ changeType?: AutomationRulePropertyArrayChangedConditionSupportedChangeType;
795
907
  }
796
908
 
797
909
  /**
798
- * Defines values for AutomationRuleConditionType. \
799
- * {@link KnownAutomationRuleConditionType} can be used interchangeably with AutomationRuleConditionType,
910
+ * Defines values for AutomationRulePropertyChangedConditionSupportedChangedType. \
911
+ * {@link KnownAutomationRulePropertyChangedConditionSupportedChangedType} can be used interchangeably with AutomationRulePropertyChangedConditionSupportedChangedType,
800
912
  * this enum contains the known values that the service supports.
801
913
  * ### Known values supported by the service
802
- * **Property**: Evaluate an object property value
914
+ * **ChangedFrom**: Evaluate the condition on the previous value of the property \
915
+ * **ChangedTo**: Evaluate the condition on the updated value of the property
803
916
  */
804
- export declare type AutomationRuleConditionType = string;
805
-
806
- export declare type AutomationRuleConditionUnion = AutomationRuleCondition | AutomationRulePropertyValuesCondition;
807
-
808
- /** Describes an automation rule action to modify an object's properties */
809
- export declare type AutomationRuleModifyPropertiesAction = AutomationRuleAction & {
810
- /** Polymorphic discriminator, which specifies the different types this object can be */
811
- actionType: "ModifyProperties";
812
- /** The configuration of the modify properties automation rule action */
813
- actionConfiguration: AutomationRuleModifyPropertiesActionConfiguration;
814
- };
917
+ export declare type AutomationRulePropertyChangedConditionSupportedChangedType = string;
815
918
 
816
- /** The configuration of the modify properties automation rule action */
817
- export declare interface AutomationRuleModifyPropertiesActionConfiguration {
818
- /** The reason the incident was closed */
819
- classification?: IncidentClassification;
820
- /** Describes the reason the incident was closed */
821
- classificationComment?: string;
822
- /** The classification reason the incident was closed with */
823
- classificationReason?: IncidentClassificationReason;
824
- /** List of labels to add to the incident */
825
- labels?: IncidentLabel[];
826
- /** Describes a user that the incident is assigned to */
827
- owner?: IncidentOwnerInfo;
828
- /** The severity of the incident */
829
- severity?: IncidentSeverity;
830
- /** The status of the incident */
831
- status?: IncidentStatus;
832
- }
919
+ /**
920
+ * Defines values for AutomationRulePropertyChangedConditionSupportedPropertyType. \
921
+ * {@link KnownAutomationRulePropertyChangedConditionSupportedPropertyType} can be used interchangeably with AutomationRulePropertyChangedConditionSupportedPropertyType,
922
+ * this enum contains the known values that the service supports.
923
+ * ### Known values supported by the service
924
+ * **IncidentSeverity**: Evaluate the condition on the incident severity \
925
+ * **IncidentStatus**: Evaluate the condition on the incident status \
926
+ * **IncidentOwner**: Evaluate the condition on the incident owner
927
+ */
928
+ export declare type AutomationRulePropertyChangedConditionSupportedPropertyType = string;
833
929
 
834
930
  /**
835
931
  * Defines values for AutomationRulePropertyConditionSupportedOperator. \
@@ -856,17 +952,20 @@ export declare type AutomationRulePropertyConditionSupportedOperator = string;
856
952
  * **IncidentDescription**: The description of the incident \
857
953
  * **IncidentSeverity**: The severity of the incident \
858
954
  * **IncidentStatus**: The status of the incident \
859
- * **IncidentTactics**: The tactics of the incident \
860
955
  * **IncidentRelatedAnalyticRuleIds**: The related Analytic rule ids of the incident \
956
+ * **IncidentTactics**: The tactics of the incident \
957
+ * **IncidentLabel**: The labels of the incident \
861
958
  * **IncidentProviderName**: The provider name of the incident \
862
959
  * **AccountAadTenantId**: The account Azure Active Directory tenant id \
863
- * **AccountAadUserId**: The account Azure Active Directory user id. \
960
+ * **AccountAadUserId**: The account Azure Active Directory user id \
864
961
  * **AccountName**: The account name \
865
962
  * **AccountNTDomain**: The account NetBIOS domain name \
866
963
  * **AccountPUID**: The account Azure Active Directory Passport User ID \
867
964
  * **AccountSid**: The account security identifier \
868
965
  * **AccountObjectGuid**: The account unique identifier \
869
966
  * **AccountUPNSuffix**: The account user principal name suffix \
967
+ * **AlertProductNames**: The name of the product of the alert \
968
+ * **AlertAnalyticRuleIds**: The analytic rule ids of the alert \
870
969
  * **AzureResourceResourceId**: The Azure resource id \
871
970
  * **AzureResourceSubscriptionId**: The Azure resource subscription id \
872
971
  * **CloudApplicationAppId**: The cloud application identifier \
@@ -880,7 +979,7 @@ export declare type AutomationRulePropertyConditionSupportedOperator = string;
880
979
  * **HostNetBiosName**: The host NetBIOS name \
881
980
  * **HostNTDomain**: The host NT domain \
882
981
  * **HostOSVersion**: The host operating system \
883
- * **IoTDeviceId**: The IoT device id \
982
+ * **IoTDeviceId**: "The IoT device id \
884
983
  * **IoTDeviceName**: The IoT device name \
885
984
  * **IoTDeviceType**: The IoT device type \
886
985
  * **IoTDeviceVendor**: The IoT device vendor \
@@ -907,38 +1006,25 @@ export declare type AutomationRulePropertyConditionSupportedOperator = string;
907
1006
  */
908
1007
  export declare type AutomationRulePropertyConditionSupportedProperty = string;
909
1008
 
910
- /** Describes an automation rule condition that evaluates a property's value */
911
- export declare type AutomationRulePropertyValuesCondition = AutomationRuleCondition & {
912
- /** Polymorphic discriminator, which specifies the different types this object can be */
913
- conditionType: "Property";
914
- /** The configuration of the automation rule condition */
915
- conditionProperties: AutomationRulePropertyValuesConditionProperties;
916
- };
1009
+ export declare interface AutomationRulePropertyValuesChangedCondition {
1010
+ propertyName?: AutomationRulePropertyChangedConditionSupportedPropertyType;
1011
+ changeType?: AutomationRulePropertyChangedConditionSupportedChangedType;
1012
+ operator?: AutomationRulePropertyConditionSupportedOperator;
1013
+ propertyValues?: string[];
1014
+ }
917
1015
 
918
- /** The configuration of the automation rule condition */
919
- export declare interface AutomationRulePropertyValuesConditionProperties {
920
- /** The property to evaluate */
1016
+ export declare interface AutomationRulePropertyValuesCondition {
1017
+ /** The property to evaluate in an automation rule property condition. */
921
1018
  propertyName?: AutomationRulePropertyConditionSupportedProperty;
922
- /** The operator to use for evaluation the condition */
923
1019
  operator?: AutomationRulePropertyConditionSupportedOperator;
924
- /** The values to use for evaluating the condition */
925
1020
  propertyValues?: string[];
926
1021
  }
927
1022
 
928
1023
  /** Describes an automation rule action to run a playbook */
929
- export declare type AutomationRuleRunPlaybookAction = AutomationRuleAction & {
1024
+ export declare interface AutomationRuleRunPlaybookAction extends AutomationRuleAction {
930
1025
  /** Polymorphic discriminator, which specifies the different types this object can be */
931
1026
  actionType: "RunPlaybook";
932
- /** The configuration of the run playbook automation rule action */
933
- actionConfiguration: AutomationRuleRunPlaybookActionConfiguration;
934
- };
935
-
936
- /** The configuration of the run playbook automation rule action */
937
- export declare interface AutomationRuleRunPlaybookActionConfiguration {
938
- /** The resource id of the playbook resource */
939
- logicAppResourceId?: string;
940
- /** The tenant id of the playbook resource */
941
- tenantId?: string;
1027
+ actionConfiguration?: PlaybookActionProperties;
942
1028
  }
943
1029
 
944
1030
  /** Interface representing a AutomationRules. */
@@ -963,10 +1049,9 @@ export declare interface AutomationRules {
963
1049
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
964
1050
  * @param workspaceName The name of the workspace.
965
1051
  * @param automationRuleId Automation rule ID
966
- * @param automationRule The automation rule
967
1052
  * @param options The options parameters.
968
1053
  */
969
- createOrUpdate(resourceGroupName: string, workspaceName: string, automationRuleId: string, automationRule: AutomationRule, options?: AutomationRulesCreateOrUpdateOptionalParams): Promise<AutomationRulesCreateOrUpdateResponse>;
1054
+ createOrUpdate(resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesCreateOrUpdateOptionalParams): Promise<AutomationRulesCreateOrUpdateResponse>;
970
1055
  /**
971
1056
  * Delete the automation rule.
972
1057
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -974,11 +1059,13 @@ export declare interface AutomationRules {
974
1059
  * @param automationRuleId Automation rule ID
975
1060
  * @param options The options parameters.
976
1061
  */
977
- delete(resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesDeleteOptionalParams): Promise<void>;
1062
+ delete(resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesDeleteOptionalParams): Promise<AutomationRulesDeleteResponse>;
978
1063
  }
979
1064
 
980
1065
  /** Optional parameters. */
981
1066
  export declare interface AutomationRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1067
+ /** The automation rule */
1068
+ automationRuleToUpsert?: AutomationRule;
982
1069
  }
983
1070
 
984
1071
  /** Contains response data for the createOrUpdate operation. */
@@ -988,6 +1075,9 @@ export declare type AutomationRulesCreateOrUpdateResponse = AutomationRule;
988
1075
  export declare interface AutomationRulesDeleteOptionalParams extends coreClient.OperationOptions {
989
1076
  }
990
1077
 
1078
+ /** Contains response data for the delete operation. */
1079
+ export declare type AutomationRulesDeleteResponse = Record<string, unknown>;
1080
+
991
1081
  /** Optional parameters. */
992
1082
  export declare interface AutomationRulesGetOptionalParams extends coreClient.OperationOptions {
993
1083
  }
@@ -995,15 +1085,9 @@ export declare interface AutomationRulesGetOptionalParams extends coreClient.Ope
995
1085
  /** Contains response data for the get operation. */
996
1086
  export declare type AutomationRulesGetResponse = AutomationRule;
997
1087
 
998
- /** List all the automation rules. */
999
1088
  export declare interface AutomationRulesList {
1000
- /**
1001
- * URL to fetch the next set of automation rules.
1002
- * NOTE: This property will not be serialized. It can only be populated by the server.
1003
- */
1004
- readonly nextLink?: string;
1005
- /** Array of automation rules. */
1006
- value: AutomationRule[];
1089
+ value?: AutomationRule[];
1090
+ nextLink?: string;
1007
1091
  }
1008
1092
 
1009
1093
  /** Optional parameters. */
@@ -1020,41 +1104,39 @@ export declare interface AutomationRulesListOptionalParams extends coreClient.Op
1020
1104
  /** Contains response data for the list operation. */
1021
1105
  export declare type AutomationRulesListResponse = AutomationRulesList;
1022
1106
 
1023
- /** Describes automation rule triggering logic */
1107
+ /** Describes automation rule triggering logic. */
1024
1108
  export declare interface AutomationRuleTriggeringLogic {
1025
1109
  /** Determines whether the automation rule is enabled or disabled. */
1026
1110
  isEnabled: boolean;
1027
1111
  /** Determines when the automation rule should automatically expire and be disabled. */
1028
1112
  expirationTimeUtc?: Date;
1029
- /** The type of object the automation rule triggers on */
1030
1113
  triggersOn: TriggersOn;
1031
- /** The type of event the automation rule triggers on */
1032
1114
  triggersWhen: TriggersWhen;
1033
- /** The conditions to evaluate to determine if the automation rule should be triggered on a given object */
1115
+ /** The conditions to evaluate to determine if the automation rule should be triggered on a given object. */
1034
1116
  conditions?: AutomationRuleConditionUnion[];
1035
1117
  }
1036
1118
 
1037
1119
  /** Connector Availability Status */
1038
1120
  export declare interface Availability {
1039
1121
  /** The connector Availability Status */
1040
- status?: "1";
1122
+ status?: 1;
1041
1123
  /** Set connector as preview */
1042
1124
  isPreview?: boolean;
1043
1125
  }
1044
1126
 
1045
1127
  /** Amazon Web Services CloudTrail requirements check request. */
1046
- export declare type AwsCloudTrailCheckRequirements = DataConnectorsCheckRequirements & {
1128
+ export declare interface AwsCloudTrailCheckRequirements extends DataConnectorsCheckRequirements {
1047
1129
  /** Polymorphic discriminator, which specifies the different types this object can be */
1048
1130
  kind: "AmazonWebServicesCloudTrail";
1049
- };
1131
+ }
1050
1132
 
1051
1133
  /** Represents Amazon Web Services CloudTrail data connector. */
1052
- export declare type AwsCloudTrailDataConnector = DataConnector & {
1134
+ export declare interface AwsCloudTrailDataConnector extends DataConnector {
1053
1135
  /** The Aws Role Arn (with CloudTrailReadOnly policy) that is used to access the Aws account. */
1054
1136
  awsRoleArn?: string;
1055
1137
  /** The available data types for the connector. */
1056
1138
  dataTypes?: AwsCloudTrailDataConnectorDataTypes;
1057
- };
1139
+ }
1058
1140
 
1059
1141
  /** The available data types for Amazon Web Services CloudTrail data connector. */
1060
1142
  export declare interface AwsCloudTrailDataConnectorDataTypes {
@@ -1063,16 +1145,17 @@ export declare interface AwsCloudTrailDataConnectorDataTypes {
1063
1145
  }
1064
1146
 
1065
1147
  /** Logs data type. */
1066
- export declare type AwsCloudTrailDataConnectorDataTypesLogs = DataConnectorDataTypeCommon & {};
1148
+ export declare interface AwsCloudTrailDataConnectorDataTypesLogs extends DataConnectorDataTypeCommon {
1149
+ }
1067
1150
 
1068
1151
  /** Amazon Web Services S3 requirements check request. */
1069
- export declare type AwsS3CheckRequirements = DataConnectorsCheckRequirements & {
1152
+ export declare interface AwsS3CheckRequirements extends DataConnectorsCheckRequirements {
1070
1153
  /** Polymorphic discriminator, which specifies the different types this object can be */
1071
1154
  kind: "AmazonWebServicesS3";
1072
- };
1155
+ }
1073
1156
 
1074
1157
  /** Represents Amazon Web Services S3 data connector. */
1075
- export declare type AwsS3DataConnector = DataConnector & {
1158
+ export declare interface AwsS3DataConnector extends DataConnector {
1076
1159
  /** The logs destination table name in LogAnalytics. */
1077
1160
  destinationTable?: string;
1078
1161
  /** The AWS sqs urls for the connector. */
@@ -1081,7 +1164,7 @@ export declare type AwsS3DataConnector = DataConnector & {
1081
1164
  roleArn?: string;
1082
1165
  /** The available data types for the connector. */
1083
1166
  dataTypes?: AwsS3DataConnectorDataTypes;
1084
- };
1167
+ }
1085
1168
 
1086
1169
  /** The available data types for Amazon Web Services S3 data connector. */
1087
1170
  export declare interface AwsS3DataConnectorDataTypes {
@@ -1090,10 +1173,19 @@ export declare interface AwsS3DataConnectorDataTypes {
1090
1173
  }
1091
1174
 
1092
1175
  /** Logs data type. */
1093
- export declare type AwsS3DataConnectorDataTypesLogs = DataConnectorDataTypeCommon & {};
1176
+ export declare interface AwsS3DataConnectorDataTypesLogs extends DataConnectorDataTypeCommon {
1177
+ }
1178
+
1179
+ /** Resources created in Azure DevOps repository. */
1180
+ export declare interface AzureDevOpsResourceInfo {
1181
+ /** Id of the pipeline created for the source-control. */
1182
+ pipelineId?: string;
1183
+ /** Id of the service-connection created for the source-control. */
1184
+ serviceConnectionId?: string;
1185
+ }
1094
1186
 
1095
1187
  /** Represents an azure resource entity. */
1096
- export declare type AzureResourceEntity = Entity & {
1188
+ export declare interface AzureResourceEntity extends Entity {
1097
1189
  /**
1098
1190
  * A bag of custom fields that should be part of the entity and will be presented to the user.
1099
1191
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1116,10 +1208,10 @@ export declare type AzureResourceEntity = Entity & {
1116
1208
  * NOTE: This property will not be serialized. It can only be populated by the server.
1117
1209
  */
1118
1210
  readonly subscriptionId?: string;
1119
- };
1211
+ }
1120
1212
 
1121
1213
  /** AzureResource entity property bag. */
1122
- export declare type AzureResourceEntityProperties = EntityCommonProperties & {
1214
+ export declare interface AzureResourceEntityProperties extends EntityCommonProperties {
1123
1215
  /**
1124
1216
  * The azure resource id of the resource
1125
1217
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1130,10 +1222,10 @@ export declare type AzureResourceEntityProperties = EntityCommonProperties & {
1130
1222
  * NOTE: This property will not be serialized. It can only be populated by the server.
1131
1223
  */
1132
1224
  readonly subscriptionId?: string;
1133
- };
1225
+ }
1134
1226
 
1135
1227
  /** Represents a bookmark in Azure Security Insights. */
1136
- export declare type Bookmark = ResourceWithEtag & {
1228
+ export declare interface Bookmark extends ResourceWithEtag {
1137
1229
  /** The time the bookmark was created */
1138
1230
  created?: Date;
1139
1231
  /** Describes a user that created the bookmark */
@@ -1160,7 +1252,21 @@ export declare type Bookmark = ResourceWithEtag & {
1160
1252
  queryEndTime?: Date;
1161
1253
  /** Describes an incident that relates to bookmark */
1162
1254
  incidentInfo?: IncidentInfo;
1163
- };
1255
+ /** Describes the entity mappings of the bookmark */
1256
+ entityMappings?: BookmarkEntityMappings[];
1257
+ /** A list of relevant mitre attacks */
1258
+ tactics?: AttackTactic[];
1259
+ /** A list of relevant mitre techniques */
1260
+ techniques?: string[];
1261
+ }
1262
+
1263
+ /** Describes the entity mappings of a single entity */
1264
+ export declare interface BookmarkEntityMappings {
1265
+ /** The entity type */
1266
+ entityType?: string;
1267
+ /** Array of fields mapping for that entity type */
1268
+ fieldMappings?: EntityFieldMapping[];
1269
+ }
1164
1270
 
1165
1271
  /** Contains response data for the expand operation. */
1166
1272
  export declare type BookmarkExpandOperationResponse = BookmarkExpandResponse;
@@ -1198,7 +1304,7 @@ export declare interface BookmarkExpandResponseValue {
1198
1304
  /** List all the bookmarks. */
1199
1305
  export declare interface BookmarkList {
1200
1306
  /**
1201
- * URL to fetch the next set of cases.
1307
+ * URL to fetch the next set of bookmarks.
1202
1308
  * NOTE: This property will not be serialized. It can only be populated by the server.
1203
1309
  */
1204
1310
  readonly nextLink?: string;
@@ -1376,7 +1482,7 @@ export declare interface BookmarksListOptionalParams extends coreClient.Operatio
1376
1482
  export declare type BookmarksListResponse = BookmarkList;
1377
1483
 
1378
1484
  /** Represents bookmark timeline item. */
1379
- export declare type BookmarkTimelineItem = EntityTimelineItem & {
1485
+ export declare interface BookmarkTimelineItem extends EntityTimelineItem {
1380
1486
  /** Polymorphic discriminator, which specifies the different types this object can be */
1381
1487
  kind: "Bookmark";
1382
1488
  /** The bookmark azure resource id. */
@@ -1395,7 +1501,7 @@ export declare type BookmarkTimelineItem = EntityTimelineItem & {
1395
1501
  createdBy?: UserInfo;
1396
1502
  /** List of labels relevant to this bookmark */
1397
1503
  labels?: string[];
1398
- };
1504
+ }
1399
1505
 
1400
1506
  /** Information on the client (user or application) that made some action */
1401
1507
  export declare interface ClientInfo {
@@ -1410,7 +1516,7 @@ export declare interface ClientInfo {
1410
1516
  }
1411
1517
 
1412
1518
  /** Represents a cloud application entity. */
1413
- export declare type CloudApplicationEntity = Entity & {
1519
+ export declare interface CloudApplicationEntity extends Entity {
1414
1520
  /**
1415
1521
  * A bag of custom fields that should be part of the entity and will be presented to the user.
1416
1522
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1438,10 +1544,10 @@ export declare type CloudApplicationEntity = Entity & {
1438
1544
  * NOTE: This property will not be serialized. It can only be populated by the server.
1439
1545
  */
1440
1546
  readonly instanceName?: string;
1441
- };
1547
+ }
1442
1548
 
1443
1549
  /** CloudApplication entity property bag. */
1444
- export declare type CloudApplicationEntityProperties = EntityCommonProperties & {
1550
+ export declare interface CloudApplicationEntityProperties extends EntityCommonProperties {
1445
1551
  /**
1446
1552
  * The technical identifier of the application.
1447
1553
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1457,7 +1563,7 @@ export declare type CloudApplicationEntityProperties = EntityCommonProperties &
1457
1563
  * NOTE: This property will not be serialized. It can only be populated by the server.
1458
1564
  */
1459
1565
  readonly instanceName?: string;
1460
- };
1566
+ }
1461
1567
 
1462
1568
  /** Error response structure. */
1463
1569
  export declare interface CloudError {
@@ -1480,12 +1586,12 @@ export declare interface CloudErrorBody {
1480
1586
  }
1481
1587
 
1482
1588
  /** Represents Codeless API Polling data connector. */
1483
- export declare type CodelessApiPollingDataConnector = DataConnector & {
1589
+ export declare interface CodelessApiPollingDataConnector extends DataConnector {
1484
1590
  /** Config to describe the instructions blade */
1485
1591
  connectorUiConfig?: CodelessUiConnectorConfigProperties;
1486
1592
  /** Config to describe the polling instructions */
1487
1593
  pollingConfig?: CodelessConnectorPollingConfigProperties;
1488
- };
1594
+ }
1489
1595
 
1490
1596
  /** Describe the authentication properties needed to successfully authenticate with the server */
1491
1597
  export declare interface CodelessConnectorPollingAuthProperties {
@@ -1621,21 +1727,37 @@ export declare interface CodelessUiConnectorConfigProperties {
1621
1727
  instructionSteps: CodelessUiConnectorConfigPropertiesInstructionStepsItem[];
1622
1728
  }
1623
1729
 
1624
- export declare type CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem = ConnectivityCriteria & {};
1730
+ export declare interface CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem extends ConnectivityCriteria {
1731
+ }
1625
1732
 
1626
- export declare type CodelessUiConnectorConfigPropertiesDataTypesItem = LastDataReceivedDataType & {};
1733
+ export declare interface CodelessUiConnectorConfigPropertiesDataTypesItem extends LastDataReceivedDataType {
1734
+ }
1627
1735
 
1628
- export declare type CodelessUiConnectorConfigPropertiesGraphQueriesItem = GraphQueries & {};
1736
+ export declare interface CodelessUiConnectorConfigPropertiesGraphQueriesItem extends GraphQueries {
1737
+ }
1629
1738
 
1630
- export declare type CodelessUiConnectorConfigPropertiesInstructionStepsItem = InstructionSteps & {};
1739
+ export declare interface CodelessUiConnectorConfigPropertiesInstructionStepsItem extends InstructionSteps {
1740
+ }
1631
1741
 
1632
- export declare type CodelessUiConnectorConfigPropertiesSampleQueriesItem = SampleQueries & {};
1742
+ export declare interface CodelessUiConnectorConfigPropertiesSampleQueriesItem extends SampleQueries {
1743
+ }
1633
1744
 
1634
1745
  /** Represents Codeless UI data connector. */
1635
- export declare type CodelessUiDataConnector = DataConnector & {
1746
+ export declare interface CodelessUiDataConnector extends DataConnector {
1636
1747
  /** Config to describe the instructions blade */
1637
1748
  connectorUiConfig?: CodelessUiConnectorConfigProperties;
1638
- };
1749
+ }
1750
+
1751
+ /**
1752
+ * Defines values for ConditionType. \
1753
+ * {@link KnownConditionType} can be used interchangeably with ConditionType,
1754
+ * this enum contains the known values that the service supports.
1755
+ * ### Known values supported by the service
1756
+ * **Property**: Evaluate an object property value \
1757
+ * **PropertyChanged**: Evaluate an object property changed value \
1758
+ * **PropertyArrayChanged**: Evaluate an object array property changed value
1759
+ */
1760
+ export declare type ConditionType = string;
1639
1761
 
1640
1762
  /**
1641
1763
  * Defines values for ConfidenceLevel. \
@@ -1735,10 +1857,10 @@ export declare type ContentType = string;
1735
1857
  export declare type CreatedByType = string;
1736
1858
 
1737
1859
  /** Specific entity query that supports put requests. */
1738
- export declare type CustomEntityQuery = ResourceWithEtag & {
1860
+ export declare interface CustomEntityQuery extends ResourceWithEtag {
1739
1861
  /** the entity query kind */
1740
1862
  kind: CustomEntityQueryKind;
1741
- };
1863
+ }
1742
1864
 
1743
1865
  /**
1744
1866
  * Defines values for CustomEntityQueryKind. \
@@ -1752,7 +1874,8 @@ export declare type CustomEntityQueryKind = string;
1752
1874
  export declare type CustomEntityQueryUnion = CustomEntityQuery | ActivityCustomEntityQuery;
1753
1875
 
1754
1876
  /** Customs permissions required for the connector */
1755
- export declare type Customs = CustomsPermission & {};
1877
+ export declare interface Customs extends CustomsPermission {
1878
+ }
1756
1879
 
1757
1880
  /** Customs permissions required for the connector */
1758
1881
  export declare interface CustomsPermission {
@@ -1763,10 +1886,10 @@ export declare interface CustomsPermission {
1763
1886
  }
1764
1887
 
1765
1888
  /** Data connector */
1766
- export declare type DataConnector = ResourceWithEtag & {
1889
+ export declare interface DataConnector extends ResourceWithEtag {
1767
1890
  /** The data connector kind */
1768
1891
  kind: DataConnectorKind;
1769
- };
1892
+ }
1770
1893
 
1771
1894
  /**
1772
1895
  * Defines values for DataConnectorAuthorizationState. \
@@ -1784,6 +1907,12 @@ export declare interface DataConnectorConnectBody {
1784
1907
  kind?: ConnectAuthKind;
1785
1908
  /** The API key of the audit server. */
1786
1909
  apiKey?: string;
1910
+ /** Used in v2 logs connector. Represents the data collection ingestion endpoint in log analytics. */
1911
+ dataCollectionEndpoint?: string;
1912
+ /** Used in v2 logs connector. The data collection rule immutable id, the rule defines the transformation and data destination. */
1913
+ dataCollectionRuleImmutableId?: string;
1914
+ /** Used in v2 logs connector. The stream we are sending the data to, this is the name of the streamDeclarations defined in the DCR. */
1915
+ outputStream?: string;
1787
1916
  /** The client secret of the OAuth 2.0 application. */
1788
1917
  clientSecret?: string;
1789
1918
  /** The client id of the OAuth 2.0 application. */
@@ -1816,6 +1945,8 @@ export declare interface DataConnectorDataTypeCommon {
1816
1945
  * **Office365** \
1817
1946
  * **OfficeATP** \
1818
1947
  * **OfficeIRM** \
1948
+ * **Office365Project** \
1949
+ * **OfficePowerBI** \
1819
1950
  * **AmazonWebServicesCloudTrail** \
1820
1951
  * **AmazonWebServicesS3** \
1821
1952
  * **AzureAdvancedThreatProtection** \
@@ -1824,7 +1955,8 @@ export declare interface DataConnectorDataTypeCommon {
1824
1955
  * **MicrosoftThreatProtection** \
1825
1956
  * **MicrosoftThreatIntelligence** \
1826
1957
  * **GenericUI** \
1827
- * **APIPolling**
1958
+ * **APIPolling** \
1959
+ * **IOT**
1828
1960
  */
1829
1961
  export declare type DataConnectorKind = string;
1830
1962
 
@@ -1914,7 +2046,7 @@ export declare interface DataConnectors {
1914
2046
  /** Data connector requirements properties. */
1915
2047
  export declare interface DataConnectorsCheckRequirements {
1916
2048
  /** Polymorphic discriminator, which specifies the different types this object can be */
1917
- kind: "AzureActiveDirectory" | "AzureAdvancedThreatProtection" | "AzureSecurityCenter" | "AmazonWebServicesCloudTrail" | "AmazonWebServicesS3" | "Dynamics365" | "MicrosoftCloudAppSecurity" | "MicrosoftDefenderAdvancedThreatProtection" | "MicrosoftThreatIntelligence" | "MicrosoftThreatProtection" | "OfficeATP" | "OfficeIRM" | "ThreatIntelligence" | "ThreatIntelligenceTaxii";
2049
+ kind: "AzureActiveDirectory" | "AzureAdvancedThreatProtection" | "AzureSecurityCenter" | "AmazonWebServicesCloudTrail" | "AmazonWebServicesS3" | "Dynamics365" | "MicrosoftCloudAppSecurity" | "MicrosoftDefenderAdvancedThreatProtection" | "MicrosoftThreatIntelligence" | "MicrosoftThreatProtection" | "OfficeATP" | "OfficeIRM" | "Office365Project" | "OfficePowerBI" | "ThreatIntelligence" | "ThreatIntelligenceTaxii" | "IOT";
1918
2050
  }
1919
2051
 
1920
2052
  /** Interface representing a DataConnectorsCheckRequirementsOperations. */
@@ -1936,7 +2068,7 @@ export declare interface DataConnectorsCheckRequirementsPostOptionalParams exten
1936
2068
  /** Contains response data for the post operation. */
1937
2069
  export declare type DataConnectorsCheckRequirementsPostResponse = DataConnectorRequirementsState;
1938
2070
 
1939
- export declare type DataConnectorsCheckRequirementsUnion = DataConnectorsCheckRequirements | AADCheckRequirements | AatpCheckRequirements | ASCCheckRequirements | AwsCloudTrailCheckRequirements | AwsS3CheckRequirements | Dynamics365CheckRequirements | McasCheckRequirements | MdatpCheckRequirements | MstiCheckRequirements | MtpCheckRequirements | OfficeATPCheckRequirements | OfficeIRMCheckRequirements | TICheckRequirements | TiTaxiiCheckRequirements;
2071
+ export declare type DataConnectorsCheckRequirementsUnion = DataConnectorsCheckRequirements | AADCheckRequirements | AatpCheckRequirements | ASCCheckRequirements | AwsCloudTrailCheckRequirements | AwsS3CheckRequirements | Dynamics365CheckRequirements | McasCheckRequirements | MdatpCheckRequirements | MstiCheckRequirements | MtpCheckRequirements | OfficeATPCheckRequirements | OfficeIRMCheckRequirements | Office365ProjectCheckRequirements | OfficePowerBICheckRequirements | TICheckRequirements | TiTaxiiCheckRequirements | IoTCheckRequirements;
1940
2072
 
1941
2073
  /** Optional parameters. */
1942
2074
  export declare interface DataConnectorsConnectOptionalParams extends coreClient.OperationOptions {
@@ -1984,7 +2116,7 @@ export declare interface DataConnectorTenantId {
1984
2116
  tenantId: string;
1985
2117
  }
1986
2118
 
1987
- export declare type DataConnectorUnion = DataConnector | AADDataConnector | MstiDataConnector | MTPDataConnector | AatpDataConnector | ASCDataConnector | AwsCloudTrailDataConnector | AwsS3DataConnector | McasDataConnector | Dynamics365DataConnector | OfficeATPDataConnector | OfficeIRMDataConnector | MdatpDataConnector | OfficeDataConnector | TIDataConnector | TiTaxiiDataConnector | CodelessUiDataConnector | CodelessApiPollingDataConnector;
2119
+ export declare type DataConnectorUnion = DataConnector | AADDataConnector | MstiDataConnector | MTPDataConnector | AatpDataConnector | ASCDataConnector | AwsCloudTrailDataConnector | AwsS3DataConnector | McasDataConnector | Dynamics365DataConnector | OfficeATPDataConnector | Office365ProjectDataConnector | OfficePowerBIDataConnector | OfficeIRMDataConnector | MdatpDataConnector | OfficeDataConnector | TIDataConnector | TiTaxiiDataConnector | IoTDataConnector | CodelessUiDataConnector | CodelessApiPollingDataConnector;
1988
2120
 
1989
2121
  /** Data connector properties. */
1990
2122
  export declare interface DataConnectorWithAlertsProperties {
@@ -2014,8 +2146,78 @@ export declare type DeliveryAction = "Unknown" | "DeliveredAsSpam" | "Delivered"
2014
2146
  /** Defines values for DeliveryLocation. */
2015
2147
  export declare type DeliveryLocation = "Unknown" | "Inbox" | "JunkFolder" | "DeletedFolder" | "Quarantine" | "External" | "Failed" | "Dropped" | "Forwarded";
2016
2148
 
2149
+ /** Description about a deployment. */
2150
+ export declare interface Deployment {
2151
+ /** Deployment identifier. */
2152
+ deploymentId?: string;
2153
+ /** Current status of the deployment. */
2154
+ deploymentState?: DeploymentState;
2155
+ /** The outcome of the deployment. */
2156
+ deploymentResult?: DeploymentResult;
2157
+ /** The time when the deployment finished. */
2158
+ deploymentTime?: Date;
2159
+ /** Url to access repository action logs. */
2160
+ deploymentLogsUrl?: string;
2161
+ }
2162
+
2163
+ /**
2164
+ * Defines values for DeploymentFetchStatus. \
2165
+ * {@link KnownDeploymentFetchStatus} can be used interchangeably with DeploymentFetchStatus,
2166
+ * this enum contains the known values that the service supports.
2167
+ * ### Known values supported by the service
2168
+ * **Success** \
2169
+ * **Unauthorized** \
2170
+ * **NotFound**
2171
+ */
2172
+ export declare type DeploymentFetchStatus = string;
2173
+
2174
+ /** Information regarding a deployment. */
2175
+ export declare interface DeploymentInfo {
2176
+ /** Status while fetching the last deployment. */
2177
+ deploymentFetchStatus?: DeploymentFetchStatus;
2178
+ /** Deployment information. */
2179
+ deployment?: Deployment;
2180
+ /** Additional details about the deployment that can be shown to the user. */
2181
+ message?: string;
2182
+ }
2183
+
2184
+ /**
2185
+ * Defines values for DeploymentResult. \
2186
+ * {@link KnownDeploymentResult} can be used interchangeably with DeploymentResult,
2187
+ * this enum contains the known values that the service supports.
2188
+ * ### Known values supported by the service
2189
+ * **Success** \
2190
+ * **Canceled** \
2191
+ * **Failed**
2192
+ */
2193
+ export declare type DeploymentResult = string;
2194
+
2195
+ /**
2196
+ * Defines values for DeploymentState. \
2197
+ * {@link KnownDeploymentState} can be used interchangeably with DeploymentState,
2198
+ * this enum contains the known values that the service supports.
2199
+ * ### Known values supported by the service
2200
+ * **In_Progress** \
2201
+ * **Completed** \
2202
+ * **Queued** \
2203
+ * **Canceling**
2204
+ */
2205
+ export declare type DeploymentState = string;
2206
+
2207
+ /**
2208
+ * Defines values for DeviceImportance. \
2209
+ * {@link KnownDeviceImportance} can be used interchangeably with DeviceImportance,
2210
+ * this enum contains the known values that the service supports.
2211
+ * ### Known values supported by the service
2212
+ * **Unknown**: Unknown - Default value \
2213
+ * **Low**: Low \
2214
+ * **Normal**: Normal \
2215
+ * **High**: High
2216
+ */
2217
+ export declare type DeviceImportance = string;
2218
+
2017
2219
  /** Represents a dns entity. */
2018
- export declare type DnsEntity = Entity & {
2220
+ export declare interface DnsEntity extends Entity {
2019
2221
  /**
2020
2222
  * A bag of custom fields that should be part of the entity and will be presented to the user.
2021
2223
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2048,10 +2250,10 @@ export declare type DnsEntity = Entity & {
2048
2250
  * NOTE: This property will not be serialized. It can only be populated by the server.
2049
2251
  */
2050
2252
  readonly ipAddressEntityIds?: string[];
2051
- };
2253
+ }
2052
2254
 
2053
2255
  /** Dns entity property bag. */
2054
- export declare type DnsEntityProperties = EntityCommonProperties & {
2256
+ export declare interface DnsEntityProperties extends EntityCommonProperties {
2055
2257
  /**
2056
2258
  * An ip entity id for the dns server resolving the request
2057
2259
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2072,7 +2274,7 @@ export declare type DnsEntityProperties = EntityCommonProperties & {
2072
2274
  * NOTE: This property will not be serialized. It can only be populated by the server.
2073
2275
  */
2074
2276
  readonly ipAddressEntityIds?: string[];
2075
- };
2277
+ }
2076
2278
 
2077
2279
  /** Interface representing a DomainWhois. */
2078
2280
  export declare interface DomainWhois {
@@ -2093,23 +2295,24 @@ export declare interface DomainWhoisGetOptionalParams extends coreClient.Operati
2093
2295
  export declare type DomainWhoisGetResponse = EnrichmentDomainWhois;
2094
2296
 
2095
2297
  /** Represents Dynamics365 requirements check request. */
2096
- export declare type Dynamics365CheckRequirements = DataConnectorsCheckRequirements & {
2298
+ export declare interface Dynamics365CheckRequirements extends DataConnectorsCheckRequirements {
2097
2299
  /** Polymorphic discriminator, which specifies the different types this object can be */
2098
2300
  kind: "Dynamics365";
2099
2301
  /** The tenant id to connect to, and get the data from. */
2100
2302
  tenantId?: string;
2101
- };
2303
+ }
2102
2304
 
2103
2305
  /** Dynamics365 requirements check properties. */
2104
- export declare type Dynamics365CheckRequirementsProperties = DataConnectorTenantId & {};
2306
+ export declare interface Dynamics365CheckRequirementsProperties extends DataConnectorTenantId {
2307
+ }
2105
2308
 
2106
2309
  /** Represents Dynamics365 data connector. */
2107
- export declare type Dynamics365DataConnector = DataConnector & {
2310
+ export declare interface Dynamics365DataConnector extends DataConnector {
2108
2311
  /** The tenant id to connect to, and get the data from. */
2109
2312
  tenantId?: string;
2110
2313
  /** The available data types for the connector. */
2111
2314
  dataTypes?: Dynamics365DataConnectorDataTypes;
2112
- };
2315
+ }
2113
2316
 
2114
2317
  /** The available data types for Dynamics365 data connector. */
2115
2318
  export declare interface Dynamics365DataConnectorDataTypes {
@@ -2118,13 +2321,14 @@ export declare interface Dynamics365DataConnectorDataTypes {
2118
2321
  }
2119
2322
 
2120
2323
  /** Common Data Service data type connection. */
2121
- export declare type Dynamics365DataConnectorDataTypesDynamics365CdsActivities = DataConnectorDataTypeCommon & {};
2324
+ export declare interface Dynamics365DataConnectorDataTypesDynamics365CdsActivities extends DataConnectorDataTypeCommon {
2325
+ }
2122
2326
 
2123
2327
  /** Dynamics365 data connector properties. */
2124
- export declare type Dynamics365DataConnectorProperties = DataConnectorTenantId & {
2328
+ export declare interface Dynamics365DataConnectorProperties extends DataConnectorTenantId {
2125
2329
  /** The available data types for the connector. */
2126
2330
  dataTypes: Dynamics365DataConnectorDataTypes;
2127
- };
2331
+ }
2128
2332
 
2129
2333
  /** Defines values for ElevationToken. */
2130
2334
  export declare type ElevationToken = "Default" | "Full" | "Limited";
@@ -2398,19 +2602,16 @@ export declare interface EntitiesRelationsListOptionalParams extends coreClient.
2398
2602
  export declare type EntitiesRelationsListResponse = RelationList;
2399
2603
 
2400
2604
  /** Specific entity. */
2401
- export declare type Entity = Resource & {
2605
+ export declare interface Entity extends Resource {
2402
2606
  /** The kind of the entity. */
2403
2607
  kind: EntityKind;
2404
- };
2608
+ }
2405
2609
 
2406
2610
  /** Settings with single toggle. */
2407
- export declare type EntityAnalytics = Settings & {
2408
- /**
2409
- * Determines whether the setting is enable or disabled.
2410
- * NOTE: This property will not be serialized. It can only be populated by the server.
2411
- */
2412
- readonly isEnabled?: boolean;
2413
- };
2611
+ export declare interface EntityAnalytics extends Settings {
2612
+ /** The relevant entity providers that are synced */
2613
+ entityProviders?: EntityProviders[];
2614
+ }
2414
2615
 
2415
2616
  /** Entity common property bag. */
2416
2617
  export declare interface EntityCommonProperties {
@@ -2464,6 +2665,14 @@ export declare interface EntityExpandResponseValue {
2464
2665
  edges?: EntityEdges[];
2465
2666
  }
2466
2667
 
2668
+ /** Map identifiers of a single entity */
2669
+ export declare interface EntityFieldMapping {
2670
+ /** Alert V3 identifier */
2671
+ identifier?: string;
2672
+ /** The value of the identifier */
2673
+ value?: string;
2674
+ }
2675
+
2467
2676
  /** The parameters required to execute insights operation on the given entity. */
2468
2677
  export declare interface EntityGetInsightsParameters {
2469
2678
  /** The start timeline date, so the results returned are after this date. */
@@ -2538,7 +2747,8 @@ export declare type EntityItemQueryKind = string;
2538
2747
  * **MailCluster**: Entity represents mail cluster in the system. \
2539
2748
  * **MailMessage**: Entity represents mail message in the system. \
2540
2749
  * **Mailbox**: Entity represents mailbox in the system. \
2541
- * **SubmissionMail**: Entity represents submission mail in the system.
2750
+ * **SubmissionMail**: Entity represents submission mail in the system. \
2751
+ * **Nic**: Entity represents network interface in the system.
2542
2752
  */
2543
2753
  export declare type EntityKind = string;
2544
2754
 
@@ -2587,6 +2797,16 @@ export declare interface EntityMapping {
2587
2797
  */
2588
2798
  export declare type EntityMappingType = string;
2589
2799
 
2800
+ /**
2801
+ * Defines values for EntityProviders. \
2802
+ * {@link KnownEntityProviders} can be used interchangeably with EntityProviders,
2803
+ * this enum contains the known values that the service supports.
2804
+ * ### Known values supported by the service
2805
+ * **ActiveDirectory** \
2806
+ * **AzureActiveDirectory**
2807
+ */
2808
+ export declare type EntityProviders = string;
2809
+
2590
2810
  /** Interface representing a EntityQueries. */
2591
2811
  export declare interface EntityQueries {
2592
2812
  /**
@@ -2644,7 +2864,7 @@ export declare type EntityQueriesGetResponse = EntityQueryUnion;
2644
2864
  /** Optional parameters. */
2645
2865
  export declare interface EntityQueriesListNextOptionalParams extends coreClient.OperationOptions {
2646
2866
  /** The entity query kind we want to fetch */
2647
- kind?: Enum8;
2867
+ kind?: Enum13;
2648
2868
  }
2649
2869
 
2650
2870
  /** Contains response data for the listNext operation. */
@@ -2653,17 +2873,17 @@ export declare type EntityQueriesListNextResponse = EntityQueryList;
2653
2873
  /** Optional parameters. */
2654
2874
  export declare interface EntityQueriesListOptionalParams extends coreClient.OperationOptions {
2655
2875
  /** The entity query kind we want to fetch */
2656
- kind?: Enum8;
2876
+ kind?: Enum13;
2657
2877
  }
2658
2878
 
2659
2879
  /** Contains response data for the list operation. */
2660
2880
  export declare type EntityQueriesListResponse = EntityQueryList;
2661
2881
 
2662
2882
  /** Specific entity query. */
2663
- export declare type EntityQuery = ResourceWithEtag & {
2883
+ export declare interface EntityQuery extends ResourceWithEtag {
2664
2884
  /** the entity query kind */
2665
2885
  kind: EntityQueryKind;
2666
- };
2886
+ }
2667
2887
 
2668
2888
  /** An abstract Query item for entity */
2669
2889
  export declare interface EntityQueryItem {
@@ -2722,10 +2942,10 @@ export declare interface EntityQueryList {
2722
2942
  }
2723
2943
 
2724
2944
  /** Specific entity query template. */
2725
- export declare type EntityQueryTemplate = Resource & {
2945
+ export declare interface EntityQueryTemplate extends Resource {
2726
2946
  /** the entity query template kind */
2727
2947
  kind: EntityQueryTemplateKind;
2728
- };
2948
+ }
2729
2949
 
2730
2950
  /**
2731
2951
  * Defines values for EntityQueryTemplateKind. \
@@ -2814,10 +3034,10 @@ export declare type EntityRelationsGetRelationResponse = Relation;
2814
3034
  /** Entity timeline Item. */
2815
3035
  export declare interface EntityTimelineItem {
2816
3036
  /** Polymorphic discriminator, which specifies the different types this object can be */
2817
- kind: "Activity" | "Bookmark" | "SecurityAlert";
3037
+ kind: "Activity" | "Bookmark" | "Anomaly" | "SecurityAlert";
2818
3038
  }
2819
3039
 
2820
- export declare type EntityTimelineItemUnion = EntityTimelineItem | ActivityTimelineItem | BookmarkTimelineItem | SecurityAlertTimelineItem;
3040
+ export declare type EntityTimelineItemUnion = EntityTimelineItem | ActivityTimelineItem | BookmarkTimelineItem | AnomalyTimelineItem | SecurityAlertTimelineItem;
2821
3041
 
2822
3042
  /**
2823
3043
  * Defines values for EntityTimelineKind. \
@@ -2826,7 +3046,8 @@ export declare type EntityTimelineItemUnion = EntityTimelineItem | ActivityTimel
2826
3046
  * ### Known values supported by the service
2827
3047
  * **Activity**: activity \
2828
3048
  * **Bookmark**: bookmarks \
2829
- * **SecurityAlert**: security alerts
3049
+ * **SecurityAlert**: security alerts \
3050
+ * **Anomaly**: anomaly
2830
3051
  */
2831
3052
  export declare type EntityTimelineKind = string;
2832
3053
 
@@ -2875,70 +3096,22 @@ export declare interface EntityTimelineResponse {
2875
3096
  * **MailCluster**: Entity represents mail cluster in the system. \
2876
3097
  * **MailMessage**: Entity represents mail message in the system. \
2877
3098
  * **Mailbox**: Entity represents mailbox in the system. \
2878
- * **SubmissionMail**: Entity represents submission mail in the system.
3099
+ * **SubmissionMail**: Entity represents submission mail in the system. \
3100
+ * **Nic**: Entity represents network interface in the system.
2879
3101
  */
2880
3102
  export declare type EntityType = string;
2881
3103
 
2882
- export declare type EntityUnion = Entity | SecurityAlert | HuntingBookmark | AccountEntity | AzureResourceEntity | CloudApplicationEntity | DnsEntity | FileEntity | FileHashEntity | HostEntity | IoTDeviceEntity | IpEntity | MailboxEntity | MailClusterEntity | MailMessageEntity | MalwareEntity | ProcessEntity | RegistryKeyEntity | RegistryValueEntity | SecurityGroupEntity | SubmissionMailEntity | UrlEntity;
3104
+ export declare type EntityUnion = Entity | SecurityAlert | HuntingBookmark | AccountEntity | AzureResourceEntity | CloudApplicationEntity | DnsEntity | FileEntity | FileHashEntity | HostEntity | IoTDeviceEntity | IpEntity | MailboxEntity | MailClusterEntity | MailMessageEntity | MalwareEntity | ProcessEntity | RegistryKeyEntity | RegistryValueEntity | SecurityGroupEntity | SubmissionMailEntity | UrlEntity | NicEntity;
2883
3105
 
2884
3106
  /**
2885
- * Defines values for Enum8. \
2886
- * {@link KnownEnum8} can be used interchangeably with Enum8,
3107
+ * Defines values for Enum13. \
3108
+ * {@link KnownEnum13} can be used interchangeably with Enum13,
2887
3109
  * this enum contains the known values that the service supports.
2888
3110
  * ### Known values supported by the service
2889
3111
  * **Expansion** \
2890
3112
  * **Activity**
2891
3113
  */
2892
- export declare type Enum8 = string;
2893
-
2894
- /** The resource management error additional info. */
2895
- export declare interface ErrorAdditionalInfo {
2896
- /**
2897
- * The additional info type.
2898
- * NOTE: This property will not be serialized. It can only be populated by the server.
2899
- */
2900
- readonly type?: string;
2901
- /**
2902
- * The additional info.
2903
- * NOTE: This property will not be serialized. It can only be populated by the server.
2904
- */
2905
- readonly info?: Record<string, unknown>;
2906
- }
2907
-
2908
- /** The error detail. */
2909
- export declare interface ErrorDetail {
2910
- /**
2911
- * The error code.
2912
- * NOTE: This property will not be serialized. It can only be populated by the server.
2913
- */
2914
- readonly code?: string;
2915
- /**
2916
- * The error message.
2917
- * NOTE: This property will not be serialized. It can only be populated by the server.
2918
- */
2919
- readonly message?: string;
2920
- /**
2921
- * The error target.
2922
- * NOTE: This property will not be serialized. It can only be populated by the server.
2923
- */
2924
- readonly target?: string;
2925
- /**
2926
- * The error details.
2927
- * NOTE: This property will not be serialized. It can only be populated by the server.
2928
- */
2929
- readonly details?: ErrorDetail[];
2930
- /**
2931
- * The error additional info.
2932
- * NOTE: This property will not be serialized. It can only be populated by the server.
2933
- */
2934
- readonly additionalInfo?: ErrorAdditionalInfo[];
2935
- }
2936
-
2937
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
2938
- export declare interface ErrorResponse {
2939
- /** The error object. */
2940
- error?: ErrorDetail;
2941
- }
3114
+ export declare type Enum13 = string;
2942
3115
 
2943
3116
  /**
2944
3117
  * Defines values for EventGroupingAggregationKind. \
@@ -2957,7 +3130,7 @@ export declare interface EventGroupingSettings {
2957
3130
  }
2958
3131
 
2959
3132
  /** Represents Expansion entity query. */
2960
- export declare type ExpansionEntityQuery = EntityQuery & {
3133
+ export declare interface ExpansionEntityQuery extends EntityQuery {
2961
3134
  /** List of the data sources that are required to run the query */
2962
3135
  dataSources?: string[];
2963
3136
  /** The query display name */
@@ -2970,7 +3143,7 @@ export declare type ExpansionEntityQuery = EntityQuery & {
2970
3143
  outputEntityTypes?: EntityType[];
2971
3144
  /** The template query string to be parsed and formatted */
2972
3145
  queryTemplate?: string;
2973
- };
3146
+ }
2974
3147
 
2975
3148
  /** Information of a specific aggregation in the expansion result. */
2976
3149
  export declare interface ExpansionResultAggregation {
@@ -2991,13 +3164,13 @@ export declare interface ExpansionResultsMetadata {
2991
3164
  }
2992
3165
 
2993
3166
  /** Settings with single toggle. */
2994
- export declare type EyesOn = Settings & {
3167
+ export declare interface EyesOn extends Settings {
2995
3168
  /**
2996
3169
  * Determines whether the setting is enable or disabled.
2997
3170
  * NOTE: This property will not be serialized. It can only be populated by the server.
2998
3171
  */
2999
3172
  readonly isEnabled?: boolean;
3000
- };
3173
+ }
3001
3174
 
3002
3175
  /** A single field mapping of the mapped entity */
3003
3176
  export declare interface FieldMapping {
@@ -3008,7 +3181,7 @@ export declare interface FieldMapping {
3008
3181
  }
3009
3182
 
3010
3183
  /** Represents a file entity. */
3011
- export declare type FileEntity = Entity & {
3184
+ export declare interface FileEntity extends Entity {
3012
3185
  /**
3013
3186
  * A bag of custom fields that should be part of the entity and will be presented to the user.
3014
3187
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -3041,10 +3214,10 @@ export declare type FileEntity = Entity & {
3041
3214
  * NOTE: This property will not be serialized. It can only be populated by the server.
3042
3215
  */
3043
3216
  readonly hostEntityId?: string;
3044
- };
3217
+ }
3045
3218
 
3046
3219
  /** File entity property bag. */
3047
- export declare type FileEntityProperties = EntityCommonProperties & {
3220
+ export declare interface FileEntityProperties extends EntityCommonProperties {
3048
3221
  /**
3049
3222
  * The full path to the file.
3050
3223
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -3065,7 +3238,7 @@ export declare type FileEntityProperties = EntityCommonProperties & {
3065
3238
  * NOTE: This property will not be serialized. It can only be populated by the server.
3066
3239
  */
3067
3240
  readonly hostEntityId?: string;
3068
- };
3241
+ }
3069
3242
 
3070
3243
  /**
3071
3244
  * Defines values for FileHashAlgorithm. \
@@ -3081,7 +3254,7 @@ export declare type FileEntityProperties = EntityCommonProperties & {
3081
3254
  export declare type FileHashAlgorithm = string;
3082
3255
 
3083
3256
  /** Represents a file hash entity. */
3084
- export declare type FileHashEntity = Entity & {
3257
+ export declare interface FileHashEntity extends Entity {
3085
3258
  /**
3086
3259
  * A bag of custom fields that should be part of the entity and will be presented to the user.
3087
3260
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -3104,10 +3277,10 @@ export declare type FileHashEntity = Entity & {
3104
3277
  * NOTE: This property will not be serialized. It can only be populated by the server.
3105
3278
  */
3106
3279
  readonly hashValue?: string;
3107
- };
3280
+ }
3108
3281
 
3109
3282
  /** FileHash entity property bag. */
3110
- export declare type FileHashEntityProperties = EntityCommonProperties & {
3283
+ export declare interface FileHashEntityProperties extends EntityCommonProperties {
3111
3284
  /**
3112
3285
  * The hash algorithm type.
3113
3286
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -3118,10 +3291,10 @@ export declare type FileHashEntityProperties = EntityCommonProperties & {
3118
3291
  * NOTE: This property will not be serialized. It can only be populated by the server.
3119
3292
  */
3120
3293
  readonly hashValue?: string;
3121
- };
3294
+ }
3122
3295
 
3123
3296
  /** Represents Fusion alert rule. */
3124
- export declare type FusionAlertRule = AlertRule & {
3297
+ export declare interface FusionAlertRule extends AlertRule {
3125
3298
  /** The Name of the alert rule template used to create this rule. */
3126
3299
  alertRuleTemplateName?: string;
3127
3300
  /**
@@ -3136,6 +3309,10 @@ export declare type FusionAlertRule = AlertRule & {
3136
3309
  readonly displayName?: string;
3137
3310
  /** Determines whether this alert rule is enabled or disabled. */
3138
3311
  enabled?: boolean;
3312
+ /** Configuration for all supported source signals in fusion detection. */
3313
+ sourceSettings?: FusionSourceSettings[];
3314
+ /** Configuration to exclude scenarios in fusion detection. */
3315
+ scenarioExclusionPatterns?: FusionScenarioExclusionPattern[];
3139
3316
  /**
3140
3317
  * The last time that this alert has been modified.
3141
3318
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -3151,27 +3328,32 @@ export declare type FusionAlertRule = AlertRule & {
3151
3328
  * NOTE: This property will not be serialized. It can only be populated by the server.
3152
3329
  */
3153
3330
  readonly tactics?: AttackTactic[];
3154
- };
3331
+ /**
3332
+ * The techniques of the alert rule
3333
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3334
+ */
3335
+ readonly techniques?: string[];
3336
+ }
3155
3337
 
3156
3338
  /** Represents Fusion alert rule template. */
3157
- export declare type FusionAlertRuleTemplate = AlertRuleTemplate & {
3339
+ export declare interface FusionAlertRuleTemplate extends AlertRuleTemplate {
3158
3340
  /** the number of alert rules that were created by this template */
3159
3341
  alertRulesCreatedByTemplateCount?: number;
3160
3342
  /**
3161
- * The last time that this alert rule template has been updated.
3343
+ * The time that this alert rule template has been added.
3162
3344
  * NOTE: This property will not be serialized. It can only be populated by the server.
3163
3345
  */
3164
- readonly lastUpdatedDateUTC?: Date;
3346
+ readonly createdDateUTC?: Date;
3165
3347
  /**
3166
- * The time that this alert rule template has been added.
3348
+ * The time that this alert rule template was last updated.
3167
3349
  * NOTE: This property will not be serialized. It can only be populated by the server.
3168
3350
  */
3169
- readonly createdDateUTC?: Date;
3351
+ readonly lastUpdatedDateUTC?: Date;
3170
3352
  /** The description of the alert rule template. */
3171
3353
  description?: string;
3172
3354
  /** The display name for alert rule template. */
3173
3355
  displayName?: string;
3174
- /** The required data sources for this template */
3356
+ /** The required data connectors for this template */
3175
3357
  requiredDataConnectors?: AlertRuleTemplateDataSource[];
3176
3358
  /** The alert rule template status. */
3177
3359
  status?: TemplateStatus;
@@ -3179,15 +3361,92 @@ export declare type FusionAlertRuleTemplate = AlertRuleTemplate & {
3179
3361
  severity?: AlertSeverity;
3180
3362
  /** The tactics of the alert rule template */
3181
3363
  tactics?: AttackTactic[];
3182
- };
3364
+ /** The techniques of the alert rule */
3365
+ techniques?: string[];
3366
+ /** All supported source signal configurations consumed in fusion detection. */
3367
+ sourceSettings?: FusionTemplateSourceSetting[];
3368
+ }
3183
3369
 
3184
- /** Fusion alert rule template properties */
3185
- export declare type FusionAlertRuleTemplateProperties = AlertRuleTemplatePropertiesBase & {
3186
- /** The severity for alerts created by this alert rule. */
3370
+ /** Represents a Fusion scenario exclusion patterns in Fusion detection. */
3371
+ export declare interface FusionScenarioExclusionPattern {
3372
+ /** Scenario exclusion pattern. */
3373
+ exclusionPattern: string;
3374
+ /** DateTime when scenario exclusion pattern is added in UTC. */
3375
+ dateAddedInUTC: string;
3376
+ }
3377
+
3378
+ /** Represents a supported source signal configuration in Fusion detection. */
3379
+ export declare interface FusionSourceSettings {
3380
+ /** Determines whether this source signal is enabled or disabled in Fusion detection. */
3381
+ enabled: boolean;
3382
+ /** Name of the Fusion source signal. Refer to Fusion alert rule template for supported values. */
3383
+ sourceName: string;
3384
+ /** Configuration for all source subtypes under this source signal consumed in fusion detection. */
3385
+ sourceSubTypes?: FusionSourceSubTypeSetting[];
3386
+ }
3387
+
3388
+ /** Represents a supported source subtype configuration under a source signal in Fusion detection. */
3389
+ export declare interface FusionSourceSubTypeSetting {
3390
+ /** Determines whether this source subtype under source signal is enabled or disabled in Fusion detection. */
3391
+ enabled: boolean;
3392
+ /** The Name of the source subtype under a given source signal in Fusion detection. Refer to Fusion alert rule template for supported values. */
3393
+ sourceSubTypeName: string;
3394
+ /**
3395
+ * The display name of source subtype under a source signal consumed in Fusion detection.
3396
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3397
+ */
3398
+ readonly sourceSubTypeDisplayName?: string;
3399
+ /** Severity configuration for a source subtype consumed in fusion detection. */
3400
+ severityFilters: FusionSubTypeSeverityFilter;
3401
+ }
3402
+
3403
+ /** Represents severity configuration for a source subtype consumed in Fusion detection. */
3404
+ export declare interface FusionSubTypeSeverityFilter {
3405
+ /**
3406
+ * Determines whether this source subtype supports severity configuration or not.
3407
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3408
+ */
3409
+ readonly isSupported?: boolean;
3410
+ /** Individual Severity configuration settings for a given source subtype consumed in Fusion detection. */
3411
+ filters?: FusionSubTypeSeverityFiltersItem[];
3412
+ }
3413
+
3414
+ /** Represents a Severity filter setting for a given source subtype consumed in Fusion detection. */
3415
+ export declare interface FusionSubTypeSeverityFiltersItem {
3416
+ /** The Severity for a given source subtype consumed in Fusion detection. */
3187
3417
  severity: AlertSeverity;
3188
- /** The tactics of the alert rule template */
3189
- tactics?: AttackTactic[];
3190
- };
3418
+ /** Determines whether this severity is enabled or disabled for this source subtype consumed in Fusion detection. */
3419
+ enabled: boolean;
3420
+ }
3421
+
3422
+ /** Represents a source signal consumed in Fusion detection. */
3423
+ export declare interface FusionTemplateSourceSetting {
3424
+ /** The name of a source signal consumed in Fusion detection. */
3425
+ sourceName: string;
3426
+ /** All supported source subtypes under this source signal consumed in fusion detection. */
3427
+ sourceSubTypes?: FusionTemplateSourceSubType[];
3428
+ }
3429
+
3430
+ /** Represents a source subtype under a source signal consumed in Fusion detection. */
3431
+ export declare interface FusionTemplateSourceSubType {
3432
+ /** The name of source subtype under a source signal consumed in Fusion detection. */
3433
+ sourceSubTypeName: string;
3434
+ /**
3435
+ * The display name of source subtype under a source signal consumed in Fusion detection.
3436
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3437
+ */
3438
+ readonly sourceSubTypeDisplayName?: string;
3439
+ /** Severity configuration available for a source subtype consumed in fusion detection. */
3440
+ severityFilter: FusionTemplateSubTypeSeverityFilter;
3441
+ }
3442
+
3443
+ /** Represents severity configurations available for a source subtype consumed in Fusion detection. */
3444
+ export declare interface FusionTemplateSubTypeSeverityFilter {
3445
+ /** Determines whether severity configuration is supported for this source subtype consumed in Fusion detection. */
3446
+ isSupported: boolean;
3447
+ /** List of all supported severities for this source subtype consumed in Fusion detection. */
3448
+ severityFilters?: AlertSeverity[];
3449
+ }
3191
3450
 
3192
3451
  /** The geo-location context attached to the ip entity */
3193
3452
  export declare interface GeoLocation {
@@ -3228,10 +3487,19 @@ export declare interface GeoLocation {
3228
3487
  readonly state?: string;
3229
3488
  }
3230
3489
 
3490
+ /**
3491
+ * Defines values for GetInsightsError. \
3492
+ * {@link KnownGetInsightsError} can be used interchangeably with GetInsightsError,
3493
+ * this enum contains the known values that the service supports.
3494
+ * ### Known values supported by the service
3495
+ * **Insight**
3496
+ */
3497
+ export declare type GetInsightsError = string;
3498
+
3231
3499
  /** GetInsights Query Errors. */
3232
- export declare interface GetInsightsError {
3500
+ export declare interface GetInsightsErrorKind {
3233
3501
  /** the query kind */
3234
- kind: "Insight";
3502
+ kind: GetInsightsError;
3235
3503
  /** the query id */
3236
3504
  queryId?: string;
3237
3505
  /** the error message */
@@ -3243,7 +3511,7 @@ export declare interface GetInsightsResultsMetadata {
3243
3511
  /** the total items found for the insights request */
3244
3512
  totalCount: number;
3245
3513
  /** information about the failed queries */
3246
- errors?: GetInsightsError[];
3514
+ errors?: GetInsightsErrorKind[];
3247
3515
  }
3248
3516
 
3249
3517
  /** Retrieve queries for entity result operation response. */
@@ -3252,6 +3520,12 @@ export declare interface GetQueriesResponse {
3252
3520
  value?: EntityQueryItemUnion[];
3253
3521
  }
3254
3522
 
3523
+ /** Resources created in GitHub repository. */
3524
+ export declare interface GitHubResourceInfo {
3525
+ /** GitHub application installation id. */
3526
+ appInstallationId?: string;
3527
+ }
3528
+
3255
3529
  /** The graph query to show the current data status */
3256
3530
  export declare interface GraphQueries {
3257
3531
  /** the metric that the query is checking */
@@ -3281,7 +3555,7 @@ export declare interface GroupingConfiguration {
3281
3555
  }
3282
3556
 
3283
3557
  /** Represents a host entity. */
3284
- export declare type HostEntity = Entity & {
3558
+ export declare interface HostEntity extends Entity {
3285
3559
  /**
3286
3560
  * A bag of custom fields that should be part of the entity and will be presented to the user.
3287
3561
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -3336,10 +3610,10 @@ export declare type HostEntity = Entity & {
3336
3610
  * NOTE: This property will not be serialized. It can only be populated by the server.
3337
3611
  */
3338
3612
  readonly osVersion?: string;
3339
- };
3613
+ }
3340
3614
 
3341
3615
  /** Host entity property bag. */
3342
- export declare type HostEntityProperties = EntityCommonProperties & {
3616
+ export declare interface HostEntityProperties extends EntityCommonProperties {
3343
3617
  /**
3344
3618
  * The azure resource id of the VM.
3345
3619
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -3382,10 +3656,10 @@ export declare type HostEntityProperties = EntityCommonProperties & {
3382
3656
  * NOTE: This property will not be serialized. It can only be populated by the server.
3383
3657
  */
3384
3658
  readonly osVersion?: string;
3385
- };
3659
+ }
3386
3660
 
3387
3661
  /** Represents a Hunting bookmark entity. */
3388
- export declare type HuntingBookmark = Entity & {
3662
+ export declare interface HuntingBookmark extends Entity {
3389
3663
  /**
3390
3664
  * A bag of custom fields that should be part of the entity and will be presented to the user.
3391
3665
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -3420,10 +3694,10 @@ export declare type HuntingBookmark = Entity & {
3420
3694
  updatedBy?: UserInfo;
3421
3695
  /** Describes an incident that relates to bookmark */
3422
3696
  incidentInfo?: IncidentInfo;
3423
- };
3697
+ }
3424
3698
 
3425
3699
  /** Describes bookmark properties */
3426
- export declare type HuntingBookmarkProperties = EntityCommonProperties & {
3700
+ export declare interface HuntingBookmarkProperties extends EntityCommonProperties {
3427
3701
  /** The time the bookmark was created */
3428
3702
  created?: Date;
3429
3703
  /** Describes a user that created the bookmark */
@@ -3446,10 +3720,10 @@ export declare type HuntingBookmarkProperties = EntityCommonProperties & {
3446
3720
  updatedBy?: UserInfo;
3447
3721
  /** Describes an incident that relates to bookmark */
3448
3722
  incidentInfo?: IncidentInfo;
3449
- };
3723
+ }
3450
3724
 
3451
3725
  /** Represents an incident in Azure Security Insights. */
3452
- export declare type Incident = ResourceWithEtag & {
3726
+ export declare interface Incident extends ResourceWithEtag {
3453
3727
  /**
3454
3728
  * Additional data on the incident
3455
3729
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -3508,7 +3782,7 @@ export declare type Incident = ResourceWithEtag & {
3508
3782
  teamInformation?: TeamInformation;
3509
3783
  /** The title of the incident */
3510
3784
  title?: string;
3511
- };
3785
+ }
3512
3786
 
3513
3787
  /** Incident additional data property bag. */
3514
3788
  export declare interface IncidentAdditionalData {
@@ -3532,11 +3806,21 @@ export declare interface IncidentAdditionalData {
3532
3806
  * NOTE: This property will not be serialized. It can only be populated by the server.
3533
3807
  */
3534
3808
  readonly alertProductNames?: string[];
3809
+ /**
3810
+ * The provider incident url to the incident in Microsoft 365 Defender portal
3811
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3812
+ */
3813
+ readonly providerIncidentUrl?: string;
3535
3814
  /**
3536
3815
  * The tactics associated with incident
3537
3816
  * NOTE: This property will not be serialized. It can only be populated by the server.
3538
3817
  */
3539
3818
  readonly tactics?: AttackTactic[];
3819
+ /**
3820
+ * The techniques associated with incident's tactics'
3821
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3822
+ */
3823
+ readonly techniques?: string[];
3540
3824
  }
3541
3825
 
3542
3826
  /** List of incident alerts. */
@@ -3576,7 +3860,7 @@ export declare type IncidentClassification = string;
3576
3860
  export declare type IncidentClassificationReason = string;
3577
3861
 
3578
3862
  /** Represents an incident comment */
3579
- export declare type IncidentComment = ResourceWithEtag & {
3863
+ export declare interface IncidentComment extends ResourceWithEtag {
3580
3864
  /**
3581
3865
  * The time the comment was created
3582
3866
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -3594,7 +3878,7 @@ export declare type IncidentComment = ResourceWithEtag & {
3594
3878
  * NOTE: This property will not be serialized. It can only be populated by the server.
3595
3879
  */
3596
3880
  readonly author?: ClientInfo;
3597
- };
3881
+ }
3598
3882
 
3599
3883
  /** List of incident comments. */
3600
3884
  export declare interface IncidentCommentList {
@@ -3748,7 +4032,7 @@ export declare interface IncidentLabel {
3748
4032
  * this enum contains the known values that the service supports.
3749
4033
  * ### Known values supported by the service
3750
4034
  * **User**: Label manually created by a user \
3751
- * **System**: Label automatically created by the system
4035
+ * **AutoAssigned**: Label automatically created by the system
3752
4036
  */
3753
4037
  export declare type IncidentLabelType = string;
3754
4038
 
@@ -3773,11 +4057,25 @@ export declare interface IncidentOwnerInfo {
3773
4057
  objectId?: string;
3774
4058
  /** The user principal name of the user the incident is assigned to. */
3775
4059
  userPrincipalName?: string;
3776
- /**
3777
- * The type of the owner the incident is assigned to.
3778
- * NOTE: This property will not be serialized. It can only be populated by the server.
3779
- */
3780
- readonly ownerType?: OwnerType;
4060
+ /** The type of the owner the incident is assigned to. */
4061
+ ownerType?: OwnerType;
4062
+ }
4063
+
4064
+ export declare interface IncidentPropertiesAction {
4065
+ /** The severity of the incident */
4066
+ severity?: IncidentSeverity;
4067
+ /** The status of the incident */
4068
+ status?: IncidentStatus;
4069
+ /** The reason the incident was closed */
4070
+ classification?: IncidentClassification;
4071
+ /** The classification reason the incident was closed with */
4072
+ classificationReason?: IncidentClassificationReason;
4073
+ /** Describes the reason the incident was closed. */
4074
+ classificationComment?: string;
4075
+ /** Information on the user an incident is assigned to */
4076
+ owner?: IncidentOwnerInfo;
4077
+ /** List of labels to add to the incident. */
4078
+ labels?: IncidentLabel[];
3781
4079
  }
3782
4080
 
3783
4081
  /** Interface representing a IncidentRelations. */
@@ -3877,6 +4175,14 @@ export declare interface Incidents {
3877
4175
  * @param options The options parameters.
3878
4176
  */
3879
4177
  list(resourceGroupName: string, workspaceName: string, options?: IncidentsListOptionalParams): PagedAsyncIterableIterator<Incident>;
4178
+ /**
4179
+ * Triggers playbook on a specific incident
4180
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4181
+ * @param workspaceName The name of the workspace.
4182
+ * @param incidentIdentifier
4183
+ * @param options The options parameters.
4184
+ */
4185
+ runPlaybook(resourceGroupName: string, workspaceName: string, incidentIdentifier: string, options?: IncidentsRunPlaybookOptionalParams): Promise<IncidentsRunPlaybookResponse>;
3880
4186
  /**
3881
4187
  * Gets an incident.
3882
4188
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -4026,6 +4332,14 @@ export declare interface IncidentsListOptionalParams extends coreClient.Operatio
4026
4332
  /** Contains response data for the list operation. */
4027
4333
  export declare type IncidentsListResponse = IncidentList;
4028
4334
 
4335
+ /** Optional parameters. */
4336
+ export declare interface IncidentsRunPlaybookOptionalParams extends coreClient.OperationOptions {
4337
+ requestBody?: ManualTriggerRequestBody;
4338
+ }
4339
+
4340
+ /** Contains response data for the runPlaybook operation. */
4341
+ export declare type IncidentsRunPlaybookResponse = Record<string, unknown>;
4342
+
4029
4343
  /**
4030
4344
  * Defines values for IncidentStatus. \
4031
4345
  * {@link KnownIncidentStatus} can be used interchangeably with IncidentStatus,
@@ -4038,15 +4352,15 @@ export declare type IncidentsListResponse = IncidentList;
4038
4352
  export declare type IncidentStatus = string;
4039
4353
 
4040
4354
  /** Represents Insight Query. */
4041
- export declare type InsightQueryItem = EntityQueryItem & {
4355
+ export declare interface InsightQueryItem extends EntityQueryItem {
4042
4356
  /** Polymorphic discriminator, which specifies the different types this object can be */
4043
4357
  kind: "Insight";
4044
4358
  /** Properties bag for InsightQueryItem */
4045
4359
  properties?: InsightQueryItemProperties;
4046
- };
4360
+ }
4047
4361
 
4048
4362
  /** Represents Insight Query. */
4049
- export declare type InsightQueryItemProperties = EntityQueryItemProperties & {
4363
+ export declare interface InsightQueryItemProperties extends EntityQueryItemProperties {
4050
4364
  /** The insight display name. */
4051
4365
  displayName?: string;
4052
4366
  /** The insight description. */
@@ -4063,7 +4377,7 @@ export declare type InsightQueryItemProperties = EntityQueryItemProperties & {
4063
4377
  defaultTimeRange?: InsightQueryItemPropertiesDefaultTimeRange;
4064
4378
  /** The insight chart query. */
4065
4379
  referenceTimeRange?: InsightQueryItemPropertiesReferenceTimeRange;
4066
- };
4380
+ }
4067
4381
 
4068
4382
  /** The activity query definitions. */
4069
4383
  export declare interface InsightQueryItemPropertiesAdditionalQuery {
@@ -4147,10 +4461,33 @@ export declare interface InstructionSteps {
4147
4461
  instructions?: InstructionStepsInstructionsItem[];
4148
4462
  }
4149
4463
 
4150
- export declare type InstructionStepsInstructionsItem = ConnectorInstructionModelBase & {};
4464
+ export declare interface InstructionStepsInstructionsItem extends ConnectorInstructionModelBase {
4465
+ }
4466
+
4467
+ /** Represents IoT requirements check request. */
4468
+ export declare interface IoTCheckRequirements extends DataConnectorsCheckRequirements {
4469
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4470
+ kind: "IOT";
4471
+ /** The subscription id to connect to, and get the data from. */
4472
+ subscriptionId?: string;
4473
+ }
4474
+
4475
+ /** Represents IoT data connector. */
4476
+ export declare interface IoTDataConnector extends DataConnector {
4477
+ /** The available data types for the connector. */
4478
+ dataTypes?: AlertsDataTypeOfDataConnector;
4479
+ /** The subscription id to connect to, and get the data from. */
4480
+ subscriptionId?: string;
4481
+ }
4482
+
4483
+ /** IoT data connector properties. */
4484
+ export declare interface IoTDataConnectorProperties extends DataConnectorWithAlertsProperties {
4485
+ /** The subscription id to connect to, and get the data from. */
4486
+ subscriptionId?: string;
4487
+ }
4151
4488
 
4152
4489
  /** Represents an IoT device entity. */
4153
- export declare type IoTDeviceEntity = Entity & {
4490
+ export declare interface IoTDeviceEntity extends Entity {
4154
4491
  /**
4155
4492
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4156
4493
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4248,10 +4585,62 @@ export declare type IoTDeviceEntity = Entity & {
4248
4585
  * NOTE: This property will not be serialized. It can only be populated by the server.
4249
4586
  */
4250
4587
  readonly protocols?: string[];
4251
- };
4588
+ /**
4589
+ * A list of owners of the IoTDevice entity.
4590
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4591
+ */
4592
+ readonly owners?: string[];
4593
+ /**
4594
+ * A list of Nic entity ids of the IoTDevice entity.
4595
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4596
+ */
4597
+ readonly nicEntityIds?: string[];
4598
+ /**
4599
+ * The site of the device
4600
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4601
+ */
4602
+ readonly site?: string;
4603
+ /**
4604
+ * The zone location of the device within a site
4605
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4606
+ */
4607
+ readonly zone?: string;
4608
+ /**
4609
+ * The sensor the device is monitored by
4610
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4611
+ */
4612
+ readonly sensor?: string;
4613
+ /**
4614
+ * The subType of the device ('PLC', 'HMI', 'EWS', etc.)
4615
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4616
+ */
4617
+ readonly deviceSubType?: string;
4618
+ /** Device importance, determines if the device classified as 'crown jewel' */
4619
+ importance?: DeviceImportance;
4620
+ /**
4621
+ * The Purdue Layer of the device
4622
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4623
+ */
4624
+ readonly purdueLayer?: string;
4625
+ /**
4626
+ * Determines whether the device classified as authorized device
4627
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4628
+ */
4629
+ readonly isAuthorized?: boolean;
4630
+ /**
4631
+ * Determines whether the device classified as programming device
4632
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4633
+ */
4634
+ readonly isProgramming?: boolean;
4635
+ /**
4636
+ * Is the device classified as a scanner device
4637
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4638
+ */
4639
+ readonly isScanner?: boolean;
4640
+ }
4252
4641
 
4253
4642
  /** IoTDevice entity property bag. */
4254
- export declare type IoTDeviceEntityProperties = EntityCommonProperties & {
4643
+ export declare interface IoTDeviceEntityProperties extends EntityCommonProperties {
4255
4644
  /**
4256
4645
  * The ID of the IoT Device in the IoT Hub
4257
4646
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4337,10 +4726,62 @@ export declare type IoTDeviceEntityProperties = EntityCommonProperties & {
4337
4726
  * NOTE: This property will not be serialized. It can only be populated by the server.
4338
4727
  */
4339
4728
  readonly protocols?: string[];
4340
- };
4729
+ /**
4730
+ * A list of owners of the IoTDevice entity.
4731
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4732
+ */
4733
+ readonly owners?: string[];
4734
+ /**
4735
+ * A list of Nic entity ids of the IoTDevice entity.
4736
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4737
+ */
4738
+ readonly nicEntityIds?: string[];
4739
+ /**
4740
+ * The site of the device
4741
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4742
+ */
4743
+ readonly site?: string;
4744
+ /**
4745
+ * The zone location of the device within a site
4746
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4747
+ */
4748
+ readonly zone?: string;
4749
+ /**
4750
+ * The sensor the device is monitored by
4751
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4752
+ */
4753
+ readonly sensor?: string;
4754
+ /**
4755
+ * The subType of the device ('PLC', 'HMI', 'EWS', etc.)
4756
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4757
+ */
4758
+ readonly deviceSubType?: string;
4759
+ /** Device importance, determines if the device classified as 'crown jewel' */
4760
+ importance?: DeviceImportance;
4761
+ /**
4762
+ * The Purdue Layer of the device
4763
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4764
+ */
4765
+ readonly purdueLayer?: string;
4766
+ /**
4767
+ * Determines whether the device classified as authorized device
4768
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4769
+ */
4770
+ readonly isAuthorized?: boolean;
4771
+ /**
4772
+ * Determines whether the device classified as programming device
4773
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4774
+ */
4775
+ readonly isProgramming?: boolean;
4776
+ /**
4777
+ * Is the device classified as a scanner device
4778
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4779
+ */
4780
+ readonly isScanner?: boolean;
4781
+ }
4341
4782
 
4342
4783
  /** Represents an ip entity. */
4343
- export declare type IpEntity = Entity & {
4784
+ export declare interface IpEntity extends Entity {
4344
4785
  /**
4345
4786
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4346
4787
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4368,10 +4809,10 @@ export declare type IpEntity = Entity & {
4368
4809
  * NOTE: This property will not be serialized. It can only be populated by the server.
4369
4810
  */
4370
4811
  readonly threatIntelligence?: ThreatIntelligence[];
4371
- };
4812
+ }
4372
4813
 
4373
4814
  /** Ip entity property bag. */
4374
- export declare type IpEntityProperties = EntityCommonProperties & {
4815
+ export declare interface IpEntityProperties extends EntityCommonProperties {
4375
4816
  /**
4376
4817
  * The IP address as string, e.g. 127.0.0.1 (either in Ipv4 or Ipv6)
4377
4818
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4387,7 +4828,7 @@ export declare type IpEntityProperties = EntityCommonProperties & {
4387
4828
  * NOTE: This property will not be serialized. It can only be populated by the server.
4388
4829
  */
4389
4830
  readonly threatIntelligence?: ThreatIntelligence[];
4390
- };
4831
+ }
4391
4832
 
4392
4833
  /** Interface representing a IPGeodata. */
4393
4834
  export declare interface IPGeodata {
@@ -4447,10 +4888,21 @@ export declare type KillChainIntent = string;
4447
4888
  * **Parser** \
4448
4889
  * **Watchlist** \
4449
4890
  * **WatchlistTemplate** \
4450
- * **Solution**
4891
+ * **Solution** \
4892
+ * **AzureFunction** \
4893
+ * **LogicAppsCustomConnector** \
4894
+ * **AutomationRule**
4451
4895
  */
4452
4896
  export declare type Kind = string;
4453
4897
 
4898
+ /** Known values of {@link ActionType} that the service accepts. */
4899
+ export declare enum KnownActionType {
4900
+ /** Modify an object's properties */
4901
+ ModifyProperties = "ModifyProperties",
4902
+ /** Run a playbook on an object */
4903
+ RunPlaybook = "RunPlaybook"
4904
+ }
4905
+
4454
4906
  /** Known values of {@link AlertDetail} that the service accepts. */
4455
4907
  export declare enum KnownAlertDetail {
4456
4908
  /** Alert display name */
@@ -4461,11 +4913,17 @@ export declare enum KnownAlertDetail {
4461
4913
 
4462
4914
  /** Known values of {@link AlertRuleKind} that the service accepts. */
4463
4915
  export declare enum KnownAlertRuleKind {
4916
+ /** Scheduled */
4464
4917
  Scheduled = "Scheduled",
4918
+ /** MicrosoftSecurityIncidentCreation */
4465
4919
  MicrosoftSecurityIncidentCreation = "MicrosoftSecurityIncidentCreation",
4920
+ /** Fusion */
4466
4921
  Fusion = "Fusion",
4922
+ /** MLBehaviorAnalytics */
4467
4923
  MLBehaviorAnalytics = "MLBehaviorAnalytics",
4924
+ /** ThreatIntelligence */
4468
4925
  ThreatIntelligence = "ThreatIntelligence",
4926
+ /** NRT */
4469
4927
  NRT = "NRT"
4470
4928
  }
4471
4929
 
@@ -4509,33 +4967,76 @@ export declare enum KnownAntispamMailDirection {
4509
4967
 
4510
4968
  /** Known values of {@link AttackTactic} that the service accepts. */
4511
4969
  export declare enum KnownAttackTactic {
4970
+ /** Reconnaissance */
4971
+ Reconnaissance = "Reconnaissance",
4972
+ /** ResourceDevelopment */
4973
+ ResourceDevelopment = "ResourceDevelopment",
4974
+ /** InitialAccess */
4512
4975
  InitialAccess = "InitialAccess",
4976
+ /** Execution */
4513
4977
  Execution = "Execution",
4978
+ /** Persistence */
4514
4979
  Persistence = "Persistence",
4980
+ /** PrivilegeEscalation */
4515
4981
  PrivilegeEscalation = "PrivilegeEscalation",
4982
+ /** DefenseEvasion */
4516
4983
  DefenseEvasion = "DefenseEvasion",
4984
+ /** CredentialAccess */
4517
4985
  CredentialAccess = "CredentialAccess",
4986
+ /** Discovery */
4518
4987
  Discovery = "Discovery",
4988
+ /** LateralMovement */
4519
4989
  LateralMovement = "LateralMovement",
4990
+ /** Collection */
4520
4991
  Collection = "Collection",
4992
+ /** Exfiltration */
4521
4993
  Exfiltration = "Exfiltration",
4994
+ /** CommandAndControl */
4522
4995
  CommandAndControl = "CommandAndControl",
4996
+ /** Impact */
4523
4997
  Impact = "Impact",
4524
- PreAttack = "PreAttack"
4525
- }
4526
-
4527
- /** Known values of {@link AutomationRuleActionType} that the service accepts. */
4528
- export declare enum KnownAutomationRuleActionType {
4529
- /** Modify an object's properties */
4530
- ModifyProperties = "ModifyProperties",
4531
- /** Run a playbook on an object */
4532
- RunPlaybook = "RunPlaybook"
4533
- }
4534
-
4535
- /** Known values of {@link AutomationRuleConditionType} that the service accepts. */
4536
- export declare enum KnownAutomationRuleConditionType {
4537
- /** Evaluate an object property value */
4538
- Property = "Property"
4998
+ /** PreAttack */
4999
+ PreAttack = "PreAttack",
5000
+ /** ImpairProcessControl */
5001
+ ImpairProcessControl = "ImpairProcessControl",
5002
+ /** InhibitResponseFunction */
5003
+ InhibitResponseFunction = "InhibitResponseFunction"
5004
+ }
5005
+
5006
+ /** Known values of {@link AutomationRulePropertyArrayChangedConditionSupportedArrayType} that the service accepts. */
5007
+ export declare enum KnownAutomationRulePropertyArrayChangedConditionSupportedArrayType {
5008
+ /** Evaluate the condition on the alerts */
5009
+ Alerts = "Alerts",
5010
+ /** Evaluate the condition on the labels */
5011
+ Labels = "Labels",
5012
+ /** Evaluate the condition on the tactics */
5013
+ Tactics = "Tactics",
5014
+ /** Evaluate the condition on the comments */
5015
+ Comments = "Comments"
5016
+ }
5017
+
5018
+ /** Known values of {@link AutomationRulePropertyArrayChangedConditionSupportedChangeType} that the service accepts. */
5019
+ export declare enum KnownAutomationRulePropertyArrayChangedConditionSupportedChangeType {
5020
+ /** Evaluate the condition on items added to the array */
5021
+ Added = "Added"
5022
+ }
5023
+
5024
+ /** Known values of {@link AutomationRulePropertyChangedConditionSupportedChangedType} that the service accepts. */
5025
+ export declare enum KnownAutomationRulePropertyChangedConditionSupportedChangedType {
5026
+ /** Evaluate the condition on the previous value of the property */
5027
+ ChangedFrom = "ChangedFrom",
5028
+ /** Evaluate the condition on the updated value of the property */
5029
+ ChangedTo = "ChangedTo"
5030
+ }
5031
+
5032
+ /** Known values of {@link AutomationRulePropertyChangedConditionSupportedPropertyType} that the service accepts. */
5033
+ export declare enum KnownAutomationRulePropertyChangedConditionSupportedPropertyType {
5034
+ /** Evaluate the condition on the incident severity */
5035
+ IncidentSeverity = "IncidentSeverity",
5036
+ /** Evaluate the condition on the incident status */
5037
+ IncidentStatus = "IncidentStatus",
5038
+ /** Evaluate the condition on the incident owner */
5039
+ IncidentOwner = "IncidentOwner"
4539
5040
  }
4540
5041
 
4541
5042
  /** Known values of {@link AutomationRulePropertyConditionSupportedOperator} that the service accepts. */
@@ -4568,15 +5069,17 @@ export declare enum KnownAutomationRulePropertyConditionSupportedProperty {
4568
5069
  IncidentSeverity = "IncidentSeverity",
4569
5070
  /** The status of the incident */
4570
5071
  IncidentStatus = "IncidentStatus",
4571
- /** The tactics of the incident */
4572
- IncidentTactics = "IncidentTactics",
4573
5072
  /** The related Analytic rule ids of the incident */
4574
5073
  IncidentRelatedAnalyticRuleIds = "IncidentRelatedAnalyticRuleIds",
5074
+ /** The tactics of the incident */
5075
+ IncidentTactics = "IncidentTactics",
5076
+ /** The labels of the incident */
5077
+ IncidentLabel = "IncidentLabel",
4575
5078
  /** The provider name of the incident */
4576
5079
  IncidentProviderName = "IncidentProviderName",
4577
5080
  /** The account Azure Active Directory tenant id */
4578
5081
  AccountAadTenantId = "AccountAadTenantId",
4579
- /** The account Azure Active Directory user id. */
5082
+ /** The account Azure Active Directory user id */
4580
5083
  AccountAadUserId = "AccountAadUserId",
4581
5084
  /** The account name */
4582
5085
  AccountName = "AccountName",
@@ -4590,6 +5093,10 @@ export declare enum KnownAutomationRulePropertyConditionSupportedProperty {
4590
5093
  AccountObjectGuid = "AccountObjectGuid",
4591
5094
  /** The account user principal name suffix */
4592
5095
  AccountUPNSuffix = "AccountUPNSuffix",
5096
+ /** The name of the product of the alert */
5097
+ AlertProductNames = "AlertProductNames",
5098
+ /** The analytic rule ids of the alert */
5099
+ AlertAnalyticRuleIds = "AlertAnalyticRuleIds",
4593
5100
  /** The Azure resource id */
4594
5101
  AzureResourceResourceId = "AzureResourceResourceId",
4595
5102
  /** The Azure resource subscription id */
@@ -4616,7 +5123,7 @@ export declare enum KnownAutomationRulePropertyConditionSupportedProperty {
4616
5123
  HostNTDomain = "HostNTDomain",
4617
5124
  /** The host operating system */
4618
5125
  HostOSVersion = "HostOSVersion",
4619
- /** The IoT device id */
5126
+ /** "The IoT device id */
4620
5127
  IoTDeviceId = "IoTDeviceId",
4621
5128
  /** The IoT device name */
4622
5129
  IoTDeviceName = "IoTDeviceName",
@@ -4666,6 +5173,16 @@ export declare enum KnownAutomationRulePropertyConditionSupportedProperty {
4666
5173
  Url = "Url"
4667
5174
  }
4668
5175
 
5176
+ /** Known values of {@link ConditionType} that the service accepts. */
5177
+ export declare enum KnownConditionType {
5178
+ /** Evaluate an object property value */
5179
+ Property = "Property",
5180
+ /** Evaluate an object property changed value */
5181
+ PropertyChanged = "PropertyChanged",
5182
+ /** Evaluate an object array property changed value */
5183
+ PropertyArrayChanged = "PropertyArrayChanged"
5184
+ }
5185
+
4669
5186
  /** Known values of {@link ConfidenceLevel} that the service accepts. */
4670
5187
  export declare enum KnownConfidenceLevel {
4671
5188
  /** Unknown confidence, the is the default value */
@@ -4690,75 +5207,160 @@ export declare enum KnownConfidenceScoreStatus {
4690
5207
 
4691
5208
  /** Known values of {@link ConnectAuthKind} that the service accepts. */
4692
5209
  export declare enum KnownConnectAuthKind {
5210
+ /** Basic */
4693
5211
  Basic = "Basic",
5212
+ /** OAuth2 */
4694
5213
  OAuth2 = "OAuth2",
5214
+ /** APIKey */
4695
5215
  APIKey = "APIKey"
4696
5216
  }
4697
5217
 
4698
5218
  /** Known values of {@link ConnectivityType} that the service accepts. */
4699
5219
  export declare enum KnownConnectivityType {
5220
+ /** IsConnectedQuery */
4700
5221
  IsConnectedQuery = "IsConnectedQuery"
4701
5222
  }
4702
5223
 
4703
5224
  /** Known values of {@link ContentType} that the service accepts. */
4704
5225
  export declare enum KnownContentType {
5226
+ /** AnalyticRule */
4705
5227
  AnalyticRule = "AnalyticRule",
5228
+ /** Workbook */
4706
5229
  Workbook = "Workbook"
4707
5230
  }
4708
5231
 
4709
5232
  /** Known values of {@link CreatedByType} that the service accepts. */
4710
5233
  export declare enum KnownCreatedByType {
5234
+ /** User */
4711
5235
  User = "User",
5236
+ /** Application */
4712
5237
  Application = "Application",
5238
+ /** ManagedIdentity */
4713
5239
  ManagedIdentity = "ManagedIdentity",
5240
+ /** Key */
4714
5241
  Key = "Key"
4715
5242
  }
4716
5243
 
4717
5244
  /** Known values of {@link CustomEntityQueryKind} that the service accepts. */
4718
5245
  export declare enum KnownCustomEntityQueryKind {
5246
+ /** Activity */
4719
5247
  Activity = "Activity"
4720
5248
  }
4721
5249
 
4722
5250
  /** Known values of {@link DataConnectorAuthorizationState} that the service accepts. */
4723
5251
  export declare enum KnownDataConnectorAuthorizationState {
5252
+ /** Valid */
4724
5253
  Valid = "Valid",
5254
+ /** Invalid */
4725
5255
  Invalid = "Invalid"
4726
5256
  }
4727
5257
 
4728
5258
  /** Known values of {@link DataConnectorKind} that the service accepts. */
4729
5259
  export declare enum KnownDataConnectorKind {
5260
+ /** AzureActiveDirectory */
4730
5261
  AzureActiveDirectory = "AzureActiveDirectory",
5262
+ /** AzureSecurityCenter */
4731
5263
  AzureSecurityCenter = "AzureSecurityCenter",
5264
+ /** MicrosoftCloudAppSecurity */
4732
5265
  MicrosoftCloudAppSecurity = "MicrosoftCloudAppSecurity",
5266
+ /** ThreatIntelligence */
4733
5267
  ThreatIntelligence = "ThreatIntelligence",
5268
+ /** ThreatIntelligenceTaxii */
4734
5269
  ThreatIntelligenceTaxii = "ThreatIntelligenceTaxii",
5270
+ /** Office365 */
4735
5271
  Office365 = "Office365",
5272
+ /** OfficeATP */
4736
5273
  OfficeATP = "OfficeATP",
5274
+ /** OfficeIRM */
4737
5275
  OfficeIRM = "OfficeIRM",
5276
+ /** Office365Project */
5277
+ Office365Project = "Office365Project",
5278
+ /** OfficePowerBI */
5279
+ OfficePowerBI = "OfficePowerBI",
5280
+ /** AmazonWebServicesCloudTrail */
4738
5281
  AmazonWebServicesCloudTrail = "AmazonWebServicesCloudTrail",
5282
+ /** AmazonWebServicesS3 */
4739
5283
  AmazonWebServicesS3 = "AmazonWebServicesS3",
5284
+ /** AzureAdvancedThreatProtection */
4740
5285
  AzureAdvancedThreatProtection = "AzureAdvancedThreatProtection",
5286
+ /** MicrosoftDefenderAdvancedThreatProtection */
4741
5287
  MicrosoftDefenderAdvancedThreatProtection = "MicrosoftDefenderAdvancedThreatProtection",
5288
+ /** Dynamics365 */
4742
5289
  Dynamics365 = "Dynamics365",
5290
+ /** MicrosoftThreatProtection */
4743
5291
  MicrosoftThreatProtection = "MicrosoftThreatProtection",
5292
+ /** MicrosoftThreatIntelligence */
4744
5293
  MicrosoftThreatIntelligence = "MicrosoftThreatIntelligence",
5294
+ /** GenericUI */
4745
5295
  GenericUI = "GenericUI",
4746
- APIPolling = "APIPolling"
5296
+ /** APIPolling */
5297
+ APIPolling = "APIPolling",
5298
+ /** IOT */
5299
+ IOT = "IOT"
4747
5300
  }
4748
5301
 
4749
5302
  /** Known values of {@link DataConnectorLicenseState} that the service accepts. */
4750
5303
  export declare enum KnownDataConnectorLicenseState {
5304
+ /** Valid */
4751
5305
  Valid = "Valid",
5306
+ /** Invalid */
4752
5307
  Invalid = "Invalid",
5308
+ /** Unknown */
4753
5309
  Unknown = "Unknown"
4754
5310
  }
4755
5311
 
4756
5312
  /** Known values of {@link DataTypeState} that the service accepts. */
4757
5313
  export declare enum KnownDataTypeState {
5314
+ /** Enabled */
4758
5315
  Enabled = "Enabled",
5316
+ /** Disabled */
4759
5317
  Disabled = "Disabled"
4760
5318
  }
4761
5319
 
5320
+ /** Known values of {@link DeploymentFetchStatus} that the service accepts. */
5321
+ export declare enum KnownDeploymentFetchStatus {
5322
+ /** Success */
5323
+ Success = "Success",
5324
+ /** Unauthorized */
5325
+ Unauthorized = "Unauthorized",
5326
+ /** NotFound */
5327
+ NotFound = "NotFound"
5328
+ }
5329
+
5330
+ /** Known values of {@link DeploymentResult} that the service accepts. */
5331
+ export declare enum KnownDeploymentResult {
5332
+ /** Success */
5333
+ Success = "Success",
5334
+ /** Canceled */
5335
+ Canceled = "Canceled",
5336
+ /** Failed */
5337
+ Failed = "Failed"
5338
+ }
5339
+
5340
+ /** Known values of {@link DeploymentState} that the service accepts. */
5341
+ export declare enum KnownDeploymentState {
5342
+ /** InProgress */
5343
+ InProgress = "In_Progress",
5344
+ /** Completed */
5345
+ Completed = "Completed",
5346
+ /** Queued */
5347
+ Queued = "Queued",
5348
+ /** Canceling */
5349
+ Canceling = "Canceling"
5350
+ }
5351
+
5352
+ /** Known values of {@link DeviceImportance} that the service accepts. */
5353
+ export declare enum KnownDeviceImportance {
5354
+ /** Unknown - Default value */
5355
+ Unknown = "Unknown",
5356
+ /** Low */
5357
+ Low = "Low",
5358
+ /** Normal */
5359
+ Normal = "Normal",
5360
+ /** High */
5361
+ High = "High"
5362
+ }
5363
+
4762
5364
  /** Known values of {@link EntityItemQueryKind} that the service accepts. */
4763
5365
  export declare enum KnownEntityItemQueryKind {
4764
5366
  /** insight */
@@ -4808,7 +5410,9 @@ export declare enum KnownEntityKind {
4808
5410
  /** Entity represents mailbox in the system. */
4809
5411
  Mailbox = "Mailbox",
4810
5412
  /** Entity represents submission mail in the system. */
4811
- SubmissionMail = "SubmissionMail"
5413
+ SubmissionMail = "SubmissionMail",
5414
+ /** Entity represents network interface in the system. */
5415
+ Nic = "Nic"
4812
5416
  }
4813
5417
 
4814
5418
  /** Known values of {@link EntityMappingType} that the service accepts. */
@@ -4851,15 +5455,27 @@ export declare enum KnownEntityMappingType {
4851
5455
  SubmissionMail = "SubmissionMail"
4852
5456
  }
4853
5457
 
5458
+ /** Known values of {@link EntityProviders} that the service accepts. */
5459
+ export declare enum KnownEntityProviders {
5460
+ /** ActiveDirectory */
5461
+ ActiveDirectory = "ActiveDirectory",
5462
+ /** AzureActiveDirectory */
5463
+ AzureActiveDirectory = "AzureActiveDirectory"
5464
+ }
5465
+
4854
5466
  /** Known values of {@link EntityQueryKind} that the service accepts. */
4855
5467
  export declare enum KnownEntityQueryKind {
5468
+ /** Expansion */
4856
5469
  Expansion = "Expansion",
5470
+ /** Insight */
4857
5471
  Insight = "Insight",
5472
+ /** Activity */
4858
5473
  Activity = "Activity"
4859
5474
  }
4860
5475
 
4861
5476
  /** Known values of {@link EntityQueryTemplateKind} that the service accepts. */
4862
5477
  export declare enum KnownEntityQueryTemplateKind {
5478
+ /** Activity */
4863
5479
  Activity = "Activity"
4864
5480
  }
4865
5481
 
@@ -4870,7 +5486,9 @@ export declare enum KnownEntityTimelineKind {
4870
5486
  /** bookmarks */
4871
5487
  Bookmark = "Bookmark",
4872
5488
  /** security alerts */
4873
- SecurityAlert = "SecurityAlert"
5489
+ SecurityAlert = "SecurityAlert",
5490
+ /** anomaly */
5491
+ Anomaly = "Anomaly"
4874
5492
  }
4875
5493
 
4876
5494
  /** Known values of {@link EntityType} that the service accepts. */
@@ -4916,18 +5534,24 @@ export declare enum KnownEntityType {
4916
5534
  /** Entity represents mailbox in the system. */
4917
5535
  Mailbox = "Mailbox",
4918
5536
  /** Entity represents submission mail in the system. */
4919
- SubmissionMail = "SubmissionMail"
5537
+ SubmissionMail = "SubmissionMail",
5538
+ /** Entity represents network interface in the system. */
5539
+ Nic = "Nic"
4920
5540
  }
4921
5541
 
4922
- /** Known values of {@link Enum8} that the service accepts. */
4923
- export declare enum KnownEnum8 {
5542
+ /** Known values of {@link Enum13} that the service accepts. */
5543
+ export declare enum KnownEnum13 {
5544
+ /** Expansion */
4924
5545
  Expansion = "Expansion",
5546
+ /** Activity */
4925
5547
  Activity = "Activity"
4926
5548
  }
4927
5549
 
4928
5550
  /** Known values of {@link EventGroupingAggregationKind} that the service accepts. */
4929
5551
  export declare enum KnownEventGroupingAggregationKind {
5552
+ /** SingleAlert */
4930
5553
  SingleAlert = "SingleAlert",
5554
+ /** AlertPerResult */
4931
5555
  AlertPerResult = "AlertPerResult"
4932
5556
  }
4933
5557
 
@@ -4945,6 +5569,12 @@ export declare enum KnownFileHashAlgorithm {
4945
5569
  SHA256AC = "SHA256AC"
4946
5570
  }
4947
5571
 
5572
+ /** Known values of {@link GetInsightsError} that the service accepts. */
5573
+ export declare enum KnownGetInsightsError {
5574
+ /** Insight */
5575
+ Insight = "Insight"
5576
+ }
5577
+
4948
5578
  /** Known values of {@link IncidentClassification} that the service accepts. */
4949
5579
  export declare enum KnownIncidentClassification {
4950
5580
  /** Incident classification was undetermined */
@@ -4974,7 +5604,7 @@ export declare enum KnownIncidentLabelType {
4974
5604
  /** Label manually created by a user */
4975
5605
  User = "User",
4976
5606
  /** Label automatically created by the system */
4977
- System = "System"
5607
+ AutoAssigned = "AutoAssigned"
4978
5608
  }
4979
5609
 
4980
5610
  /** Known values of {@link IncidentSeverity} that the service accepts. */
@@ -5033,20 +5663,40 @@ export declare enum KnownKillChainIntent {
5033
5663
 
5034
5664
  /** Known values of {@link Kind} that the service accepts. */
5035
5665
  export declare enum KnownKind {
5666
+ /** DataConnector */
5036
5667
  DataConnector = "DataConnector",
5668
+ /** DataType */
5037
5669
  DataType = "DataType",
5670
+ /** Workbook */
5038
5671
  Workbook = "Workbook",
5672
+ /** WorkbookTemplate */
5039
5673
  WorkbookTemplate = "WorkbookTemplate",
5674
+ /** Playbook */
5040
5675
  Playbook = "Playbook",
5676
+ /** PlaybookTemplate */
5041
5677
  PlaybookTemplate = "PlaybookTemplate",
5678
+ /** AnalyticsRuleTemplate */
5042
5679
  AnalyticsRuleTemplate = "AnalyticsRuleTemplate",
5680
+ /** AnalyticsRule */
5043
5681
  AnalyticsRule = "AnalyticsRule",
5682
+ /** HuntingQuery */
5044
5683
  HuntingQuery = "HuntingQuery",
5684
+ /** InvestigationQuery */
5045
5685
  InvestigationQuery = "InvestigationQuery",
5686
+ /** Parser */
5046
5687
  Parser = "Parser",
5688
+ /** Watchlist */
5047
5689
  Watchlist = "Watchlist",
5690
+ /** WatchlistTemplate */
5048
5691
  WatchlistTemplate = "WatchlistTemplate",
5049
- Solution = "Solution"
5692
+ /** Solution */
5693
+ Solution = "Solution",
5694
+ /** AzureFunction */
5695
+ AzureFunction = "AzureFunction",
5696
+ /** LogicAppsCustomConnector */
5697
+ LogicAppsCustomConnector = "LogicAppsCustomConnector",
5698
+ /** AutomationRule */
5699
+ AutomationRule = "AutomationRule"
5050
5700
  }
5051
5701
 
5052
5702
  /** Known values of {@link MatchingMethod} that the service accepts. */
@@ -5061,26 +5711,39 @@ export declare enum KnownMatchingMethod {
5061
5711
 
5062
5712
  /** Known values of {@link MicrosoftSecurityProductName} that the service accepts. */
5063
5713
  export declare enum KnownMicrosoftSecurityProductName {
5714
+ /** MicrosoftCloudAppSecurity */
5064
5715
  MicrosoftCloudAppSecurity = "Microsoft Cloud App Security",
5716
+ /** AzureSecurityCenter */
5065
5717
  AzureSecurityCenter = "Azure Security Center",
5718
+ /** AzureAdvancedThreatProtection */
5066
5719
  AzureAdvancedThreatProtection = "Azure Advanced Threat Protection",
5720
+ /** AzureActiveDirectoryIdentityProtection */
5067
5721
  AzureActiveDirectoryIdentityProtection = "Azure Active Directory Identity Protection",
5722
+ /** AzureSecurityCenterForIoT */
5068
5723
  AzureSecurityCenterForIoT = "Azure Security Center for IoT",
5724
+ /** Office365AdvancedThreatProtection */
5069
5725
  Office365AdvancedThreatProtection = "Office 365 Advanced Threat Protection",
5726
+ /** MicrosoftDefenderAdvancedThreatProtection */
5070
5727
  MicrosoftDefenderAdvancedThreatProtection = "Microsoft Defender Advanced Threat Protection"
5071
5728
  }
5072
5729
 
5073
5730
  /** Known values of {@link Operator} that the service accepts. */
5074
5731
  export declare enum KnownOperator {
5732
+ /** AND */
5075
5733
  AND = "AND",
5734
+ /** OR */
5076
5735
  OR = "OR"
5077
5736
  }
5078
5737
 
5079
5738
  /** Known values of {@link OutputType} that the service accepts. */
5080
5739
  export declare enum KnownOutputType {
5740
+ /** Number */
5081
5741
  Number = "Number",
5742
+ /** String */
5082
5743
  String = "String",
5744
+ /** Date */
5083
5745
  Date = "Date",
5746
+ /** Entity */
5084
5747
  Entity = "Entity"
5085
5748
  }
5086
5749
 
@@ -5096,8 +5759,11 @@ export declare enum KnownOwnerType {
5096
5759
 
5097
5760
  /** Known values of {@link PermissionProviderScope} that the service accepts. */
5098
5761
  export declare enum KnownPermissionProviderScope {
5762
+ /** ResourceGroup */
5099
5763
  ResourceGroup = "ResourceGroup",
5764
+ /** Subscription */
5100
5765
  Subscription = "Subscription",
5766
+ /** Workspace */
5101
5767
  Workspace = "Workspace"
5102
5768
  }
5103
5769
 
@@ -5113,11 +5779,17 @@ export declare enum KnownPollingFrequency {
5113
5779
 
5114
5780
  /** Known values of {@link ProviderName} that the service accepts. */
5115
5781
  export declare enum KnownProviderName {
5782
+ /** MicrosoftOperationalInsightsSolutions */
5116
5783
  MicrosoftOperationalInsightsSolutions = "Microsoft.OperationalInsights/solutions",
5784
+ /** MicrosoftOperationalInsightsWorkspaces */
5117
5785
  MicrosoftOperationalInsightsWorkspaces = "Microsoft.OperationalInsights/workspaces",
5786
+ /** MicrosoftOperationalInsightsWorkspacesDatasources */
5118
5787
  MicrosoftOperationalInsightsWorkspacesDatasources = "Microsoft.OperationalInsights/workspaces/datasources",
5788
+ /** MicrosoftAadiamDiagnosticSettings */
5119
5789
  MicrosoftAadiamDiagnosticSettings = "microsoft.aadiam/diagnosticSettings",
5790
+ /** MicrosoftOperationalInsightsWorkspacesSharedKeys */
5120
5791
  MicrosoftOperationalInsightsWorkspacesSharedKeys = "Microsoft.OperationalInsights/workspaces/sharedKeys",
5792
+ /** MicrosoftAuthorizationPolicyAssignments */
5121
5793
  MicrosoftAuthorizationPolicyAssignments = "Microsoft.Authorization/policyAssignments"
5122
5794
  }
5123
5795
 
@@ -5167,49 +5839,75 @@ export declare enum KnownRegistryValueKind {
5167
5839
 
5168
5840
  /** Known values of {@link RepoType} that the service accepts. */
5169
5841
  export declare enum KnownRepoType {
5842
+ /** Github */
5170
5843
  Github = "Github",
5844
+ /** DevOps */
5171
5845
  DevOps = "DevOps"
5172
5846
  }
5173
5847
 
5848
+ /** Known values of {@link SecurityMLAnalyticsSettingsKind} that the service accepts. */
5849
+ export declare enum KnownSecurityMLAnalyticsSettingsKind {
5850
+ /** Anomaly */
5851
+ Anomaly = "Anomaly"
5852
+ }
5853
+
5174
5854
  /** Known values of {@link SettingKind} that the service accepts. */
5175
5855
  export declare enum KnownSettingKind {
5856
+ /** Anomalies */
5176
5857
  Anomalies = "Anomalies",
5858
+ /** EyesOn */
5177
5859
  EyesOn = "EyesOn",
5860
+ /** EntityAnalytics */
5178
5861
  EntityAnalytics = "EntityAnalytics",
5862
+ /** Ueba */
5179
5863
  Ueba = "Ueba"
5180
5864
  }
5181
5865
 
5866
+ /** Known values of {@link SettingsStatus} that the service accepts. */
5867
+ export declare enum KnownSettingsStatus {
5868
+ /** Anomaly settings status in Production mode */
5869
+ Production = "Production",
5870
+ /** Anomaly settings status in Flighting mode */
5871
+ Flighting = "Flighting"
5872
+ }
5873
+
5182
5874
  /** Known values of {@link SettingType} that the service accepts. */
5183
5875
  export declare enum KnownSettingType {
5876
+ /** CopyableLabel */
5184
5877
  CopyableLabel = "CopyableLabel",
5878
+ /** InstructionStepsGroup */
5185
5879
  InstructionStepsGroup = "InstructionStepsGroup",
5880
+ /** InfoMessage */
5186
5881
  InfoMessage = "InfoMessage"
5187
5882
  }
5188
5883
 
5189
- /** Known values of {@link SkuKind} that the service accepts. */
5190
- export declare enum KnownSkuKind {
5191
- PerGB = "PerGB",
5192
- CapacityReservation = "CapacityReservation"
5193
- }
5194
-
5195
- /** Known values of {@link Source} that the service accepts. */
5196
- export declare enum KnownSource {
5197
- LocalFile = "Local file",
5198
- RemoteStorage = "Remote storage"
5199
- }
5200
-
5201
5884
  /** Known values of {@link SourceKind} that the service accepts. */
5202
5885
  export declare enum KnownSourceKind {
5886
+ /** LocalWorkspace */
5203
5887
  LocalWorkspace = "LocalWorkspace",
5888
+ /** Community */
5204
5889
  Community = "Community",
5890
+ /** Solution */
5205
5891
  Solution = "Solution",
5892
+ /** SourceRepository */
5206
5893
  SourceRepository = "SourceRepository"
5207
5894
  }
5208
5895
 
5896
+ /** Known values of {@link SourceType} that the service accepts. */
5897
+ export declare enum KnownSourceType {
5898
+ /** LocalFile */
5899
+ LocalFile = "Local file",
5900
+ /** RemoteStorage */
5901
+ RemoteStorage = "Remote storage"
5902
+ }
5903
+
5209
5904
  /** Known values of {@link SupportTier} that the service accepts. */
5210
5905
  export declare enum KnownSupportTier {
5906
+ /** Microsoft */
5211
5907
  Microsoft = "Microsoft",
5908
+ /** Partner */
5212
5909
  Partner = "Partner",
5910
+ /** Community */
5213
5911
  Community = "Community"
5214
5912
  }
5215
5913
 
@@ -5231,31 +5929,50 @@ export declare enum KnownThreatIntelligenceResourceKindEnum {
5231
5929
 
5232
5930
  /** Known values of {@link ThreatIntelligenceSortingCriteriaEnum} that the service accepts. */
5233
5931
  export declare enum KnownThreatIntelligenceSortingCriteriaEnum {
5932
+ /** Unsorted */
5234
5933
  Unsorted = "unsorted",
5934
+ /** Ascending */
5235
5935
  Ascending = "ascending",
5936
+ /** Descending */
5236
5937
  Descending = "descending"
5237
5938
  }
5238
5939
 
5239
5940
  /** Known values of {@link TriggersOn} that the service accepts. */
5240
5941
  export declare enum KnownTriggersOn {
5241
5942
  /** Trigger on Incidents */
5242
- Incidents = "Incidents"
5943
+ Incidents = "Incidents",
5944
+ /** Trigger on Alerts */
5945
+ Alerts = "Alerts"
5243
5946
  }
5244
5947
 
5245
5948
  /** Known values of {@link TriggersWhen} that the service accepts. */
5246
5949
  export declare enum KnownTriggersWhen {
5247
5950
  /** Trigger on created objects */
5248
- Created = "Created"
5951
+ Created = "Created",
5952
+ /** Trigger on updated objects */
5953
+ Updated = "Updated"
5249
5954
  }
5250
5955
 
5251
5956
  /** Known values of {@link UebaDataSources} that the service accepts. */
5252
5957
  export declare enum KnownUebaDataSources {
5958
+ /** AuditLogs */
5253
5959
  AuditLogs = "AuditLogs",
5960
+ /** AzureActivity */
5254
5961
  AzureActivity = "AzureActivity",
5962
+ /** SecurityEvent */
5255
5963
  SecurityEvent = "SecurityEvent",
5964
+ /** SigninLogs */
5256
5965
  SigninLogs = "SigninLogs"
5257
5966
  }
5258
5967
 
5968
+ /** Known values of {@link Version} that the service accepts. */
5969
+ export declare enum KnownVersion {
5970
+ /** V1 */
5971
+ V1 = "V1",
5972
+ /** V2 */
5973
+ V2 = "V2"
5974
+ }
5975
+
5259
5976
  /** Data type for last data received */
5260
5977
  export declare interface LastDataReceivedDataType {
5261
5978
  /** Name of the data type to show in the graph. can be use with {{graphQueriesTableName}} placeholder */
@@ -5265,7 +5982,7 @@ export declare interface LastDataReceivedDataType {
5265
5982
  }
5266
5983
 
5267
5984
  /** Represents a mailbox entity. */
5268
- export declare type MailboxEntity = Entity & {
5985
+ export declare interface MailboxEntity extends Entity {
5269
5986
  /**
5270
5987
  * A bag of custom fields that should be part of the entity and will be presented to the user.
5271
5988
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5298,10 +6015,10 @@ export declare type MailboxEntity = Entity & {
5298
6015
  * NOTE: This property will not be serialized. It can only be populated by the server.
5299
6016
  */
5300
6017
  readonly externalDirectoryObjectId?: string;
5301
- };
6018
+ }
5302
6019
 
5303
6020
  /** Mailbox entity property bag. */
5304
- export declare type MailboxEntityProperties = EntityCommonProperties & {
6021
+ export declare interface MailboxEntityProperties extends EntityCommonProperties {
5305
6022
  /**
5306
6023
  * The mailbox's primary address
5307
6024
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5322,10 +6039,10 @@ export declare type MailboxEntityProperties = EntityCommonProperties & {
5322
6039
  * NOTE: This property will not be serialized. It can only be populated by the server.
5323
6040
  */
5324
6041
  readonly externalDirectoryObjectId?: string;
5325
- };
6042
+ }
5326
6043
 
5327
6044
  /** Represents a mail cluster entity. */
5328
- export declare type MailClusterEntity = Entity & {
6045
+ export declare interface MailClusterEntity extends Entity {
5329
6046
  /**
5330
6047
  * A bag of custom fields that should be part of the entity and will be presented to the user.
5331
6048
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5413,10 +6130,10 @@ export declare type MailClusterEntity = Entity & {
5413
6130
  * NOTE: This property will not be serialized. It can only be populated by the server.
5414
6131
  */
5415
6132
  readonly clusterGroup?: string;
5416
- };
6133
+ }
5417
6134
 
5418
6135
  /** Mail cluster entity property bag. */
5419
- export declare type MailClusterEntityProperties = EntityCommonProperties & {
6136
+ export declare interface MailClusterEntityProperties extends EntityCommonProperties {
5420
6137
  /**
5421
6138
  * The mail message IDs that are part of the mail cluster
5422
6139
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5492,10 +6209,10 @@ export declare type MailClusterEntityProperties = EntityCommonProperties & {
5492
6209
  * NOTE: This property will not be serialized. It can only be populated by the server.
5493
6210
  */
5494
6211
  readonly clusterGroup?: string;
5495
- };
6212
+ }
5496
6213
 
5497
6214
  /** Represents a mail message entity. */
5498
- export declare type MailMessageEntity = Entity & {
6215
+ export declare interface MailMessageEntity extends Entity {
5499
6216
  /**
5500
6217
  * A bag of custom fields that should be part of the entity and will be presented to the user.
5501
6218
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5609,10 +6326,10 @@ export declare type MailMessageEntity = Entity & {
5609
6326
  deliveryAction?: DeliveryAction;
5610
6327
  /** The delivery location of this mail message like Inbox, JunkFolder etc */
5611
6328
  deliveryLocation?: DeliveryLocation;
5612
- };
6329
+ }
5613
6330
 
5614
6331
  /** Mail message entity property bag. */
5615
- export declare type MailMessageEntityProperties = EntityCommonProperties & {
6332
+ export declare interface MailMessageEntityProperties extends EntityCommonProperties {
5616
6333
  /**
5617
6334
  * The File entity ids of this mail message's attachments
5618
6335
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5714,10 +6431,10 @@ export declare type MailMessageEntityProperties = EntityCommonProperties & {
5714
6431
  deliveryAction?: DeliveryAction;
5715
6432
  /** The delivery location of this mail message like Inbox, JunkFolder etc */
5716
6433
  deliveryLocation?: DeliveryLocation;
5717
- };
6434
+ }
5718
6435
 
5719
6436
  /** Represents a malware entity. */
5720
- export declare type MalwareEntity = Entity & {
6437
+ export declare interface MalwareEntity extends Entity {
5721
6438
  /**
5722
6439
  * A bag of custom fields that should be part of the entity and will be presented to the user.
5723
6440
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5750,10 +6467,10 @@ export declare type MalwareEntity = Entity & {
5750
6467
  * NOTE: This property will not be serialized. It can only be populated by the server.
5751
6468
  */
5752
6469
  readonly processEntityIds?: string[];
5753
- };
6470
+ }
5754
6471
 
5755
6472
  /** Malware entity property bag. */
5756
- export declare type MalwareEntityProperties = EntityCommonProperties & {
6473
+ export declare interface MalwareEntityProperties extends EntityCommonProperties {
5757
6474
  /**
5758
6475
  * The malware category by the vendor, e.g. Trojan
5759
6476
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5774,7 +6491,12 @@ export declare type MalwareEntityProperties = EntityCommonProperties & {
5774
6491
  * NOTE: This property will not be serialized. It can only be populated by the server.
5775
6492
  */
5776
6493
  readonly processEntityIds?: string[];
5777
- };
6494
+ }
6495
+
6496
+ export declare interface ManualTriggerRequestBody {
6497
+ tenantId?: string;
6498
+ logicAppsResourceId?: string;
6499
+ }
5778
6500
 
5779
6501
  /**
5780
6502
  * Defines values for MatchingMethod. \
@@ -5788,57 +6510,60 @@ export declare type MalwareEntityProperties = EntityCommonProperties & {
5788
6510
  export declare type MatchingMethod = string;
5789
6511
 
5790
6512
  /** Represents MCAS (Microsoft Cloud App Security) requirements check request. */
5791
- export declare type McasCheckRequirements = DataConnectorsCheckRequirements & {
6513
+ export declare interface McasCheckRequirements extends DataConnectorsCheckRequirements {
5792
6514
  /** Polymorphic discriminator, which specifies the different types this object can be */
5793
6515
  kind: "MicrosoftCloudAppSecurity";
5794
6516
  /** The tenant id to connect to, and get the data from. */
5795
6517
  tenantId?: string;
5796
- };
6518
+ }
5797
6519
 
5798
6520
  /** MCAS (Microsoft Cloud App Security) requirements check properties. */
5799
- export declare type McasCheckRequirementsProperties = DataConnectorTenantId & {};
6521
+ export declare interface McasCheckRequirementsProperties extends DataConnectorTenantId {
6522
+ }
5800
6523
 
5801
6524
  /** Represents MCAS (Microsoft Cloud App Security) data connector. */
5802
- export declare type McasDataConnector = DataConnector & {
6525
+ export declare interface McasDataConnector extends DataConnector {
5803
6526
  /** The tenant id to connect to, and get the data from. */
5804
6527
  tenantId?: string;
5805
6528
  /** The available data types for the connector. */
5806
6529
  dataTypes?: McasDataConnectorDataTypes;
5807
- };
6530
+ }
5808
6531
 
5809
6532
  /** The available data types for MCAS (Microsoft Cloud App Security) data connector. */
5810
- export declare type McasDataConnectorDataTypes = AlertsDataTypeOfDataConnector & {
6533
+ export declare interface McasDataConnectorDataTypes extends AlertsDataTypeOfDataConnector {
5811
6534
  /** Discovery log data type connection. */
5812
6535
  discoveryLogs?: DataConnectorDataTypeCommon;
5813
- };
6536
+ }
5814
6537
 
5815
6538
  /** MCAS (Microsoft Cloud App Security) data connector properties. */
5816
- export declare type McasDataConnectorProperties = DataConnectorTenantId & {
6539
+ export declare interface McasDataConnectorProperties extends DataConnectorTenantId {
5817
6540
  /** The available data types for the connector. */
5818
6541
  dataTypes: McasDataConnectorDataTypes;
5819
- };
6542
+ }
5820
6543
 
5821
6544
  /** Represents MDATP (Microsoft Defender Advanced Threat Protection) requirements check request. */
5822
- export declare type MdatpCheckRequirements = DataConnectorsCheckRequirements & {
6545
+ export declare interface MdatpCheckRequirements extends DataConnectorsCheckRequirements {
5823
6546
  /** Polymorphic discriminator, which specifies the different types this object can be */
5824
6547
  kind: "MicrosoftDefenderAdvancedThreatProtection";
5825
6548
  /** The tenant id to connect to, and get the data from. */
5826
6549
  tenantId?: string;
5827
- };
6550
+ }
5828
6551
 
5829
6552
  /** MDATP (Microsoft Defender Advanced Threat Protection) requirements check properties. */
5830
- export declare type MdatpCheckRequirementsProperties = DataConnectorTenantId & {};
6553
+ export declare interface MdatpCheckRequirementsProperties extends DataConnectorTenantId {
6554
+ }
5831
6555
 
5832
6556
  /** Represents MDATP (Microsoft Defender Advanced Threat Protection) data connector. */
5833
- export declare type MdatpDataConnector = DataConnector & {
6557
+ export declare interface MdatpDataConnector extends DataConnector {
5834
6558
  /** The tenant id to connect to, and get the data from. */
5835
6559
  tenantId?: string;
5836
6560
  /** The available data types for the connector. */
5837
6561
  dataTypes?: AlertsDataTypeOfDataConnector;
5838
- };
6562
+ }
5839
6563
 
5840
6564
  /** MDATP (Microsoft Defender Advanced Threat Protection) data connector properties. */
5841
- export declare type MdatpDataConnectorProperties = DataConnectorTenantId & DataConnectorWithAlertsProperties & {};
6565
+ export declare interface MdatpDataConnectorProperties extends DataConnectorTenantId, DataConnectorWithAlertsProperties {
6566
+ }
5842
6567
 
5843
6568
  /** Interface representing a Metadata. */
5844
6569
  export declare interface Metadata {
@@ -5979,7 +6704,7 @@ export declare interface MetadataListOptionalParams extends coreClient.Operation
5979
6704
  export declare type MetadataListResponse = MetadataList;
5980
6705
 
5981
6706
  /** Metadata resource definition. */
5982
- export declare type MetadataModel = ResourceWithEtag & {
6707
+ export declare interface MetadataModel extends ResourceWithEtag {
5983
6708
  /** Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Dynamic for user-created. This is the resource name */
5984
6709
  contentId?: string;
5985
6710
  /** Full parent resource ID of the content item the metadata is for. This is the full resource ID including the scope (subscription and resource group) */
@@ -6004,10 +6729,24 @@ export declare type MetadataModel = ResourceWithEtag & {
6004
6729
  firstPublishDate?: Date;
6005
6730
  /** last publish date for the solution content item */
6006
6731
  lastPublishDate?: Date;
6007
- };
6732
+ /** The custom version of the content. A optional free text */
6733
+ customVersion?: string;
6734
+ /** Schema version of the content. Can be used to distinguish between different flow based on the schema version */
6735
+ contentSchemaVersion?: string;
6736
+ /** the icon identifier. this id can later be fetched from the solution template */
6737
+ icon?: string;
6738
+ /** the tactics the resource covers */
6739
+ threatAnalysisTactics?: string[];
6740
+ /** the techniques the resource covers, these have to be aligned with the tactics being used */
6741
+ threatAnalysisTechniques?: string[];
6742
+ /** preview image file names. These will be taken from the solution artifacts */
6743
+ previewImages?: string[];
6744
+ /** preview image file names. These will be taken from the solution artifacts. used for dark theme support */
6745
+ previewImagesDark?: string[];
6746
+ }
6008
6747
 
6009
6748
  /** Metadata patch request body. */
6010
- export declare type MetadataPatch = ResourceWithEtag & {
6749
+ export declare interface MetadataPatch extends ResourceWithEtag {
6011
6750
  /** Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Dynamic for user-created. This is the resource name */
6012
6751
  contentId?: string;
6013
6752
  /** Full parent resource ID of the content item the metadata is for. This is the full resource ID including the scope (subscription and resource group) */
@@ -6032,7 +6771,21 @@ export declare type MetadataPatch = ResourceWithEtag & {
6032
6771
  firstPublishDate?: Date;
6033
6772
  /** last publish date for the solution content item */
6034
6773
  lastPublishDate?: Date;
6035
- };
6774
+ /** The custom version of the content. A optional free text */
6775
+ customVersion?: string;
6776
+ /** Schema version of the content. Can be used to distinguish between different flow based on the schema version */
6777
+ contentSchemaVersion?: string;
6778
+ /** the icon identifier. this id can later be fetched from the solution template */
6779
+ icon?: string;
6780
+ /** the tactics the resource covers */
6781
+ threatAnalysisTactics?: string[];
6782
+ /** the techniques the resource covers, these have to be aligned with the tactics being used */
6783
+ threatAnalysisTechniques?: string[];
6784
+ /** preview image file names. These will be taken from the solution artifacts */
6785
+ previewImages?: string[];
6786
+ /** preview image file names. These will be taken from the solution artifacts. used for dark theme support */
6787
+ previewImagesDark?: string[];
6788
+ }
6036
6789
 
6037
6790
  /** The original source of the content item, where it comes from. */
6038
6791
  export declare interface MetadataSource {
@@ -6064,7 +6817,7 @@ export declare interface MetadataUpdateOptionalParams extends coreClient.Operati
6064
6817
  export declare type MetadataUpdateResponse = MetadataModel;
6065
6818
 
6066
6819
  /** Represents MicrosoftSecurityIncidentCreation rule. */
6067
- export declare type MicrosoftSecurityIncidentCreationAlertRule = AlertRule & {
6820
+ export declare interface MicrosoftSecurityIncidentCreationAlertRule extends AlertRule {
6068
6821
  /** the alerts' displayNames on which the cases will be generated */
6069
6822
  displayNamesFilter?: string[];
6070
6823
  /** the alerts' displayNames on which the cases will not be generated */
@@ -6086,7 +6839,7 @@ export declare type MicrosoftSecurityIncidentCreationAlertRule = AlertRule & {
6086
6839
  * NOTE: This property will not be serialized. It can only be populated by the server.
6087
6840
  */
6088
6841
  readonly lastModifiedUtc?: Date;
6089
- };
6842
+ }
6090
6843
 
6091
6844
  /** MicrosoftSecurityIncidentCreation rule common property bag. */
6092
6845
  export declare interface MicrosoftSecurityIncidentCreationAlertRuleCommonProperties {
@@ -6101,7 +6854,7 @@ export declare interface MicrosoftSecurityIncidentCreationAlertRuleCommonPropert
6101
6854
  }
6102
6855
 
6103
6856
  /** MicrosoftSecurityIncidentCreation rule property bag. */
6104
- export declare type MicrosoftSecurityIncidentCreationAlertRuleProperties = MicrosoftSecurityIncidentCreationAlertRuleCommonProperties & {
6857
+ export declare interface MicrosoftSecurityIncidentCreationAlertRuleProperties extends MicrosoftSecurityIncidentCreationAlertRuleCommonProperties {
6105
6858
  /** The Name of the alert rule template used to create this rule. */
6106
6859
  alertRuleTemplateName?: string;
6107
6860
  /** The description of the alert rule. */
@@ -6115,10 +6868,10 @@ export declare type MicrosoftSecurityIncidentCreationAlertRuleProperties = Micro
6115
6868
  * NOTE: This property will not be serialized. It can only be populated by the server.
6116
6869
  */
6117
6870
  readonly lastModifiedUtc?: Date;
6118
- };
6871
+ }
6119
6872
 
6120
6873
  /** Represents MicrosoftSecurityIncidentCreation rule template. */
6121
- export declare type MicrosoftSecurityIncidentCreationAlertRuleTemplate = AlertRuleTemplate & {
6874
+ export declare interface MicrosoftSecurityIncidentCreationAlertRuleTemplate extends AlertRuleTemplate {
6122
6875
  /** the number of alert rules that were created by this template */
6123
6876
  alertRulesCreatedByTemplateCount?: number;
6124
6877
  /**
@@ -6147,10 +6900,19 @@ export declare type MicrosoftSecurityIncidentCreationAlertRuleTemplate = AlertRu
6147
6900
  productFilter?: MicrosoftSecurityProductName;
6148
6901
  /** the alerts' severities on which the cases will be generated */
6149
6902
  severitiesFilter?: AlertSeverity[];
6150
- };
6903
+ }
6151
6904
 
6152
6905
  /** MicrosoftSecurityIncidentCreation rule template properties */
6153
- export declare type MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties = AlertRuleTemplatePropertiesBase & MicrosoftSecurityIncidentCreationAlertRuleCommonProperties & {};
6906
+ export declare interface MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties extends AlertRuleTemplatePropertiesBase {
6907
+ /** the alerts' displayNames on which the cases will be generated */
6908
+ displayNamesFilter?: string[];
6909
+ /** the alerts' displayNames on which the cases will not be generated */
6910
+ displayNamesExcludeFilter?: string[];
6911
+ /** The alerts' productName on which the cases will be generated */
6912
+ productFilter?: MicrosoftSecurityProductName;
6913
+ /** the alerts' severities on which the cases will be generated */
6914
+ severitiesFilter?: AlertSeverity[];
6915
+ }
6154
6916
 
6155
6917
  /**
6156
6918
  * Defines values for MicrosoftSecurityProductName. \
@@ -6168,7 +6930,7 @@ export declare type MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties
6168
6930
  export declare type MicrosoftSecurityProductName = string;
6169
6931
 
6170
6932
  /** Represents MLBehaviorAnalytics alert rule. */
6171
- export declare type MLBehaviorAnalyticsAlertRule = AlertRule & {
6933
+ export declare interface MLBehaviorAnalyticsAlertRule extends AlertRule {
6172
6934
  /** The Name of the alert rule template used to create this rule. */
6173
6935
  alertRuleTemplateName?: string;
6174
6936
  /**
@@ -6198,10 +6960,15 @@ export declare type MLBehaviorAnalyticsAlertRule = AlertRule & {
6198
6960
  * NOTE: This property will not be serialized. It can only be populated by the server.
6199
6961
  */
6200
6962
  readonly tactics?: AttackTactic[];
6201
- };
6963
+ /**
6964
+ * The techniques of the alert rule
6965
+ * NOTE: This property will not be serialized. It can only be populated by the server.
6966
+ */
6967
+ readonly techniques?: string[];
6968
+ }
6202
6969
 
6203
6970
  /** Represents MLBehaviorAnalytics alert rule template. */
6204
- export declare type MLBehaviorAnalyticsAlertRuleTemplate = AlertRuleTemplate & {
6971
+ export declare interface MLBehaviorAnalyticsAlertRuleTemplate extends AlertRuleTemplate {
6205
6972
  /** the number of alert rules that were created by this template */
6206
6973
  alertRulesCreatedByTemplateCount?: number;
6207
6974
  /**
@@ -6222,38 +6989,39 @@ export declare type MLBehaviorAnalyticsAlertRuleTemplate = AlertRuleTemplate & {
6222
6989
  requiredDataConnectors?: AlertRuleTemplateDataSource[];
6223
6990
  /** The alert rule template status. */
6224
6991
  status?: TemplateStatus;
6992
+ /** The tactics of the alert rule */
6993
+ tactics?: AttackTactic[];
6994
+ /** The techniques of the alert rule */
6995
+ techniques?: string[];
6225
6996
  /** The severity for alerts created by this alert rule. */
6226
6997
  severity?: AlertSeverity;
6227
- /** The tactics of the alert rule template. */
6228
- tactics?: AttackTactic[];
6229
- };
6998
+ }
6230
6999
 
6231
7000
  /** MLBehaviorAnalytics alert rule template properties. */
6232
- export declare type MLBehaviorAnalyticsAlertRuleTemplateProperties = AlertRuleTemplatePropertiesBase & {
7001
+ export declare interface MLBehaviorAnalyticsAlertRuleTemplateProperties extends AlertRuleTemplateWithMitreProperties {
6233
7002
  /** The severity for alerts created by this alert rule. */
6234
7003
  severity: AlertSeverity;
6235
- /** The tactics of the alert rule template. */
6236
- tactics?: AttackTactic[];
6237
- };
7004
+ }
6238
7005
 
6239
7006
  /** Represents Microsoft Threat Intelligence requirements check request. */
6240
- export declare type MstiCheckRequirements = DataConnectorsCheckRequirements & {
7007
+ export declare interface MstiCheckRequirements extends DataConnectorsCheckRequirements {
6241
7008
  /** Polymorphic discriminator, which specifies the different types this object can be */
6242
7009
  kind: "MicrosoftThreatIntelligence";
6243
7010
  /** The tenant id to connect to, and get the data from. */
6244
7011
  tenantId?: string;
6245
- };
7012
+ }
6246
7013
 
6247
7014
  /** Microsoft Threat Intelligence requirements check properties. */
6248
- export declare type MstiCheckRequirementsProperties = DataConnectorTenantId & {};
7015
+ export declare interface MstiCheckRequirementsProperties extends DataConnectorTenantId {
7016
+ }
6249
7017
 
6250
7018
  /** Represents Microsoft Threat Intelligence data connector. */
6251
- export declare type MstiDataConnector = DataConnector & {
7019
+ export declare interface MstiDataConnector extends DataConnector {
6252
7020
  /** The tenant id to connect to, and get the data from. */
6253
7021
  tenantId?: string;
6254
7022
  /** The available data types for the connector. */
6255
7023
  dataTypes?: MstiDataConnectorDataTypes;
6256
- };
7024
+ }
6257
7025
 
6258
7026
  /** The available data types for Microsoft Threat Intelligence Platforms data connector. */
6259
7027
  export declare interface MstiDataConnectorDataTypes {
@@ -6264,41 +7032,42 @@ export declare interface MstiDataConnectorDataTypes {
6264
7032
  }
6265
7033
 
6266
7034
  /** Data type for Microsoft Threat Intelligence Platforms data connector. */
6267
- export declare type MstiDataConnectorDataTypesBingSafetyPhishingURL = DataConnectorDataTypeCommon & {
7035
+ export declare interface MstiDataConnectorDataTypesBingSafetyPhishingURL extends DataConnectorDataTypeCommon {
6268
7036
  /** lookback period */
6269
7037
  lookbackPeriod: string;
6270
- };
7038
+ }
6271
7039
 
6272
7040
  /** Data type for Microsoft Threat Intelligence Platforms data connector. */
6273
- export declare type MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed = DataConnectorDataTypeCommon & {
7041
+ export declare interface MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed extends DataConnectorDataTypeCommon {
6274
7042
  /** lookback period */
6275
7043
  lookbackPeriod: string;
6276
- };
7044
+ }
6277
7045
 
6278
7046
  /** Microsoft Threat Intelligence data connector properties. */
6279
- export declare type MstiDataConnectorProperties = DataConnectorTenantId & {
7047
+ export declare interface MstiDataConnectorProperties extends DataConnectorTenantId {
6280
7048
  /** The available data types for the connector. */
6281
7049
  dataTypes: MstiDataConnectorDataTypes;
6282
- };
7050
+ }
6283
7051
 
6284
7052
  /** Represents MTP (Microsoft Threat Protection) requirements check request. */
6285
- export declare type MtpCheckRequirements = DataConnectorsCheckRequirements & {
7053
+ export declare interface MtpCheckRequirements extends DataConnectorsCheckRequirements {
6286
7054
  /** Polymorphic discriminator, which specifies the different types this object can be */
6287
7055
  kind: "MicrosoftThreatProtection";
6288
7056
  /** The tenant id to connect to, and get the data from. */
6289
7057
  tenantId?: string;
6290
- };
7058
+ }
6291
7059
 
6292
7060
  /** MTP (Microsoft Threat Protection) requirements check properties. */
6293
- export declare type MTPCheckRequirementsProperties = DataConnectorTenantId & {};
7061
+ export declare interface MTPCheckRequirementsProperties extends DataConnectorTenantId {
7062
+ }
6294
7063
 
6295
7064
  /** Represents MTP (Microsoft Threat Protection) data connector. */
6296
- export declare type MTPDataConnector = DataConnector & {
7065
+ export declare interface MTPDataConnector extends DataConnector {
6297
7066
  /** The tenant id to connect to, and get the data from. */
6298
7067
  tenantId?: string;
6299
7068
  /** The available data types for the connector. */
6300
7069
  dataTypes?: MTPDataConnectorDataTypes;
6301
- };
7070
+ }
6302
7071
 
6303
7072
  /** The available data types for Microsoft Threat Protection Platforms data connector. */
6304
7073
  export declare interface MTPDataConnectorDataTypes {
@@ -6307,16 +7076,67 @@ export declare interface MTPDataConnectorDataTypes {
6307
7076
  }
6308
7077
 
6309
7078
  /** Data type for Microsoft Threat Protection Platforms data connector. */
6310
- export declare type MTPDataConnectorDataTypesIncidents = DataConnectorDataTypeCommon & {};
7079
+ export declare interface MTPDataConnectorDataTypesIncidents extends DataConnectorDataTypeCommon {
7080
+ }
6311
7081
 
6312
7082
  /** MTP (Microsoft Threat Protection) data connector properties. */
6313
- export declare type MTPDataConnectorProperties = DataConnectorTenantId & {
7083
+ export declare interface MTPDataConnectorProperties extends DataConnectorTenantId {
6314
7084
  /** The available data types for the connector. */
6315
7085
  dataTypes: MTPDataConnectorDataTypes;
6316
- };
7086
+ }
7087
+
7088
+ /** Represents an network interface entity. */
7089
+ export declare interface NicEntity extends Entity {
7090
+ /**
7091
+ * A bag of custom fields that should be part of the entity and will be presented to the user.
7092
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7093
+ */
7094
+ readonly additionalData?: {
7095
+ [propertyName: string]: Record<string, unknown>;
7096
+ };
7097
+ /**
7098
+ * The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.
7099
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7100
+ */
7101
+ readonly friendlyName?: string;
7102
+ /**
7103
+ * The MAC address of this network interface
7104
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7105
+ */
7106
+ readonly macAddress?: string;
7107
+ /**
7108
+ * The IP entity id of this network interface
7109
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7110
+ */
7111
+ readonly ipAddressEntityId?: string;
7112
+ /**
7113
+ * A list of VLANs of the network interface entity.
7114
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7115
+ */
7116
+ readonly vlans?: string[];
7117
+ }
7118
+
7119
+ /** Nic entity property bag. */
7120
+ export declare interface NicEntityProperties extends EntityCommonProperties {
7121
+ /**
7122
+ * The MAC address of this network interface
7123
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7124
+ */
7125
+ readonly macAddress?: string;
7126
+ /**
7127
+ * The IP entity id of this network interface
7128
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7129
+ */
7130
+ readonly ipAddressEntityId?: string;
7131
+ /**
7132
+ * A list of VLANs of the network interface entity.
7133
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7134
+ */
7135
+ readonly vlans?: string[];
7136
+ }
6317
7137
 
6318
7138
  /** Represents NRT alert rule. */
6319
- export declare type NrtAlertRule = AlertRule & {
7139
+ export declare interface NrtAlertRule extends AlertRule {
6320
7140
  /** The Name of the alert rule template used to create this rule. */
6321
7141
  alertRuleTemplateName?: string;
6322
7142
  /** The version of the alert rule template used to create this rule - in format <a.b.c>, where all are numbers, for example 0 <1.0.2> */
@@ -6325,6 +7145,10 @@ export declare type NrtAlertRule = AlertRule & {
6325
7145
  description?: string;
6326
7146
  /** The query that creates alerts for this rule. */
6327
7147
  query?: string;
7148
+ /** The tactics of the alert rule */
7149
+ tactics?: AttackTactic[];
7150
+ /** The techniques of the alert rule */
7151
+ techniques?: string[];
6328
7152
  /** The display name for alerts created by this alert rule. */
6329
7153
  displayName?: string;
6330
7154
  /** Determines whether this alert rule is enabled or disabled. */
@@ -6340,8 +7164,6 @@ export declare type NrtAlertRule = AlertRule & {
6340
7164
  suppressionEnabled?: boolean;
6341
7165
  /** The severity for alerts created by this alert rule. */
6342
7166
  severity?: AlertSeverity;
6343
- /** The tactics of the alert rule */
6344
- tactics?: AttackTactic[];
6345
7167
  /** The settings of the incidents that created from alerts triggered by this analytics rule */
6346
7168
  incidentConfiguration?: IncidentConfiguration;
6347
7169
  /** Dictionary of string key-value pairs of columns to be attached to the alert */
@@ -6352,13 +7174,10 @@ export declare type NrtAlertRule = AlertRule & {
6352
7174
  entityMappings?: EntityMapping[];
6353
7175
  /** The alert details override settings */
6354
7176
  alertDetailsOverride?: AlertDetailsOverride;
6355
- };
6356
-
6357
- /** Nrt alert rule base property bag. */
6358
- export declare type NrtAlertRuleProperties = QueryBasedAlertRuleProperties & {};
7177
+ }
6359
7178
 
6360
7179
  /** Represents NRT alert rule template. */
6361
- export declare type NrtAlertRuleTemplate = AlertRuleTemplate & {
7180
+ export declare interface NrtAlertRuleTemplate extends AlertRuleTemplate {
6362
7181
  /** the number of alert rules that were created by this template */
6363
7182
  alertRulesCreatedByTemplateCount?: number;
6364
7183
  /**
@@ -6379,12 +7198,14 @@ export declare type NrtAlertRuleTemplate = AlertRuleTemplate & {
6379
7198
  requiredDataConnectors?: AlertRuleTemplateDataSource[];
6380
7199
  /** The alert rule template status. */
6381
7200
  status?: TemplateStatus;
7201
+ /** The tactics of the alert rule */
7202
+ tactics?: AttackTactic[];
7203
+ /** The techniques of the alert rule */
7204
+ techniques?: string[];
6382
7205
  /** The query that creates alerts for this rule. */
6383
7206
  query?: string;
6384
7207
  /** The severity for alerts created by this alert rule. */
6385
7208
  severity?: AlertSeverity;
6386
- /** The tactics of the alert rule */
6387
- tactics?: AttackTactic[];
6388
7209
  /** The version of this template - in format <a.b.c>, where all are numbers. For example <1.0.2>. */
6389
7210
  version?: string;
6390
7211
  /** Dictionary of string key-value pairs of columns to be attached to the alert */
@@ -6395,40 +7216,79 @@ export declare type NrtAlertRuleTemplate = AlertRuleTemplate & {
6395
7216
  entityMappings?: EntityMapping[];
6396
7217
  /** The alert details override settings */
6397
7218
  alertDetailsOverride?: AlertDetailsOverride;
6398
- };
7219
+ }
6399
7220
 
6400
7221
  /** NRT alert rule template properties */
6401
- export declare type NrtAlertRuleTemplateProperties = AlertRuleTemplatePropertiesBase & QueryBasedAlertRuleTemplateProperties & {};
7222
+ export declare interface NrtAlertRuleTemplateProperties extends AlertRuleTemplateWithMitreProperties, QueryBasedAlertRuleTemplateProperties {
7223
+ }
7224
+
7225
+ /** Represents Office365 Project requirements check request. */
7226
+ export declare interface Office365ProjectCheckRequirements extends DataConnectorsCheckRequirements {
7227
+ /** Polymorphic discriminator, which specifies the different types this object can be */
7228
+ kind: "Office365Project";
7229
+ /** The tenant id to connect to, and get the data from. */
7230
+ tenantId?: string;
7231
+ }
7232
+
7233
+ /** Office365 Project requirements check properties. */
7234
+ export declare interface Office365ProjectCheckRequirementsProperties extends DataConnectorTenantId {
7235
+ }
7236
+
7237
+ /** The available data types for Office Microsoft Project data connector. */
7238
+ export declare interface Office365ProjectConnectorDataTypes {
7239
+ /** Logs data type. */
7240
+ logs: Office365ProjectConnectorDataTypesLogs;
7241
+ }
7242
+
7243
+ /** Logs data type. */
7244
+ export declare interface Office365ProjectConnectorDataTypesLogs extends DataConnectorDataTypeCommon {
7245
+ }
7246
+
7247
+ /** Represents Office Microsoft Project data connector. */
7248
+ export declare interface Office365ProjectDataConnector extends DataConnector {
7249
+ /** The tenant id to connect to, and get the data from. */
7250
+ tenantId?: string;
7251
+ /** The available data types for the connector. */
7252
+ dataTypes?: Office365ProjectConnectorDataTypes;
7253
+ }
7254
+
7255
+ /** Office Microsoft Project data connector properties. */
7256
+ export declare interface Office365ProjectDataConnectorProperties extends DataConnectorTenantId {
7257
+ /** The available data types for the connector. */
7258
+ dataTypes: Office365ProjectConnectorDataTypes;
7259
+ }
6402
7260
 
6403
7261
  /** Represents OfficeATP (Office 365 Advanced Threat Protection) requirements check request. */
6404
- export declare type OfficeATPCheckRequirements = DataConnectorsCheckRequirements & {
7262
+ export declare interface OfficeATPCheckRequirements extends DataConnectorsCheckRequirements {
6405
7263
  /** Polymorphic discriminator, which specifies the different types this object can be */
6406
7264
  kind: "OfficeATP";
6407
7265
  /** The tenant id to connect to, and get the data from. */
6408
7266
  tenantId?: string;
6409
- };
7267
+ }
6410
7268
 
6411
7269
  /** OfficeATP (Office 365 Advanced Threat Protection) requirements check properties. */
6412
- export declare type OfficeATPCheckRequirementsProperties = DataConnectorTenantId & {};
7270
+ export declare interface OfficeATPCheckRequirementsProperties extends DataConnectorTenantId {
7271
+ }
6413
7272
 
6414
7273
  /** Represents OfficeATP (Office 365 Advanced Threat Protection) data connector. */
6415
- export declare type OfficeATPDataConnector = DataConnector & {
7274
+ export declare interface OfficeATPDataConnector extends DataConnector {
6416
7275
  /** The tenant id to connect to, and get the data from. */
6417
7276
  tenantId?: string;
6418
7277
  /** The available data types for the connector. */
6419
7278
  dataTypes?: AlertsDataTypeOfDataConnector;
6420
- };
7279
+ }
6421
7280
 
6422
7281
  /** OfficeATP (Office 365 Advanced Threat Protection) data connector properties. */
6423
- export declare type OfficeATPDataConnectorProperties = DataConnectorTenantId & DataConnectorWithAlertsProperties & {};
7282
+ export declare interface OfficeATPDataConnectorProperties extends DataConnectorTenantId, DataConnectorWithAlertsProperties {
7283
+ }
6424
7284
 
6425
7285
  /** Consent for Office365 tenant that already made. */
6426
- export declare type OfficeConsent = Resource & {
7286
+ export declare interface OfficeConsent extends Resource {
6427
7287
  /** The tenantId of the Office365 with the consent. */
6428
7288
  tenantId?: string;
6429
7289
  /** Help to easily cascade among the data layers. */
6430
7290
  consentId?: string;
6431
- };
7291
+ }
6432
7292
 
6433
7293
  /** List of all the office365 consents. */
6434
7294
  export declare interface OfficeConsentList {
@@ -6494,12 +7354,12 @@ export declare interface OfficeConsentsListOptionalParams extends coreClient.Ope
6494
7354
  export declare type OfficeConsentsListResponse = OfficeConsentList;
6495
7355
 
6496
7356
  /** Represents office data connector. */
6497
- export declare type OfficeDataConnector = DataConnector & {
7357
+ export declare interface OfficeDataConnector extends DataConnector {
6498
7358
  /** The tenant id to connect to, and get the data from. */
6499
7359
  tenantId?: string;
6500
7360
  /** The available data types for the connector. */
6501
7361
  dataTypes?: OfficeDataConnectorDataTypes;
6502
- };
7362
+ }
6503
7363
 
6504
7364
  /** The available data types for office data connector. */
6505
7365
  export declare interface OfficeDataConnectorDataTypes {
@@ -6512,41 +7372,82 @@ export declare interface OfficeDataConnectorDataTypes {
6512
7372
  }
6513
7373
 
6514
7374
  /** Exchange data type connection. */
6515
- export declare type OfficeDataConnectorDataTypesExchange = DataConnectorDataTypeCommon & {};
7375
+ export declare interface OfficeDataConnectorDataTypesExchange extends DataConnectorDataTypeCommon {
7376
+ }
6516
7377
 
6517
7378
  /** SharePoint data type connection. */
6518
- export declare type OfficeDataConnectorDataTypesSharePoint = DataConnectorDataTypeCommon & {};
7379
+ export declare interface OfficeDataConnectorDataTypesSharePoint extends DataConnectorDataTypeCommon {
7380
+ }
6519
7381
 
6520
7382
  /** Teams data type connection. */
6521
- export declare type OfficeDataConnectorDataTypesTeams = DataConnectorDataTypeCommon & {};
7383
+ export declare interface OfficeDataConnectorDataTypesTeams extends DataConnectorDataTypeCommon {
7384
+ }
6522
7385
 
6523
7386
  /** Office data connector properties. */
6524
- export declare type OfficeDataConnectorProperties = DataConnectorTenantId & {
7387
+ export declare interface OfficeDataConnectorProperties extends DataConnectorTenantId {
6525
7388
  /** The available data types for the connector. */
6526
7389
  dataTypes: OfficeDataConnectorDataTypes;
6527
- };
7390
+ }
6528
7391
 
6529
7392
  /** Represents OfficeIRM (Microsoft Insider Risk Management) requirements check request. */
6530
- export declare type OfficeIRMCheckRequirements = DataConnectorsCheckRequirements & {
7393
+ export declare interface OfficeIRMCheckRequirements extends DataConnectorsCheckRequirements {
6531
7394
  /** Polymorphic discriminator, which specifies the different types this object can be */
6532
7395
  kind: "OfficeIRM";
6533
7396
  /** The tenant id to connect to, and get the data from. */
6534
7397
  tenantId?: string;
6535
- };
7398
+ }
6536
7399
 
6537
7400
  /** OfficeIRM (Microsoft Insider Risk Management) requirements check properties. */
6538
- export declare type OfficeIRMCheckRequirementsProperties = DataConnectorTenantId & {};
7401
+ export declare interface OfficeIRMCheckRequirementsProperties extends DataConnectorTenantId {
7402
+ }
6539
7403
 
6540
7404
  /** Represents OfficeIRM (Microsoft Insider Risk Management) data connector. */
6541
- export declare type OfficeIRMDataConnector = DataConnector & {
7405
+ export declare interface OfficeIRMDataConnector extends DataConnector {
6542
7406
  /** The tenant id to connect to, and get the data from. */
6543
7407
  tenantId?: string;
6544
7408
  /** The available data types for the connector. */
6545
7409
  dataTypes?: AlertsDataTypeOfDataConnector;
6546
- };
7410
+ }
6547
7411
 
6548
7412
  /** OfficeIRM (Microsoft Insider Risk Management) data connector properties. */
6549
- export declare type OfficeIRMDataConnectorProperties = DataConnectorTenantId & DataConnectorWithAlertsProperties & {};
7413
+ export declare interface OfficeIRMDataConnectorProperties extends DataConnectorTenantId, DataConnectorWithAlertsProperties {
7414
+ }
7415
+
7416
+ /** Represents Office PowerBI requirements check request. */
7417
+ export declare interface OfficePowerBICheckRequirements extends DataConnectorsCheckRequirements {
7418
+ /** Polymorphic discriminator, which specifies the different types this object can be */
7419
+ kind: "OfficePowerBI";
7420
+ /** The tenant id to connect to, and get the data from. */
7421
+ tenantId?: string;
7422
+ }
7423
+
7424
+ /** Office PowerBI requirements check properties. */
7425
+ export declare interface OfficePowerBICheckRequirementsProperties extends DataConnectorTenantId {
7426
+ }
7427
+
7428
+ /** The available data types for Office Microsoft PowerBI data connector. */
7429
+ export declare interface OfficePowerBIConnectorDataTypes {
7430
+ /** Logs data type. */
7431
+ logs: OfficePowerBIConnectorDataTypesLogs;
7432
+ }
7433
+
7434
+ /** Logs data type. */
7435
+ export declare interface OfficePowerBIConnectorDataTypesLogs extends DataConnectorDataTypeCommon {
7436
+ }
7437
+
7438
+ /** Represents Office Microsoft PowerBI data connector. */
7439
+ export declare interface OfficePowerBIDataConnector extends DataConnector {
7440
+ /** The tenant id to connect to, and get the data from. */
7441
+ tenantId?: string;
7442
+ /** The available data types for the connector. */
7443
+ dataTypes?: OfficePowerBIConnectorDataTypes;
7444
+ }
7445
+
7446
+ /** Office Microsoft PowerBI data connector properties. */
7447
+ export declare interface OfficePowerBIDataConnectorProperties extends DataConnectorTenantId {
7448
+ /** The available data types for the connector. */
7449
+ dataTypes: OfficePowerBIConnectorDataTypes;
7450
+ }
6550
7451
 
6551
7452
  /** Operation provided by provider */
6552
7453
  export declare interface Operation {
@@ -6662,9 +7563,18 @@ declare interface Permissions_2 {
6662
7563
  }
6663
7564
  export { Permissions_2 as Permissions }
6664
7565
 
6665
- export declare type PermissionsCustomsItem = Customs & {};
7566
+ export declare interface PermissionsCustomsItem extends Customs {
7567
+ }
7568
+
7569
+ export declare interface PermissionsResourceProviderItem extends ResourceProvider {
7570
+ }
6666
7571
 
6667
- export declare type PermissionsResourceProviderItem = ResourceProvider & {};
7572
+ export declare interface PlaybookActionProperties {
7573
+ /** The resource id of the playbook resource. */
7574
+ logicAppResourceId?: string;
7575
+ /** The tenant id of the playbook resource. */
7576
+ tenantId?: string;
7577
+ }
6668
7578
 
6669
7579
  /**
6670
7580
  * Defines values for PollingFrequency. \
@@ -6678,7 +7588,7 @@ export declare type PermissionsResourceProviderItem = ResourceProvider & {};
6678
7588
  export declare type PollingFrequency = string;
6679
7589
 
6680
7590
  /** Represents a process entity. */
6681
- export declare type ProcessEntity = Entity & {
7591
+ export declare interface ProcessEntity extends Entity {
6682
7592
  /**
6683
7593
  * A bag of custom fields that should be part of the entity and will be presented to the user.
6684
7594
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -6733,10 +7643,10 @@ export declare type ProcessEntity = Entity & {
6733
7643
  * NOTE: This property will not be serialized. It can only be populated by the server.
6734
7644
  */
6735
7645
  readonly processId?: string;
6736
- };
7646
+ }
6737
7647
 
6738
7648
  /** Process entity property bag. */
6739
- export declare type ProcessEntityProperties = EntityCommonProperties & {
7649
+ export declare interface ProcessEntityProperties extends EntityCommonProperties {
6740
7650
  /**
6741
7651
  * The account entity id running the processes.
6742
7652
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -6779,7 +7689,7 @@ export declare type ProcessEntityProperties = EntityCommonProperties & {
6779
7689
  * NOTE: This property will not be serialized. It can only be populated by the server.
6780
7690
  */
6781
7691
  readonly processId?: string;
6782
- };
7692
+ }
6783
7693
 
6784
7694
  /** Interface representing a ProductSettings. */
6785
7695
  export declare interface ProductSettings {
@@ -6842,6 +7752,27 @@ export declare interface ProductSettingsUpdateOptionalParams extends coreClient.
6842
7752
  /** Contains response data for the update operation. */
6843
7753
  export declare type ProductSettingsUpdateResponse = SettingsUnion;
6844
7754
 
7755
+ /** Describes an automation rule condition that evaluates an array property's value change */
7756
+ export declare interface PropertyArrayChangedConditionProperties extends AutomationRuleCondition {
7757
+ /** Polymorphic discriminator, which specifies the different types this object can be */
7758
+ conditionType: "PropertyArrayChanged";
7759
+ conditionProperties?: AutomationRulePropertyArrayChangedValuesCondition;
7760
+ }
7761
+
7762
+ /** Describes an automation rule condition that evaluates a property's value change */
7763
+ export declare interface PropertyChangedConditionProperties extends AutomationRuleCondition {
7764
+ /** Polymorphic discriminator, which specifies the different types this object can be */
7765
+ conditionType: "PropertyChanged";
7766
+ conditionProperties?: AutomationRulePropertyValuesChangedCondition;
7767
+ }
7768
+
7769
+ /** Describes an automation rule condition that evaluates a property's value */
7770
+ export declare interface PropertyConditionProperties extends AutomationRuleCondition {
7771
+ /** Polymorphic discriminator, which specifies the different types this object can be */
7772
+ conditionType: "Property";
7773
+ conditionProperties?: AutomationRulePropertyValuesCondition;
7774
+ }
7775
+
6845
7776
  /**
6846
7777
  * Defines values for ProviderName. \
6847
7778
  * {@link KnownProviderName} can be used interchangeably with ProviderName,
@@ -6856,53 +7787,12 @@ export declare type ProductSettingsUpdateResponse = SettingsUnion;
6856
7787
  */
6857
7788
  export declare type ProviderName = string;
6858
7789
 
6859
- /** Query based alert rule base property bag. */
6860
- export declare interface QueryBasedAlertRuleProperties {
6861
- /** The Name of the alert rule template used to create this rule. */
6862
- alertRuleTemplateName?: string;
6863
- /** The version of the alert rule template used to create this rule - in format <a.b.c>, where all are numbers, for example 0 <1.0.2> */
6864
- templateVersion?: string;
6865
- /** The description of the alert rule. */
6866
- description?: string;
6867
- /** The query that creates alerts for this rule. */
6868
- query?: string;
6869
- /** The display name for alerts created by this alert rule. */
6870
- displayName: string;
6871
- /** Determines whether this alert rule is enabled or disabled. */
6872
- enabled: boolean;
6873
- /**
6874
- * The last time that this alert rule has been modified.
6875
- * NOTE: This property will not be serialized. It can only be populated by the server.
6876
- */
6877
- readonly lastModifiedUtc?: Date;
6878
- /** The suppression (in ISO 8601 duration format) to wait since last time this alert rule been triggered. */
6879
- suppressionDuration: string;
6880
- /** Determines whether the suppression for this alert rule is enabled or disabled. */
6881
- suppressionEnabled: boolean;
6882
- /** The severity for alerts created by this alert rule. */
6883
- severity?: AlertSeverity;
6884
- /** The tactics of the alert rule */
6885
- tactics?: AttackTactic[];
6886
- /** The settings of the incidents that created from alerts triggered by this analytics rule */
6887
- incidentConfiguration?: IncidentConfiguration;
6888
- /** Dictionary of string key-value pairs of columns to be attached to the alert */
6889
- customDetails?: {
6890
- [propertyName: string]: string;
6891
- };
6892
- /** Array of the entity mappings of the alert rule */
6893
- entityMappings?: EntityMapping[];
6894
- /** The alert details override settings */
6895
- alertDetailsOverride?: AlertDetailsOverride;
6896
- }
6897
-
6898
7790
  /** Query based alert rule template base property bag. */
6899
7791
  export declare interface QueryBasedAlertRuleTemplateProperties {
6900
7792
  /** The query that creates alerts for this rule. */
6901
7793
  query?: string;
6902
7794
  /** The severity for alerts created by this alert rule. */
6903
7795
  severity?: AlertSeverity;
6904
- /** The tactics of the alert rule */
6905
- tactics?: AttackTactic[];
6906
7796
  /** The version of this template - in format <a.b.c>, where all are numbers. For example <1.0.2>. */
6907
7797
  version?: string;
6908
7798
  /** Dictionary of string key-value pairs of columns to be attached to the alert */
@@ -6934,7 +7824,7 @@ export declare interface QueryBasedAlertRuleTemplateProperties {
6934
7824
  export declare type RegistryHive = string;
6935
7825
 
6936
7826
  /** Represents a registry key entity. */
6937
- export declare type RegistryKeyEntity = Entity & {
7827
+ export declare interface RegistryKeyEntity extends Entity {
6938
7828
  /**
6939
7829
  * A bag of custom fields that should be part of the entity and will be presented to the user.
6940
7830
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -6957,10 +7847,10 @@ export declare type RegistryKeyEntity = Entity & {
6957
7847
  * NOTE: This property will not be serialized. It can only be populated by the server.
6958
7848
  */
6959
7849
  readonly key?: string;
6960
- };
7850
+ }
6961
7851
 
6962
7852
  /** RegistryKey entity property bag. */
6963
- export declare type RegistryKeyEntityProperties = EntityCommonProperties & {
7853
+ export declare interface RegistryKeyEntityProperties extends EntityCommonProperties {
6964
7854
  /**
6965
7855
  * the hive that holds the registry key.
6966
7856
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -6971,10 +7861,10 @@ export declare type RegistryKeyEntityProperties = EntityCommonProperties & {
6971
7861
  * NOTE: This property will not be serialized. It can only be populated by the server.
6972
7862
  */
6973
7863
  readonly key?: string;
6974
- };
7864
+ }
6975
7865
 
6976
7866
  /** Represents a registry value entity. */
6977
- export declare type RegistryValueEntity = Entity & {
7867
+ export declare interface RegistryValueEntity extends Entity {
6978
7868
  /**
6979
7869
  * A bag of custom fields that should be part of the entity and will be presented to the user.
6980
7870
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -7007,10 +7897,10 @@ export declare type RegistryValueEntity = Entity & {
7007
7897
  * NOTE: This property will not be serialized. It can only be populated by the server.
7008
7898
  */
7009
7899
  readonly valueType?: RegistryValueKind;
7010
- };
7900
+ }
7011
7901
 
7012
7902
  /** RegistryValue entity property bag. */
7013
- export declare type RegistryValueEntityProperties = EntityCommonProperties & {
7903
+ export declare interface RegistryValueEntityProperties extends EntityCommonProperties {
7014
7904
  /**
7015
7905
  * The registry key entity id.
7016
7906
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -7031,7 +7921,7 @@ export declare type RegistryValueEntityProperties = EntityCommonProperties & {
7031
7921
  * NOTE: This property will not be serialized. It can only be populated by the server.
7032
7922
  */
7033
7923
  readonly valueType?: RegistryValueKind;
7034
- };
7924
+ }
7035
7925
 
7036
7926
  /**
7037
7927
  * Defines values for RegistryValueKind. \
@@ -7050,7 +7940,7 @@ export declare type RegistryValueEntityProperties = EntityCommonProperties & {
7050
7940
  export declare type RegistryValueKind = string;
7051
7941
 
7052
7942
  /** Represents a relation between two resources */
7053
- export declare type Relation = ResourceWithEtag & {
7943
+ export declare interface Relation extends ResourceWithEtag {
7054
7944
  /** The resource ID of the related resource */
7055
7945
  relatedResourceId?: string;
7056
7946
  /**
@@ -7068,7 +7958,7 @@ export declare type Relation = ResourceWithEtag & {
7068
7958
  * NOTE: This property will not be serialized. It can only be populated by the server.
7069
7959
  */
7070
7960
  readonly relatedResourceKind?: string;
7071
- };
7961
+ }
7072
7962
 
7073
7963
  /** List of relations. */
7074
7964
  export declare interface RelationList {
@@ -7116,6 +8006,16 @@ export declare interface Repository {
7116
8006
  pathMapping?: ContentPathMap[];
7117
8007
  }
7118
8008
 
8009
+ /** Resources created in user's repository for the source-control. */
8010
+ export declare interface RepositoryResourceInfo {
8011
+ /** The webhook object created for the source-control. */
8012
+ webhook?: Webhook;
8013
+ /** Resources created in GitHub for this source-control. */
8014
+ gitHubResourceInfo?: GitHubResourceInfo;
8015
+ /** Resources created in Azure DevOps for this source-control. */
8016
+ azureDevOpsResourceInfo?: AzureDevOpsResourceInfo;
8017
+ }
8018
+
7119
8019
  /**
7120
8020
  * Defines values for RepoType. \
7121
8021
  * {@link KnownRepoType} can be used interchangeably with RepoType,
@@ -7177,10 +8077,10 @@ export declare interface ResourceProvider {
7177
8077
  }
7178
8078
 
7179
8079
  /** An azure resource object with an Etag property */
7180
- export declare type ResourceWithEtag = Resource & {
8080
+ export declare interface ResourceWithEtag extends Resource {
7181
8081
  /** Etag of the azure resource */
7182
8082
  etag?: string;
7183
- };
8083
+ }
7184
8084
 
7185
8085
  /** The sample queries for the connector */
7186
8086
  export declare interface SampleQueries {
@@ -7191,25 +8091,35 @@ export declare interface SampleQueries {
7191
8091
  }
7192
8092
 
7193
8093
  /** Represents scheduled alert rule. */
7194
- export declare type ScheduledAlertRule = AlertRule & {
8094
+ export declare interface ScheduledAlertRule extends AlertRule {
8095
+ /** The query that creates alerts for this rule. */
8096
+ query?: string;
7195
8097
  /** The frequency (in ISO 8601 duration format) for this alert rule to run. */
7196
8098
  queryFrequency?: string;
7197
8099
  /** The period (in ISO 8601 duration format) that this alert rule looks at. */
7198
8100
  queryPeriod?: string;
8101
+ /** The severity for alerts created by this alert rule. */
8102
+ severity?: AlertSeverity;
7199
8103
  /** The operation against the threshold that triggers alert rule. */
7200
8104
  triggerOperator?: TriggerOperator;
7201
8105
  /** The threshold triggers this alert rule. */
7202
8106
  triggerThreshold?: number;
7203
8107
  /** The event grouping settings. */
7204
8108
  eventGroupingSettings?: EventGroupingSettings;
8109
+ /** Dictionary of string key-value pairs of columns to be attached to the alert */
8110
+ customDetails?: {
8111
+ [propertyName: string]: string;
8112
+ };
8113
+ /** Array of the entity mappings of the alert rule */
8114
+ entityMappings?: EntityMapping[];
8115
+ /** The alert details override settings */
8116
+ alertDetailsOverride?: AlertDetailsOverride;
7205
8117
  /** The Name of the alert rule template used to create this rule. */
7206
8118
  alertRuleTemplateName?: string;
7207
8119
  /** The version of the alert rule template used to create this rule - in format <a.b.c>, where all are numbers, for example 0 <1.0.2> */
7208
8120
  templateVersion?: string;
7209
8121
  /** The description of the alert rule. */
7210
8122
  description?: string;
7211
- /** The query that creates alerts for this rule. */
7212
- query?: string;
7213
8123
  /** The display name for alerts created by this alert rule. */
7214
8124
  displayName?: string;
7215
8125
  /** Determines whether this alert rule is enabled or disabled. */
@@ -7223,94 +8133,123 @@ export declare type ScheduledAlertRule = AlertRule & {
7223
8133
  suppressionDuration?: string;
7224
8134
  /** Determines whether the suppression for this alert rule is enabled or disabled. */
7225
8135
  suppressionEnabled?: boolean;
7226
- /** The severity for alerts created by this alert rule. */
7227
- severity?: AlertSeverity;
7228
8136
  /** The tactics of the alert rule */
7229
8137
  tactics?: AttackTactic[];
8138
+ /** The techniques of the alert rule */
8139
+ techniques?: string[];
7230
8140
  /** The settings of the incidents that created from alerts triggered by this analytics rule */
7231
8141
  incidentConfiguration?: IncidentConfiguration;
7232
- /** Dictionary of string key-value pairs of columns to be attached to the alert */
7233
- customDetails?: {
7234
- [propertyName: string]: string;
7235
- };
7236
- /** Array of the entity mappings of the alert rule */
7237
- entityMappings?: EntityMapping[];
7238
- /** The alert details override settings */
7239
- alertDetailsOverride?: AlertDetailsOverride;
7240
- };
8142
+ }
7241
8143
 
7242
8144
  /** Scheduled alert rule template property bag. */
7243
8145
  export declare interface ScheduledAlertRuleCommonProperties {
8146
+ /** The query that creates alerts for this rule. */
8147
+ query?: string;
7244
8148
  /** The frequency (in ISO 8601 duration format) for this alert rule to run. */
7245
8149
  queryFrequency?: string;
7246
8150
  /** The period (in ISO 8601 duration format) that this alert rule looks at. */
7247
8151
  queryPeriod?: string;
8152
+ /** The severity for alerts created by this alert rule. */
8153
+ severity?: AlertSeverity;
7248
8154
  /** The operation against the threshold that triggers alert rule. */
7249
8155
  triggerOperator?: TriggerOperator;
7250
8156
  /** The threshold triggers this alert rule. */
7251
8157
  triggerThreshold?: number;
7252
8158
  /** The event grouping settings. */
7253
8159
  eventGroupingSettings?: EventGroupingSettings;
8160
+ /** Dictionary of string key-value pairs of columns to be attached to the alert */
8161
+ customDetails?: {
8162
+ [propertyName: string]: string;
8163
+ };
8164
+ /** Array of the entity mappings of the alert rule */
8165
+ entityMappings?: EntityMapping[];
8166
+ /** The alert details override settings */
8167
+ alertDetailsOverride?: AlertDetailsOverride;
7254
8168
  }
7255
8169
 
7256
8170
  /** Scheduled alert rule base property bag. */
7257
- export declare type ScheduledAlertRuleProperties = ScheduledAlertRuleCommonProperties & QueryBasedAlertRuleProperties & {};
8171
+ export declare interface ScheduledAlertRuleProperties extends ScheduledAlertRuleCommonProperties {
8172
+ /** The Name of the alert rule template used to create this rule. */
8173
+ alertRuleTemplateName?: string;
8174
+ /** The version of the alert rule template used to create this rule - in format <a.b.c>, where all are numbers, for example 0 <1.0.2> */
8175
+ templateVersion?: string;
8176
+ /** The description of the alert rule. */
8177
+ description?: string;
8178
+ /** The display name for alerts created by this alert rule. */
8179
+ displayName: string;
8180
+ /** Determines whether this alert rule is enabled or disabled. */
8181
+ enabled: boolean;
8182
+ /**
8183
+ * The last time that this alert rule has been modified.
8184
+ * NOTE: This property will not be serialized. It can only be populated by the server.
8185
+ */
8186
+ readonly lastModifiedUtc?: Date;
8187
+ /** The suppression (in ISO 8601 duration format) to wait since last time this alert rule been triggered. */
8188
+ suppressionDuration: string;
8189
+ /** Determines whether the suppression for this alert rule is enabled or disabled. */
8190
+ suppressionEnabled: boolean;
8191
+ /** The tactics of the alert rule */
8192
+ tactics?: AttackTactic[];
8193
+ /** The techniques of the alert rule */
8194
+ techniques?: string[];
8195
+ /** The settings of the incidents that created from alerts triggered by this analytics rule */
8196
+ incidentConfiguration?: IncidentConfiguration;
8197
+ }
7258
8198
 
7259
8199
  /** Represents scheduled alert rule template. */
7260
- export declare type ScheduledAlertRuleTemplate = AlertRuleTemplate & {
8200
+ export declare interface ScheduledAlertRuleTemplate extends AlertRuleTemplate {
7261
8201
  /** the number of alert rules that were created by this template */
7262
8202
  alertRulesCreatedByTemplateCount?: number;
7263
8203
  /**
7264
- * The last time that this alert rule template has been updated.
8204
+ * The time that this alert rule template has been added.
7265
8205
  * NOTE: This property will not be serialized. It can only be populated by the server.
7266
8206
  */
7267
- readonly lastUpdatedDateUTC?: Date;
8207
+ readonly createdDateUTC?: Date;
7268
8208
  /**
7269
- * The time that this alert rule template has been added.
8209
+ * The time that this alert rule template was last updated.
7270
8210
  * NOTE: This property will not be serialized. It can only be populated by the server.
7271
8211
  */
7272
- readonly createdDateUTC?: Date;
8212
+ readonly lastUpdatedDateUTC?: Date;
7273
8213
  /** The description of the alert rule template. */
7274
8214
  description?: string;
7275
8215
  /** The display name for alert rule template. */
7276
8216
  displayName?: string;
7277
- /** The required data sources for this template */
8217
+ /** The required data connectors for this template */
7278
8218
  requiredDataConnectors?: AlertRuleTemplateDataSource[];
7279
8219
  /** The alert rule template status. */
7280
8220
  status?: TemplateStatus;
7281
8221
  /** The query that creates alerts for this rule. */
7282
8222
  query?: string;
7283
- /** The severity for alerts created by this alert rule. */
7284
- severity?: AlertSeverity;
7285
- /** The tactics of the alert rule */
7286
- tactics?: AttackTactic[];
7287
- /** The version of this template - in format <a.b.c>, where all are numbers. For example <1.0.2>. */
7288
- version?: string;
7289
- /** Dictionary of string key-value pairs of columns to be attached to the alert */
7290
- customDetails?: {
7291
- [propertyName: string]: string;
7292
- };
7293
- /** Array of the entity mappings of the alert rule */
7294
- entityMappings?: EntityMapping[];
7295
- /** The alert details override settings */
7296
- alertDetailsOverride?: AlertDetailsOverride;
7297
8223
  /** The frequency (in ISO 8601 duration format) for this alert rule to run. */
7298
8224
  queryFrequency?: string;
7299
8225
  /** The period (in ISO 8601 duration format) that this alert rule looks at. */
7300
8226
  queryPeriod?: string;
8227
+ /** The severity for alerts created by this alert rule. */
8228
+ severity?: AlertSeverity;
7301
8229
  /** The operation against the threshold that triggers alert rule. */
7302
8230
  triggerOperator?: TriggerOperator;
7303
8231
  /** The threshold triggers this alert rule. */
7304
8232
  triggerThreshold?: number;
8233
+ /** The tactics of the alert rule template */
8234
+ tactics?: AttackTactic[];
8235
+ /** The techniques of the alert rule */
8236
+ techniques?: string[];
8237
+ /** The version of this template - in format <a.b.c>, where all are numbers. For example <1.0.2>. */
8238
+ version?: string;
7305
8239
  /** The event grouping settings. */
7306
8240
  eventGroupingSettings?: EventGroupingSettings;
7307
- };
7308
-
7309
- /** Scheduled alert rule template properties */
7310
- export declare type ScheduledAlertRuleTemplateProperties = AlertRuleTemplatePropertiesBase & QueryBasedAlertRuleTemplateProperties & ScheduledAlertRuleCommonProperties & {};
8241
+ /** Dictionary of string key-value pairs of columns to be attached to the alert */
8242
+ customDetails?: {
8243
+ [propertyName: string]: string;
8244
+ };
8245
+ /** Array of the entity mappings of the alert rule */
8246
+ entityMappings?: EntityMapping[];
8247
+ /** The alert details override settings */
8248
+ alertDetailsOverride?: AlertDetailsOverride;
8249
+ }
7311
8250
 
7312
8251
  /** Represents a security alert entity. */
7313
- export declare type SecurityAlert = Entity & {
8252
+ export declare interface SecurityAlert extends Entity {
7314
8253
  /**
7315
8254
  * A bag of custom fields that should be part of the entity and will be presented to the user.
7316
8255
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -7445,10 +8384,10 @@ export declare type SecurityAlert = Entity & {
7445
8384
  * NOTE: This property will not be serialized. It can only be populated by the server.
7446
8385
  */
7447
8386
  readonly resourceIdentifiers?: Record<string, unknown>[];
7448
- };
8387
+ }
7449
8388
 
7450
8389
  /** SecurityAlert entity property bag. */
7451
- export declare type SecurityAlertProperties = EntityCommonProperties & {
8390
+ export declare interface SecurityAlertProperties extends EntityCommonProperties {
7452
8391
  /**
7453
8392
  * The display name of the alert.
7454
8393
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -7571,7 +8510,7 @@ export declare type SecurityAlertProperties = EntityCommonProperties & {
7571
8510
  * NOTE: This property will not be serialized. It can only be populated by the server.
7572
8511
  */
7573
8512
  readonly resourceIdentifiers?: Record<string, unknown>[];
7574
- };
8513
+ }
7575
8514
 
7576
8515
  /** confidence reason item */
7577
8516
  export declare interface SecurityAlertPropertiesConfidenceReasonsItem {
@@ -7588,7 +8527,7 @@ export declare interface SecurityAlertPropertiesConfidenceReasonsItem {
7588
8527
  }
7589
8528
 
7590
8529
  /** Represents security alert timeline item. */
7591
- export declare type SecurityAlertTimelineItem = EntityTimelineItem & {
8530
+ export declare interface SecurityAlertTimelineItem extends EntityTimelineItem {
7592
8531
  /** Polymorphic discriminator, which specifies the different types this object can be */
7593
8532
  kind: "SecurityAlert";
7594
8533
  /** The alert azure resource id. */
@@ -7609,10 +8548,10 @@ export declare type SecurityAlertTimelineItem = EntityTimelineItem & {
7609
8548
  timeGenerated: Date;
7610
8549
  /** The name of the alert type. */
7611
8550
  alertType: string;
7612
- };
8551
+ }
7613
8552
 
7614
8553
  /** Represents a security group entity. */
7615
- export declare type SecurityGroupEntity = Entity & {
8554
+ export declare interface SecurityGroupEntity extends Entity {
7616
8555
  /**
7617
8556
  * A bag of custom fields that should be part of the entity and will be presented to the user.
7618
8557
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -7640,10 +8579,10 @@ export declare type SecurityGroupEntity = Entity & {
7640
8579
  * NOTE: This property will not be serialized. It can only be populated by the server.
7641
8580
  */
7642
8581
  readonly sid?: string;
7643
- };
8582
+ }
7644
8583
 
7645
8584
  /** SecurityGroup entity property bag. */
7646
- export declare type SecurityGroupEntityProperties = EntityCommonProperties & {
8585
+ export declare interface SecurityGroupEntityProperties extends EntityCommonProperties {
7647
8586
  /**
7648
8587
  * The group distinguished name
7649
8588
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -7659,7 +8598,7 @@ export declare type SecurityGroupEntityProperties = EntityCommonProperties & {
7659
8598
  * NOTE: This property will not be serialized. It can only be populated by the server.
7660
8599
  */
7661
8600
  readonly sid?: string;
7662
- };
8601
+ }
7663
8602
 
7664
8603
  export declare class SecurityInsights extends coreClient.ServiceClient {
7665
8604
  $host: string;
@@ -7672,38 +8611,41 @@ export declare class SecurityInsights extends coreClient.ServiceClient {
7672
8611
  * @param options The parameter options
7673
8612
  */
7674
8613
  constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: SecurityInsightsOptionalParams);
8614
+ /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
8615
+ private addCustomApiVersionPolicy;
7675
8616
  alertRules: AlertRules;
7676
8617
  actions: Actions;
7677
8618
  alertRuleTemplates: AlertRuleTemplates;
7678
8619
  automationRules: AutomationRules;
8620
+ incidents: Incidents;
7679
8621
  bookmarks: Bookmarks;
7680
8622
  bookmarkRelations: BookmarkRelations;
7681
8623
  bookmarkOperations: BookmarkOperations;
7682
8624
  iPGeodata: IPGeodata;
7683
8625
  domainWhois: DomainWhois;
7684
- entityQueries: EntityQueries;
7685
8626
  entities: Entities;
7686
8627
  entitiesGetTimeline: EntitiesGetTimeline;
7687
8628
  entitiesRelations: EntitiesRelations;
7688
8629
  entityRelations: EntityRelations;
7689
- incidents: Incidents;
8630
+ entityQueries: EntityQueries;
8631
+ entityQueryTemplates: EntityQueryTemplates;
7690
8632
  incidentComments: IncidentComments;
7691
8633
  incidentRelations: IncidentRelations;
7692
8634
  metadata: Metadata;
8635
+ officeConsents: OfficeConsents;
7693
8636
  sentinelOnboardingStates: SentinelOnboardingStates;
8637
+ securityMLAnalyticsSettings: SecurityMLAnalyticsSettings;
7694
8638
  productSettings: ProductSettings;
7695
8639
  sourceControlOperations: SourceControlOperations;
7696
8640
  sourceControls: SourceControls;
8641
+ threatIntelligenceIndicator: ThreatIntelligenceIndicator;
8642
+ threatIntelligenceIndicators: ThreatIntelligenceIndicators;
8643
+ threatIntelligenceIndicatorMetrics: ThreatIntelligenceIndicatorMetrics;
7697
8644
  watchlists: Watchlists;
7698
8645
  watchlistItems: WatchlistItems;
7699
8646
  dataConnectors: DataConnectors;
7700
8647
  dataConnectorsCheckRequirementsOperations: DataConnectorsCheckRequirementsOperations;
7701
- threatIntelligenceIndicator: ThreatIntelligenceIndicator;
7702
- threatIntelligenceIndicators: ThreatIntelligenceIndicators;
7703
- threatIntelligenceIndicatorMetrics: ThreatIntelligenceIndicatorMetrics;
7704
8648
  operations: Operations;
7705
- officeConsents: OfficeConsents;
7706
- entityQueryTemplates: EntityQueryTemplates;
7707
8649
  }
7708
8650
 
7709
8651
  /** Optional parameters. */
@@ -7716,11 +8658,115 @@ export declare interface SecurityInsightsOptionalParams extends coreClient.Servi
7716
8658
  endpoint?: string;
7717
8659
  }
7718
8660
 
8661
+ /** Security ML Analytics Setting */
8662
+ export declare interface SecurityMLAnalyticsSetting extends ResourceWithEtag {
8663
+ /** The kind of security ML Analytics Settings */
8664
+ kind: SecurityMLAnalyticsSettingsKind;
8665
+ }
8666
+
8667
+ /** Interface representing a SecurityMLAnalyticsSettings. */
8668
+ export declare interface SecurityMLAnalyticsSettings {
8669
+ /**
8670
+ * Gets all Security ML Analytics Settings.
8671
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8672
+ * @param workspaceName The name of the workspace.
8673
+ * @param options The options parameters.
8674
+ */
8675
+ list(resourceGroupName: string, workspaceName: string, options?: SecurityMLAnalyticsSettingsListOptionalParams): PagedAsyncIterableIterator<SecurityMLAnalyticsSettingUnion>;
8676
+ /**
8677
+ * Gets the Security ML Analytics Settings.
8678
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8679
+ * @param workspaceName The name of the workspace.
8680
+ * @param settingsResourceName Security ML Analytics Settings resource name
8681
+ * @param options The options parameters.
8682
+ */
8683
+ get(resourceGroupName: string, workspaceName: string, settingsResourceName: string, options?: SecurityMLAnalyticsSettingsGetOptionalParams): Promise<SecurityMLAnalyticsSettingsGetResponse>;
8684
+ /**
8685
+ * Creates or updates the Security ML Analytics Settings.
8686
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8687
+ * @param workspaceName The name of the workspace.
8688
+ * @param settingsResourceName Security ML Analytics Settings resource name
8689
+ * @param securityMLAnalyticsSetting The security ML Analytics setting
8690
+ * @param options The options parameters.
8691
+ */
8692
+ createOrUpdate(resourceGroupName: string, workspaceName: string, settingsResourceName: string, securityMLAnalyticsSetting: SecurityMLAnalyticsSettingUnion, options?: SecurityMLAnalyticsSettingsCreateOrUpdateOptionalParams): Promise<SecurityMLAnalyticsSettingsCreateOrUpdateResponse>;
8693
+ /**
8694
+ * Delete the Security ML Analytics Settings.
8695
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8696
+ * @param workspaceName The name of the workspace.
8697
+ * @param settingsResourceName Security ML Analytics Settings resource name
8698
+ * @param options The options parameters.
8699
+ */
8700
+ delete(resourceGroupName: string, workspaceName: string, settingsResourceName: string, options?: SecurityMLAnalyticsSettingsDeleteOptionalParams): Promise<void>;
8701
+ }
8702
+
8703
+ /** Optional parameters. */
8704
+ export declare interface SecurityMLAnalyticsSettingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
8705
+ }
8706
+
8707
+ /** Contains response data for the createOrUpdate operation. */
8708
+ export declare type SecurityMLAnalyticsSettingsCreateOrUpdateResponse = SecurityMLAnalyticsSettingUnion;
8709
+
8710
+ /** security ml analytics settings data sources */
8711
+ export declare interface SecurityMLAnalyticsSettingsDataSource {
8712
+ /** The connector id that provides the following data types */
8713
+ connectorId?: string;
8714
+ /** The data types used by the security ml analytics settings */
8715
+ dataTypes?: string[];
8716
+ }
8717
+
8718
+ /** Optional parameters. */
8719
+ export declare interface SecurityMLAnalyticsSettingsDeleteOptionalParams extends coreClient.OperationOptions {
8720
+ }
8721
+
8722
+ /** Optional parameters. */
8723
+ export declare interface SecurityMLAnalyticsSettingsGetOptionalParams extends coreClient.OperationOptions {
8724
+ }
8725
+
8726
+ /** Contains response data for the get operation. */
8727
+ export declare type SecurityMLAnalyticsSettingsGetResponse = SecurityMLAnalyticsSettingUnion;
8728
+
8729
+ /**
8730
+ * Defines values for SecurityMLAnalyticsSettingsKind. \
8731
+ * {@link KnownSecurityMLAnalyticsSettingsKind} can be used interchangeably with SecurityMLAnalyticsSettingsKind,
8732
+ * this enum contains the known values that the service supports.
8733
+ * ### Known values supported by the service
8734
+ * **Anomaly**
8735
+ */
8736
+ export declare type SecurityMLAnalyticsSettingsKind = string;
8737
+
8738
+ /** List all the SecurityMLAnalyticsSettings */
8739
+ export declare interface SecurityMLAnalyticsSettingsList {
8740
+ /**
8741
+ * URL to fetch the next set of SecurityMLAnalyticsSettings.
8742
+ * NOTE: This property will not be serialized. It can only be populated by the server.
8743
+ */
8744
+ readonly nextLink?: string;
8745
+ /** Array of SecurityMLAnalyticsSettings */
8746
+ value: SecurityMLAnalyticsSettingUnion[];
8747
+ }
8748
+
8749
+ /** Optional parameters. */
8750
+ export declare interface SecurityMLAnalyticsSettingsListNextOptionalParams extends coreClient.OperationOptions {
8751
+ }
8752
+
8753
+ /** Contains response data for the listNext operation. */
8754
+ export declare type SecurityMLAnalyticsSettingsListNextResponse = SecurityMLAnalyticsSettingsList;
8755
+
8756
+ /** Optional parameters. */
8757
+ export declare interface SecurityMLAnalyticsSettingsListOptionalParams extends coreClient.OperationOptions {
8758
+ }
8759
+
8760
+ /** Contains response data for the list operation. */
8761
+ export declare type SecurityMLAnalyticsSettingsListResponse = SecurityMLAnalyticsSettingsList;
8762
+
8763
+ export declare type SecurityMLAnalyticsSettingUnion = SecurityMLAnalyticsSetting | AnomalySecurityMLAnalyticsSettings;
8764
+
7719
8765
  /** Sentinel onboarding state */
7720
- export declare type SentinelOnboardingState = ResourceWithEtag & {
8766
+ export declare interface SentinelOnboardingState extends ResourceWithEtag {
7721
8767
  /** Flag that indicates the status of the CMK setting */
7722
8768
  customerManagedKey?: boolean;
7723
- };
8769
+ }
7724
8770
 
7725
8771
  /** Interface representing a SentinelOnboardingStates. */
7726
8772
  export declare interface SentinelOnboardingStates {
@@ -7809,10 +8855,20 @@ export declare interface SettingList {
7809
8855
  }
7810
8856
 
7811
8857
  /** The Setting. */
7812
- export declare type Settings = ResourceWithEtag & {
8858
+ export declare interface Settings extends ResourceWithEtag {
7813
8859
  /** The kind of the setting */
7814
8860
  kind: SettingKind;
7815
- };
8861
+ }
8862
+
8863
+ /**
8864
+ * Defines values for SettingsStatus. \
8865
+ * {@link KnownSettingsStatus} can be used interchangeably with SettingsStatus,
8866
+ * this enum contains the known values that the service supports.
8867
+ * ### Known values supported by the service
8868
+ * **Production**: Anomaly settings status in Production mode \
8869
+ * **Flighting**: Anomaly settings status in Flighting mode
8870
+ */
8871
+ export declare type SettingsStatus = string;
7816
8872
 
7817
8873
  export declare type SettingsUnion = Settings | Anomalies | EyesOn | EntityAnalytics | Ueba;
7818
8874
 
@@ -7827,38 +8883,12 @@ export declare type SettingsUnion = Settings | Anomalies | EyesOn | EntityAnalyt
7827
8883
  */
7828
8884
  export declare type SettingType = string;
7829
8885
 
7830
- /** The pricing tier of the solution */
7831
- export declare interface Sku {
7832
- /** The kind of the tier */
7833
- name?: SkuKind;
7834
- /** The amount of reservation level */
7835
- capacityReservationLevel?: number;
7836
- }
7837
-
7838
- /**
7839
- * Defines values for SkuKind. \
7840
- * {@link KnownSkuKind} can be used interchangeably with SkuKind,
7841
- * this enum contains the known values that the service supports.
7842
- * ### Known values supported by the service
7843
- * **PerGB** \
7844
- * **CapacityReservation**
7845
- */
7846
- export declare type SkuKind = string;
7847
-
7848
- /**
7849
- * Defines values for Source. \
7850
- * {@link KnownSource} can be used interchangeably with Source,
7851
- * this enum contains the known values that the service supports.
7852
- * ### Known values supported by the service
7853
- * **Local file** \
7854
- * **Remote storage**
7855
- */
7856
- export declare type Source = string;
7857
-
7858
8886
  /** Represents a SourceControl in Azure Security Insights. */
7859
- export declare type SourceControl = ResourceWithEtag & {
8887
+ export declare interface SourceControl extends ResourceWithEtag {
7860
8888
  /** The id (a Guid) of the source control */
7861
8889
  idPropertiesId?: string;
8890
+ /** The version number associated with the source control */
8891
+ version?: Version;
7862
8892
  /** The display name of the source control */
7863
8893
  displayName?: string;
7864
8894
  /** A description of the source control */
@@ -7869,7 +8899,11 @@ export declare type SourceControl = ResourceWithEtag & {
7869
8899
  contentTypes?: ContentType[];
7870
8900
  /** Repository metadata. */
7871
8901
  repository?: Repository;
7872
- };
8902
+ /** Information regarding the resources created in user's repository. */
8903
+ repositoryResourceInfo?: RepositoryResourceInfo;
8904
+ /** Information regarding the latest deployment for the source control. */
8905
+ lastDeploymentInfo?: DeploymentInfo;
8906
+ }
7873
8907
 
7874
8908
  /** List all the source controls. */
7875
8909
  export declare interface SourceControlList {
@@ -7988,8 +9022,18 @@ export declare type SourceControlsListResponse = SourceControlList;
7988
9022
  */
7989
9023
  export declare type SourceKind = string;
7990
9024
 
9025
+ /**
9026
+ * Defines values for SourceType. \
9027
+ * {@link KnownSourceType} can be used interchangeably with SourceType,
9028
+ * this enum contains the known values that the service supports.
9029
+ * ### Known values supported by the service
9030
+ * **Local file** \
9031
+ * **Remote storage**
9032
+ */
9033
+ export declare type SourceType = string;
9034
+
7991
9035
  /** Represents a submission mail entity. */
7992
- export declare type SubmissionMailEntity = Entity & {
9036
+ export declare interface SubmissionMailEntity extends Entity {
7993
9037
  /**
7994
9038
  * A bag of custom fields that should be part of the entity and will be presented to the user.
7995
9039
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -8052,10 +9096,10 @@ export declare type SubmissionMailEntity = Entity & {
8052
9096
  * NOTE: This property will not be serialized. It can only be populated by the server.
8053
9097
  */
8054
9098
  readonly reportType?: string;
8055
- };
9099
+ }
8056
9100
 
8057
9101
  /** Submission mail entity property bag. */
8058
- export declare type SubmissionMailEntityProperties = EntityCommonProperties & {
9102
+ export declare interface SubmissionMailEntityProperties extends EntityCommonProperties {
8059
9103
  /**
8060
9104
  * The network message id of email to which submission belongs
8061
9105
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -8106,7 +9150,7 @@ export declare type SubmissionMailEntityProperties = EntityCommonProperties & {
8106
9150
  * NOTE: This property will not be serialized. It can only be populated by the server.
8107
9151
  */
8108
9152
  readonly reportType?: string;
8109
- };
9153
+ }
8110
9154
 
8111
9155
  /**
8112
9156
  * Defines values for SupportTier. \
@@ -8222,7 +9266,7 @@ export declare interface ThreatIntelligence {
8222
9266
  }
8223
9267
 
8224
9268
  /** Represents Threat Intelligence alert rule. */
8225
- export declare type ThreatIntelligenceAlertRule = AlertRule & {
9269
+ export declare interface ThreatIntelligenceAlertRule extends AlertRule {
8226
9270
  /** The Name of the alert rule template used to create this rule. */
8227
9271
  alertRuleTemplateName?: string;
8228
9272
  /**
@@ -8252,10 +9296,15 @@ export declare type ThreatIntelligenceAlertRule = AlertRule & {
8252
9296
  * NOTE: This property will not be serialized. It can only be populated by the server.
8253
9297
  */
8254
9298
  readonly tactics?: AttackTactic[];
8255
- };
9299
+ /**
9300
+ * The techniques of the alert rule
9301
+ * NOTE: This property will not be serialized. It can only be populated by the server.
9302
+ */
9303
+ readonly techniques?: string[];
9304
+ }
8256
9305
 
8257
9306
  /** Represents Threat Intelligence alert rule template. */
8258
- export declare type ThreatIntelligenceAlertRuleTemplate = AlertRuleTemplate & {
9307
+ export declare interface ThreatIntelligenceAlertRuleTemplate extends AlertRuleTemplate {
8259
9308
  /** the number of alert rules that were created by this template */
8260
9309
  alertRulesCreatedByTemplateCount?: number;
8261
9310
  /**
@@ -8276,19 +9325,19 @@ export declare type ThreatIntelligenceAlertRuleTemplate = AlertRuleTemplate & {
8276
9325
  requiredDataConnectors?: AlertRuleTemplateDataSource[];
8277
9326
  /** The alert rule template status. */
8278
9327
  status?: TemplateStatus;
9328
+ /** The tactics of the alert rule */
9329
+ tactics?: AttackTactic[];
9330
+ /** The techniques of the alert rule */
9331
+ techniques?: string[];
8279
9332
  /** The severity for alerts created by this alert rule. */
8280
9333
  severity?: AlertSeverity;
8281
- /** The tactics of the alert rule template */
8282
- tactics?: AttackTactic[];
8283
- };
9334
+ }
8284
9335
 
8285
9336
  /** Threat Intelligence alert rule template properties */
8286
- export declare type ThreatIntelligenceAlertRuleTemplateProperties = AlertRuleTemplatePropertiesBase & {
9337
+ export declare interface ThreatIntelligenceAlertRuleTemplateProperties extends AlertRuleTemplateWithMitreProperties {
8287
9338
  /** The severity for alerts created by this alert rule. */
8288
9339
  severity: AlertSeverity;
8289
- /** The tactics of the alert rule template */
8290
- tactics?: AttackTactic[];
8291
- };
9340
+ }
8292
9341
 
8293
9342
  /** Array of tags to be appended to the threat intelligence indicator. */
8294
9343
  export declare interface ThreatIntelligenceAppendTags {
@@ -8371,7 +9420,7 @@ export declare interface ThreatIntelligenceIndicator {
8371
9420
  * update.
8372
9421
  * @param options The options parameters.
8373
9422
  */
8374
- createIndicator(resourceGroupName: string, workspaceName: string, threatIntelligenceProperties: ThreatIntelligenceIndicatorModelForRequestBody, options?: ThreatIntelligenceIndicatorCreateIndicatorOptionalParams): Promise<ThreatIntelligenceIndicatorCreateIndicatorResponse>;
9423
+ createIndicator(resourceGroupName: string, workspaceName: string, threatIntelligenceProperties: ThreatIntelligenceIndicatorModel, options?: ThreatIntelligenceIndicatorCreateIndicatorOptionalParams): Promise<ThreatIntelligenceIndicatorCreateIndicatorResponse>;
8375
9424
  /**
8376
9425
  * View a threat intelligence indicator by name.
8377
9426
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -8389,7 +9438,7 @@ export declare interface ThreatIntelligenceIndicator {
8389
9438
  * update.
8390
9439
  * @param options The options parameters.
8391
9440
  */
8392
- create(resourceGroupName: string, workspaceName: string, name: string, threatIntelligenceProperties: ThreatIntelligenceIndicatorModelForRequestBody, options?: ThreatIntelligenceIndicatorCreateOptionalParams): Promise<ThreatIntelligenceIndicatorCreateResponse>;
9441
+ create(resourceGroupName: string, workspaceName: string, name: string, threatIntelligenceProperties: ThreatIntelligenceIndicatorModel, options?: ThreatIntelligenceIndicatorCreateOptionalParams): Promise<ThreatIntelligenceIndicatorCreateResponse>;
8393
9442
  /**
8394
9443
  * Delete a threat intelligence indicator.
8395
9444
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -8415,7 +9464,7 @@ export declare interface ThreatIntelligenceIndicator {
8415
9464
  * @param threatIntelligenceReplaceTags Tags in the threat intelligence indicator to be replaced.
8416
9465
  * @param options The options parameters.
8417
9466
  */
8418
- replaceTags(resourceGroupName: string, workspaceName: string, name: string, threatIntelligenceReplaceTags: ThreatIntelligenceIndicatorModelForRequestBody, options?: ThreatIntelligenceIndicatorReplaceTagsOptionalParams): Promise<ThreatIntelligenceIndicatorReplaceTagsResponse>;
9467
+ replaceTags(resourceGroupName: string, workspaceName: string, name: string, threatIntelligenceReplaceTags: ThreatIntelligenceIndicatorModel, options?: ThreatIntelligenceIndicatorReplaceTagsOptionalParams): Promise<ThreatIntelligenceIndicatorReplaceTagsResponse>;
8419
9468
  }
8420
9469
 
8421
9470
  /** Optional parameters. */
@@ -8466,83 +9515,7 @@ export declare interface ThreatIntelligenceIndicatorMetricsListOptionalParams ex
8466
9515
  export declare type ThreatIntelligenceIndicatorMetricsListResponse = ThreatIntelligenceMetricsList;
8467
9516
 
8468
9517
  /** Threat intelligence indicator entity. */
8469
- export declare type ThreatIntelligenceIndicatorModel = ThreatIntelligenceInformation & {
8470
- /**
8471
- * A bag of custom fields that should be part of the entity and will be presented to the user.
8472
- * NOTE: This property will not be serialized. It can only be populated by the server.
8473
- */
8474
- readonly additionalData?: {
8475
- [propertyName: string]: Record<string, unknown>;
8476
- };
8477
- /**
8478
- * The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.
8479
- * NOTE: This property will not be serialized. It can only be populated by the server.
8480
- */
8481
- readonly friendlyName?: string;
8482
- /** List of tags */
8483
- threatIntelligenceTags?: string[];
8484
- /** Last updated time in UTC */
8485
- lastUpdatedTimeUtc?: string;
8486
- /** Source of a threat intelligence entity */
8487
- source?: string;
8488
- /** Display name of a threat intelligence entity */
8489
- displayName?: string;
8490
- /** Description of a threat intelligence entity */
8491
- description?: string;
8492
- /** Indicator types of threat intelligence entities */
8493
- indicatorTypes?: string[];
8494
- /** Pattern of a threat intelligence entity */
8495
- pattern?: string;
8496
- /** Pattern type of a threat intelligence entity */
8497
- patternType?: string;
8498
- /** Pattern version of a threat intelligence entity */
8499
- patternVersion?: string;
8500
- /** Kill chain phases */
8501
- killChainPhases?: ThreatIntelligenceKillChainPhase[];
8502
- /** Parsed patterns */
8503
- parsedPattern?: ThreatIntelligenceParsedPattern[];
8504
- /** External ID of threat intelligence entity */
8505
- externalId?: string;
8506
- /** Created by reference of threat intelligence entity */
8507
- createdByRef?: string;
8508
- /** Is threat intelligence entity defanged */
8509
- defanged?: boolean;
8510
- /** External last updated time in UTC */
8511
- externalLastUpdatedTimeUtc?: string;
8512
- /** External References */
8513
- externalReferences?: ThreatIntelligenceExternalReference[];
8514
- /** Granular Markings */
8515
- granularMarkings?: ThreatIntelligenceGranularMarkingModel[];
8516
- /** Labels of threat intelligence entity */
8517
- labels?: string[];
8518
- /** Is threat intelligence entity revoked */
8519
- revoked?: boolean;
8520
- /** Confidence of threat intelligence entity */
8521
- confidence?: number;
8522
- /** Threat intelligence entity object marking references */
8523
- objectMarkingRefs?: string[];
8524
- /** Language of threat intelligence entity */
8525
- language?: string;
8526
- /** Threat types */
8527
- threatTypes?: string[];
8528
- /** Valid from */
8529
- validFrom?: string;
8530
- /** Valid until */
8531
- validUntil?: string;
8532
- /** Created by */
8533
- created?: string;
8534
- /** Modified by */
8535
- modified?: string;
8536
- /** Extensions map */
8537
- extensions?: {
8538
- [propertyName: string]: any;
8539
- };
8540
- };
8541
-
8542
- /** Threat intelligence indicator entity used in request body. */
8543
- export declare type ThreatIntelligenceIndicatorModelForRequestBody = ThreatIntelligenceResourceKind & {
8544
- /** Etag of the azure resource */
8545
- etag?: string;
9518
+ export declare interface ThreatIntelligenceIndicatorModel extends ThreatIntelligenceInformation {
8546
9519
  /**
8547
9520
  * A bag of custom fields that should be part of the entity and will be presented to the user.
8548
9521
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -8613,10 +9586,10 @@ export declare type ThreatIntelligenceIndicatorModelForRequestBody = ThreatIntel
8613
9586
  extensions?: {
8614
9587
  [propertyName: string]: any;
8615
9588
  };
8616
- };
9589
+ }
8617
9590
 
8618
9591
  /** Describes threat intelligence entity properties */
8619
- export declare type ThreatIntelligenceIndicatorProperties = EntityCommonProperties & {
9592
+ export declare interface ThreatIntelligenceIndicatorProperties extends EntityCommonProperties {
8620
9593
  /** List of tags */
8621
9594
  threatIntelligenceTags?: string[];
8622
9595
  /** Last updated time in UTC */
@@ -8675,7 +9648,7 @@ export declare type ThreatIntelligenceIndicatorProperties = EntityCommonProperti
8675
9648
  extensions?: {
8676
9649
  [propertyName: string]: any;
8677
9650
  };
8678
- };
9651
+ }
8679
9652
 
8680
9653
  /** Optional parameters. */
8681
9654
  export declare interface ThreatIntelligenceIndicatorQueryIndicatorsNextOptionalParams extends coreClient.OperationOptions {
@@ -8740,7 +9713,10 @@ export declare interface ThreatIntelligenceIndicatorsListOptionalParams extends
8740
9713
  export declare type ThreatIntelligenceIndicatorsListResponse = ThreatIntelligenceInformationList;
8741
9714
 
8742
9715
  /** Threat intelligence information object. */
8743
- export declare type ThreatIntelligenceInformation = ResourceWithEtag & ThreatIntelligenceResourceKind & {};
9716
+ export declare interface ThreatIntelligenceInformation extends ResourceWithEtag {
9717
+ /** The kind of the entity. */
9718
+ kind: ThreatIntelligenceResourceKindEnum;
9719
+ }
8744
9720
 
8745
9721
  /** List of all the threat intelligence information objects. */
8746
9722
  export declare interface ThreatIntelligenceInformationList {
@@ -8811,12 +9787,6 @@ export declare interface ThreatIntelligenceParsedPatternTypeValue {
8811
9787
  value?: string;
8812
9788
  }
8813
9789
 
8814
- /** Describes an entity with kind. */
8815
- export declare interface ThreatIntelligenceResourceKind {
8816
- /** The kind of the entity. */
8817
- kind: ThreatIntelligenceResourceKindEnum;
8818
- }
8819
-
8820
9790
  /**
8821
9791
  * Defines values for ThreatIntelligenceResourceKindEnum. \
8822
9792
  * {@link KnownThreatIntelligenceResourceKindEnum} can be used interchangeably with ThreatIntelligenceResourceKindEnum,
@@ -8846,25 +9816,26 @@ export declare interface ThreatIntelligenceSortingCriteria {
8846
9816
  export declare type ThreatIntelligenceSortingCriteriaEnum = string;
8847
9817
 
8848
9818
  /** Threat Intelligence Platforms data connector check requirements */
8849
- export declare type TICheckRequirements = DataConnectorsCheckRequirements & {
9819
+ export declare interface TICheckRequirements extends DataConnectorsCheckRequirements {
8850
9820
  /** Polymorphic discriminator, which specifies the different types this object can be */
8851
9821
  kind: "ThreatIntelligence";
8852
9822
  /** The tenant id to connect to, and get the data from. */
8853
9823
  tenantId?: string;
8854
- };
9824
+ }
8855
9825
 
8856
9826
  /** Threat Intelligence Platforms data connector required properties. */
8857
- export declare type TICheckRequirementsProperties = DataConnectorTenantId & {};
9827
+ export declare interface TICheckRequirementsProperties extends DataConnectorTenantId {
9828
+ }
8858
9829
 
8859
9830
  /** Represents threat intelligence data connector. */
8860
- export declare type TIDataConnector = DataConnector & {
9831
+ export declare interface TIDataConnector extends DataConnector {
8861
9832
  /** The tenant id to connect to, and get the data from. */
8862
9833
  tenantId?: string;
8863
9834
  /** The lookback period for the feed to be imported. */
8864
9835
  tipLookbackPeriod?: Date;
8865
9836
  /** The available data types for the connector. */
8866
9837
  dataTypes?: TIDataConnectorDataTypes;
8867
- };
9838
+ }
8868
9839
 
8869
9840
  /** The available data types for TI (Threat Intelligence) data connector. */
8870
9841
  export declare interface TIDataConnectorDataTypes {
@@ -8873,15 +9844,16 @@ export declare interface TIDataConnectorDataTypes {
8873
9844
  }
8874
9845
 
8875
9846
  /** Data type for indicators connection. */
8876
- export declare type TIDataConnectorDataTypesIndicators = DataConnectorDataTypeCommon & {};
9847
+ export declare interface TIDataConnectorDataTypesIndicators extends DataConnectorDataTypeCommon {
9848
+ }
8877
9849
 
8878
9850
  /** TI (Threat Intelligence) data connector properties. */
8879
- export declare type TIDataConnectorProperties = DataConnectorTenantId & {
9851
+ export declare interface TIDataConnectorProperties extends DataConnectorTenantId {
8880
9852
  /** The lookback period for the feed to be imported. */
8881
9853
  tipLookbackPeriod?: Date;
8882
9854
  /** The available data types for the connector. */
8883
9855
  dataTypes: TIDataConnectorDataTypes;
8884
- };
9856
+ }
8885
9857
 
8886
9858
  /** timeline aggregation information per kind */
8887
9859
  export declare interface TimelineAggregation {
@@ -8912,18 +9884,19 @@ export declare interface TimelineResultsMetadata {
8912
9884
  }
8913
9885
 
8914
9886
  /** Threat Intelligence TAXII data connector check requirements */
8915
- export declare type TiTaxiiCheckRequirements = DataConnectorsCheckRequirements & {
9887
+ export declare interface TiTaxiiCheckRequirements extends DataConnectorsCheckRequirements {
8916
9888
  /** Polymorphic discriminator, which specifies the different types this object can be */
8917
9889
  kind: "ThreatIntelligenceTaxii";
8918
9890
  /** The tenant id to connect to, and get the data from. */
8919
9891
  tenantId?: string;
8920
- };
9892
+ }
8921
9893
 
8922
9894
  /** Threat Intelligence TAXII data connector required properties. */
8923
- export declare type TiTaxiiCheckRequirementsProperties = DataConnectorTenantId & {};
9895
+ export declare interface TiTaxiiCheckRequirementsProperties extends DataConnectorTenantId {
9896
+ }
8924
9897
 
8925
9898
  /** Data connector to pull Threat intelligence data from TAXII 2.0/2.1 server */
8926
- export declare type TiTaxiiDataConnector = DataConnector & {
9899
+ export declare interface TiTaxiiDataConnector extends DataConnector {
8927
9900
  /** The tenant id to connect to, and get the data from. */
8928
9901
  tenantId?: string;
8929
9902
  /** The workspace id. */
@@ -8944,7 +9917,7 @@ export declare type TiTaxiiDataConnector = DataConnector & {
8944
9917
  pollingFrequency?: PollingFrequency;
8945
9918
  /** The available data types for Threat Intelligence TAXII data connector. */
8946
9919
  dataTypes?: TiTaxiiDataConnectorDataTypes;
8947
- };
9920
+ }
8948
9921
 
8949
9922
  /** The available data types for Threat Intelligence TAXII data connector. */
8950
9923
  export declare interface TiTaxiiDataConnectorDataTypes {
@@ -8953,10 +9926,11 @@ export declare interface TiTaxiiDataConnectorDataTypes {
8953
9926
  }
8954
9927
 
8955
9928
  /** Data type for TAXII connector. */
8956
- export declare type TiTaxiiDataConnectorDataTypesTaxiiClient = DataConnectorDataTypeCommon & {};
9929
+ export declare interface TiTaxiiDataConnectorDataTypesTaxiiClient extends DataConnectorDataTypeCommon {
9930
+ }
8957
9931
 
8958
9932
  /** Threat Intelligence TAXII data connector properties. */
8959
- export declare type TiTaxiiDataConnectorProperties = DataConnectorTenantId & {
9933
+ export declare interface TiTaxiiDataConnectorProperties extends DataConnectorTenantId {
8960
9934
  /** The workspace id. */
8961
9935
  workspaceId?: string;
8962
9936
  /** The friendly name for the TAXII server. */
@@ -8975,7 +9949,7 @@ export declare type TiTaxiiDataConnectorProperties = DataConnectorTenantId & {
8975
9949
  pollingFrequency: PollingFrequency | null;
8976
9950
  /** The available data types for Threat Intelligence TAXII data connector. */
8977
9951
  dataTypes: TiTaxiiDataConnectorDataTypes;
8978
- };
9952
+ }
8979
9953
 
8980
9954
  /** Defines values for TriggerOperator. */
8981
9955
  export declare type TriggerOperator = "GreaterThan" | "LessThan" | "Equal" | "NotEqual";
@@ -8985,7 +9959,8 @@ export declare type TriggerOperator = "GreaterThan" | "LessThan" | "Equal" | "No
8985
9959
  * {@link KnownTriggersOn} can be used interchangeably with TriggersOn,
8986
9960
  * this enum contains the known values that the service supports.
8987
9961
  * ### Known values supported by the service
8988
- * **Incidents**: Trigger on Incidents
9962
+ * **Incidents**: Trigger on Incidents \
9963
+ * **Alerts**: Trigger on Alerts
8989
9964
  */
8990
9965
  export declare type TriggersOn = string;
8991
9966
 
@@ -8994,15 +9969,16 @@ export declare type TriggersOn = string;
8994
9969
  * {@link KnownTriggersWhen} can be used interchangeably with TriggersWhen,
8995
9970
  * this enum contains the known values that the service supports.
8996
9971
  * ### Known values supported by the service
8997
- * **Created**: Trigger on created objects
9972
+ * **Created**: Trigger on created objects \
9973
+ * **Updated**: Trigger on updated objects
8998
9974
  */
8999
9975
  export declare type TriggersWhen = string;
9000
9976
 
9001
9977
  /** Settings with single toggle. */
9002
- export declare type Ueba = Settings & {
9978
+ export declare interface Ueba extends Settings {
9003
9979
  /** The relevant data sources that enriched by ueba */
9004
9980
  dataSources?: UebaDataSources[];
9005
- };
9981
+ }
9006
9982
 
9007
9983
  /**
9008
9984
  * Defines values for UebaDataSources. \
@@ -9017,7 +9993,7 @@ export declare type Ueba = Settings & {
9017
9993
  export declare type UebaDataSources = string;
9018
9994
 
9019
9995
  /** Represents a url entity. */
9020
- export declare type UrlEntity = Entity & {
9996
+ export declare interface UrlEntity extends Entity {
9021
9997
  /**
9022
9998
  * A bag of custom fields that should be part of the entity and will be presented to the user.
9023
9999
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -9035,16 +10011,16 @@ export declare type UrlEntity = Entity & {
9035
10011
  * NOTE: This property will not be serialized. It can only be populated by the server.
9036
10012
  */
9037
10013
  readonly url?: string;
9038
- };
10014
+ }
9039
10015
 
9040
10016
  /** Url entity property bag. */
9041
- export declare type UrlEntityProperties = EntityCommonProperties & {
10017
+ export declare interface UrlEntityProperties extends EntityCommonProperties {
9042
10018
  /**
9043
10019
  * A full URL the entity points to
9044
10020
  * NOTE: This property will not be serialized. It can only be populated by the server.
9045
10021
  */
9046
10022
  readonly url?: string;
9047
- };
10023
+ }
9048
10024
 
9049
10025
  /** User information that made some action */
9050
10026
  export declare interface UserInfo {
@@ -9062,16 +10038,28 @@ export declare interface UserInfo {
9062
10038
  objectId?: string;
9063
10039
  }
9064
10040
 
10041
+ /**
10042
+ * Defines values for Version. \
10043
+ * {@link KnownVersion} can be used interchangeably with Version,
10044
+ * this enum contains the known values that the service supports.
10045
+ * ### Known values supported by the service
10046
+ * **V1** \
10047
+ * **V2**
10048
+ */
10049
+ export declare type Version = string;
10050
+
9065
10051
  /** Represents a Watchlist in Azure Security Insights. */
9066
- export declare type Watchlist = ResourceWithEtag & {
10052
+ export declare interface Watchlist extends ResourceWithEtag {
9067
10053
  /** The id (a Guid) of the watchlist */
9068
10054
  watchlistId?: string;
9069
10055
  /** The display name of the watchlist */
9070
10056
  displayName?: string;
9071
10057
  /** The provider of the watchlist */
9072
10058
  provider?: string;
9073
- /** The source of the watchlist */
9074
- source?: Source;
10059
+ /** The filename of the watchlist, called 'source' */
10060
+ source?: string;
10061
+ /** The sourceType of the watchlist */
10062
+ sourceType?: SourceType;
9075
10063
  /** The time the watchlist was created */
9076
10064
  created?: Date;
9077
10065
  /** The last time the watchlist was updated */
@@ -9104,12 +10092,10 @@ export declare type Watchlist = ResourceWithEtag & {
9104
10092
  contentType?: string;
9105
10093
  /** The status of the Watchlist upload : New, InProgress or Complete. Pls note : When a Watchlist upload status is equal to InProgress, the Watchlist cannot be deleted */
9106
10094
  uploadStatus?: string;
9107
- /** The number of Watchlist Items in the Watchlist */
9108
- watchlistItemsCount?: number;
9109
- };
10095
+ }
9110
10096
 
9111
10097
  /** Represents a Watchlist item in Azure Security Insights. */
9112
- export declare type WatchlistItem = ResourceWithEtag & {
10098
+ export declare interface WatchlistItem extends ResourceWithEtag {
9113
10099
  /** The type of the watchlist item */
9114
10100
  watchlistItemType?: string;
9115
10101
  /** The id (a Guid) of the watchlist item */
@@ -9127,10 +10113,14 @@ export declare type WatchlistItem = ResourceWithEtag & {
9127
10113
  /** Describes a user that updated the watchlist item */
9128
10114
  updatedBy?: UserInfo;
9129
10115
  /** key-value pairs for a watchlist item */
9130
- itemsKeyValue?: Record<string, unknown>;
10116
+ itemsKeyValue?: {
10117
+ [propertyName: string]: any;
10118
+ };
9131
10119
  /** key-value pairs for a watchlist item entity mapping */
9132
- entityMapping?: Record<string, unknown>;
9133
- };
10120
+ entityMapping?: {
10121
+ [propertyName: string]: any;
10122
+ };
10123
+ }
9134
10124
 
9135
10125
  /** List all the watchlist items. */
9136
10126
  export declare interface WatchlistItemList {
@@ -9203,6 +10193,8 @@ export declare type WatchlistItemsGetResponse = WatchlistItem;
9203
10193
 
9204
10194
  /** Optional parameters. */
9205
10195
  export declare interface WatchlistItemsListNextOptionalParams extends coreClient.OperationOptions {
10196
+ /** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. */
10197
+ skipToken?: string;
9206
10198
  }
9207
10199
 
9208
10200
  /** Contains response data for the listNext operation. */
@@ -9210,6 +10202,8 @@ export declare type WatchlistItemsListNextResponse = WatchlistItemList;
9210
10202
 
9211
10203
  /** Optional parameters. */
9212
10204
  export declare interface WatchlistItemsListOptionalParams extends coreClient.OperationOptions {
10205
+ /** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. */
10206
+ skipToken?: string;
9213
10207
  }
9214
10208
 
9215
10209
  /** Contains response data for the list operation. */
@@ -9250,11 +10244,14 @@ export declare interface Watchlists {
9250
10244
  * @param watchlistAlias Watchlist Alias
9251
10245
  * @param options The options parameters.
9252
10246
  */
9253
- delete(resourceGroupName: string, workspaceName: string, watchlistAlias: string, options?: WatchlistsDeleteOptionalParams): Promise<void>;
10247
+ delete(resourceGroupName: string, workspaceName: string, watchlistAlias: string, options?: WatchlistsDeleteOptionalParams): Promise<WatchlistsDeleteResponse>;
9254
10248
  /**
9255
- * Creates or updates a watchlist and its watchlist items (bulk creation, e.g. through text/csv content
9256
- * type). To create a Watchlist and its items, we should call this endpoint with rawContent and
9257
- * contentType properties.
10249
+ * Create or update a Watchlist and its Watchlist Items (bulk creation, e.g. through text/csv content
10250
+ * type). To create a Watchlist and its Items, we should call this endpoint with either rawContent or a
10251
+ * valid SAR URI and contentType properties. The rawContent is mainly used for small watchlist (content
10252
+ * size below 3.8 MB). The SAS URI enables the creation of large watchlist, where the content size can
10253
+ * go up to 500 MB. The status of processing such large file can be polled through the URL returned in
10254
+ * Azure-AsyncOperation header.
9258
10255
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
9259
10256
  * @param workspaceName The name of the workspace.
9260
10257
  * @param watchlistAlias Watchlist Alias
@@ -9264,6 +10261,12 @@ export declare interface Watchlists {
9264
10261
  createOrUpdate(resourceGroupName: string, workspaceName: string, watchlistAlias: string, watchlist: Watchlist, options?: WatchlistsCreateOrUpdateOptionalParams): Promise<WatchlistsCreateOrUpdateResponse>;
9265
10262
  }
9266
10263
 
10264
+ /** Defines headers for Watchlists_createOrUpdate operation. */
10265
+ export declare interface WatchlistsCreateOrUpdateHeaders {
10266
+ /** Contains the status URL on which clients are expected to poll the status of the operation. */
10267
+ azureAsyncOperation?: string;
10268
+ }
10269
+
9267
10270
  /** Optional parameters. */
9268
10271
  export declare interface WatchlistsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
9269
10272
  }
@@ -9271,10 +10274,19 @@ export declare interface WatchlistsCreateOrUpdateOptionalParams extends coreClie
9271
10274
  /** Contains response data for the createOrUpdate operation. */
9272
10275
  export declare type WatchlistsCreateOrUpdateResponse = Watchlist;
9273
10276
 
10277
+ /** Defines headers for Watchlists_delete operation. */
10278
+ export declare interface WatchlistsDeleteHeaders {
10279
+ /** Contains the status URL on which clients are expected to poll the status of the delete operation. */
10280
+ azureAsyncOperation?: string;
10281
+ }
10282
+
9274
10283
  /** Optional parameters. */
9275
10284
  export declare interface WatchlistsDeleteOptionalParams extends coreClient.OperationOptions {
9276
10285
  }
9277
10286
 
10287
+ /** Contains response data for the delete operation. */
10288
+ export declare type WatchlistsDeleteResponse = WatchlistsDeleteHeaders;
10289
+
9278
10290
  /** Optional parameters. */
9279
10291
  export declare interface WatchlistsGetOptionalParams extends coreClient.OperationOptions {
9280
10292
  }
@@ -9284,6 +10296,8 @@ export declare type WatchlistsGetResponse = Watchlist;
9284
10296
 
9285
10297
  /** Optional parameters. */
9286
10298
  export declare interface WatchlistsListNextOptionalParams extends coreClient.OperationOptions {
10299
+ /** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. */
10300
+ skipToken?: string;
9287
10301
  }
9288
10302
 
9289
10303
  /** Contains response data for the listNext operation. */
@@ -9291,9 +10305,23 @@ export declare type WatchlistsListNextResponse = WatchlistList;
9291
10305
 
9292
10306
  /** Optional parameters. */
9293
10307
  export declare interface WatchlistsListOptionalParams extends coreClient.OperationOptions {
10308
+ /** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. */
10309
+ skipToken?: string;
9294
10310
  }
9295
10311
 
9296
10312
  /** Contains response data for the list operation. */
9297
10313
  export declare type WatchlistsListResponse = WatchlistList;
9298
10314
 
10315
+ /** Detail about the webhook object. */
10316
+ export declare interface Webhook {
10317
+ /** Unique identifier for the webhook. */
10318
+ webhookId?: string;
10319
+ /** URL that gets invoked by the webhook. */
10320
+ webhookUrl?: string;
10321
+ /** Time when the webhook secret was updated. */
10322
+ webhookSecretUpdateTime?: string;
10323
+ /** A flag to instruct the backend service to rotate webhook secret. */
10324
+ rotateWebhookSecret?: boolean;
10325
+ }
10326
+
9299
10327
  export { }