@azure/arm-securityinsight 1.0.0-beta.1

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 (372) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/LICENSE +21 -0
  3. package/README.md +98 -0
  4. package/dist/index.js +20426 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/index.d.ts +5 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/dist-esm/src/index.js +12 -0
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/models/index.d.ts +7571 -0
  13. package/dist-esm/src/models/index.d.ts.map +1 -0
  14. package/dist-esm/src/models/index.js +813 -0
  15. package/dist-esm/src/models/index.js.map +1 -0
  16. package/dist-esm/src/models/mappers.d.ts +437 -0
  17. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  18. package/dist-esm/src/models/mappers.js +12661 -0
  19. package/dist-esm/src/models/mappers.js.map +1 -0
  20. package/dist-esm/src/models/parameters.d.ts +68 -0
  21. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  22. package/dist-esm/src/models/parameters.js +518 -0
  23. package/dist-esm/src/models/parameters.js.map +1 -0
  24. package/dist-esm/src/operations/actions.d.ts +69 -0
  25. package/dist-esm/src/operations/actions.d.ts.map +1 -0
  26. package/dist-esm/src/operations/actions.js +249 -0
  27. package/dist-esm/src/operations/actions.js.map +1 -0
  28. package/dist-esm/src/operations/alertRuleTemplates.d.ts +46 -0
  29. package/dist-esm/src/operations/alertRuleTemplates.d.ts.map +1 -0
  30. package/dist-esm/src/operations/alertRuleTemplates.js +169 -0
  31. package/dist-esm/src/operations/alertRuleTemplates.js.map +1 -0
  32. package/dist-esm/src/operations/alertRules.d.ts +63 -0
  33. package/dist-esm/src/operations/alertRules.d.ts.map +1 -0
  34. package/dist-esm/src/operations/alertRules.js +238 -0
  35. package/dist-esm/src/operations/alertRules.js.map +1 -0
  36. package/dist-esm/src/operations/automationRules.d.ts +63 -0
  37. package/dist-esm/src/operations/automationRules.d.ts.map +1 -0
  38. package/dist-esm/src/operations/automationRules.js +244 -0
  39. package/dist-esm/src/operations/automationRules.js.map +1 -0
  40. package/dist-esm/src/operations/bookmarkOperations.d.ts +22 -0
  41. package/dist-esm/src/operations/bookmarkOperations.d.ts.map +1 -0
  42. package/dist-esm/src/operations/bookmarkOperations.js +58 -0
  43. package/dist-esm/src/operations/bookmarkOperations.js.map +1 -0
  44. package/dist-esm/src/operations/bookmarkRelations.d.ts +69 -0
  45. package/dist-esm/src/operations/bookmarkRelations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/bookmarkRelations.js +268 -0
  47. package/dist-esm/src/operations/bookmarkRelations.js.map +1 -0
  48. package/dist-esm/src/operations/bookmarks.d.ts +63 -0
  49. package/dist-esm/src/operations/bookmarks.d.ts.map +1 -0
  50. package/dist-esm/src/operations/bookmarks.js +238 -0
  51. package/dist-esm/src/operations/bookmarks.js.map +1 -0
  52. package/dist-esm/src/operations/dataConnectors.d.ts +80 -0
  53. package/dist-esm/src/operations/dataConnectors.d.ts.map +1 -0
  54. package/dist-esm/src/operations/dataConnectors.js +313 -0
  55. package/dist-esm/src/operations/dataConnectors.js.map +1 -0
  56. package/dist-esm/src/operations/dataConnectorsCheckRequirementsOperations.d.ts +21 -0
  57. package/dist-esm/src/operations/dataConnectorsCheckRequirementsOperations.d.ts.map +1 -0
  58. package/dist-esm/src/operations/dataConnectorsCheckRequirementsOperations.js +61 -0
  59. package/dist-esm/src/operations/dataConnectorsCheckRequirementsOperations.js.map +1 -0
  60. package/dist-esm/src/operations/domainWhois.d.ts +20 -0
  61. package/dist-esm/src/operations/domainWhois.d.ts.map +1 -0
  62. package/dist-esm/src/operations/domainWhois.js +52 -0
  63. package/dist-esm/src/operations/domainWhois.js.map +1 -0
  64. package/dist-esm/src/operations/entities.d.ts +73 -0
  65. package/dist-esm/src/operations/entities.d.ts.map +1 -0
  66. package/dist-esm/src/operations/entities.js +272 -0
  67. package/dist-esm/src/operations/entities.js.map +1 -0
  68. package/dist-esm/src/operations/entitiesGetTimeline.d.ts +22 -0
  69. package/dist-esm/src/operations/entitiesGetTimeline.d.ts.map +1 -0
  70. package/dist-esm/src/operations/entitiesGetTimeline.js +58 -0
  71. package/dist-esm/src/operations/entitiesGetTimeline.js.map +1 -0
  72. package/dist-esm/src/operations/entitiesRelations.d.ts +41 -0
  73. package/dist-esm/src/operations/entitiesRelations.d.ts.map +1 -0
  74. package/dist-esm/src/operations/entitiesRelations.js +154 -0
  75. package/dist-esm/src/operations/entitiesRelations.js.map +1 -0
  76. package/dist-esm/src/operations/entityQueries.d.ts +63 -0
  77. package/dist-esm/src/operations/entityQueries.d.ts.map +1 -0
  78. package/dist-esm/src/operations/entityQueries.js +238 -0
  79. package/dist-esm/src/operations/entityQueries.js.map +1 -0
  80. package/dist-esm/src/operations/entityQueryTemplates.d.ts +46 -0
  81. package/dist-esm/src/operations/entityQueryTemplates.d.ts.map +1 -0
  82. package/dist-esm/src/operations/entityQueryTemplates.js +169 -0
  83. package/dist-esm/src/operations/entityQueryTemplates.js.map +1 -0
  84. package/dist-esm/src/operations/entityRelations.d.ts +22 -0
  85. package/dist-esm/src/operations/entityRelations.d.ts.map +1 -0
  86. package/dist-esm/src/operations/entityRelations.js +57 -0
  87. package/dist-esm/src/operations/entityRelations.js.map +1 -0
  88. package/dist-esm/src/operations/iPGeodata.d.ts +20 -0
  89. package/dist-esm/src/operations/iPGeodata.d.ts.map +1 -0
  90. package/dist-esm/src/operations/iPGeodata.js +52 -0
  91. package/dist-esm/src/operations/iPGeodata.js.map +1 -0
  92. package/dist-esm/src/operations/incidentComments.d.ts +69 -0
  93. package/dist-esm/src/operations/incidentComments.d.ts.map +1 -0
  94. package/dist-esm/src/operations/incidentComments.js +280 -0
  95. package/dist-esm/src/operations/incidentComments.js.map +1 -0
  96. package/dist-esm/src/operations/incidentRelations.d.ts +69 -0
  97. package/dist-esm/src/operations/incidentRelations.d.ts.map +1 -0
  98. package/dist-esm/src/operations/incidentRelations.js +268 -0
  99. package/dist-esm/src/operations/incidentRelations.js.map +1 -0
  100. package/dist-esm/src/operations/incidents.d.ts +97 -0
  101. package/dist-esm/src/operations/incidents.d.ts.map +1 -0
  102. package/dist-esm/src/operations/incidents.js +382 -0
  103. package/dist-esm/src/operations/incidents.js.map +1 -0
  104. package/dist-esm/src/operations/index.d.ts +33 -0
  105. package/dist-esm/src/operations/index.d.ts.map +1 -0
  106. package/dist-esm/src/operations/index.js +40 -0
  107. package/dist-esm/src/operations/index.js.map +1 -0
  108. package/dist-esm/src/operations/metadata.d.ts +72 -0
  109. package/dist-esm/src/operations/metadata.d.ts.map +1 -0
  110. package/dist-esm/src/operations/metadata.js +291 -0
  111. package/dist-esm/src/operations/metadata.js.map +1 -0
  112. package/dist-esm/src/operations/officeConsents.d.ts +54 -0
  113. package/dist-esm/src/operations/officeConsents.d.ts.map +1 -0
  114. package/dist-esm/src/operations/officeConsents.js +200 -0
  115. package/dist-esm/src/operations/officeConsents.js.map +1 -0
  116. package/dist-esm/src/operations/operations.d.ts +32 -0
  117. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  118. package/dist-esm/src/operations/operations.js +120 -0
  119. package/dist-esm/src/operations/operations.js.map +1 -0
  120. package/dist-esm/src/operations/productSettings.d.ts +45 -0
  121. package/dist-esm/src/operations/productSettings.d.ts.map +1 -0
  122. package/dist-esm/src/operations/productSettings.js +151 -0
  123. package/dist-esm/src/operations/productSettings.js.map +1 -0
  124. package/dist-esm/src/operations/sentinelOnboardingStates.d.ts +44 -0
  125. package/dist-esm/src/operations/sentinelOnboardingStates.d.ts.map +1 -0
  126. package/dist-esm/src/operations/sentinelOnboardingStates.js +168 -0
  127. package/dist-esm/src/operations/sentinelOnboardingStates.js.map +1 -0
  128. package/dist-esm/src/operations/sourceControlOperations.d.ts +41 -0
  129. package/dist-esm/src/operations/sourceControlOperations.d.ts.map +1 -0
  130. package/dist-esm/src/operations/sourceControlOperations.js +143 -0
  131. package/dist-esm/src/operations/sourceControlOperations.js.map +1 -0
  132. package/dist-esm/src/operations/sourceControls.d.ts +63 -0
  133. package/dist-esm/src/operations/sourceControls.d.ts.map +1 -0
  134. package/dist-esm/src/operations/sourceControls.js +244 -0
  135. package/dist-esm/src/operations/sourceControls.js.map +1 -0
  136. package/dist-esm/src/operations/threatIntelligenceIndicator.d.ts +97 -0
  137. package/dist-esm/src/operations/threatIntelligenceIndicator.d.ts.map +1 -0
  138. package/dist-esm/src/operations/threatIntelligenceIndicator.js +387 -0
  139. package/dist-esm/src/operations/threatIntelligenceIndicator.js.map +1 -0
  140. package/dist-esm/src/operations/threatIntelligenceIndicatorMetrics.d.ts +20 -0
  141. package/dist-esm/src/operations/threatIntelligenceIndicatorMetrics.d.ts.map +1 -0
  142. package/dist-esm/src/operations/threatIntelligenceIndicatorMetrics.js +53 -0
  143. package/dist-esm/src/operations/threatIntelligenceIndicatorMetrics.js.map +1 -0
  144. package/dist-esm/src/operations/threatIntelligenceIndicators.d.ts +38 -0
  145. package/dist-esm/src/operations/threatIntelligenceIndicators.d.ts.map +1 -0
  146. package/dist-esm/src/operations/threatIntelligenceIndicators.js +149 -0
  147. package/dist-esm/src/operations/threatIntelligenceIndicators.js.map +1 -0
  148. package/dist-esm/src/operations/watchlistItems.d.ts +69 -0
  149. package/dist-esm/src/operations/watchlistItems.d.ts.map +1 -0
  150. package/dist-esm/src/operations/watchlistItems.js +268 -0
  151. package/dist-esm/src/operations/watchlistItems.js.map +1 -0
  152. package/dist-esm/src/operations/watchlists.d.ts +65 -0
  153. package/dist-esm/src/operations/watchlists.d.ts.map +1 -0
  154. package/dist-esm/src/operations/watchlists.js +240 -0
  155. package/dist-esm/src/operations/watchlists.js.map +1 -0
  156. package/dist-esm/src/operationsInterfaces/actions.d.ts +42 -0
  157. package/dist-esm/src/operationsInterfaces/actions.d.ts.map +1 -0
  158. package/dist-esm/src/operationsInterfaces/actions.js +9 -0
  159. package/dist-esm/src/operationsInterfaces/actions.js.map +1 -0
  160. package/dist-esm/src/operationsInterfaces/alertRuleTemplates.d.ts +21 -0
  161. package/dist-esm/src/operationsInterfaces/alertRuleTemplates.d.ts.map +1 -0
  162. package/dist-esm/src/operationsInterfaces/alertRuleTemplates.js +9 -0
  163. package/dist-esm/src/operationsInterfaces/alertRuleTemplates.js.map +1 -0
  164. package/dist-esm/src/operationsInterfaces/alertRules.d.ts +38 -0
  165. package/dist-esm/src/operationsInterfaces/alertRules.d.ts.map +1 -0
  166. package/dist-esm/src/operationsInterfaces/alertRules.js +9 -0
  167. package/dist-esm/src/operationsInterfaces/alertRules.js.map +1 -0
  168. package/dist-esm/src/operationsInterfaces/automationRules.d.ts +38 -0
  169. package/dist-esm/src/operationsInterfaces/automationRules.d.ts.map +1 -0
  170. package/dist-esm/src/operationsInterfaces/automationRules.js +9 -0
  171. package/dist-esm/src/operationsInterfaces/automationRules.js.map +1 -0
  172. package/dist-esm/src/operationsInterfaces/bookmarkOperations.d.ts +14 -0
  173. package/dist-esm/src/operationsInterfaces/bookmarkOperations.d.ts.map +1 -0
  174. package/dist-esm/src/operationsInterfaces/bookmarkOperations.js +9 -0
  175. package/dist-esm/src/operationsInterfaces/bookmarkOperations.js.map +1 -0
  176. package/dist-esm/src/operationsInterfaces/bookmarkRelations.d.ts +42 -0
  177. package/dist-esm/src/operationsInterfaces/bookmarkRelations.d.ts.map +1 -0
  178. package/dist-esm/src/operationsInterfaces/bookmarkRelations.js +9 -0
  179. package/dist-esm/src/operationsInterfaces/bookmarkRelations.js.map +1 -0
  180. package/dist-esm/src/operationsInterfaces/bookmarks.d.ts +38 -0
  181. package/dist-esm/src/operationsInterfaces/bookmarks.d.ts.map +1 -0
  182. package/dist-esm/src/operationsInterfaces/bookmarks.js +9 -0
  183. package/dist-esm/src/operationsInterfaces/bookmarks.js.map +1 -0
  184. package/dist-esm/src/operationsInterfaces/dataConnectors.d.ts +55 -0
  185. package/dist-esm/src/operationsInterfaces/dataConnectors.d.ts.map +1 -0
  186. package/dist-esm/src/operationsInterfaces/dataConnectors.js +9 -0
  187. package/dist-esm/src/operationsInterfaces/dataConnectors.js.map +1 -0
  188. package/dist-esm/src/operationsInterfaces/dataConnectorsCheckRequirementsOperations.d.ts +13 -0
  189. package/dist-esm/src/operationsInterfaces/dataConnectorsCheckRequirementsOperations.d.ts.map +1 -0
  190. package/dist-esm/src/operationsInterfaces/dataConnectorsCheckRequirementsOperations.js +9 -0
  191. package/dist-esm/src/operationsInterfaces/dataConnectorsCheckRequirementsOperations.js.map +1 -0
  192. package/dist-esm/src/operationsInterfaces/domainWhois.d.ts +12 -0
  193. package/dist-esm/src/operationsInterfaces/domainWhois.d.ts.map +1 -0
  194. package/dist-esm/src/operationsInterfaces/domainWhois.js +9 -0
  195. package/dist-esm/src/operationsInterfaces/domainWhois.js.map +1 -0
  196. package/dist-esm/src/operationsInterfaces/entities.d.ts +48 -0
  197. package/dist-esm/src/operationsInterfaces/entities.d.ts.map +1 -0
  198. package/dist-esm/src/operationsInterfaces/entities.js +9 -0
  199. package/dist-esm/src/operationsInterfaces/entities.js.map +1 -0
  200. package/dist-esm/src/operationsInterfaces/entitiesGetTimeline.d.ts +14 -0
  201. package/dist-esm/src/operationsInterfaces/entitiesGetTimeline.d.ts.map +1 -0
  202. package/dist-esm/src/operationsInterfaces/entitiesGetTimeline.js +9 -0
  203. package/dist-esm/src/operationsInterfaces/entitiesGetTimeline.js.map +1 -0
  204. package/dist-esm/src/operationsInterfaces/entitiesRelations.d.ts +14 -0
  205. package/dist-esm/src/operationsInterfaces/entitiesRelations.d.ts.map +1 -0
  206. package/dist-esm/src/operationsInterfaces/entitiesRelations.js +9 -0
  207. package/dist-esm/src/operationsInterfaces/entitiesRelations.js.map +1 -0
  208. package/dist-esm/src/operationsInterfaces/entityQueries.d.ts +38 -0
  209. package/dist-esm/src/operationsInterfaces/entityQueries.d.ts.map +1 -0
  210. package/dist-esm/src/operationsInterfaces/entityQueries.js +9 -0
  211. package/dist-esm/src/operationsInterfaces/entityQueries.js.map +1 -0
  212. package/dist-esm/src/operationsInterfaces/entityQueryTemplates.d.ts +21 -0
  213. package/dist-esm/src/operationsInterfaces/entityQueryTemplates.d.ts.map +1 -0
  214. package/dist-esm/src/operationsInterfaces/entityQueryTemplates.js +9 -0
  215. package/dist-esm/src/operationsInterfaces/entityQueryTemplates.js.map +1 -0
  216. package/dist-esm/src/operationsInterfaces/entityRelations.d.ts +14 -0
  217. package/dist-esm/src/operationsInterfaces/entityRelations.d.ts.map +1 -0
  218. package/dist-esm/src/operationsInterfaces/entityRelations.js +9 -0
  219. package/dist-esm/src/operationsInterfaces/entityRelations.js.map +1 -0
  220. package/dist-esm/src/operationsInterfaces/iPGeodata.d.ts +12 -0
  221. package/dist-esm/src/operationsInterfaces/iPGeodata.d.ts.map +1 -0
  222. package/dist-esm/src/operationsInterfaces/iPGeodata.js +9 -0
  223. package/dist-esm/src/operationsInterfaces/iPGeodata.js.map +1 -0
  224. package/dist-esm/src/operationsInterfaces/incidentComments.d.ts +42 -0
  225. package/dist-esm/src/operationsInterfaces/incidentComments.d.ts.map +1 -0
  226. package/dist-esm/src/operationsInterfaces/incidentComments.js +9 -0
  227. package/dist-esm/src/operationsInterfaces/incidentComments.js.map +1 -0
  228. package/dist-esm/src/operationsInterfaces/incidentRelations.d.ts +42 -0
  229. package/dist-esm/src/operationsInterfaces/incidentRelations.d.ts.map +1 -0
  230. package/dist-esm/src/operationsInterfaces/incidentRelations.js +9 -0
  231. package/dist-esm/src/operationsInterfaces/incidentRelations.js.map +1 -0
  232. package/dist-esm/src/operationsInterfaces/incidents.d.ts +72 -0
  233. package/dist-esm/src/operationsInterfaces/incidents.d.ts.map +1 -0
  234. package/dist-esm/src/operationsInterfaces/incidents.js +9 -0
  235. package/dist-esm/src/operationsInterfaces/incidents.js.map +1 -0
  236. package/dist-esm/src/operationsInterfaces/index.d.ts +33 -0
  237. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  238. package/dist-esm/src/operationsInterfaces/index.js +40 -0
  239. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  240. package/dist-esm/src/operationsInterfaces/metadata.d.ts +47 -0
  241. package/dist-esm/src/operationsInterfaces/metadata.d.ts.map +1 -0
  242. package/dist-esm/src/operationsInterfaces/metadata.js +9 -0
  243. package/dist-esm/src/operationsInterfaces/metadata.js.map +1 -0
  244. package/dist-esm/src/operationsInterfaces/officeConsents.d.ts +29 -0
  245. package/dist-esm/src/operationsInterfaces/officeConsents.d.ts.map +1 -0
  246. package/dist-esm/src/operationsInterfaces/officeConsents.js +9 -0
  247. package/dist-esm/src/operationsInterfaces/officeConsents.js.map +1 -0
  248. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  249. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  250. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  251. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  252. package/dist-esm/src/operationsInterfaces/productSettings.d.ts +37 -0
  253. package/dist-esm/src/operationsInterfaces/productSettings.d.ts.map +1 -0
  254. package/dist-esm/src/operationsInterfaces/productSettings.js +9 -0
  255. package/dist-esm/src/operationsInterfaces/productSettings.js.map +1 -0
  256. package/dist-esm/src/operationsInterfaces/sentinelOnboardingStates.d.ts +36 -0
  257. package/dist-esm/src/operationsInterfaces/sentinelOnboardingStates.d.ts.map +1 -0
  258. package/dist-esm/src/operationsInterfaces/sentinelOnboardingStates.js +9 -0
  259. package/dist-esm/src/operationsInterfaces/sentinelOnboardingStates.js.map +1 -0
  260. package/dist-esm/src/operationsInterfaces/sourceControlOperations.d.ts +14 -0
  261. package/dist-esm/src/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
  262. package/dist-esm/src/operationsInterfaces/sourceControlOperations.js +9 -0
  263. package/dist-esm/src/operationsInterfaces/sourceControlOperations.js.map +1 -0
  264. package/dist-esm/src/operationsInterfaces/sourceControls.d.ts +38 -0
  265. package/dist-esm/src/operationsInterfaces/sourceControls.d.ts.map +1 -0
  266. package/dist-esm/src/operationsInterfaces/sourceControls.js +9 -0
  267. package/dist-esm/src/operationsInterfaces/sourceControls.js.map +1 -0
  268. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicator.d.ts +68 -0
  269. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicator.d.ts.map +1 -0
  270. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicator.js +9 -0
  271. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicator.js.map +1 -0
  272. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicatorMetrics.d.ts +12 -0
  273. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicatorMetrics.d.ts.map +1 -0
  274. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicatorMetrics.js +9 -0
  275. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicatorMetrics.js.map +1 -0
  276. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicators.d.ts +13 -0
  277. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicators.d.ts.map +1 -0
  278. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicators.js +9 -0
  279. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicators.js.map +1 -0
  280. package/dist-esm/src/operationsInterfaces/watchlistItems.d.ts +42 -0
  281. package/dist-esm/src/operationsInterfaces/watchlistItems.d.ts.map +1 -0
  282. package/dist-esm/src/operationsInterfaces/watchlistItems.js +9 -0
  283. package/dist-esm/src/operationsInterfaces/watchlistItems.js.map +1 -0
  284. package/dist-esm/src/operationsInterfaces/watchlists.d.ts +40 -0
  285. package/dist-esm/src/operationsInterfaces/watchlists.d.ts.map +1 -0
  286. package/dist-esm/src/operationsInterfaces/watchlists.js +9 -0
  287. package/dist-esm/src/operationsInterfaces/watchlists.js.map +1 -0
  288. package/dist-esm/src/securityInsights.d.ts +49 -0
  289. package/dist-esm/src/securityInsights.d.ts.map +1 -0
  290. package/dist-esm/src/securityInsights.js +82 -0
  291. package/dist-esm/src/securityInsights.js.map +1 -0
  292. package/dist-esm/test/sampleTest.d.ts +2 -0
  293. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  294. package/dist-esm/test/sampleTest.js +40 -0
  295. package/dist-esm/test/sampleTest.js.map +1 -0
  296. package/package.json +95 -0
  297. package/review/arm-securityinsight.api.md +5007 -0
  298. package/rollup.config.js +188 -0
  299. package/src/index.ts +12 -0
  300. package/src/models/index.ts +8349 -0
  301. package/src/models/mappers.ts +14311 -0
  302. package/src/models/parameters.ts +616 -0
  303. package/src/operations/actions.ts +351 -0
  304. package/src/operations/alertRuleTemplates.ts +221 -0
  305. package/src/operations/alertRules.ts +314 -0
  306. package/src/operations/automationRules.ts +320 -0
  307. package/src/operations/bookmarkOperations.ts +80 -0
  308. package/src/operations/bookmarkRelations.ts +369 -0
  309. package/src/operations/bookmarks.ts +314 -0
  310. package/src/operations/dataConnectors.ts +413 -0
  311. package/src/operations/dataConnectorsCheckRequirementsOperations.ts +83 -0
  312. package/src/operations/domainWhois.ts +71 -0
  313. package/src/operations/entities.ts +366 -0
  314. package/src/operations/entitiesGetTimeline.ts +80 -0
  315. package/src/operations/entitiesRelations.ts +216 -0
  316. package/src/operations/entityQueries.ts +315 -0
  317. package/src/operations/entityQueryTemplates.ts +221 -0
  318. package/src/operations/entityRelations.ts +78 -0
  319. package/src/operations/iPGeodata.ts +68 -0
  320. package/src/operations/incidentComments.ts +381 -0
  321. package/src/operations/incidentRelations.ts +369 -0
  322. package/src/operations/incidents.ts +508 -0
  323. package/src/operations/index.ts +40 -0
  324. package/src/operations/metadata.ts +381 -0
  325. package/src/operations/officeConsents.ts +263 -0
  326. package/src/operations/operations.ts +137 -0
  327. package/src/operations/productSettings.ts +207 -0
  328. package/src/operations/sentinelOnboardingStates.ts +222 -0
  329. package/src/operations/sourceControlOperations.ts +206 -0
  330. package/src/operations/sourceControls.ts +320 -0
  331. package/src/operations/threatIntelligenceIndicator.ts +526 -0
  332. package/src/operations/threatIntelligenceIndicatorMetrics.ts +73 -0
  333. package/src/operations/threatIntelligenceIndicators.ts +190 -0
  334. package/src/operations/watchlistItems.ts +369 -0
  335. package/src/operations/watchlists.ts +316 -0
  336. package/src/operationsInterfaces/actions.ts +84 -0
  337. package/src/operationsInterfaces/alertRuleTemplates.ts +44 -0
  338. package/src/operationsInterfaces/alertRules.ts +75 -0
  339. package/src/operationsInterfaces/automationRules.ts +75 -0
  340. package/src/operationsInterfaces/bookmarkOperations.ts +32 -0
  341. package/src/operationsInterfaces/bookmarkRelations.ts +83 -0
  342. package/src/operationsInterfaces/bookmarks.ts +75 -0
  343. package/src/operationsInterfaces/dataConnectors.ts +106 -0
  344. package/src/operationsInterfaces/dataConnectorsCheckRequirementsOperations.ts +30 -0
  345. package/src/operationsInterfaces/domainWhois.ts +27 -0
  346. package/src/operationsInterfaces/entities.ts +98 -0
  347. package/src/operationsInterfaces/entitiesGetTimeline.ts +32 -0
  348. package/src/operationsInterfaces/entitiesRelations.ts +28 -0
  349. package/src/operationsInterfaces/entityQueries.ts +76 -0
  350. package/src/operationsInterfaces/entityQueryTemplates.ts +44 -0
  351. package/src/operationsInterfaces/entityRelations.ts +31 -0
  352. package/src/operationsInterfaces/iPGeodata.ts +24 -0
  353. package/src/operationsInterfaces/incidentComments.ts +83 -0
  354. package/src/operationsInterfaces/incidentRelations.ts +83 -0
  355. package/src/operationsInterfaces/incidents.ts +139 -0
  356. package/src/operationsInterfaces/index.ts +40 -0
  357. package/src/operationsInterfaces/metadata.ts +93 -0
  358. package/src/operationsInterfaces/officeConsents.ts +58 -0
  359. package/src/operationsInterfaces/operations.ts +22 -0
  360. package/src/operationsInterfaces/productSettings.ts +74 -0
  361. package/src/operationsInterfaces/sentinelOnboardingStates.ts +71 -0
  362. package/src/operationsInterfaces/sourceControlOperations.ts +32 -0
  363. package/src/operationsInterfaces/sourceControls.ts +75 -0
  364. package/src/operationsInterfaces/threatIntelligenceIndicator.ts +131 -0
  365. package/src/operationsInterfaces/threatIntelligenceIndicatorMetrics.ts +27 -0
  366. package/src/operationsInterfaces/threatIntelligenceIndicators.ts +29 -0
  367. package/src/operationsInterfaces/watchlistItems.ts +83 -0
  368. package/src/operationsInterfaces/watchlists.ts +77 -0
  369. package/src/securityInsights.ts +211 -0
  370. package/tsconfig.json +19 -0
  371. package/types/arm-securityinsight.d.ts +9299 -0
  372. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,5007 @@
1
+ ## API Report File for "@azure/arm-securityinsight"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import * as coreAuth from '@azure/core-auth';
8
+ import * as coreClient from '@azure/core-client';
9
+ import { PagedAsyncIterableIterator } from '@azure/core-paging';
10
+
11
+ // @public
12
+ export type AADCheckRequirements = DataConnectorsCheckRequirements & {
13
+ kind: "AzureActiveDirectory";
14
+ tenantId?: string;
15
+ };
16
+
17
+ // @public
18
+ export type AADCheckRequirementsProperties = DataConnectorTenantId & {};
19
+
20
+ // @public
21
+ export type AADDataConnector = DataConnector & {
22
+ tenantId?: string;
23
+ dataTypes?: AlertsDataTypeOfDataConnector;
24
+ };
25
+
26
+ // @public
27
+ export type AADDataConnectorProperties = DataConnectorTenantId & DataConnectorWithAlertsProperties & {};
28
+
29
+ // @public
30
+ export type AatpCheckRequirements = DataConnectorsCheckRequirements & {
31
+ kind: "AzureAdvancedThreatProtection";
32
+ tenantId?: string;
33
+ };
34
+
35
+ // @public
36
+ export type AatpCheckRequirementsProperties = DataConnectorTenantId & {};
37
+
38
+ // @public
39
+ export type AatpDataConnector = DataConnector & {
40
+ tenantId?: string;
41
+ dataTypes?: AlertsDataTypeOfDataConnector;
42
+ };
43
+
44
+ // @public
45
+ export type AatpDataConnectorProperties = DataConnectorTenantId & DataConnectorWithAlertsProperties & {};
46
+
47
+ // @public
48
+ export type AccountEntity = Entity & {
49
+ readonly additionalData?: {
50
+ [propertyName: string]: Record<string, unknown>;
51
+ };
52
+ readonly friendlyName?: string;
53
+ readonly aadTenantId?: string;
54
+ readonly aadUserId?: string;
55
+ readonly accountName?: string;
56
+ readonly displayName?: string;
57
+ readonly hostEntityId?: string;
58
+ readonly isDomainJoined?: boolean;
59
+ readonly ntDomain?: string;
60
+ readonly objectGuid?: string;
61
+ readonly puid?: string;
62
+ readonly sid?: string;
63
+ readonly upnSuffix?: string;
64
+ readonly dnsDomain?: string;
65
+ };
66
+
67
+ // @public
68
+ export type AccountEntityProperties = EntityCommonProperties & {
69
+ readonly aadTenantId?: string;
70
+ readonly aadUserId?: string;
71
+ readonly accountName?: string;
72
+ readonly displayName?: string;
73
+ readonly hostEntityId?: string;
74
+ readonly isDomainJoined?: boolean;
75
+ readonly ntDomain?: string;
76
+ readonly objectGuid?: string;
77
+ readonly puid?: string;
78
+ readonly sid?: string;
79
+ readonly upnSuffix?: string;
80
+ readonly dnsDomain?: string;
81
+ };
82
+
83
+ // @public
84
+ export interface ActionPropertiesBase {
85
+ logicAppResourceId: string;
86
+ }
87
+
88
+ // @public
89
+ export type ActionRequest = ResourceWithEtag & {
90
+ logicAppResourceId?: string;
91
+ triggerUri?: string;
92
+ };
93
+
94
+ // @public
95
+ export type ActionRequestProperties = ActionPropertiesBase & {
96
+ triggerUri: string;
97
+ };
98
+
99
+ // @public
100
+ export type ActionResponse = ResourceWithEtag & {
101
+ logicAppResourceId?: string;
102
+ workflowId?: string;
103
+ };
104
+
105
+ // @public
106
+ export type ActionResponseProperties = ActionPropertiesBase & {
107
+ workflowId?: string;
108
+ };
109
+
110
+ // @public
111
+ export interface Actions {
112
+ createOrUpdate(resourceGroupName: string, workspaceName: string, ruleId: string, actionId: string, action: ActionRequest, options?: ActionsCreateOrUpdateOptionalParams): Promise<ActionsCreateOrUpdateResponse>;
113
+ delete(resourceGroupName: string, workspaceName: string, ruleId: string, actionId: string, options?: ActionsDeleteOptionalParams): Promise<void>;
114
+ get(resourceGroupName: string, workspaceName: string, ruleId: string, actionId: string, options?: ActionsGetOptionalParams): Promise<ActionsGetResponse>;
115
+ listByAlertRule(resourceGroupName: string, workspaceName: string, ruleId: string, options?: ActionsListByAlertRuleOptionalParams): PagedAsyncIterableIterator<ActionResponse>;
116
+ }
117
+
118
+ // @public
119
+ export interface ActionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
120
+ }
121
+
122
+ // @public
123
+ export type ActionsCreateOrUpdateResponse = ActionResponse;
124
+
125
+ // @public
126
+ export interface ActionsDeleteOptionalParams extends coreClient.OperationOptions {
127
+ }
128
+
129
+ // @public
130
+ export interface ActionsGetOptionalParams extends coreClient.OperationOptions {
131
+ }
132
+
133
+ // @public
134
+ export type ActionsGetResponse = ActionResponse;
135
+
136
+ // @public
137
+ export interface ActionsList {
138
+ readonly nextLink?: string;
139
+ value: ActionResponse[];
140
+ }
141
+
142
+ // @public
143
+ export interface ActionsListByAlertRuleNextOptionalParams extends coreClient.OperationOptions {
144
+ }
145
+
146
+ // @public
147
+ export type ActionsListByAlertRuleNextResponse = ActionsList;
148
+
149
+ // @public
150
+ export interface ActionsListByAlertRuleOptionalParams extends coreClient.OperationOptions {
151
+ }
152
+
153
+ // @public
154
+ export type ActionsListByAlertRuleResponse = ActionsList;
155
+
156
+ // @public
157
+ export type ActivityCustomEntityQuery = CustomEntityQuery & {
158
+ title?: string;
159
+ content?: string;
160
+ description?: string;
161
+ queryDefinitions?: ActivityEntityQueriesPropertiesQueryDefinitions;
162
+ inputEntityType?: EntityType;
163
+ requiredInputFieldsSets?: string[][];
164
+ entitiesFilter?: {
165
+ [propertyName: string]: string[];
166
+ };
167
+ templateName?: string;
168
+ enabled?: boolean;
169
+ readonly createdTimeUtc?: Date;
170
+ readonly lastModifiedTimeUtc?: Date;
171
+ };
172
+
173
+ // @public
174
+ export interface ActivityEntityQueriesPropertiesQueryDefinitions {
175
+ query?: string;
176
+ }
177
+
178
+ // @public
179
+ export type ActivityEntityQuery = EntityQuery & {
180
+ title?: string;
181
+ content?: string;
182
+ description?: string;
183
+ queryDefinitions?: ActivityEntityQueriesPropertiesQueryDefinitions;
184
+ inputEntityType?: EntityType;
185
+ requiredInputFieldsSets?: string[][];
186
+ entitiesFilter?: {
187
+ [propertyName: string]: string[];
188
+ };
189
+ templateName?: string;
190
+ enabled?: boolean;
191
+ readonly createdTimeUtc?: Date;
192
+ readonly lastModifiedTimeUtc?: Date;
193
+ };
194
+
195
+ // @public
196
+ export type ActivityEntityQueryTemplate = EntityQueryTemplate & {
197
+ title?: string;
198
+ content?: string;
199
+ description?: string;
200
+ queryDefinitions?: ActivityEntityQueryTemplatePropertiesQueryDefinitions;
201
+ dataTypes?: DataTypeDefinitions[];
202
+ inputEntityType?: EntityType;
203
+ requiredInputFieldsSets?: string[][];
204
+ entitiesFilter?: {
205
+ [propertyName: string]: string[];
206
+ };
207
+ };
208
+
209
+ // @public
210
+ export interface ActivityEntityQueryTemplatePropertiesQueryDefinitions {
211
+ query?: string;
212
+ summarizeBy?: string;
213
+ }
214
+
215
+ // @public
216
+ export type ActivityTimelineItem = EntityTimelineItem & {
217
+ kind: "Activity";
218
+ queryId: string;
219
+ bucketStartTimeUTC: Date;
220
+ bucketEndTimeUTC: Date;
221
+ firstActivityTimeUTC: Date;
222
+ lastActivityTimeUTC: Date;
223
+ content: string;
224
+ title: string;
225
+ };
226
+
227
+ // @public
228
+ export type AlertDetail = string;
229
+
230
+ // @public
231
+ export interface AlertDetailsOverride {
232
+ alertDescriptionFormat?: string;
233
+ alertDisplayNameFormat?: string;
234
+ alertSeverityColumnName?: string;
235
+ alertTacticsColumnName?: string;
236
+ }
237
+
238
+ // @public
239
+ export type AlertRule = ResourceWithEtag & {
240
+ kind: AlertRuleKind;
241
+ };
242
+
243
+ // @public
244
+ export type AlertRuleKind = string;
245
+
246
+ // @public
247
+ export interface AlertRules {
248
+ createOrUpdate(resourceGroupName: string, workspaceName: string, ruleId: string, alertRule: AlertRuleUnion, options?: AlertRulesCreateOrUpdateOptionalParams): Promise<AlertRulesCreateOrUpdateResponse>;
249
+ delete(resourceGroupName: string, workspaceName: string, ruleId: string, options?: AlertRulesDeleteOptionalParams): Promise<void>;
250
+ get(resourceGroupName: string, workspaceName: string, ruleId: string, options?: AlertRulesGetOptionalParams): Promise<AlertRulesGetResponse>;
251
+ list(resourceGroupName: string, workspaceName: string, options?: AlertRulesListOptionalParams): PagedAsyncIterableIterator<AlertRuleUnion>;
252
+ }
253
+
254
+ // @public
255
+ export interface AlertRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
256
+ }
257
+
258
+ // @public
259
+ export type AlertRulesCreateOrUpdateResponse = AlertRuleUnion;
260
+
261
+ // @public
262
+ export interface AlertRulesDeleteOptionalParams extends coreClient.OperationOptions {
263
+ }
264
+
265
+ // @public
266
+ export interface AlertRulesGetOptionalParams extends coreClient.OperationOptions {
267
+ }
268
+
269
+ // @public
270
+ export type AlertRulesGetResponse = AlertRuleUnion;
271
+
272
+ // @public
273
+ export interface AlertRulesList {
274
+ readonly nextLink?: string;
275
+ value: AlertRuleUnion[];
276
+ }
277
+
278
+ // @public
279
+ export interface AlertRulesListNextOptionalParams extends coreClient.OperationOptions {
280
+ }
281
+
282
+ // @public
283
+ export type AlertRulesListNextResponse = AlertRulesList;
284
+
285
+ // @public
286
+ export interface AlertRulesListOptionalParams extends coreClient.OperationOptions {
287
+ }
288
+
289
+ // @public
290
+ export type AlertRulesListResponse = AlertRulesList;
291
+
292
+ // @public
293
+ export type AlertRuleTemplate = Resource & {
294
+ kind: AlertRuleKind;
295
+ };
296
+
297
+ // @public
298
+ export interface AlertRuleTemplateDataSource {
299
+ connectorId?: string;
300
+ dataTypes?: string[];
301
+ }
302
+
303
+ // @public
304
+ export interface AlertRuleTemplatePropertiesBase {
305
+ alertRulesCreatedByTemplateCount?: number;
306
+ readonly createdDateUTC?: Date;
307
+ description?: string;
308
+ displayName?: string;
309
+ readonly lastUpdatedDateUTC?: Date;
310
+ requiredDataConnectors?: AlertRuleTemplateDataSource[];
311
+ status?: TemplateStatus;
312
+ }
313
+
314
+ // @public
315
+ export interface AlertRuleTemplates {
316
+ get(resourceGroupName: string, workspaceName: string, alertRuleTemplateId: string, options?: AlertRuleTemplatesGetOptionalParams): Promise<AlertRuleTemplatesGetResponse>;
317
+ list(resourceGroupName: string, workspaceName: string, options?: AlertRuleTemplatesListOptionalParams): PagedAsyncIterableIterator<AlertRuleTemplateUnion>;
318
+ }
319
+
320
+ // @public
321
+ export interface AlertRuleTemplatesGetOptionalParams extends coreClient.OperationOptions {
322
+ }
323
+
324
+ // @public
325
+ export type AlertRuleTemplatesGetResponse = AlertRuleTemplateUnion;
326
+
327
+ // @public
328
+ export interface AlertRuleTemplatesList {
329
+ readonly nextLink?: string;
330
+ value: AlertRuleTemplateUnion[];
331
+ }
332
+
333
+ // @public
334
+ export interface AlertRuleTemplatesListNextOptionalParams extends coreClient.OperationOptions {
335
+ }
336
+
337
+ // @public
338
+ export type AlertRuleTemplatesListNextResponse = AlertRuleTemplatesList;
339
+
340
+ // @public
341
+ export interface AlertRuleTemplatesListOptionalParams extends coreClient.OperationOptions {
342
+ }
343
+
344
+ // @public
345
+ export type AlertRuleTemplatesListResponse = AlertRuleTemplatesList;
346
+
347
+ // @public (undocumented)
348
+ export type AlertRuleTemplateUnion = AlertRuleTemplate | MLBehaviorAnalyticsAlertRuleTemplate | FusionAlertRuleTemplate | ThreatIntelligenceAlertRuleTemplate | MicrosoftSecurityIncidentCreationAlertRuleTemplate | ScheduledAlertRuleTemplate | NrtAlertRuleTemplate;
349
+
350
+ // @public (undocumented)
351
+ export type AlertRuleUnion = AlertRule | MLBehaviorAnalyticsAlertRule | FusionAlertRule | ThreatIntelligenceAlertRule | MicrosoftSecurityIncidentCreationAlertRule | ScheduledAlertRule | NrtAlertRule;
352
+
353
+ // @public
354
+ export interface AlertsDataTypeOfDataConnector {
355
+ alerts: DataConnectorDataTypeCommon;
356
+ }
357
+
358
+ // @public
359
+ export type AlertSeverity = string;
360
+
361
+ // @public
362
+ export type AlertStatus = string;
363
+
364
+ // @public
365
+ export type Anomalies = Settings & {
366
+ readonly isEnabled?: boolean;
367
+ };
368
+
369
+ // @public
370
+ export type AntispamMailDirection = string;
371
+
372
+ // @public
373
+ export type ASCCheckRequirements = DataConnectorsCheckRequirements & {
374
+ kind: "AzureSecurityCenter";
375
+ subscriptionId?: string;
376
+ };
377
+
378
+ // @public
379
+ export type ASCDataConnector = DataConnector & {
380
+ dataTypes?: AlertsDataTypeOfDataConnector;
381
+ subscriptionId?: string;
382
+ };
383
+
384
+ // @public
385
+ export type ASCDataConnectorProperties = DataConnectorWithAlertsProperties & {
386
+ subscriptionId?: string;
387
+ };
388
+
389
+ // @public
390
+ export type AttackTactic = string;
391
+
392
+ // @public
393
+ export type AutomationRule = ResourceWithEtag & {
394
+ displayName?: string;
395
+ order?: number;
396
+ triggeringLogic?: AutomationRuleTriggeringLogic;
397
+ actions?: AutomationRuleActionUnion[];
398
+ readonly createdTimeUtc?: Date;
399
+ readonly lastModifiedTimeUtc?: Date;
400
+ readonly createdBy?: ClientInfo;
401
+ readonly lastModifiedBy?: ClientInfo;
402
+ };
403
+
404
+ // @public
405
+ export interface AutomationRuleAction {
406
+ actionType: "RunPlaybook" | "ModifyProperties";
407
+ order: number;
408
+ }
409
+
410
+ // @public
411
+ export type AutomationRuleActionType = string;
412
+
413
+ // @public (undocumented)
414
+ export type AutomationRuleActionUnion = AutomationRuleAction | AutomationRuleRunPlaybookAction | AutomationRuleModifyPropertiesAction;
415
+
416
+ // @public
417
+ export interface AutomationRuleCondition {
418
+ conditionType: "Property";
419
+ }
420
+
421
+ // @public
422
+ export type AutomationRuleConditionType = string;
423
+
424
+ // @public (undocumented)
425
+ export type AutomationRuleConditionUnion = AutomationRuleCondition | AutomationRulePropertyValuesCondition;
426
+
427
+ // @public
428
+ export type AutomationRuleModifyPropertiesAction = AutomationRuleAction & {
429
+ actionType: "ModifyProperties";
430
+ actionConfiguration: AutomationRuleModifyPropertiesActionConfiguration;
431
+ };
432
+
433
+ // @public
434
+ export interface AutomationRuleModifyPropertiesActionConfiguration {
435
+ classification?: IncidentClassification;
436
+ classificationComment?: string;
437
+ classificationReason?: IncidentClassificationReason;
438
+ labels?: IncidentLabel[];
439
+ owner?: IncidentOwnerInfo;
440
+ severity?: IncidentSeverity;
441
+ status?: IncidentStatus;
442
+ }
443
+
444
+ // @public
445
+ export type AutomationRulePropertyConditionSupportedOperator = string;
446
+
447
+ // @public
448
+ export type AutomationRulePropertyConditionSupportedProperty = string;
449
+
450
+ // @public
451
+ export type AutomationRulePropertyValuesCondition = AutomationRuleCondition & {
452
+ conditionType: "Property";
453
+ conditionProperties: AutomationRulePropertyValuesConditionProperties;
454
+ };
455
+
456
+ // @public
457
+ export interface AutomationRulePropertyValuesConditionProperties {
458
+ operator?: AutomationRulePropertyConditionSupportedOperator;
459
+ propertyName?: AutomationRulePropertyConditionSupportedProperty;
460
+ propertyValues?: string[];
461
+ }
462
+
463
+ // @public
464
+ export type AutomationRuleRunPlaybookAction = AutomationRuleAction & {
465
+ actionType: "RunPlaybook";
466
+ actionConfiguration: AutomationRuleRunPlaybookActionConfiguration;
467
+ };
468
+
469
+ // @public
470
+ export interface AutomationRuleRunPlaybookActionConfiguration {
471
+ logicAppResourceId?: string;
472
+ tenantId?: string;
473
+ }
474
+
475
+ // @public
476
+ export interface AutomationRules {
477
+ createOrUpdate(resourceGroupName: string, workspaceName: string, automationRuleId: string, automationRule: AutomationRule, options?: AutomationRulesCreateOrUpdateOptionalParams): Promise<AutomationRulesCreateOrUpdateResponse>;
478
+ delete(resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesDeleteOptionalParams): Promise<void>;
479
+ get(resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesGetOptionalParams): Promise<AutomationRulesGetResponse>;
480
+ list(resourceGroupName: string, workspaceName: string, options?: AutomationRulesListOptionalParams): PagedAsyncIterableIterator<AutomationRule>;
481
+ }
482
+
483
+ // @public
484
+ export interface AutomationRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
485
+ }
486
+
487
+ // @public
488
+ export type AutomationRulesCreateOrUpdateResponse = AutomationRule;
489
+
490
+ // @public
491
+ export interface AutomationRulesDeleteOptionalParams extends coreClient.OperationOptions {
492
+ }
493
+
494
+ // @public
495
+ export interface AutomationRulesGetOptionalParams extends coreClient.OperationOptions {
496
+ }
497
+
498
+ // @public
499
+ export type AutomationRulesGetResponse = AutomationRule;
500
+
501
+ // @public
502
+ export interface AutomationRulesList {
503
+ readonly nextLink?: string;
504
+ value: AutomationRule[];
505
+ }
506
+
507
+ // @public
508
+ export interface AutomationRulesListNextOptionalParams extends coreClient.OperationOptions {
509
+ }
510
+
511
+ // @public
512
+ export type AutomationRulesListNextResponse = AutomationRulesList;
513
+
514
+ // @public
515
+ export interface AutomationRulesListOptionalParams extends coreClient.OperationOptions {
516
+ }
517
+
518
+ // @public
519
+ export type AutomationRulesListResponse = AutomationRulesList;
520
+
521
+ // @public
522
+ export interface AutomationRuleTriggeringLogic {
523
+ conditions?: AutomationRuleConditionUnion[];
524
+ expirationTimeUtc?: Date;
525
+ isEnabled: boolean;
526
+ triggersOn: TriggersOn;
527
+ triggersWhen: TriggersWhen;
528
+ }
529
+
530
+ // @public
531
+ export interface Availability {
532
+ isPreview?: boolean;
533
+ status?: "1";
534
+ }
535
+
536
+ // @public
537
+ export type AwsCloudTrailCheckRequirements = DataConnectorsCheckRequirements & {
538
+ kind: "AmazonWebServicesCloudTrail";
539
+ };
540
+
541
+ // @public
542
+ export type AwsCloudTrailDataConnector = DataConnector & {
543
+ awsRoleArn?: string;
544
+ dataTypes?: AwsCloudTrailDataConnectorDataTypes;
545
+ };
546
+
547
+ // @public
548
+ export interface AwsCloudTrailDataConnectorDataTypes {
549
+ logs: AwsCloudTrailDataConnectorDataTypesLogs;
550
+ }
551
+
552
+ // @public
553
+ export type AwsCloudTrailDataConnectorDataTypesLogs = DataConnectorDataTypeCommon & {};
554
+
555
+ // @public
556
+ export type AwsS3CheckRequirements = DataConnectorsCheckRequirements & {
557
+ kind: "AmazonWebServicesS3";
558
+ };
559
+
560
+ // @public
561
+ export type AwsS3DataConnector = DataConnector & {
562
+ destinationTable?: string;
563
+ sqsUrls?: string[];
564
+ roleArn?: string;
565
+ dataTypes?: AwsS3DataConnectorDataTypes;
566
+ };
567
+
568
+ // @public
569
+ export interface AwsS3DataConnectorDataTypes {
570
+ logs: AwsS3DataConnectorDataTypesLogs;
571
+ }
572
+
573
+ // @public
574
+ export type AwsS3DataConnectorDataTypesLogs = DataConnectorDataTypeCommon & {};
575
+
576
+ // @public
577
+ export type AzureResourceEntity = Entity & {
578
+ readonly additionalData?: {
579
+ [propertyName: string]: Record<string, unknown>;
580
+ };
581
+ readonly friendlyName?: string;
582
+ readonly resourceId?: string;
583
+ readonly subscriptionId?: string;
584
+ };
585
+
586
+ // @public
587
+ export type AzureResourceEntityProperties = EntityCommonProperties & {
588
+ readonly resourceId?: string;
589
+ readonly subscriptionId?: string;
590
+ };
591
+
592
+ // @public
593
+ export type Bookmark = ResourceWithEtag & {
594
+ created?: Date;
595
+ createdBy?: UserInfo;
596
+ displayName?: string;
597
+ labels?: string[];
598
+ notes?: string;
599
+ query?: string;
600
+ queryResult?: string;
601
+ updated?: Date;
602
+ updatedBy?: UserInfo;
603
+ eventTime?: Date;
604
+ queryStartTime?: Date;
605
+ queryEndTime?: Date;
606
+ incidentInfo?: IncidentInfo;
607
+ };
608
+
609
+ // @public
610
+ export type BookmarkExpandOperationResponse = BookmarkExpandResponse;
611
+
612
+ // @public
613
+ export interface BookmarkExpandOptionalParams extends coreClient.OperationOptions {
614
+ }
615
+
616
+ // @public
617
+ export interface BookmarkExpandParameters {
618
+ endTime?: Date;
619
+ expansionId?: string;
620
+ startTime?: Date;
621
+ }
622
+
623
+ // @public
624
+ export interface BookmarkExpandResponse {
625
+ metaData?: ExpansionResultsMetadata;
626
+ value?: BookmarkExpandResponseValue;
627
+ }
628
+
629
+ // @public
630
+ export interface BookmarkExpandResponseValue {
631
+ edges?: ConnectedEntity[];
632
+ entities?: EntityUnion[];
633
+ }
634
+
635
+ // @public
636
+ export interface BookmarkList {
637
+ readonly nextLink?: string;
638
+ value: Bookmark[];
639
+ }
640
+
641
+ // @public
642
+ export interface BookmarkOperations {
643
+ expand(resourceGroupName: string, workspaceName: string, bookmarkId: string, parameters: BookmarkExpandParameters, options?: BookmarkExpandOptionalParams): Promise<BookmarkExpandOperationResponse>;
644
+ }
645
+
646
+ // @public
647
+ export interface BookmarkRelations {
648
+ createOrUpdate(resourceGroupName: string, workspaceName: string, bookmarkId: string, relationName: string, relation: Relation, options?: BookmarkRelationsCreateOrUpdateOptionalParams): Promise<BookmarkRelationsCreateOrUpdateResponse>;
649
+ delete(resourceGroupName: string, workspaceName: string, bookmarkId: string, relationName: string, options?: BookmarkRelationsDeleteOptionalParams): Promise<void>;
650
+ get(resourceGroupName: string, workspaceName: string, bookmarkId: string, relationName: string, options?: BookmarkRelationsGetOptionalParams): Promise<BookmarkRelationsGetResponse>;
651
+ list(resourceGroupName: string, workspaceName: string, bookmarkId: string, options?: BookmarkRelationsListOptionalParams): PagedAsyncIterableIterator<Relation>;
652
+ }
653
+
654
+ // @public
655
+ export interface BookmarkRelationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
656
+ }
657
+
658
+ // @public
659
+ export type BookmarkRelationsCreateOrUpdateResponse = Relation;
660
+
661
+ // @public
662
+ export interface BookmarkRelationsDeleteOptionalParams extends coreClient.OperationOptions {
663
+ }
664
+
665
+ // @public
666
+ export interface BookmarkRelationsGetOptionalParams extends coreClient.OperationOptions {
667
+ }
668
+
669
+ // @public
670
+ export type BookmarkRelationsGetResponse = Relation;
671
+
672
+ // @public
673
+ export interface BookmarkRelationsListNextOptionalParams extends coreClient.OperationOptions {
674
+ filter?: string;
675
+ orderby?: string;
676
+ skipToken?: string;
677
+ top?: number;
678
+ }
679
+
680
+ // @public
681
+ export type BookmarkRelationsListNextResponse = RelationList;
682
+
683
+ // @public
684
+ export interface BookmarkRelationsListOptionalParams extends coreClient.OperationOptions {
685
+ filter?: string;
686
+ orderby?: string;
687
+ skipToken?: string;
688
+ top?: number;
689
+ }
690
+
691
+ // @public
692
+ export type BookmarkRelationsListResponse = RelationList;
693
+
694
+ // @public
695
+ export interface Bookmarks {
696
+ createOrUpdate(resourceGroupName: string, workspaceName: string, bookmarkId: string, bookmark: Bookmark, options?: BookmarksCreateOrUpdateOptionalParams): Promise<BookmarksCreateOrUpdateResponse>;
697
+ delete(resourceGroupName: string, workspaceName: string, bookmarkId: string, options?: BookmarksDeleteOptionalParams): Promise<void>;
698
+ get(resourceGroupName: string, workspaceName: string, bookmarkId: string, options?: BookmarksGetOptionalParams): Promise<BookmarksGetResponse>;
699
+ list(resourceGroupName: string, workspaceName: string, options?: BookmarksListOptionalParams): PagedAsyncIterableIterator<Bookmark>;
700
+ }
701
+
702
+ // @public
703
+ export interface BookmarksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
704
+ }
705
+
706
+ // @public
707
+ export type BookmarksCreateOrUpdateResponse = Bookmark;
708
+
709
+ // @public
710
+ export interface BookmarksDeleteOptionalParams extends coreClient.OperationOptions {
711
+ }
712
+
713
+ // @public
714
+ export interface BookmarksGetOptionalParams extends coreClient.OperationOptions {
715
+ }
716
+
717
+ // @public
718
+ export type BookmarksGetResponse = Bookmark;
719
+
720
+ // @public
721
+ export interface BookmarksListNextOptionalParams extends coreClient.OperationOptions {
722
+ }
723
+
724
+ // @public
725
+ export type BookmarksListNextResponse = BookmarkList;
726
+
727
+ // @public
728
+ export interface BookmarksListOptionalParams extends coreClient.OperationOptions {
729
+ }
730
+
731
+ // @public
732
+ export type BookmarksListResponse = BookmarkList;
733
+
734
+ // @public
735
+ export type BookmarkTimelineItem = EntityTimelineItem & {
736
+ kind: "Bookmark";
737
+ azureResourceId: string;
738
+ displayName?: string;
739
+ notes?: string;
740
+ endTimeUtc?: Date;
741
+ startTimeUtc?: Date;
742
+ eventTime?: Date;
743
+ createdBy?: UserInfo;
744
+ labels?: string[];
745
+ };
746
+
747
+ // @public
748
+ export interface ClientInfo {
749
+ email?: string;
750
+ name?: string;
751
+ objectId?: string;
752
+ userPrincipalName?: string;
753
+ }
754
+
755
+ // @public
756
+ export type CloudApplicationEntity = Entity & {
757
+ readonly additionalData?: {
758
+ [propertyName: string]: Record<string, unknown>;
759
+ };
760
+ readonly friendlyName?: string;
761
+ readonly appId?: number;
762
+ readonly appName?: string;
763
+ readonly instanceName?: string;
764
+ };
765
+
766
+ // @public
767
+ export type CloudApplicationEntityProperties = EntityCommonProperties & {
768
+ readonly appId?: number;
769
+ readonly appName?: string;
770
+ readonly instanceName?: string;
771
+ };
772
+
773
+ // @public
774
+ export interface CloudError {
775
+ error?: CloudErrorBody;
776
+ }
777
+
778
+ // @public
779
+ export interface CloudErrorBody {
780
+ readonly code?: string;
781
+ readonly message?: string;
782
+ }
783
+
784
+ // @public
785
+ export type CodelessApiPollingDataConnector = DataConnector & {
786
+ connectorUiConfig?: CodelessUiConnectorConfigProperties;
787
+ pollingConfig?: CodelessConnectorPollingConfigProperties;
788
+ };
789
+
790
+ // @public
791
+ export interface CodelessConnectorPollingAuthProperties {
792
+ apiKeyIdentifier?: string;
793
+ apiKeyName?: string;
794
+ authorizationEndpoint?: string;
795
+ authorizationEndpointQueryParameters?: Record<string, unknown>;
796
+ authType: string;
797
+ flowName?: string;
798
+ isApiKeyInPostPayload?: string;
799
+ isClientSecretInHeader?: boolean;
800
+ redirectionEndpoint?: string;
801
+ scope?: string;
802
+ tokenEndpoint?: string;
803
+ tokenEndpointHeaders?: Record<string, unknown>;
804
+ tokenEndpointQueryParameters?: Record<string, unknown>;
805
+ }
806
+
807
+ // @public
808
+ export interface CodelessConnectorPollingConfigProperties {
809
+ auth: CodelessConnectorPollingAuthProperties;
810
+ isActive?: boolean;
811
+ paging?: CodelessConnectorPollingPagingProperties;
812
+ request: CodelessConnectorPollingRequestProperties;
813
+ response?: CodelessConnectorPollingResponseProperties;
814
+ }
815
+
816
+ // @public
817
+ export interface CodelessConnectorPollingPagingProperties {
818
+ nextPageParaName?: string;
819
+ nextPageTokenJsonPath?: string;
820
+ pageCountAttributePath?: string;
821
+ pageSize?: number;
822
+ pageSizeParaName?: string;
823
+ pageTimeStampAttributePath?: string;
824
+ pageTotalCountAttributePath?: string;
825
+ pagingType: string;
826
+ searchTheLatestTimeStampFromEventsList?: string;
827
+ }
828
+
829
+ // @public
830
+ export interface CodelessConnectorPollingRequestProperties {
831
+ apiEndpoint: string;
832
+ endTimeAttributeName?: string;
833
+ headers?: Record<string, unknown>;
834
+ httpMethod: string;
835
+ queryParameters?: Record<string, unknown>;
836
+ queryParametersTemplate?: string;
837
+ queryTimeFormat: string;
838
+ queryWindowInMin: number;
839
+ rateLimitQps?: number;
840
+ retryCount?: number;
841
+ startTimeAttributeName?: string;
842
+ timeoutInSeconds?: number;
843
+ }
844
+
845
+ // @public
846
+ export interface CodelessConnectorPollingResponseProperties {
847
+ eventsJsonPaths: string[];
848
+ isGzipCompressed?: boolean;
849
+ successStatusJsonPath?: string;
850
+ successStatusValue?: string;
851
+ }
852
+
853
+ // @public
854
+ export interface CodelessUiConnectorConfigProperties {
855
+ availability: Availability;
856
+ connectivityCriteria: CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem[];
857
+ customImage?: string;
858
+ dataTypes: CodelessUiConnectorConfigPropertiesDataTypesItem[];
859
+ descriptionMarkdown: string;
860
+ graphQueries: CodelessUiConnectorConfigPropertiesGraphQueriesItem[];
861
+ graphQueriesTableName: string;
862
+ instructionSteps: CodelessUiConnectorConfigPropertiesInstructionStepsItem[];
863
+ permissions: Permissions_2;
864
+ publisher: string;
865
+ sampleQueries: CodelessUiConnectorConfigPropertiesSampleQueriesItem[];
866
+ title: string;
867
+ }
868
+
869
+ // @public (undocumented)
870
+ export type CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem = ConnectivityCriteria & {};
871
+
872
+ // @public (undocumented)
873
+ export type CodelessUiConnectorConfigPropertiesDataTypesItem = LastDataReceivedDataType & {};
874
+
875
+ // @public (undocumented)
876
+ export type CodelessUiConnectorConfigPropertiesGraphQueriesItem = GraphQueries & {};
877
+
878
+ // @public (undocumented)
879
+ export type CodelessUiConnectorConfigPropertiesInstructionStepsItem = InstructionSteps & {};
880
+
881
+ // @public (undocumented)
882
+ export type CodelessUiConnectorConfigPropertiesSampleQueriesItem = SampleQueries & {};
883
+
884
+ // @public
885
+ export type CodelessUiDataConnector = DataConnector & {
886
+ connectorUiConfig?: CodelessUiConnectorConfigProperties;
887
+ };
888
+
889
+ // @public
890
+ export type ConfidenceLevel = string;
891
+
892
+ // @public
893
+ export type ConfidenceScoreStatus = string;
894
+
895
+ // @public
896
+ export type ConnectAuthKind = string;
897
+
898
+ // @public
899
+ export interface ConnectedEntity {
900
+ additionalData?: Record<string, unknown>;
901
+ targetEntityId?: string;
902
+ }
903
+
904
+ // @public
905
+ export interface ConnectivityCriteria {
906
+ type?: ConnectivityType;
907
+ value?: string[];
908
+ }
909
+
910
+ // @public
911
+ export type ConnectivityType = string;
912
+
913
+ // @public
914
+ export interface ConnectorInstructionModelBase {
915
+ parameters?: Record<string, unknown>;
916
+ type: SettingType;
917
+ }
918
+
919
+ // @public
920
+ export interface ContentPathMap {
921
+ contentType?: ContentType;
922
+ path?: string;
923
+ }
924
+
925
+ // @public
926
+ export type ContentType = string;
927
+
928
+ // @public
929
+ export type CreatedByType = string;
930
+
931
+ // @public
932
+ export type CustomEntityQuery = ResourceWithEtag & {
933
+ kind: CustomEntityQueryKind;
934
+ };
935
+
936
+ // @public
937
+ export type CustomEntityQueryKind = string;
938
+
939
+ // @public (undocumented)
940
+ export type CustomEntityQueryUnion = CustomEntityQuery | ActivityCustomEntityQuery;
941
+
942
+ // @public
943
+ export type Customs = CustomsPermission & {};
944
+
945
+ // @public
946
+ export interface CustomsPermission {
947
+ description?: string;
948
+ name?: string;
949
+ }
950
+
951
+ // @public
952
+ export type DataConnector = ResourceWithEtag & {
953
+ kind: DataConnectorKind;
954
+ };
955
+
956
+ // @public
957
+ export type DataConnectorAuthorizationState = string;
958
+
959
+ // @public
960
+ export interface DataConnectorConnectBody {
961
+ apiKey?: string;
962
+ authorizationCode?: string;
963
+ clientId?: string;
964
+ clientSecret?: string;
965
+ kind?: ConnectAuthKind;
966
+ password?: string;
967
+ // (undocumented)
968
+ requestConfigUserInputValues?: Record<string, unknown>[];
969
+ userName?: string;
970
+ }
971
+
972
+ // @public
973
+ export interface DataConnectorDataTypeCommon {
974
+ state: DataTypeState;
975
+ }
976
+
977
+ // @public
978
+ export type DataConnectorKind = string;
979
+
980
+ // @public
981
+ export type DataConnectorLicenseState = string;
982
+
983
+ // @public
984
+ export interface DataConnectorList {
985
+ readonly nextLink?: string;
986
+ value: DataConnectorUnion[];
987
+ }
988
+
989
+ // @public
990
+ export interface DataConnectorRequirementsState {
991
+ authorizationState?: DataConnectorAuthorizationState;
992
+ licenseState?: DataConnectorLicenseState;
993
+ }
994
+
995
+ // @public
996
+ export interface DataConnectors {
997
+ connect(resourceGroupName: string, workspaceName: string, dataConnectorId: string, connectBody: DataConnectorConnectBody, options?: DataConnectorsConnectOptionalParams): Promise<void>;
998
+ createOrUpdate(resourceGroupName: string, workspaceName: string, dataConnectorId: string, dataConnector: DataConnectorUnion, options?: DataConnectorsCreateOrUpdateOptionalParams): Promise<DataConnectorsCreateOrUpdateResponse>;
999
+ delete(resourceGroupName: string, workspaceName: string, dataConnectorId: string, options?: DataConnectorsDeleteOptionalParams): Promise<void>;
1000
+ disconnect(resourceGroupName: string, workspaceName: string, dataConnectorId: string, options?: DataConnectorsDisconnectOptionalParams): Promise<void>;
1001
+ get(resourceGroupName: string, workspaceName: string, dataConnectorId: string, options?: DataConnectorsGetOptionalParams): Promise<DataConnectorsGetResponse>;
1002
+ list(resourceGroupName: string, workspaceName: string, options?: DataConnectorsListOptionalParams): PagedAsyncIterableIterator<DataConnectorUnion>;
1003
+ }
1004
+
1005
+ // @public
1006
+ export interface DataConnectorsCheckRequirements {
1007
+ kind: "AzureActiveDirectory" | "AzureAdvancedThreatProtection" | "AzureSecurityCenter" | "AmazonWebServicesCloudTrail" | "AmazonWebServicesS3" | "Dynamics365" | "MicrosoftCloudAppSecurity" | "MicrosoftDefenderAdvancedThreatProtection" | "MicrosoftThreatIntelligence" | "MicrosoftThreatProtection" | "OfficeATP" | "OfficeIRM" | "ThreatIntelligence" | "ThreatIntelligenceTaxii";
1008
+ }
1009
+
1010
+ // @public
1011
+ export interface DataConnectorsCheckRequirementsOperations {
1012
+ post(resourceGroupName: string, workspaceName: string, dataConnectorsCheckRequirements: DataConnectorsCheckRequirementsUnion, options?: DataConnectorsCheckRequirementsPostOptionalParams): Promise<DataConnectorsCheckRequirementsPostResponse>;
1013
+ }
1014
+
1015
+ // @public
1016
+ export interface DataConnectorsCheckRequirementsPostOptionalParams extends coreClient.OperationOptions {
1017
+ }
1018
+
1019
+ // @public
1020
+ export type DataConnectorsCheckRequirementsPostResponse = DataConnectorRequirementsState;
1021
+
1022
+ // @public (undocumented)
1023
+ export type DataConnectorsCheckRequirementsUnion = DataConnectorsCheckRequirements | AADCheckRequirements | AatpCheckRequirements | ASCCheckRequirements | AwsCloudTrailCheckRequirements | AwsS3CheckRequirements | Dynamics365CheckRequirements | McasCheckRequirements | MdatpCheckRequirements | MstiCheckRequirements | MtpCheckRequirements | OfficeATPCheckRequirements | OfficeIRMCheckRequirements | TICheckRequirements | TiTaxiiCheckRequirements;
1024
+
1025
+ // @public
1026
+ export interface DataConnectorsConnectOptionalParams extends coreClient.OperationOptions {
1027
+ }
1028
+
1029
+ // @public
1030
+ export interface DataConnectorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1031
+ }
1032
+
1033
+ // @public
1034
+ export type DataConnectorsCreateOrUpdateResponse = DataConnectorUnion;
1035
+
1036
+ // @public
1037
+ export interface DataConnectorsDeleteOptionalParams extends coreClient.OperationOptions {
1038
+ }
1039
+
1040
+ // @public
1041
+ export interface DataConnectorsDisconnectOptionalParams extends coreClient.OperationOptions {
1042
+ }
1043
+
1044
+ // @public
1045
+ export interface DataConnectorsGetOptionalParams extends coreClient.OperationOptions {
1046
+ }
1047
+
1048
+ // @public
1049
+ export type DataConnectorsGetResponse = DataConnectorUnion;
1050
+
1051
+ // @public
1052
+ export interface DataConnectorsListNextOptionalParams extends coreClient.OperationOptions {
1053
+ }
1054
+
1055
+ // @public
1056
+ export type DataConnectorsListNextResponse = DataConnectorList;
1057
+
1058
+ // @public
1059
+ export interface DataConnectorsListOptionalParams extends coreClient.OperationOptions {
1060
+ }
1061
+
1062
+ // @public
1063
+ export type DataConnectorsListResponse = DataConnectorList;
1064
+
1065
+ // @public
1066
+ export interface DataConnectorTenantId {
1067
+ tenantId: string;
1068
+ }
1069
+
1070
+ // @public (undocumented)
1071
+ export type DataConnectorUnion = DataConnector | AADDataConnector | MstiDataConnector | MTPDataConnector | AatpDataConnector | ASCDataConnector | AwsCloudTrailDataConnector | AwsS3DataConnector | McasDataConnector | Dynamics365DataConnector | OfficeATPDataConnector | OfficeIRMDataConnector | MdatpDataConnector | OfficeDataConnector | TIDataConnector | TiTaxiiDataConnector | CodelessUiDataConnector | CodelessApiPollingDataConnector;
1072
+
1073
+ // @public
1074
+ export interface DataConnectorWithAlertsProperties {
1075
+ dataTypes?: AlertsDataTypeOfDataConnector;
1076
+ }
1077
+
1078
+ // @public
1079
+ export interface DataTypeDefinitions {
1080
+ dataType?: string;
1081
+ }
1082
+
1083
+ // @public
1084
+ export type DataTypeState = string;
1085
+
1086
+ // @public
1087
+ export type DeliveryAction = "Unknown" | "DeliveredAsSpam" | "Delivered" | "Blocked" | "Replaced";
1088
+
1089
+ // @public
1090
+ export type DeliveryLocation = "Unknown" | "Inbox" | "JunkFolder" | "DeletedFolder" | "Quarantine" | "External" | "Failed" | "Dropped" | "Forwarded";
1091
+
1092
+ // @public
1093
+ export type DnsEntity = Entity & {
1094
+ readonly additionalData?: {
1095
+ [propertyName: string]: Record<string, unknown>;
1096
+ };
1097
+ readonly friendlyName?: string;
1098
+ readonly dnsServerIpEntityId?: string;
1099
+ readonly domainName?: string;
1100
+ readonly hostIpAddressEntityId?: string;
1101
+ readonly ipAddressEntityIds?: string[];
1102
+ };
1103
+
1104
+ // @public
1105
+ export type DnsEntityProperties = EntityCommonProperties & {
1106
+ readonly dnsServerIpEntityId?: string;
1107
+ readonly domainName?: string;
1108
+ readonly hostIpAddressEntityId?: string;
1109
+ readonly ipAddressEntityIds?: string[];
1110
+ };
1111
+
1112
+ // @public
1113
+ export interface DomainWhois {
1114
+ get(resourceGroupName: string, domain: string, options?: DomainWhoisGetOptionalParams): Promise<DomainWhoisGetResponse>;
1115
+ }
1116
+
1117
+ // @public
1118
+ export interface DomainWhoisGetOptionalParams extends coreClient.OperationOptions {
1119
+ }
1120
+
1121
+ // @public
1122
+ export type DomainWhoisGetResponse = EnrichmentDomainWhois;
1123
+
1124
+ // @public
1125
+ export type Dynamics365CheckRequirements = DataConnectorsCheckRequirements & {
1126
+ kind: "Dynamics365";
1127
+ tenantId?: string;
1128
+ };
1129
+
1130
+ // @public
1131
+ export type Dynamics365CheckRequirementsProperties = DataConnectorTenantId & {};
1132
+
1133
+ // @public
1134
+ export type Dynamics365DataConnector = DataConnector & {
1135
+ tenantId?: string;
1136
+ dataTypes?: Dynamics365DataConnectorDataTypes;
1137
+ };
1138
+
1139
+ // @public
1140
+ export interface Dynamics365DataConnectorDataTypes {
1141
+ dynamics365CdsActivities: Dynamics365DataConnectorDataTypesDynamics365CdsActivities;
1142
+ }
1143
+
1144
+ // @public
1145
+ export type Dynamics365DataConnectorDataTypesDynamics365CdsActivities = DataConnectorDataTypeCommon & {};
1146
+
1147
+ // @public
1148
+ export type Dynamics365DataConnectorProperties = DataConnectorTenantId & {
1149
+ dataTypes: Dynamics365DataConnectorDataTypes;
1150
+ };
1151
+
1152
+ // @public
1153
+ export type ElevationToken = "Default" | "Full" | "Limited";
1154
+
1155
+ // @public
1156
+ export interface EnrichmentDomainWhois {
1157
+ created?: Date;
1158
+ domain?: string;
1159
+ expires?: Date;
1160
+ parsedWhois?: EnrichmentDomainWhoisDetails;
1161
+ server?: string;
1162
+ updated?: Date;
1163
+ }
1164
+
1165
+ // @public
1166
+ export interface EnrichmentDomainWhoisContact {
1167
+ city?: string;
1168
+ country?: string;
1169
+ email?: string;
1170
+ fax?: string;
1171
+ name?: string;
1172
+ org?: string;
1173
+ phone?: string;
1174
+ postal?: string;
1175
+ state?: string;
1176
+ street?: string[];
1177
+ }
1178
+
1179
+ // @public
1180
+ export interface EnrichmentDomainWhoisContacts {
1181
+ admin?: EnrichmentDomainWhoisContact;
1182
+ billing?: EnrichmentDomainWhoisContact;
1183
+ registrant?: EnrichmentDomainWhoisContact;
1184
+ tech?: EnrichmentDomainWhoisContact;
1185
+ }
1186
+
1187
+ // @public
1188
+ export interface EnrichmentDomainWhoisDetails {
1189
+ contacts?: EnrichmentDomainWhoisContacts;
1190
+ nameServers?: string[];
1191
+ registrar?: EnrichmentDomainWhoisRegistrarDetails;
1192
+ statuses?: string[];
1193
+ }
1194
+
1195
+ // @public
1196
+ export interface EnrichmentDomainWhoisRegistrarDetails {
1197
+ abuseContactEmail?: string;
1198
+ abuseContactPhone?: string;
1199
+ ianaId?: string;
1200
+ name?: string;
1201
+ url?: string;
1202
+ whoisServer?: string;
1203
+ }
1204
+
1205
+ // @public
1206
+ export interface EnrichmentIpGeodata {
1207
+ asn?: string;
1208
+ carrier?: string;
1209
+ city?: string;
1210
+ cityCf?: number;
1211
+ continent?: string;
1212
+ country?: string;
1213
+ countryCf?: number;
1214
+ ipAddr?: string;
1215
+ ipRoutingType?: string;
1216
+ latitude?: string;
1217
+ longitude?: string;
1218
+ organization?: string;
1219
+ organizationType?: string;
1220
+ region?: string;
1221
+ state?: string;
1222
+ stateCf?: number;
1223
+ stateCode?: string;
1224
+ }
1225
+
1226
+ // @public
1227
+ export interface Entities {
1228
+ expand(resourceGroupName: string, workspaceName: string, entityId: string, parameters: EntityExpandParameters, options?: EntitiesExpandOptionalParams): Promise<EntitiesExpandResponse>;
1229
+ get(resourceGroupName: string, workspaceName: string, entityId: string, options?: EntitiesGetOptionalParams): Promise<EntitiesGetResponse>;
1230
+ getInsights(resourceGroupName: string, workspaceName: string, entityId: string, parameters: EntityGetInsightsParameters, options?: EntitiesGetInsightsOptionalParams): Promise<EntitiesGetInsightsResponse>;
1231
+ list(resourceGroupName: string, workspaceName: string, options?: EntitiesListOptionalParams): PagedAsyncIterableIterator<EntityUnion>;
1232
+ queries(resourceGroupName: string, workspaceName: string, entityId: string, kind: EntityItemQueryKind, options?: EntitiesQueriesOptionalParams): Promise<EntitiesQueriesResponse>;
1233
+ }
1234
+
1235
+ // @public
1236
+ export interface EntitiesExpandOptionalParams extends coreClient.OperationOptions {
1237
+ }
1238
+
1239
+ // @public
1240
+ export type EntitiesExpandResponse = EntityExpandResponse;
1241
+
1242
+ // @public
1243
+ export interface EntitiesGetInsightsOptionalParams extends coreClient.OperationOptions {
1244
+ }
1245
+
1246
+ // @public
1247
+ export type EntitiesGetInsightsResponse = EntityGetInsightsResponse;
1248
+
1249
+ // @public
1250
+ export interface EntitiesGetOptionalParams extends coreClient.OperationOptions {
1251
+ }
1252
+
1253
+ // @public
1254
+ export type EntitiesGetResponse = EntityUnion;
1255
+
1256
+ // @public
1257
+ export interface EntitiesGetTimeline {
1258
+ list(resourceGroupName: string, workspaceName: string, entityId: string, parameters: EntityTimelineParameters, options?: EntitiesGetTimelineListOptionalParams): Promise<EntitiesGetTimelineListResponse>;
1259
+ }
1260
+
1261
+ // @public
1262
+ export interface EntitiesGetTimelineListOptionalParams extends coreClient.OperationOptions {
1263
+ }
1264
+
1265
+ // @public
1266
+ export type EntitiesGetTimelineListResponse = EntityTimelineResponse;
1267
+
1268
+ // @public
1269
+ export interface EntitiesListNextOptionalParams extends coreClient.OperationOptions {
1270
+ }
1271
+
1272
+ // @public
1273
+ export type EntitiesListNextResponse = EntityList;
1274
+
1275
+ // @public
1276
+ export interface EntitiesListOptionalParams extends coreClient.OperationOptions {
1277
+ }
1278
+
1279
+ // @public
1280
+ export type EntitiesListResponse = EntityList;
1281
+
1282
+ // @public
1283
+ export interface EntitiesQueriesOptionalParams extends coreClient.OperationOptions {
1284
+ }
1285
+
1286
+ // @public
1287
+ export type EntitiesQueriesResponse = GetQueriesResponse;
1288
+
1289
+ // @public
1290
+ export interface EntitiesRelations {
1291
+ list(resourceGroupName: string, workspaceName: string, entityId: string, options?: EntitiesRelationsListOptionalParams): PagedAsyncIterableIterator<Relation>;
1292
+ }
1293
+
1294
+ // @public
1295
+ export interface EntitiesRelationsListNextOptionalParams extends coreClient.OperationOptions {
1296
+ filter?: string;
1297
+ orderby?: string;
1298
+ skipToken?: string;
1299
+ top?: number;
1300
+ }
1301
+
1302
+ // @public
1303
+ export type EntitiesRelationsListNextResponse = RelationList;
1304
+
1305
+ // @public
1306
+ export interface EntitiesRelationsListOptionalParams extends coreClient.OperationOptions {
1307
+ filter?: string;
1308
+ orderby?: string;
1309
+ skipToken?: string;
1310
+ top?: number;
1311
+ }
1312
+
1313
+ // @public
1314
+ export type EntitiesRelationsListResponse = RelationList;
1315
+
1316
+ // @public
1317
+ export type Entity = Resource & {
1318
+ kind: EntityKind;
1319
+ };
1320
+
1321
+ // @public
1322
+ export type EntityAnalytics = Settings & {
1323
+ readonly isEnabled?: boolean;
1324
+ };
1325
+
1326
+ // @public
1327
+ export interface EntityCommonProperties {
1328
+ readonly additionalData?: {
1329
+ [propertyName: string]: Record<string, unknown>;
1330
+ };
1331
+ readonly friendlyName?: string;
1332
+ }
1333
+
1334
+ // @public
1335
+ export interface EntityEdges {
1336
+ additionalData?: {
1337
+ [propertyName: string]: Record<string, unknown>;
1338
+ };
1339
+ targetEntityId?: string;
1340
+ }
1341
+
1342
+ // @public
1343
+ export interface EntityExpandParameters {
1344
+ endTime?: Date;
1345
+ expansionId?: string;
1346
+ startTime?: Date;
1347
+ }
1348
+
1349
+ // @public
1350
+ export interface EntityExpandResponse {
1351
+ metaData?: ExpansionResultsMetadata;
1352
+ value?: EntityExpandResponseValue;
1353
+ }
1354
+
1355
+ // @public
1356
+ export interface EntityExpandResponseValue {
1357
+ edges?: EntityEdges[];
1358
+ entities?: EntityUnion[];
1359
+ }
1360
+
1361
+ // @public
1362
+ export interface EntityGetInsightsParameters {
1363
+ addDefaultExtendedTimeRange?: boolean;
1364
+ endTime: Date;
1365
+ insightQueryIds?: string[];
1366
+ startTime: Date;
1367
+ }
1368
+
1369
+ // @public
1370
+ export interface EntityGetInsightsResponse {
1371
+ metaData?: GetInsightsResultsMetadata;
1372
+ value?: EntityInsightItem[];
1373
+ }
1374
+
1375
+ // @public
1376
+ export interface EntityInsightItem {
1377
+ chartQueryResults?: InsightsTableResult[];
1378
+ queryId?: string;
1379
+ queryTimeInterval?: EntityInsightItemQueryTimeInterval;
1380
+ tableQueryResults?: InsightsTableResult;
1381
+ }
1382
+
1383
+ // @public
1384
+ export interface EntityInsightItemQueryTimeInterval {
1385
+ endTime?: Date;
1386
+ startTime?: Date;
1387
+ }
1388
+
1389
+ // @public
1390
+ export type EntityItemQueryKind = string;
1391
+
1392
+ // @public
1393
+ export type EntityKind = string;
1394
+
1395
+ // @public
1396
+ export interface EntityList {
1397
+ readonly nextLink?: string;
1398
+ value: EntityUnion[];
1399
+ }
1400
+
1401
+ // @public
1402
+ export interface EntityMapping {
1403
+ entityType?: EntityMappingType;
1404
+ fieldMappings?: FieldMapping[];
1405
+ }
1406
+
1407
+ // @public
1408
+ export type EntityMappingType = string;
1409
+
1410
+ // @public
1411
+ export interface EntityQueries {
1412
+ createOrUpdate(resourceGroupName: string, workspaceName: string, entityQueryId: string, entityQuery: CustomEntityQueryUnion, options?: EntityQueriesCreateOrUpdateOptionalParams): Promise<EntityQueriesCreateOrUpdateResponse>;
1413
+ delete(resourceGroupName: string, workspaceName: string, entityQueryId: string, options?: EntityQueriesDeleteOptionalParams): Promise<void>;
1414
+ get(resourceGroupName: string, workspaceName: string, entityQueryId: string, options?: EntityQueriesGetOptionalParams): Promise<EntityQueriesGetResponse>;
1415
+ list(resourceGroupName: string, workspaceName: string, options?: EntityQueriesListOptionalParams): PagedAsyncIterableIterator<EntityQueryUnion>;
1416
+ }
1417
+
1418
+ // @public
1419
+ export interface EntityQueriesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1420
+ }
1421
+
1422
+ // @public
1423
+ export type EntityQueriesCreateOrUpdateResponse = EntityQueryUnion;
1424
+
1425
+ // @public
1426
+ export interface EntityQueriesDeleteOptionalParams extends coreClient.OperationOptions {
1427
+ }
1428
+
1429
+ // @public
1430
+ export interface EntityQueriesGetOptionalParams extends coreClient.OperationOptions {
1431
+ }
1432
+
1433
+ // @public
1434
+ export type EntityQueriesGetResponse = EntityQueryUnion;
1435
+
1436
+ // @public
1437
+ export interface EntityQueriesListNextOptionalParams extends coreClient.OperationOptions {
1438
+ kind?: Enum8;
1439
+ }
1440
+
1441
+ // @public
1442
+ export type EntityQueriesListNextResponse = EntityQueryList;
1443
+
1444
+ // @public
1445
+ export interface EntityQueriesListOptionalParams extends coreClient.OperationOptions {
1446
+ kind?: Enum8;
1447
+ }
1448
+
1449
+ // @public
1450
+ export type EntityQueriesListResponse = EntityQueryList;
1451
+
1452
+ // @public
1453
+ export type EntityQuery = ResourceWithEtag & {
1454
+ kind: EntityQueryKind;
1455
+ };
1456
+
1457
+ // @public
1458
+ export interface EntityQueryItem {
1459
+ readonly id?: string;
1460
+ kind: "Insight";
1461
+ name?: string;
1462
+ type?: string;
1463
+ }
1464
+
1465
+ // @public
1466
+ export interface EntityQueryItemProperties {
1467
+ dataTypes?: EntityQueryItemPropertiesDataTypesItem[];
1468
+ entitiesFilter?: Record<string, unknown>;
1469
+ inputEntityType?: EntityType;
1470
+ requiredInputFieldsSets?: string[][];
1471
+ }
1472
+
1473
+ // @public (undocumented)
1474
+ export interface EntityQueryItemPropertiesDataTypesItem {
1475
+ dataType?: string;
1476
+ }
1477
+
1478
+ // @public (undocumented)
1479
+ export type EntityQueryItemUnion = EntityQueryItem | InsightQueryItem;
1480
+
1481
+ // @public
1482
+ export type EntityQueryKind = string;
1483
+
1484
+ // @public
1485
+ export interface EntityQueryList {
1486
+ readonly nextLink?: string;
1487
+ value: EntityQueryUnion[];
1488
+ }
1489
+
1490
+ // @public
1491
+ export type EntityQueryTemplate = Resource & {
1492
+ kind: EntityQueryTemplateKind;
1493
+ };
1494
+
1495
+ // @public
1496
+ export type EntityQueryTemplateKind = string;
1497
+
1498
+ // @public
1499
+ export interface EntityQueryTemplateList {
1500
+ readonly nextLink?: string;
1501
+ value: EntityQueryTemplateUnion[];
1502
+ }
1503
+
1504
+ // @public
1505
+ export interface EntityQueryTemplates {
1506
+ get(resourceGroupName: string, workspaceName: string, entityQueryTemplateId: string, options?: EntityQueryTemplatesGetOptionalParams): Promise<EntityQueryTemplatesGetResponse>;
1507
+ list(resourceGroupName: string, workspaceName: string, options?: EntityQueryTemplatesListOptionalParams): PagedAsyncIterableIterator<EntityQueryTemplateUnion>;
1508
+ }
1509
+
1510
+ // @public
1511
+ export interface EntityQueryTemplatesGetOptionalParams extends coreClient.OperationOptions {
1512
+ }
1513
+
1514
+ // @public
1515
+ export type EntityQueryTemplatesGetResponse = EntityQueryTemplateUnion;
1516
+
1517
+ // @public
1518
+ export interface EntityQueryTemplatesListNextOptionalParams extends coreClient.OperationOptions {
1519
+ }
1520
+
1521
+ // @public
1522
+ export type EntityQueryTemplatesListNextResponse = EntityQueryTemplateList;
1523
+
1524
+ // @public
1525
+ export interface EntityQueryTemplatesListOptionalParams extends coreClient.OperationOptions {
1526
+ }
1527
+
1528
+ // @public
1529
+ export type EntityQueryTemplatesListResponse = EntityQueryTemplateList;
1530
+
1531
+ // @public (undocumented)
1532
+ export type EntityQueryTemplateUnion = EntityQueryTemplate | ActivityEntityQueryTemplate;
1533
+
1534
+ // @public (undocumented)
1535
+ export type EntityQueryUnion = EntityQuery | ExpansionEntityQuery | ActivityEntityQuery;
1536
+
1537
+ // @public
1538
+ export interface EntityRelations {
1539
+ getRelation(resourceGroupName: string, workspaceName: string, entityId: string, relationName: string, options?: EntityRelationsGetRelationOptionalParams): Promise<EntityRelationsGetRelationResponse>;
1540
+ }
1541
+
1542
+ // @public
1543
+ export interface EntityRelationsGetRelationOptionalParams extends coreClient.OperationOptions {
1544
+ }
1545
+
1546
+ // @public
1547
+ export type EntityRelationsGetRelationResponse = Relation;
1548
+
1549
+ // @public
1550
+ export interface EntityTimelineItem {
1551
+ kind: "Activity" | "Bookmark" | "SecurityAlert";
1552
+ }
1553
+
1554
+ // @public (undocumented)
1555
+ export type EntityTimelineItemUnion = EntityTimelineItem | ActivityTimelineItem | BookmarkTimelineItem | SecurityAlertTimelineItem;
1556
+
1557
+ // @public
1558
+ export type EntityTimelineKind = string;
1559
+
1560
+ // @public
1561
+ export interface EntityTimelineParameters {
1562
+ endTime: Date;
1563
+ kinds?: EntityTimelineKind[];
1564
+ numberOfBucket?: number;
1565
+ startTime: Date;
1566
+ }
1567
+
1568
+ // @public
1569
+ export interface EntityTimelineResponse {
1570
+ metaData?: TimelineResultsMetadata;
1571
+ value?: EntityTimelineItemUnion[];
1572
+ }
1573
+
1574
+ // @public
1575
+ export type EntityType = string;
1576
+
1577
+ // @public (undocumented)
1578
+ export type EntityUnion = Entity | SecurityAlert | HuntingBookmark | AccountEntity | AzureResourceEntity | CloudApplicationEntity | DnsEntity | FileEntity | FileHashEntity | HostEntity | IoTDeviceEntity | IpEntity | MailboxEntity | MailClusterEntity | MailMessageEntity | MalwareEntity | ProcessEntity | RegistryKeyEntity | RegistryValueEntity | SecurityGroupEntity | SubmissionMailEntity | UrlEntity;
1579
+
1580
+ // @public
1581
+ export type Enum8 = string;
1582
+
1583
+ // @public
1584
+ export interface ErrorAdditionalInfo {
1585
+ readonly info?: Record<string, unknown>;
1586
+ readonly type?: string;
1587
+ }
1588
+
1589
+ // @public
1590
+ export interface ErrorDetail {
1591
+ readonly additionalInfo?: ErrorAdditionalInfo[];
1592
+ readonly code?: string;
1593
+ readonly details?: ErrorDetail[];
1594
+ readonly message?: string;
1595
+ readonly target?: string;
1596
+ }
1597
+
1598
+ // @public
1599
+ export interface ErrorResponse {
1600
+ error?: ErrorDetail;
1601
+ }
1602
+
1603
+ // @public
1604
+ export type EventGroupingAggregationKind = string;
1605
+
1606
+ // @public
1607
+ export interface EventGroupingSettings {
1608
+ aggregationKind?: EventGroupingAggregationKind;
1609
+ }
1610
+
1611
+ // @public
1612
+ export type ExpansionEntityQuery = EntityQuery & {
1613
+ dataSources?: string[];
1614
+ displayName?: string;
1615
+ inputEntityType?: EntityType;
1616
+ inputFields?: string[];
1617
+ outputEntityTypes?: EntityType[];
1618
+ queryTemplate?: string;
1619
+ };
1620
+
1621
+ // @public
1622
+ export interface ExpansionResultAggregation {
1623
+ aggregationType?: string;
1624
+ count: number;
1625
+ displayName?: string;
1626
+ entityKind: EntityKind;
1627
+ }
1628
+
1629
+ // @public
1630
+ export interface ExpansionResultsMetadata {
1631
+ aggregations?: ExpansionResultAggregation[];
1632
+ }
1633
+
1634
+ // @public
1635
+ export type EyesOn = Settings & {
1636
+ readonly isEnabled?: boolean;
1637
+ };
1638
+
1639
+ // @public
1640
+ export interface FieldMapping {
1641
+ columnName?: string;
1642
+ identifier?: string;
1643
+ }
1644
+
1645
+ // @public
1646
+ export type FileEntity = Entity & {
1647
+ readonly additionalData?: {
1648
+ [propertyName: string]: Record<string, unknown>;
1649
+ };
1650
+ readonly friendlyName?: string;
1651
+ readonly directory?: string;
1652
+ readonly fileHashEntityIds?: string[];
1653
+ readonly fileName?: string;
1654
+ readonly hostEntityId?: string;
1655
+ };
1656
+
1657
+ // @public
1658
+ export type FileEntityProperties = EntityCommonProperties & {
1659
+ readonly directory?: string;
1660
+ readonly fileHashEntityIds?: string[];
1661
+ readonly fileName?: string;
1662
+ readonly hostEntityId?: string;
1663
+ };
1664
+
1665
+ // @public
1666
+ export type FileHashAlgorithm = string;
1667
+
1668
+ // @public
1669
+ export type FileHashEntity = Entity & {
1670
+ readonly additionalData?: {
1671
+ [propertyName: string]: Record<string, unknown>;
1672
+ };
1673
+ readonly friendlyName?: string;
1674
+ readonly algorithm?: FileHashAlgorithm;
1675
+ readonly hashValue?: string;
1676
+ };
1677
+
1678
+ // @public
1679
+ export type FileHashEntityProperties = EntityCommonProperties & {
1680
+ readonly algorithm?: FileHashAlgorithm;
1681
+ readonly hashValue?: string;
1682
+ };
1683
+
1684
+ // @public
1685
+ export type FusionAlertRule = AlertRule & {
1686
+ alertRuleTemplateName?: string;
1687
+ readonly description?: string;
1688
+ readonly displayName?: string;
1689
+ enabled?: boolean;
1690
+ readonly lastModifiedUtc?: Date;
1691
+ readonly severity?: AlertSeverity;
1692
+ readonly tactics?: AttackTactic[];
1693
+ };
1694
+
1695
+ // @public
1696
+ export type FusionAlertRuleTemplate = AlertRuleTemplate & {
1697
+ alertRulesCreatedByTemplateCount?: number;
1698
+ readonly lastUpdatedDateUTC?: Date;
1699
+ readonly createdDateUTC?: Date;
1700
+ description?: string;
1701
+ displayName?: string;
1702
+ requiredDataConnectors?: AlertRuleTemplateDataSource[];
1703
+ status?: TemplateStatus;
1704
+ severity?: AlertSeverity;
1705
+ tactics?: AttackTactic[];
1706
+ };
1707
+
1708
+ // @public
1709
+ export type FusionAlertRuleTemplateProperties = AlertRuleTemplatePropertiesBase & {
1710
+ severity: AlertSeverity;
1711
+ tactics?: AttackTactic[];
1712
+ };
1713
+
1714
+ // @public
1715
+ export interface GeoLocation {
1716
+ readonly asn?: number;
1717
+ readonly city?: string;
1718
+ readonly countryCode?: string;
1719
+ readonly countryName?: string;
1720
+ readonly latitude?: number;
1721
+ readonly longitude?: number;
1722
+ readonly state?: string;
1723
+ }
1724
+
1725
+ // @public
1726
+ export interface GetInsightsError {
1727
+ errorMessage: string;
1728
+ kind: "Insight";
1729
+ queryId?: string;
1730
+ }
1731
+
1732
+ // @public
1733
+ export interface GetInsightsResultsMetadata {
1734
+ errors?: GetInsightsError[];
1735
+ totalCount: number;
1736
+ }
1737
+
1738
+ // @public
1739
+ export interface GetQueriesResponse {
1740
+ value?: EntityQueryItemUnion[];
1741
+ }
1742
+
1743
+ // @public
1744
+ export interface GraphQueries {
1745
+ baseQuery?: string;
1746
+ legend?: string;
1747
+ metricName?: string;
1748
+ }
1749
+
1750
+ // @public
1751
+ export interface GroupingConfiguration {
1752
+ enabled: boolean;
1753
+ groupByAlertDetails?: AlertDetail[];
1754
+ groupByCustomDetails?: string[];
1755
+ groupByEntities?: EntityMappingType[];
1756
+ lookbackDuration: string;
1757
+ matchingMethod: MatchingMethod;
1758
+ reopenClosedIncident: boolean;
1759
+ }
1760
+
1761
+ // @public
1762
+ export type HostEntity = Entity & {
1763
+ readonly additionalData?: {
1764
+ [propertyName: string]: Record<string, unknown>;
1765
+ };
1766
+ readonly friendlyName?: string;
1767
+ readonly azureID?: string;
1768
+ readonly dnsDomain?: string;
1769
+ readonly hostName?: string;
1770
+ readonly isDomainJoined?: boolean;
1771
+ readonly netBiosName?: string;
1772
+ readonly ntDomain?: string;
1773
+ readonly omsAgentID?: string;
1774
+ osFamily?: OSFamily;
1775
+ readonly osVersion?: string;
1776
+ };
1777
+
1778
+ // @public
1779
+ export type HostEntityProperties = EntityCommonProperties & {
1780
+ readonly azureID?: string;
1781
+ readonly dnsDomain?: string;
1782
+ readonly hostName?: string;
1783
+ readonly isDomainJoined?: boolean;
1784
+ readonly netBiosName?: string;
1785
+ readonly ntDomain?: string;
1786
+ readonly omsAgentID?: string;
1787
+ osFamily?: OSFamily;
1788
+ readonly osVersion?: string;
1789
+ };
1790
+
1791
+ // @public
1792
+ export type HuntingBookmark = Entity & {
1793
+ readonly additionalData?: {
1794
+ [propertyName: string]: Record<string, unknown>;
1795
+ };
1796
+ readonly friendlyName?: string;
1797
+ created?: Date;
1798
+ createdBy?: UserInfo;
1799
+ displayName?: string;
1800
+ eventTime?: Date;
1801
+ labels?: string[];
1802
+ notes?: string;
1803
+ query?: string;
1804
+ queryResult?: string;
1805
+ updated?: Date;
1806
+ updatedBy?: UserInfo;
1807
+ incidentInfo?: IncidentInfo;
1808
+ };
1809
+
1810
+ // @public
1811
+ export type HuntingBookmarkProperties = EntityCommonProperties & {
1812
+ created?: Date;
1813
+ createdBy?: UserInfo;
1814
+ displayName: string;
1815
+ eventTime?: Date;
1816
+ labels?: string[];
1817
+ notes?: string;
1818
+ query: string;
1819
+ queryResult?: string;
1820
+ updated?: Date;
1821
+ updatedBy?: UserInfo;
1822
+ incidentInfo?: IncidentInfo;
1823
+ };
1824
+
1825
+ // @public
1826
+ export type Incident = ResourceWithEtag & {
1827
+ readonly additionalData?: IncidentAdditionalData;
1828
+ classification?: IncidentClassification;
1829
+ classificationComment?: string;
1830
+ classificationReason?: IncidentClassificationReason;
1831
+ readonly createdTimeUtc?: Date;
1832
+ description?: string;
1833
+ firstActivityTimeUtc?: Date;
1834
+ readonly incidentUrl?: string;
1835
+ readonly incidentNumber?: number;
1836
+ labels?: IncidentLabel[];
1837
+ providerName?: string;
1838
+ providerIncidentId?: string;
1839
+ lastActivityTimeUtc?: Date;
1840
+ readonly lastModifiedTimeUtc?: Date;
1841
+ owner?: IncidentOwnerInfo;
1842
+ readonly relatedAnalyticRuleIds?: string[];
1843
+ severity?: IncidentSeverity;
1844
+ status?: IncidentStatus;
1845
+ teamInformation?: TeamInformation;
1846
+ title?: string;
1847
+ };
1848
+
1849
+ // @public
1850
+ export interface IncidentAdditionalData {
1851
+ readonly alertProductNames?: string[];
1852
+ readonly alertsCount?: number;
1853
+ readonly bookmarksCount?: number;
1854
+ readonly commentsCount?: number;
1855
+ readonly tactics?: AttackTactic[];
1856
+ }
1857
+
1858
+ // @public
1859
+ export interface IncidentAlertList {
1860
+ value: SecurityAlert[];
1861
+ }
1862
+
1863
+ // @public
1864
+ export interface IncidentBookmarkList {
1865
+ value: HuntingBookmark[];
1866
+ }
1867
+
1868
+ // @public
1869
+ export type IncidentClassification = string;
1870
+
1871
+ // @public
1872
+ export type IncidentClassificationReason = string;
1873
+
1874
+ // @public
1875
+ export type IncidentComment = ResourceWithEtag & {
1876
+ readonly createdTimeUtc?: Date;
1877
+ readonly lastModifiedTimeUtc?: Date;
1878
+ message?: string;
1879
+ readonly author?: ClientInfo;
1880
+ };
1881
+
1882
+ // @public
1883
+ export interface IncidentCommentList {
1884
+ readonly nextLink?: string;
1885
+ value: IncidentComment[];
1886
+ }
1887
+
1888
+ // @public
1889
+ export interface IncidentComments {
1890
+ createOrUpdate(resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, incidentComment: IncidentComment, options?: IncidentCommentsCreateOrUpdateOptionalParams): Promise<IncidentCommentsCreateOrUpdateResponse>;
1891
+ delete(resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, options?: IncidentCommentsDeleteOptionalParams): Promise<void>;
1892
+ get(resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, options?: IncidentCommentsGetOptionalParams): Promise<IncidentCommentsGetResponse>;
1893
+ list(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentCommentsListOptionalParams): PagedAsyncIterableIterator<IncidentComment>;
1894
+ }
1895
+
1896
+ // @public
1897
+ export interface IncidentCommentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1898
+ }
1899
+
1900
+ // @public
1901
+ export type IncidentCommentsCreateOrUpdateResponse = IncidentComment;
1902
+
1903
+ // @public
1904
+ export interface IncidentCommentsDeleteOptionalParams extends coreClient.OperationOptions {
1905
+ }
1906
+
1907
+ // @public
1908
+ export interface IncidentCommentsGetOptionalParams extends coreClient.OperationOptions {
1909
+ }
1910
+
1911
+ // @public
1912
+ export type IncidentCommentsGetResponse = IncidentComment;
1913
+
1914
+ // @public
1915
+ export interface IncidentCommentsListNextOptionalParams extends coreClient.OperationOptions {
1916
+ filter?: string;
1917
+ orderby?: string;
1918
+ skipToken?: string;
1919
+ top?: number;
1920
+ }
1921
+
1922
+ // @public
1923
+ export type IncidentCommentsListNextResponse = IncidentCommentList;
1924
+
1925
+ // @public
1926
+ export interface IncidentCommentsListOptionalParams extends coreClient.OperationOptions {
1927
+ filter?: string;
1928
+ orderby?: string;
1929
+ skipToken?: string;
1930
+ top?: number;
1931
+ }
1932
+
1933
+ // @public
1934
+ export type IncidentCommentsListResponse = IncidentCommentList;
1935
+
1936
+ // @public
1937
+ export interface IncidentConfiguration {
1938
+ createIncident: boolean;
1939
+ groupingConfiguration?: GroupingConfiguration;
1940
+ }
1941
+
1942
+ // @public
1943
+ export interface IncidentEntitiesResponse {
1944
+ entities?: EntityUnion[];
1945
+ metaData?: IncidentEntitiesResultsMetadata[];
1946
+ }
1947
+
1948
+ // @public
1949
+ export interface IncidentEntitiesResultsMetadata {
1950
+ count: number;
1951
+ entityKind: EntityKind;
1952
+ }
1953
+
1954
+ // @public
1955
+ export interface IncidentInfo {
1956
+ incidentId?: string;
1957
+ relationName?: string;
1958
+ severity?: IncidentSeverity;
1959
+ title?: string;
1960
+ }
1961
+
1962
+ // @public
1963
+ export interface IncidentLabel {
1964
+ labelName: string;
1965
+ readonly labelType?: IncidentLabelType;
1966
+ }
1967
+
1968
+ // @public
1969
+ export type IncidentLabelType = string;
1970
+
1971
+ // @public
1972
+ export interface IncidentList {
1973
+ readonly nextLink?: string;
1974
+ value: Incident[];
1975
+ }
1976
+
1977
+ // @public
1978
+ export interface IncidentOwnerInfo {
1979
+ assignedTo?: string;
1980
+ email?: string;
1981
+ objectId?: string;
1982
+ readonly ownerType?: OwnerType;
1983
+ userPrincipalName?: string;
1984
+ }
1985
+
1986
+ // @public
1987
+ export interface IncidentRelations {
1988
+ createOrUpdate(resourceGroupName: string, workspaceName: string, incidentId: string, relationName: string, relation: Relation, options?: IncidentRelationsCreateOrUpdateOptionalParams): Promise<IncidentRelationsCreateOrUpdateResponse>;
1989
+ delete(resourceGroupName: string, workspaceName: string, incidentId: string, relationName: string, options?: IncidentRelationsDeleteOptionalParams): Promise<void>;
1990
+ get(resourceGroupName: string, workspaceName: string, incidentId: string, relationName: string, options?: IncidentRelationsGetOptionalParams): Promise<IncidentRelationsGetResponse>;
1991
+ list(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentRelationsListOptionalParams): PagedAsyncIterableIterator<Relation>;
1992
+ }
1993
+
1994
+ // @public
1995
+ export interface IncidentRelationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1996
+ }
1997
+
1998
+ // @public
1999
+ export type IncidentRelationsCreateOrUpdateResponse = Relation;
2000
+
2001
+ // @public
2002
+ export interface IncidentRelationsDeleteOptionalParams extends coreClient.OperationOptions {
2003
+ }
2004
+
2005
+ // @public
2006
+ export interface IncidentRelationsGetOptionalParams extends coreClient.OperationOptions {
2007
+ }
2008
+
2009
+ // @public
2010
+ export type IncidentRelationsGetResponse = Relation;
2011
+
2012
+ // @public
2013
+ export interface IncidentRelationsListNextOptionalParams extends coreClient.OperationOptions {
2014
+ filter?: string;
2015
+ orderby?: string;
2016
+ skipToken?: string;
2017
+ top?: number;
2018
+ }
2019
+
2020
+ // @public
2021
+ export type IncidentRelationsListNextResponse = RelationList;
2022
+
2023
+ // @public
2024
+ export interface IncidentRelationsListOptionalParams extends coreClient.OperationOptions {
2025
+ filter?: string;
2026
+ orderby?: string;
2027
+ skipToken?: string;
2028
+ top?: number;
2029
+ }
2030
+
2031
+ // @public
2032
+ export type IncidentRelationsListResponse = RelationList;
2033
+
2034
+ // @public
2035
+ export interface Incidents {
2036
+ createOrUpdate(resourceGroupName: string, workspaceName: string, incidentId: string, incident: Incident, options?: IncidentsCreateOrUpdateOptionalParams): Promise<IncidentsCreateOrUpdateResponse>;
2037
+ createTeam(resourceGroupName: string, workspaceName: string, incidentId: string, teamProperties: TeamProperties, options?: IncidentsCreateTeamOptionalParams): Promise<IncidentsCreateTeamResponse>;
2038
+ delete(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsDeleteOptionalParams): Promise<void>;
2039
+ get(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsGetOptionalParams): Promise<IncidentsGetResponse>;
2040
+ list(resourceGroupName: string, workspaceName: string, options?: IncidentsListOptionalParams): PagedAsyncIterableIterator<Incident>;
2041
+ listAlerts(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListAlertsOptionalParams): Promise<IncidentsListAlertsResponse>;
2042
+ listBookmarks(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListBookmarksOptionalParams): Promise<IncidentsListBookmarksResponse>;
2043
+ listEntities(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListEntitiesOptionalParams): Promise<IncidentsListEntitiesResponse>;
2044
+ }
2045
+
2046
+ // @public
2047
+ export interface IncidentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2048
+ }
2049
+
2050
+ // @public
2051
+ export type IncidentsCreateOrUpdateResponse = Incident;
2052
+
2053
+ // @public
2054
+ export interface IncidentsCreateTeamOptionalParams extends coreClient.OperationOptions {
2055
+ }
2056
+
2057
+ // @public
2058
+ export type IncidentsCreateTeamResponse = TeamInformation;
2059
+
2060
+ // @public
2061
+ export interface IncidentsDeleteOptionalParams extends coreClient.OperationOptions {
2062
+ }
2063
+
2064
+ // @public
2065
+ export type IncidentSeverity = string;
2066
+
2067
+ // @public
2068
+ export interface IncidentsGetOptionalParams extends coreClient.OperationOptions {
2069
+ }
2070
+
2071
+ // @public
2072
+ export type IncidentsGetResponse = Incident;
2073
+
2074
+ // @public
2075
+ export interface IncidentsListAlertsOptionalParams extends coreClient.OperationOptions {
2076
+ }
2077
+
2078
+ // @public
2079
+ export type IncidentsListAlertsResponse = IncidentAlertList;
2080
+
2081
+ // @public
2082
+ export interface IncidentsListBookmarksOptionalParams extends coreClient.OperationOptions {
2083
+ }
2084
+
2085
+ // @public
2086
+ export type IncidentsListBookmarksResponse = IncidentBookmarkList;
2087
+
2088
+ // @public
2089
+ export interface IncidentsListEntitiesOptionalParams extends coreClient.OperationOptions {
2090
+ }
2091
+
2092
+ // @public
2093
+ export type IncidentsListEntitiesResponse = IncidentEntitiesResponse;
2094
+
2095
+ // @public
2096
+ export interface IncidentsListNextOptionalParams extends coreClient.OperationOptions {
2097
+ filter?: string;
2098
+ orderby?: string;
2099
+ skipToken?: string;
2100
+ top?: number;
2101
+ }
2102
+
2103
+ // @public
2104
+ export type IncidentsListNextResponse = IncidentList;
2105
+
2106
+ // @public
2107
+ export interface IncidentsListOptionalParams extends coreClient.OperationOptions {
2108
+ filter?: string;
2109
+ orderby?: string;
2110
+ skipToken?: string;
2111
+ top?: number;
2112
+ }
2113
+
2114
+ // @public
2115
+ export type IncidentsListResponse = IncidentList;
2116
+
2117
+ // @public
2118
+ export type IncidentStatus = string;
2119
+
2120
+ // @public
2121
+ export type InsightQueryItem = EntityQueryItem & {
2122
+ kind: "Insight";
2123
+ properties?: InsightQueryItemProperties;
2124
+ };
2125
+
2126
+ // @public
2127
+ export type InsightQueryItemProperties = EntityQueryItemProperties & {
2128
+ displayName?: string;
2129
+ description?: string;
2130
+ baseQuery?: string;
2131
+ tableQuery?: InsightQueryItemPropertiesTableQuery;
2132
+ chartQuery?: Record<string, unknown>;
2133
+ additionalQuery?: InsightQueryItemPropertiesAdditionalQuery;
2134
+ defaultTimeRange?: InsightQueryItemPropertiesDefaultTimeRange;
2135
+ referenceTimeRange?: InsightQueryItemPropertiesReferenceTimeRange;
2136
+ };
2137
+
2138
+ // @public
2139
+ export interface InsightQueryItemPropertiesAdditionalQuery {
2140
+ query?: string;
2141
+ text?: string;
2142
+ }
2143
+
2144
+ // @public
2145
+ export interface InsightQueryItemPropertiesDefaultTimeRange {
2146
+ afterRange?: string;
2147
+ beforeRange?: string;
2148
+ }
2149
+
2150
+ // @public
2151
+ export interface InsightQueryItemPropertiesReferenceTimeRange {
2152
+ beforeRange?: string;
2153
+ }
2154
+
2155
+ // @public
2156
+ export interface InsightQueryItemPropertiesTableQuery {
2157
+ columnsDefinitions?: InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem[];
2158
+ queriesDefinitions?: InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem[];
2159
+ }
2160
+
2161
+ // @public (undocumented)
2162
+ export interface InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem {
2163
+ header?: string;
2164
+ outputType?: OutputType;
2165
+ supportDeepLink?: boolean;
2166
+ }
2167
+
2168
+ // @public (undocumented)
2169
+ export interface InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem {
2170
+ filter?: string;
2171
+ linkColumnsDefinitions?: InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem[];
2172
+ project?: string;
2173
+ summarize?: string;
2174
+ }
2175
+
2176
+ // @public (undocumented)
2177
+ export interface InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem {
2178
+ projectedName?: string;
2179
+ query?: string;
2180
+ }
2181
+
2182
+ // @public
2183
+ export interface InsightsTableResult {
2184
+ columns?: InsightsTableResultColumnsItem[];
2185
+ rows?: string[][];
2186
+ }
2187
+
2188
+ // @public (undocumented)
2189
+ export interface InsightsTableResultColumnsItem {
2190
+ name?: string;
2191
+ type?: string;
2192
+ }
2193
+
2194
+ // @public
2195
+ export interface InstructionSteps {
2196
+ description?: string;
2197
+ instructions?: InstructionStepsInstructionsItem[];
2198
+ title?: string;
2199
+ }
2200
+
2201
+ // @public (undocumented)
2202
+ export type InstructionStepsInstructionsItem = ConnectorInstructionModelBase & {};
2203
+
2204
+ // @public
2205
+ export type IoTDeviceEntity = Entity & {
2206
+ readonly additionalData?: {
2207
+ [propertyName: string]: Record<string, unknown>;
2208
+ };
2209
+ readonly friendlyName?: string;
2210
+ readonly deviceId?: string;
2211
+ readonly deviceName?: string;
2212
+ readonly source?: string;
2213
+ readonly iotSecurityAgentId?: string;
2214
+ readonly deviceType?: string;
2215
+ readonly vendor?: string;
2216
+ readonly edgeId?: string;
2217
+ readonly macAddress?: string;
2218
+ readonly model?: string;
2219
+ readonly serialNumber?: string;
2220
+ readonly firmwareVersion?: string;
2221
+ readonly operatingSystem?: string;
2222
+ readonly iotHubEntityId?: string;
2223
+ readonly hostEntityId?: string;
2224
+ readonly ipAddressEntityId?: string;
2225
+ readonly threatIntelligence?: ThreatIntelligence[];
2226
+ readonly protocols?: string[];
2227
+ };
2228
+
2229
+ // @public
2230
+ export type IoTDeviceEntityProperties = EntityCommonProperties & {
2231
+ readonly deviceId?: string;
2232
+ readonly deviceName?: string;
2233
+ readonly source?: string;
2234
+ readonly iotSecurityAgentId?: string;
2235
+ readonly deviceType?: string;
2236
+ readonly vendor?: string;
2237
+ readonly edgeId?: string;
2238
+ readonly macAddress?: string;
2239
+ readonly model?: string;
2240
+ readonly serialNumber?: string;
2241
+ readonly firmwareVersion?: string;
2242
+ readonly operatingSystem?: string;
2243
+ readonly iotHubEntityId?: string;
2244
+ readonly hostEntityId?: string;
2245
+ readonly ipAddressEntityId?: string;
2246
+ readonly threatIntelligence?: ThreatIntelligence[];
2247
+ readonly protocols?: string[];
2248
+ };
2249
+
2250
+ // @public
2251
+ export type IpEntity = Entity & {
2252
+ readonly additionalData?: {
2253
+ [propertyName: string]: Record<string, unknown>;
2254
+ };
2255
+ readonly friendlyName?: string;
2256
+ readonly address?: string;
2257
+ readonly location?: GeoLocation;
2258
+ readonly threatIntelligence?: ThreatIntelligence[];
2259
+ };
2260
+
2261
+ // @public
2262
+ export type IpEntityProperties = EntityCommonProperties & {
2263
+ readonly address?: string;
2264
+ readonly location?: GeoLocation;
2265
+ readonly threatIntelligence?: ThreatIntelligence[];
2266
+ };
2267
+
2268
+ // @public
2269
+ export interface IPGeodata {
2270
+ get(resourceGroupName: string, ipAddress: string, options?: IPGeodataGetOptionalParams): Promise<IPGeodataGetResponse>;
2271
+ }
2272
+
2273
+ // @public
2274
+ export interface IPGeodataGetOptionalParams extends coreClient.OperationOptions {
2275
+ }
2276
+
2277
+ // @public
2278
+ export type IPGeodataGetResponse = EnrichmentIpGeodata;
2279
+
2280
+ // @public
2281
+ export type KillChainIntent = string;
2282
+
2283
+ // @public
2284
+ export type Kind = string;
2285
+
2286
+ // @public
2287
+ export enum KnownAlertDetail {
2288
+ DisplayName = "DisplayName",
2289
+ Severity = "Severity"
2290
+ }
2291
+
2292
+ // @public
2293
+ export enum KnownAlertRuleKind {
2294
+ // (undocumented)
2295
+ Fusion = "Fusion",
2296
+ // (undocumented)
2297
+ MicrosoftSecurityIncidentCreation = "MicrosoftSecurityIncidentCreation",
2298
+ // (undocumented)
2299
+ MLBehaviorAnalytics = "MLBehaviorAnalytics",
2300
+ // (undocumented)
2301
+ NRT = "NRT",
2302
+ // (undocumented)
2303
+ Scheduled = "Scheduled",
2304
+ // (undocumented)
2305
+ ThreatIntelligence = "ThreatIntelligence"
2306
+ }
2307
+
2308
+ // @public
2309
+ export enum KnownAlertSeverity {
2310
+ High = "High",
2311
+ Informational = "Informational",
2312
+ Low = "Low",
2313
+ Medium = "Medium"
2314
+ }
2315
+
2316
+ // @public
2317
+ export enum KnownAlertStatus {
2318
+ Dismissed = "Dismissed",
2319
+ InProgress = "InProgress",
2320
+ New = "New",
2321
+ Resolved = "Resolved",
2322
+ Unknown = "Unknown"
2323
+ }
2324
+
2325
+ // @public
2326
+ export enum KnownAntispamMailDirection {
2327
+ Inbound = "Inbound",
2328
+ Intraorg = "Intraorg",
2329
+ Outbound = "Outbound",
2330
+ Unknown = "Unknown"
2331
+ }
2332
+
2333
+ // @public
2334
+ export enum KnownAttackTactic {
2335
+ // (undocumented)
2336
+ Collection = "Collection",
2337
+ // (undocumented)
2338
+ CommandAndControl = "CommandAndControl",
2339
+ // (undocumented)
2340
+ CredentialAccess = "CredentialAccess",
2341
+ // (undocumented)
2342
+ DefenseEvasion = "DefenseEvasion",
2343
+ // (undocumented)
2344
+ Discovery = "Discovery",
2345
+ // (undocumented)
2346
+ Execution = "Execution",
2347
+ // (undocumented)
2348
+ Exfiltration = "Exfiltration",
2349
+ // (undocumented)
2350
+ Impact = "Impact",
2351
+ // (undocumented)
2352
+ InitialAccess = "InitialAccess",
2353
+ // (undocumented)
2354
+ LateralMovement = "LateralMovement",
2355
+ // (undocumented)
2356
+ Persistence = "Persistence",
2357
+ // (undocumented)
2358
+ PreAttack = "PreAttack",
2359
+ // (undocumented)
2360
+ PrivilegeEscalation = "PrivilegeEscalation"
2361
+ }
2362
+
2363
+ // @public
2364
+ export enum KnownAutomationRuleActionType {
2365
+ ModifyProperties = "ModifyProperties",
2366
+ RunPlaybook = "RunPlaybook"
2367
+ }
2368
+
2369
+ // @public
2370
+ export enum KnownAutomationRuleConditionType {
2371
+ Property = "Property"
2372
+ }
2373
+
2374
+ // @public
2375
+ export enum KnownAutomationRulePropertyConditionSupportedOperator {
2376
+ Contains = "Contains",
2377
+ EndsWith = "EndsWith",
2378
+ Equals = "Equals",
2379
+ NotContains = "NotContains",
2380
+ NotEndsWith = "NotEndsWith",
2381
+ NotEquals = "NotEquals",
2382
+ NotStartsWith = "NotStartsWith",
2383
+ StartsWith = "StartsWith"
2384
+ }
2385
+
2386
+ // @public
2387
+ export enum KnownAutomationRulePropertyConditionSupportedProperty {
2388
+ AccountAadTenantId = "AccountAadTenantId",
2389
+ AccountAadUserId = "AccountAadUserId",
2390
+ AccountName = "AccountName",
2391
+ AccountNTDomain = "AccountNTDomain",
2392
+ AccountObjectGuid = "AccountObjectGuid",
2393
+ AccountPuid = "AccountPUID",
2394
+ AccountSid = "AccountSid",
2395
+ AccountUPNSuffix = "AccountUPNSuffix",
2396
+ AzureResourceResourceId = "AzureResourceResourceId",
2397
+ AzureResourceSubscriptionId = "AzureResourceSubscriptionId",
2398
+ CloudApplicationAppId = "CloudApplicationAppId",
2399
+ CloudApplicationAppName = "CloudApplicationAppName",
2400
+ DNSDomainName = "DNSDomainName",
2401
+ FileDirectory = "FileDirectory",
2402
+ FileHashValue = "FileHashValue",
2403
+ FileName = "FileName",
2404
+ HostAzureID = "HostAzureID",
2405
+ HostName = "HostName",
2406
+ HostNetBiosName = "HostNetBiosName",
2407
+ HostNTDomain = "HostNTDomain",
2408
+ HostOSVersion = "HostOSVersion",
2409
+ IncidentDescription = "IncidentDescription",
2410
+ IncidentProviderName = "IncidentProviderName",
2411
+ IncidentRelatedAnalyticRuleIds = "IncidentRelatedAnalyticRuleIds",
2412
+ IncidentSeverity = "IncidentSeverity",
2413
+ IncidentStatus = "IncidentStatus",
2414
+ IncidentTactics = "IncidentTactics",
2415
+ IncidentTitle = "IncidentTitle",
2416
+ IoTDeviceId = "IoTDeviceId",
2417
+ IoTDeviceModel = "IoTDeviceModel",
2418
+ IoTDeviceName = "IoTDeviceName",
2419
+ IoTDeviceOperatingSystem = "IoTDeviceOperatingSystem",
2420
+ IoTDeviceType = "IoTDeviceType",
2421
+ IoTDeviceVendor = "IoTDeviceVendor",
2422
+ IPAddress = "IPAddress",
2423
+ MailboxDisplayName = "MailboxDisplayName",
2424
+ MailboxPrimaryAddress = "MailboxPrimaryAddress",
2425
+ MailboxUPN = "MailboxUPN",
2426
+ MailMessageDeliveryAction = "MailMessageDeliveryAction",
2427
+ MailMessageDeliveryLocation = "MailMessageDeliveryLocation",
2428
+ MailMessageP1Sender = "MailMessageP1Sender",
2429
+ MailMessageP2Sender = "MailMessageP2Sender",
2430
+ MailMessageRecipient = "MailMessageRecipient",
2431
+ MailMessageSenderIP = "MailMessageSenderIP",
2432
+ MailMessageSubject = "MailMessageSubject",
2433
+ MalwareCategory = "MalwareCategory",
2434
+ MalwareName = "MalwareName",
2435
+ ProcessCommandLine = "ProcessCommandLine",
2436
+ ProcessId = "ProcessId",
2437
+ RegistryKey = "RegistryKey",
2438
+ RegistryValueData = "RegistryValueData",
2439
+ Url = "Url"
2440
+ }
2441
+
2442
+ // @public
2443
+ export enum KnownConfidenceLevel {
2444
+ High = "High",
2445
+ Low = "Low",
2446
+ Unknown = "Unknown"
2447
+ }
2448
+
2449
+ // @public
2450
+ export enum KnownConfidenceScoreStatus {
2451
+ Final = "Final",
2452
+ InProcess = "InProcess",
2453
+ NotApplicable = "NotApplicable",
2454
+ NotFinal = "NotFinal"
2455
+ }
2456
+
2457
+ // @public
2458
+ export enum KnownConnectAuthKind {
2459
+ // (undocumented)
2460
+ APIKey = "APIKey",
2461
+ // (undocumented)
2462
+ Basic = "Basic",
2463
+ // (undocumented)
2464
+ OAuth2 = "OAuth2"
2465
+ }
2466
+
2467
+ // @public
2468
+ export enum KnownConnectivityType {
2469
+ // (undocumented)
2470
+ IsConnectedQuery = "IsConnectedQuery"
2471
+ }
2472
+
2473
+ // @public
2474
+ export enum KnownContentType {
2475
+ // (undocumented)
2476
+ AnalyticRule = "AnalyticRule",
2477
+ // (undocumented)
2478
+ Workbook = "Workbook"
2479
+ }
2480
+
2481
+ // @public
2482
+ export enum KnownCreatedByType {
2483
+ // (undocumented)
2484
+ Application = "Application",
2485
+ // (undocumented)
2486
+ Key = "Key",
2487
+ // (undocumented)
2488
+ ManagedIdentity = "ManagedIdentity",
2489
+ // (undocumented)
2490
+ User = "User"
2491
+ }
2492
+
2493
+ // @public
2494
+ export enum KnownCustomEntityQueryKind {
2495
+ // (undocumented)
2496
+ Activity = "Activity"
2497
+ }
2498
+
2499
+ // @public
2500
+ export enum KnownDataConnectorAuthorizationState {
2501
+ // (undocumented)
2502
+ Invalid = "Invalid",
2503
+ // (undocumented)
2504
+ Valid = "Valid"
2505
+ }
2506
+
2507
+ // @public
2508
+ export enum KnownDataConnectorKind {
2509
+ // (undocumented)
2510
+ AmazonWebServicesCloudTrail = "AmazonWebServicesCloudTrail",
2511
+ // (undocumented)
2512
+ AmazonWebServicesS3 = "AmazonWebServicesS3",
2513
+ // (undocumented)
2514
+ APIPolling = "APIPolling",
2515
+ // (undocumented)
2516
+ AzureActiveDirectory = "AzureActiveDirectory",
2517
+ // (undocumented)
2518
+ AzureAdvancedThreatProtection = "AzureAdvancedThreatProtection",
2519
+ // (undocumented)
2520
+ AzureSecurityCenter = "AzureSecurityCenter",
2521
+ // (undocumented)
2522
+ Dynamics365 = "Dynamics365",
2523
+ // (undocumented)
2524
+ GenericUI = "GenericUI",
2525
+ // (undocumented)
2526
+ MicrosoftCloudAppSecurity = "MicrosoftCloudAppSecurity",
2527
+ // (undocumented)
2528
+ MicrosoftDefenderAdvancedThreatProtection = "MicrosoftDefenderAdvancedThreatProtection",
2529
+ // (undocumented)
2530
+ MicrosoftThreatIntelligence = "MicrosoftThreatIntelligence",
2531
+ // (undocumented)
2532
+ MicrosoftThreatProtection = "MicrosoftThreatProtection",
2533
+ // (undocumented)
2534
+ Office365 = "Office365",
2535
+ // (undocumented)
2536
+ OfficeATP = "OfficeATP",
2537
+ // (undocumented)
2538
+ OfficeIRM = "OfficeIRM",
2539
+ // (undocumented)
2540
+ ThreatIntelligence = "ThreatIntelligence",
2541
+ // (undocumented)
2542
+ ThreatIntelligenceTaxii = "ThreatIntelligenceTaxii"
2543
+ }
2544
+
2545
+ // @public
2546
+ export enum KnownDataConnectorLicenseState {
2547
+ // (undocumented)
2548
+ Invalid = "Invalid",
2549
+ // (undocumented)
2550
+ Unknown = "Unknown",
2551
+ // (undocumented)
2552
+ Valid = "Valid"
2553
+ }
2554
+
2555
+ // @public
2556
+ export enum KnownDataTypeState {
2557
+ // (undocumented)
2558
+ Disabled = "Disabled",
2559
+ // (undocumented)
2560
+ Enabled = "Enabled"
2561
+ }
2562
+
2563
+ // @public
2564
+ export enum KnownEntityItemQueryKind {
2565
+ Insight = "Insight"
2566
+ }
2567
+
2568
+ // @public
2569
+ export enum KnownEntityKind {
2570
+ Account = "Account",
2571
+ AzureResource = "AzureResource",
2572
+ Bookmark = "Bookmark",
2573
+ CloudApplication = "CloudApplication",
2574
+ DnsResolution = "DnsResolution",
2575
+ File = "File",
2576
+ FileHash = "FileHash",
2577
+ Host = "Host",
2578
+ IoTDevice = "IoTDevice",
2579
+ Ip = "Ip",
2580
+ Mailbox = "Mailbox",
2581
+ MailCluster = "MailCluster",
2582
+ MailMessage = "MailMessage",
2583
+ Malware = "Malware",
2584
+ Process = "Process",
2585
+ RegistryKey = "RegistryKey",
2586
+ RegistryValue = "RegistryValue",
2587
+ SecurityAlert = "SecurityAlert",
2588
+ SecurityGroup = "SecurityGroup",
2589
+ SubmissionMail = "SubmissionMail",
2590
+ Url = "Url"
2591
+ }
2592
+
2593
+ // @public
2594
+ export enum KnownEntityMappingType {
2595
+ Account = "Account",
2596
+ AzureResource = "AzureResource",
2597
+ CloudApplication = "CloudApplication",
2598
+ DNS = "DNS",
2599
+ File = "File",
2600
+ FileHash = "FileHash",
2601
+ Host = "Host",
2602
+ IP = "IP",
2603
+ Mailbox = "Mailbox",
2604
+ MailCluster = "MailCluster",
2605
+ MailMessage = "MailMessage",
2606
+ Malware = "Malware",
2607
+ Process = "Process",
2608
+ RegistryKey = "RegistryKey",
2609
+ RegistryValue = "RegistryValue",
2610
+ SecurityGroup = "SecurityGroup",
2611
+ SubmissionMail = "SubmissionMail",
2612
+ URL = "URL"
2613
+ }
2614
+
2615
+ // @public
2616
+ export enum KnownEntityQueryKind {
2617
+ // (undocumented)
2618
+ Activity = "Activity",
2619
+ // (undocumented)
2620
+ Expansion = "Expansion",
2621
+ // (undocumented)
2622
+ Insight = "Insight"
2623
+ }
2624
+
2625
+ // @public
2626
+ export enum KnownEntityQueryTemplateKind {
2627
+ // (undocumented)
2628
+ Activity = "Activity"
2629
+ }
2630
+
2631
+ // @public
2632
+ export enum KnownEntityTimelineKind {
2633
+ Activity = "Activity",
2634
+ Bookmark = "Bookmark",
2635
+ SecurityAlert = "SecurityAlert"
2636
+ }
2637
+
2638
+ // @public
2639
+ export enum KnownEntityType {
2640
+ Account = "Account",
2641
+ AzureResource = "AzureResource",
2642
+ CloudApplication = "CloudApplication",
2643
+ DNS = "DNS",
2644
+ File = "File",
2645
+ FileHash = "FileHash",
2646
+ Host = "Host",
2647
+ HuntingBookmark = "HuntingBookmark",
2648
+ IoTDevice = "IoTDevice",
2649
+ IP = "IP",
2650
+ Mailbox = "Mailbox",
2651
+ MailCluster = "MailCluster",
2652
+ MailMessage = "MailMessage",
2653
+ Malware = "Malware",
2654
+ Process = "Process",
2655
+ RegistryKey = "RegistryKey",
2656
+ RegistryValue = "RegistryValue",
2657
+ SecurityAlert = "SecurityAlert",
2658
+ SecurityGroup = "SecurityGroup",
2659
+ SubmissionMail = "SubmissionMail",
2660
+ URL = "URL"
2661
+ }
2662
+
2663
+ // @public
2664
+ export enum KnownEnum8 {
2665
+ // (undocumented)
2666
+ Activity = "Activity",
2667
+ // (undocumented)
2668
+ Expansion = "Expansion"
2669
+ }
2670
+
2671
+ // @public
2672
+ export enum KnownEventGroupingAggregationKind {
2673
+ // (undocumented)
2674
+ AlertPerResult = "AlertPerResult",
2675
+ // (undocumented)
2676
+ SingleAlert = "SingleAlert"
2677
+ }
2678
+
2679
+ // @public
2680
+ export enum KnownFileHashAlgorithm {
2681
+ MD5 = "MD5",
2682
+ SHA1 = "SHA1",
2683
+ SHA256 = "SHA256",
2684
+ SHA256AC = "SHA256AC",
2685
+ Unknown = "Unknown"
2686
+ }
2687
+
2688
+ // @public
2689
+ export enum KnownIncidentClassification {
2690
+ BenignPositive = "BenignPositive",
2691
+ FalsePositive = "FalsePositive",
2692
+ TruePositive = "TruePositive",
2693
+ Undetermined = "Undetermined"
2694
+ }
2695
+
2696
+ // @public
2697
+ export enum KnownIncidentClassificationReason {
2698
+ InaccurateData = "InaccurateData",
2699
+ IncorrectAlertLogic = "IncorrectAlertLogic",
2700
+ SuspiciousActivity = "SuspiciousActivity",
2701
+ SuspiciousButExpected = "SuspiciousButExpected"
2702
+ }
2703
+
2704
+ // @public
2705
+ export enum KnownIncidentLabelType {
2706
+ System = "System",
2707
+ User = "User"
2708
+ }
2709
+
2710
+ // @public
2711
+ export enum KnownIncidentSeverity {
2712
+ High = "High",
2713
+ Informational = "Informational",
2714
+ Low = "Low",
2715
+ Medium = "Medium"
2716
+ }
2717
+
2718
+ // @public
2719
+ export enum KnownIncidentStatus {
2720
+ Active = "Active",
2721
+ Closed = "Closed",
2722
+ New = "New"
2723
+ }
2724
+
2725
+ // @public
2726
+ export enum KnownKillChainIntent {
2727
+ Collection = "Collection",
2728
+ CommandAndControl = "CommandAndControl",
2729
+ CredentialAccess = "CredentialAccess",
2730
+ DefenseEvasion = "DefenseEvasion",
2731
+ Discovery = "Discovery",
2732
+ Execution = "Execution",
2733
+ Exfiltration = "Exfiltration",
2734
+ Exploitation = "Exploitation",
2735
+ Impact = "Impact",
2736
+ LateralMovement = "LateralMovement",
2737
+ Persistence = "Persistence",
2738
+ PrivilegeEscalation = "PrivilegeEscalation",
2739
+ Probing = "Probing",
2740
+ Unknown = "Unknown"
2741
+ }
2742
+
2743
+ // @public
2744
+ export enum KnownKind {
2745
+ // (undocumented)
2746
+ AnalyticsRule = "AnalyticsRule",
2747
+ // (undocumented)
2748
+ AnalyticsRuleTemplate = "AnalyticsRuleTemplate",
2749
+ // (undocumented)
2750
+ DataConnector = "DataConnector",
2751
+ // (undocumented)
2752
+ DataType = "DataType",
2753
+ // (undocumented)
2754
+ HuntingQuery = "HuntingQuery",
2755
+ // (undocumented)
2756
+ InvestigationQuery = "InvestigationQuery",
2757
+ // (undocumented)
2758
+ Parser = "Parser",
2759
+ // (undocumented)
2760
+ Playbook = "Playbook",
2761
+ // (undocumented)
2762
+ PlaybookTemplate = "PlaybookTemplate",
2763
+ // (undocumented)
2764
+ Solution = "Solution",
2765
+ // (undocumented)
2766
+ Watchlist = "Watchlist",
2767
+ // (undocumented)
2768
+ WatchlistTemplate = "WatchlistTemplate",
2769
+ // (undocumented)
2770
+ Workbook = "Workbook",
2771
+ // (undocumented)
2772
+ WorkbookTemplate = "WorkbookTemplate"
2773
+ }
2774
+
2775
+ // @public
2776
+ export enum KnownMatchingMethod {
2777
+ AllEntities = "AllEntities",
2778
+ AnyAlert = "AnyAlert",
2779
+ Selected = "Selected"
2780
+ }
2781
+
2782
+ // @public
2783
+ export enum KnownMicrosoftSecurityProductName {
2784
+ // (undocumented)
2785
+ AzureActiveDirectoryIdentityProtection = "Azure Active Directory Identity Protection",
2786
+ // (undocumented)
2787
+ AzureAdvancedThreatProtection = "Azure Advanced Threat Protection",
2788
+ // (undocumented)
2789
+ AzureSecurityCenter = "Azure Security Center",
2790
+ // (undocumented)
2791
+ AzureSecurityCenterForIoT = "Azure Security Center for IoT",
2792
+ // (undocumented)
2793
+ MicrosoftCloudAppSecurity = "Microsoft Cloud App Security",
2794
+ // (undocumented)
2795
+ MicrosoftDefenderAdvancedThreatProtection = "Microsoft Defender Advanced Threat Protection",
2796
+ // (undocumented)
2797
+ Office365AdvancedThreatProtection = "Office 365 Advanced Threat Protection"
2798
+ }
2799
+
2800
+ // @public
2801
+ export enum KnownOperator {
2802
+ // (undocumented)
2803
+ AND = "AND",
2804
+ // (undocumented)
2805
+ OR = "OR"
2806
+ }
2807
+
2808
+ // @public
2809
+ export enum KnownOutputType {
2810
+ // (undocumented)
2811
+ Date = "Date",
2812
+ // (undocumented)
2813
+ Entity = "Entity",
2814
+ // (undocumented)
2815
+ Number = "Number",
2816
+ // (undocumented)
2817
+ String = "String"
2818
+ }
2819
+
2820
+ // @public
2821
+ export enum KnownOwnerType {
2822
+ Group = "Group",
2823
+ Unknown = "Unknown",
2824
+ User = "User"
2825
+ }
2826
+
2827
+ // @public
2828
+ export enum KnownPermissionProviderScope {
2829
+ // (undocumented)
2830
+ ResourceGroup = "ResourceGroup",
2831
+ // (undocumented)
2832
+ Subscription = "Subscription",
2833
+ // (undocumented)
2834
+ Workspace = "Workspace"
2835
+ }
2836
+
2837
+ // @public
2838
+ export enum KnownPollingFrequency {
2839
+ OnceADay = "OnceADay",
2840
+ OnceAMinute = "OnceAMinute",
2841
+ OnceAnHour = "OnceAnHour"
2842
+ }
2843
+
2844
+ // @public
2845
+ export enum KnownProviderName {
2846
+ // (undocumented)
2847
+ MicrosoftAadiamDiagnosticSettings = "microsoft.aadiam/diagnosticSettings",
2848
+ // (undocumented)
2849
+ MicrosoftAuthorizationPolicyAssignments = "Microsoft.Authorization/policyAssignments",
2850
+ // (undocumented)
2851
+ MicrosoftOperationalInsightsSolutions = "Microsoft.OperationalInsights/solutions",
2852
+ // (undocumented)
2853
+ MicrosoftOperationalInsightsWorkspaces = "Microsoft.OperationalInsights/workspaces",
2854
+ // (undocumented)
2855
+ MicrosoftOperationalInsightsWorkspacesDatasources = "Microsoft.OperationalInsights/workspaces/datasources",
2856
+ // (undocumented)
2857
+ MicrosoftOperationalInsightsWorkspacesSharedKeys = "Microsoft.OperationalInsights/workspaces/sharedKeys"
2858
+ }
2859
+
2860
+ // @public
2861
+ export enum KnownRegistryHive {
2862
+ HkeyA = "HKEY_A",
2863
+ HkeyClassesRoot = "HKEY_CLASSES_ROOT",
2864
+ HkeyCurrentConfig = "HKEY_CURRENT_CONFIG",
2865
+ HkeyCurrentUser = "HKEY_CURRENT_USER",
2866
+ HkeyCurrentUserLocalSettings = "HKEY_CURRENT_USER_LOCAL_SETTINGS",
2867
+ HkeyLocalMachine = "HKEY_LOCAL_MACHINE",
2868
+ HkeyPerformanceData = "HKEY_PERFORMANCE_DATA",
2869
+ HkeyPerformanceNlstext = "HKEY_PERFORMANCE_NLSTEXT",
2870
+ HkeyPerformanceText = "HKEY_PERFORMANCE_TEXT",
2871
+ HkeyUsers = "HKEY_USERS"
2872
+ }
2873
+
2874
+ // @public
2875
+ export enum KnownRegistryValueKind {
2876
+ Binary = "Binary",
2877
+ DWord = "DWord",
2878
+ ExpandString = "ExpandString",
2879
+ MultiString = "MultiString",
2880
+ None = "None",
2881
+ QWord = "QWord",
2882
+ String = "String",
2883
+ Unknown = "Unknown"
2884
+ }
2885
+
2886
+ // @public
2887
+ export enum KnownRepoType {
2888
+ // (undocumented)
2889
+ DevOps = "DevOps",
2890
+ // (undocumented)
2891
+ Github = "Github"
2892
+ }
2893
+
2894
+ // @public
2895
+ export enum KnownSettingKind {
2896
+ // (undocumented)
2897
+ Anomalies = "Anomalies",
2898
+ // (undocumented)
2899
+ EntityAnalytics = "EntityAnalytics",
2900
+ // (undocumented)
2901
+ EyesOn = "EyesOn",
2902
+ // (undocumented)
2903
+ Ueba = "Ueba"
2904
+ }
2905
+
2906
+ // @public
2907
+ export enum KnownSettingType {
2908
+ // (undocumented)
2909
+ CopyableLabel = "CopyableLabel",
2910
+ // (undocumented)
2911
+ InfoMessage = "InfoMessage",
2912
+ // (undocumented)
2913
+ InstructionStepsGroup = "InstructionStepsGroup"
2914
+ }
2915
+
2916
+ // @public
2917
+ export enum KnownSkuKind {
2918
+ // (undocumented)
2919
+ CapacityReservation = "CapacityReservation",
2920
+ // (undocumented)
2921
+ PerGB = "PerGB"
2922
+ }
2923
+
2924
+ // @public
2925
+ export enum KnownSource {
2926
+ // (undocumented)
2927
+ LocalFile = "Local file",
2928
+ // (undocumented)
2929
+ RemoteStorage = "Remote storage"
2930
+ }
2931
+
2932
+ // @public
2933
+ export enum KnownSourceKind {
2934
+ // (undocumented)
2935
+ Community = "Community",
2936
+ // (undocumented)
2937
+ LocalWorkspace = "LocalWorkspace",
2938
+ // (undocumented)
2939
+ Solution = "Solution",
2940
+ // (undocumented)
2941
+ SourceRepository = "SourceRepository"
2942
+ }
2943
+
2944
+ // @public
2945
+ export enum KnownSupportTier {
2946
+ // (undocumented)
2947
+ Community = "Community",
2948
+ // (undocumented)
2949
+ Microsoft = "Microsoft",
2950
+ // (undocumented)
2951
+ Partner = "Partner"
2952
+ }
2953
+
2954
+ // @public
2955
+ export enum KnownTemplateStatus {
2956
+ Available = "Available",
2957
+ Installed = "Installed",
2958
+ NotAvailable = "NotAvailable"
2959
+ }
2960
+
2961
+ // @public
2962
+ export enum KnownThreatIntelligenceResourceKindEnum {
2963
+ Indicator = "indicator"
2964
+ }
2965
+
2966
+ // @public
2967
+ export enum KnownThreatIntelligenceSortingCriteriaEnum {
2968
+ // (undocumented)
2969
+ Ascending = "ascending",
2970
+ // (undocumented)
2971
+ Descending = "descending",
2972
+ // (undocumented)
2973
+ Unsorted = "unsorted"
2974
+ }
2975
+
2976
+ // @public
2977
+ export enum KnownTriggersOn {
2978
+ Incidents = "Incidents"
2979
+ }
2980
+
2981
+ // @public
2982
+ export enum KnownTriggersWhen {
2983
+ Created = "Created"
2984
+ }
2985
+
2986
+ // @public
2987
+ export enum KnownUebaDataSources {
2988
+ // (undocumented)
2989
+ AuditLogs = "AuditLogs",
2990
+ // (undocumented)
2991
+ AzureActivity = "AzureActivity",
2992
+ // (undocumented)
2993
+ SecurityEvent = "SecurityEvent",
2994
+ // (undocumented)
2995
+ SigninLogs = "SigninLogs"
2996
+ }
2997
+
2998
+ // @public
2999
+ export interface LastDataReceivedDataType {
3000
+ lastDataReceivedQuery?: string;
3001
+ name?: string;
3002
+ }
3003
+
3004
+ // @public
3005
+ export type MailboxEntity = Entity & {
3006
+ readonly additionalData?: {
3007
+ [propertyName: string]: Record<string, unknown>;
3008
+ };
3009
+ readonly friendlyName?: string;
3010
+ readonly mailboxPrimaryAddress?: string;
3011
+ readonly displayName?: string;
3012
+ readonly upn?: string;
3013
+ readonly externalDirectoryObjectId?: string;
3014
+ };
3015
+
3016
+ // @public
3017
+ export type MailboxEntityProperties = EntityCommonProperties & {
3018
+ readonly mailboxPrimaryAddress?: string;
3019
+ readonly displayName?: string;
3020
+ readonly upn?: string;
3021
+ readonly externalDirectoryObjectId?: string;
3022
+ };
3023
+
3024
+ // @public
3025
+ export type MailClusterEntity = Entity & {
3026
+ readonly additionalData?: {
3027
+ [propertyName: string]: Record<string, unknown>;
3028
+ };
3029
+ readonly friendlyName?: string;
3030
+ readonly networkMessageIds?: string[];
3031
+ readonly countByDeliveryStatus?: Record<string, unknown>;
3032
+ readonly countByThreatType?: Record<string, unknown>;
3033
+ readonly countByProtectionStatus?: Record<string, unknown>;
3034
+ readonly threats?: string[];
3035
+ readonly query?: string;
3036
+ readonly queryTime?: Date;
3037
+ readonly mailCount?: number;
3038
+ readonly isVolumeAnomaly?: boolean;
3039
+ readonly source?: string;
3040
+ readonly clusterSourceIdentifier?: string;
3041
+ readonly clusterSourceType?: string;
3042
+ readonly clusterQueryStartTime?: Date;
3043
+ readonly clusterQueryEndTime?: Date;
3044
+ readonly clusterGroup?: string;
3045
+ };
3046
+
3047
+ // @public
3048
+ export type MailClusterEntityProperties = EntityCommonProperties & {
3049
+ readonly networkMessageIds?: string[];
3050
+ readonly countByDeliveryStatus?: Record<string, unknown>;
3051
+ readonly countByThreatType?: Record<string, unknown>;
3052
+ readonly countByProtectionStatus?: Record<string, unknown>;
3053
+ readonly threats?: string[];
3054
+ readonly query?: string;
3055
+ readonly queryTime?: Date;
3056
+ readonly mailCount?: number;
3057
+ readonly isVolumeAnomaly?: boolean;
3058
+ readonly source?: string;
3059
+ readonly clusterSourceIdentifier?: string;
3060
+ readonly clusterSourceType?: string;
3061
+ readonly clusterQueryStartTime?: Date;
3062
+ readonly clusterQueryEndTime?: Date;
3063
+ readonly clusterGroup?: string;
3064
+ };
3065
+
3066
+ // @public
3067
+ export type MailMessageEntity = Entity & {
3068
+ readonly additionalData?: {
3069
+ [propertyName: string]: Record<string, unknown>;
3070
+ };
3071
+ readonly friendlyName?: string;
3072
+ readonly fileEntityIds?: string[];
3073
+ readonly recipient?: string;
3074
+ readonly urls?: string[];
3075
+ readonly threats?: string[];
3076
+ readonly p1Sender?: string;
3077
+ readonly p1SenderDisplayName?: string;
3078
+ readonly p1SenderDomain?: string;
3079
+ readonly senderIP?: string;
3080
+ readonly p2Sender?: string;
3081
+ readonly p2SenderDisplayName?: string;
3082
+ readonly p2SenderDomain?: string;
3083
+ readonly receiveDate?: Date;
3084
+ readonly networkMessageId?: string;
3085
+ readonly internetMessageId?: string;
3086
+ readonly subject?: string;
3087
+ readonly language?: string;
3088
+ readonly threatDetectionMethods?: string[];
3089
+ bodyFingerprintBin1?: number;
3090
+ bodyFingerprintBin2?: number;
3091
+ bodyFingerprintBin3?: number;
3092
+ bodyFingerprintBin4?: number;
3093
+ bodyFingerprintBin5?: number;
3094
+ antispamDirection?: AntispamMailDirection;
3095
+ deliveryAction?: DeliveryAction;
3096
+ deliveryLocation?: DeliveryLocation;
3097
+ };
3098
+
3099
+ // @public
3100
+ export type MailMessageEntityProperties = EntityCommonProperties & {
3101
+ readonly fileEntityIds?: string[];
3102
+ readonly recipient?: string;
3103
+ readonly urls?: string[];
3104
+ readonly threats?: string[];
3105
+ readonly p1Sender?: string;
3106
+ readonly p1SenderDisplayName?: string;
3107
+ readonly p1SenderDomain?: string;
3108
+ readonly senderIP?: string;
3109
+ readonly p2Sender?: string;
3110
+ readonly p2SenderDisplayName?: string;
3111
+ readonly p2SenderDomain?: string;
3112
+ readonly receiveDate?: Date;
3113
+ readonly networkMessageId?: string;
3114
+ readonly internetMessageId?: string;
3115
+ readonly subject?: string;
3116
+ readonly language?: string;
3117
+ readonly threatDetectionMethods?: string[];
3118
+ bodyFingerprintBin1?: number;
3119
+ bodyFingerprintBin2?: number;
3120
+ bodyFingerprintBin3?: number;
3121
+ bodyFingerprintBin4?: number;
3122
+ bodyFingerprintBin5?: number;
3123
+ antispamDirection?: AntispamMailDirection;
3124
+ deliveryAction?: DeliveryAction;
3125
+ deliveryLocation?: DeliveryLocation;
3126
+ };
3127
+
3128
+ // @public
3129
+ export type MalwareEntity = Entity & {
3130
+ readonly additionalData?: {
3131
+ [propertyName: string]: Record<string, unknown>;
3132
+ };
3133
+ readonly friendlyName?: string;
3134
+ readonly category?: string;
3135
+ readonly fileEntityIds?: string[];
3136
+ readonly malwareName?: string;
3137
+ readonly processEntityIds?: string[];
3138
+ };
3139
+
3140
+ // @public
3141
+ export type MalwareEntityProperties = EntityCommonProperties & {
3142
+ readonly category?: string;
3143
+ readonly fileEntityIds?: string[];
3144
+ readonly malwareName?: string;
3145
+ readonly processEntityIds?: string[];
3146
+ };
3147
+
3148
+ // @public
3149
+ export type MatchingMethod = string;
3150
+
3151
+ // @public
3152
+ export type McasCheckRequirements = DataConnectorsCheckRequirements & {
3153
+ kind: "MicrosoftCloudAppSecurity";
3154
+ tenantId?: string;
3155
+ };
3156
+
3157
+ // @public
3158
+ export type McasCheckRequirementsProperties = DataConnectorTenantId & {};
3159
+
3160
+ // @public
3161
+ export type McasDataConnector = DataConnector & {
3162
+ tenantId?: string;
3163
+ dataTypes?: McasDataConnectorDataTypes;
3164
+ };
3165
+
3166
+ // @public
3167
+ export type McasDataConnectorDataTypes = AlertsDataTypeOfDataConnector & {
3168
+ discoveryLogs?: DataConnectorDataTypeCommon;
3169
+ };
3170
+
3171
+ // @public
3172
+ export type McasDataConnectorProperties = DataConnectorTenantId & {
3173
+ dataTypes: McasDataConnectorDataTypes;
3174
+ };
3175
+
3176
+ // @public
3177
+ export type MdatpCheckRequirements = DataConnectorsCheckRequirements & {
3178
+ kind: "MicrosoftDefenderAdvancedThreatProtection";
3179
+ tenantId?: string;
3180
+ };
3181
+
3182
+ // @public
3183
+ export type MdatpCheckRequirementsProperties = DataConnectorTenantId & {};
3184
+
3185
+ // @public
3186
+ export type MdatpDataConnector = DataConnector & {
3187
+ tenantId?: string;
3188
+ dataTypes?: AlertsDataTypeOfDataConnector;
3189
+ };
3190
+
3191
+ // @public
3192
+ export type MdatpDataConnectorProperties = DataConnectorTenantId & DataConnectorWithAlertsProperties & {};
3193
+
3194
+ // @public
3195
+ export interface Metadata {
3196
+ create(resourceGroupName: string, workspaceName: string, metadataName: string, metadata: MetadataModel, options?: MetadataCreateOptionalParams): Promise<MetadataCreateResponse>;
3197
+ delete(resourceGroupName: string, workspaceName: string, metadataName: string, options?: MetadataDeleteOptionalParams): Promise<void>;
3198
+ get(resourceGroupName: string, workspaceName: string, metadataName: string, options?: MetadataGetOptionalParams): Promise<MetadataGetResponse>;
3199
+ list(resourceGroupName: string, workspaceName: string, options?: MetadataListOptionalParams): PagedAsyncIterableIterator<MetadataModel>;
3200
+ update(resourceGroupName: string, workspaceName: string, metadataName: string, metadataPatch: MetadataPatch, options?: MetadataUpdateOptionalParams): Promise<MetadataUpdateResponse>;
3201
+ }
3202
+
3203
+ // @public
3204
+ export interface MetadataAuthor {
3205
+ email?: string;
3206
+ link?: string;
3207
+ name?: string;
3208
+ }
3209
+
3210
+ // @public
3211
+ export interface MetadataCategories {
3212
+ domains?: string[];
3213
+ verticals?: string[];
3214
+ }
3215
+
3216
+ // @public
3217
+ export interface MetadataCreateOptionalParams extends coreClient.OperationOptions {
3218
+ }
3219
+
3220
+ // @public
3221
+ export type MetadataCreateResponse = MetadataModel;
3222
+
3223
+ // @public
3224
+ export interface MetadataDeleteOptionalParams extends coreClient.OperationOptions {
3225
+ }
3226
+
3227
+ // @public
3228
+ export interface MetadataDependencies {
3229
+ contentId?: string;
3230
+ criteria?: MetadataDependencies[];
3231
+ kind?: Kind;
3232
+ name?: string;
3233
+ operator?: Operator;
3234
+ version?: string;
3235
+ }
3236
+
3237
+ // @public
3238
+ export interface MetadataGetOptionalParams extends coreClient.OperationOptions {
3239
+ }
3240
+
3241
+ // @public
3242
+ export type MetadataGetResponse = MetadataModel;
3243
+
3244
+ // @public
3245
+ export interface MetadataList {
3246
+ readonly nextLink?: string;
3247
+ value: MetadataModel[];
3248
+ }
3249
+
3250
+ // @public
3251
+ export interface MetadataListNextOptionalParams extends coreClient.OperationOptions {
3252
+ filter?: string;
3253
+ orderby?: string;
3254
+ skip?: number;
3255
+ top?: number;
3256
+ }
3257
+
3258
+ // @public
3259
+ export type MetadataListNextResponse = MetadataList;
3260
+
3261
+ // @public
3262
+ export interface MetadataListOptionalParams extends coreClient.OperationOptions {
3263
+ filter?: string;
3264
+ orderby?: string;
3265
+ skip?: number;
3266
+ top?: number;
3267
+ }
3268
+
3269
+ // @public
3270
+ export type MetadataListResponse = MetadataList;
3271
+
3272
+ // @public
3273
+ export type MetadataModel = ResourceWithEtag & {
3274
+ contentId?: string;
3275
+ parentId?: string;
3276
+ version?: string;
3277
+ kind?: Kind;
3278
+ source?: MetadataSource;
3279
+ author?: MetadataAuthor;
3280
+ support?: MetadataSupport;
3281
+ dependencies?: MetadataDependencies;
3282
+ categories?: MetadataCategories;
3283
+ providers?: string[];
3284
+ firstPublishDate?: Date;
3285
+ lastPublishDate?: Date;
3286
+ };
3287
+
3288
+ // @public
3289
+ export type MetadataPatch = ResourceWithEtag & {
3290
+ contentId?: string;
3291
+ parentId?: string;
3292
+ version?: string;
3293
+ kind?: Kind;
3294
+ source?: MetadataSource;
3295
+ author?: MetadataAuthor;
3296
+ support?: MetadataSupport;
3297
+ dependencies?: MetadataDependencies;
3298
+ categories?: MetadataCategories;
3299
+ providers?: string[];
3300
+ firstPublishDate?: Date;
3301
+ lastPublishDate?: Date;
3302
+ };
3303
+
3304
+ // @public
3305
+ export interface MetadataSource {
3306
+ kind: SourceKind;
3307
+ name?: string;
3308
+ sourceId?: string;
3309
+ }
3310
+
3311
+ // @public
3312
+ export interface MetadataSupport {
3313
+ email?: string;
3314
+ link?: string;
3315
+ name?: string;
3316
+ tier: SupportTier;
3317
+ }
3318
+
3319
+ // @public
3320
+ export interface MetadataUpdateOptionalParams extends coreClient.OperationOptions {
3321
+ }
3322
+
3323
+ // @public
3324
+ export type MetadataUpdateResponse = MetadataModel;
3325
+
3326
+ // @public
3327
+ export type MicrosoftSecurityIncidentCreationAlertRule = AlertRule & {
3328
+ displayNamesFilter?: string[];
3329
+ displayNamesExcludeFilter?: string[];
3330
+ productFilter?: MicrosoftSecurityProductName;
3331
+ severitiesFilter?: AlertSeverity[];
3332
+ alertRuleTemplateName?: string;
3333
+ description?: string;
3334
+ displayName?: string;
3335
+ enabled?: boolean;
3336
+ readonly lastModifiedUtc?: Date;
3337
+ };
3338
+
3339
+ // @public
3340
+ export interface MicrosoftSecurityIncidentCreationAlertRuleCommonProperties {
3341
+ displayNamesExcludeFilter?: string[];
3342
+ displayNamesFilter?: string[];
3343
+ productFilter: MicrosoftSecurityProductName;
3344
+ severitiesFilter?: AlertSeverity[];
3345
+ }
3346
+
3347
+ // @public
3348
+ export type MicrosoftSecurityIncidentCreationAlertRuleProperties = MicrosoftSecurityIncidentCreationAlertRuleCommonProperties & {
3349
+ alertRuleTemplateName?: string;
3350
+ description?: string;
3351
+ displayName: string;
3352
+ enabled: boolean;
3353
+ readonly lastModifiedUtc?: Date;
3354
+ };
3355
+
3356
+ // @public
3357
+ export type MicrosoftSecurityIncidentCreationAlertRuleTemplate = AlertRuleTemplate & {
3358
+ alertRulesCreatedByTemplateCount?: number;
3359
+ readonly lastUpdatedDateUTC?: Date;
3360
+ readonly createdDateUTC?: Date;
3361
+ description?: string;
3362
+ displayName?: string;
3363
+ requiredDataConnectors?: AlertRuleTemplateDataSource[];
3364
+ status?: TemplateStatus;
3365
+ displayNamesFilter?: string[];
3366
+ displayNamesExcludeFilter?: string[];
3367
+ productFilter?: MicrosoftSecurityProductName;
3368
+ severitiesFilter?: AlertSeverity[];
3369
+ };
3370
+
3371
+ // @public
3372
+ export type MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties = AlertRuleTemplatePropertiesBase & MicrosoftSecurityIncidentCreationAlertRuleCommonProperties & {};
3373
+
3374
+ // @public
3375
+ export type MicrosoftSecurityProductName = string;
3376
+
3377
+ // @public
3378
+ export type MLBehaviorAnalyticsAlertRule = AlertRule & {
3379
+ alertRuleTemplateName?: string;
3380
+ readonly description?: string;
3381
+ readonly displayName?: string;
3382
+ enabled?: boolean;
3383
+ readonly lastModifiedUtc?: Date;
3384
+ readonly severity?: AlertSeverity;
3385
+ readonly tactics?: AttackTactic[];
3386
+ };
3387
+
3388
+ // @public
3389
+ export type MLBehaviorAnalyticsAlertRuleTemplate = AlertRuleTemplate & {
3390
+ alertRulesCreatedByTemplateCount?: number;
3391
+ readonly lastUpdatedDateUTC?: Date;
3392
+ readonly createdDateUTC?: Date;
3393
+ description?: string;
3394
+ displayName?: string;
3395
+ requiredDataConnectors?: AlertRuleTemplateDataSource[];
3396
+ status?: TemplateStatus;
3397
+ severity?: AlertSeverity;
3398
+ tactics?: AttackTactic[];
3399
+ };
3400
+
3401
+ // @public
3402
+ export type MLBehaviorAnalyticsAlertRuleTemplateProperties = AlertRuleTemplatePropertiesBase & {
3403
+ severity: AlertSeverity;
3404
+ tactics?: AttackTactic[];
3405
+ };
3406
+
3407
+ // @public
3408
+ export type MstiCheckRequirements = DataConnectorsCheckRequirements & {
3409
+ kind: "MicrosoftThreatIntelligence";
3410
+ tenantId?: string;
3411
+ };
3412
+
3413
+ // @public
3414
+ export type MstiCheckRequirementsProperties = DataConnectorTenantId & {};
3415
+
3416
+ // @public
3417
+ export type MstiDataConnector = DataConnector & {
3418
+ tenantId?: string;
3419
+ dataTypes?: MstiDataConnectorDataTypes;
3420
+ };
3421
+
3422
+ // @public
3423
+ export interface MstiDataConnectorDataTypes {
3424
+ bingSafetyPhishingURL: MstiDataConnectorDataTypesBingSafetyPhishingURL;
3425
+ microsoftEmergingThreatFeed: MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed;
3426
+ }
3427
+
3428
+ // @public
3429
+ export type MstiDataConnectorDataTypesBingSafetyPhishingURL = DataConnectorDataTypeCommon & {
3430
+ lookbackPeriod: string;
3431
+ };
3432
+
3433
+ // @public
3434
+ export type MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed = DataConnectorDataTypeCommon & {
3435
+ lookbackPeriod: string;
3436
+ };
3437
+
3438
+ // @public
3439
+ export type MstiDataConnectorProperties = DataConnectorTenantId & {
3440
+ dataTypes: MstiDataConnectorDataTypes;
3441
+ };
3442
+
3443
+ // @public
3444
+ export type MtpCheckRequirements = DataConnectorsCheckRequirements & {
3445
+ kind: "MicrosoftThreatProtection";
3446
+ tenantId?: string;
3447
+ };
3448
+
3449
+ // @public
3450
+ export type MTPCheckRequirementsProperties = DataConnectorTenantId & {};
3451
+
3452
+ // @public
3453
+ export type MTPDataConnector = DataConnector & {
3454
+ tenantId?: string;
3455
+ dataTypes?: MTPDataConnectorDataTypes;
3456
+ };
3457
+
3458
+ // @public
3459
+ export interface MTPDataConnectorDataTypes {
3460
+ incidents: MTPDataConnectorDataTypesIncidents;
3461
+ }
3462
+
3463
+ // @public
3464
+ export type MTPDataConnectorDataTypesIncidents = DataConnectorDataTypeCommon & {};
3465
+
3466
+ // @public
3467
+ export type MTPDataConnectorProperties = DataConnectorTenantId & {
3468
+ dataTypes: MTPDataConnectorDataTypes;
3469
+ };
3470
+
3471
+ // @public
3472
+ export type NrtAlertRule = AlertRule & {
3473
+ alertRuleTemplateName?: string;
3474
+ templateVersion?: string;
3475
+ description?: string;
3476
+ query?: string;
3477
+ displayName?: string;
3478
+ enabled?: boolean;
3479
+ readonly lastModifiedUtc?: Date;
3480
+ suppressionDuration?: string;
3481
+ suppressionEnabled?: boolean;
3482
+ severity?: AlertSeverity;
3483
+ tactics?: AttackTactic[];
3484
+ incidentConfiguration?: IncidentConfiguration;
3485
+ customDetails?: {
3486
+ [propertyName: string]: string;
3487
+ };
3488
+ entityMappings?: EntityMapping[];
3489
+ alertDetailsOverride?: AlertDetailsOverride;
3490
+ };
3491
+
3492
+ // @public
3493
+ export type NrtAlertRuleProperties = QueryBasedAlertRuleProperties & {};
3494
+
3495
+ // @public
3496
+ export type NrtAlertRuleTemplate = AlertRuleTemplate & {
3497
+ alertRulesCreatedByTemplateCount?: number;
3498
+ readonly lastUpdatedDateUTC?: Date;
3499
+ readonly createdDateUTC?: Date;
3500
+ description?: string;
3501
+ displayName?: string;
3502
+ requiredDataConnectors?: AlertRuleTemplateDataSource[];
3503
+ status?: TemplateStatus;
3504
+ query?: string;
3505
+ severity?: AlertSeverity;
3506
+ tactics?: AttackTactic[];
3507
+ version?: string;
3508
+ customDetails?: {
3509
+ [propertyName: string]: string;
3510
+ };
3511
+ entityMappings?: EntityMapping[];
3512
+ alertDetailsOverride?: AlertDetailsOverride;
3513
+ };
3514
+
3515
+ // @public
3516
+ export type NrtAlertRuleTemplateProperties = AlertRuleTemplatePropertiesBase & QueryBasedAlertRuleTemplateProperties & {};
3517
+
3518
+ // @public
3519
+ export type OfficeATPCheckRequirements = DataConnectorsCheckRequirements & {
3520
+ kind: "OfficeATP";
3521
+ tenantId?: string;
3522
+ };
3523
+
3524
+ // @public
3525
+ export type OfficeATPCheckRequirementsProperties = DataConnectorTenantId & {};
3526
+
3527
+ // @public
3528
+ export type OfficeATPDataConnector = DataConnector & {
3529
+ tenantId?: string;
3530
+ dataTypes?: AlertsDataTypeOfDataConnector;
3531
+ };
3532
+
3533
+ // @public
3534
+ export type OfficeATPDataConnectorProperties = DataConnectorTenantId & DataConnectorWithAlertsProperties & {};
3535
+
3536
+ // @public
3537
+ export type OfficeConsent = Resource & {
3538
+ tenantId?: string;
3539
+ consentId?: string;
3540
+ };
3541
+
3542
+ // @public
3543
+ export interface OfficeConsentList {
3544
+ readonly nextLink?: string;
3545
+ value: OfficeConsent[];
3546
+ }
3547
+
3548
+ // @public
3549
+ export interface OfficeConsents {
3550
+ delete(resourceGroupName: string, workspaceName: string, consentId: string, options?: OfficeConsentsDeleteOptionalParams): Promise<void>;
3551
+ get(resourceGroupName: string, workspaceName: string, consentId: string, options?: OfficeConsentsGetOptionalParams): Promise<OfficeConsentsGetResponse>;
3552
+ list(resourceGroupName: string, workspaceName: string, options?: OfficeConsentsListOptionalParams): PagedAsyncIterableIterator<OfficeConsent>;
3553
+ }
3554
+
3555
+ // @public
3556
+ export interface OfficeConsentsDeleteOptionalParams extends coreClient.OperationOptions {
3557
+ }
3558
+
3559
+ // @public
3560
+ export interface OfficeConsentsGetOptionalParams extends coreClient.OperationOptions {
3561
+ }
3562
+
3563
+ // @public
3564
+ export type OfficeConsentsGetResponse = OfficeConsent;
3565
+
3566
+ // @public
3567
+ export interface OfficeConsentsListNextOptionalParams extends coreClient.OperationOptions {
3568
+ }
3569
+
3570
+ // @public
3571
+ export type OfficeConsentsListNextResponse = OfficeConsentList;
3572
+
3573
+ // @public
3574
+ export interface OfficeConsentsListOptionalParams extends coreClient.OperationOptions {
3575
+ }
3576
+
3577
+ // @public
3578
+ export type OfficeConsentsListResponse = OfficeConsentList;
3579
+
3580
+ // @public
3581
+ export type OfficeDataConnector = DataConnector & {
3582
+ tenantId?: string;
3583
+ dataTypes?: OfficeDataConnectorDataTypes;
3584
+ };
3585
+
3586
+ // @public
3587
+ export interface OfficeDataConnectorDataTypes {
3588
+ exchange: OfficeDataConnectorDataTypesExchange;
3589
+ sharePoint: OfficeDataConnectorDataTypesSharePoint;
3590
+ teams: OfficeDataConnectorDataTypesTeams;
3591
+ }
3592
+
3593
+ // @public
3594
+ export type OfficeDataConnectorDataTypesExchange = DataConnectorDataTypeCommon & {};
3595
+
3596
+ // @public
3597
+ export type OfficeDataConnectorDataTypesSharePoint = DataConnectorDataTypeCommon & {};
3598
+
3599
+ // @public
3600
+ export type OfficeDataConnectorDataTypesTeams = DataConnectorDataTypeCommon & {};
3601
+
3602
+ // @public
3603
+ export type OfficeDataConnectorProperties = DataConnectorTenantId & {
3604
+ dataTypes: OfficeDataConnectorDataTypes;
3605
+ };
3606
+
3607
+ // @public
3608
+ export type OfficeIRMCheckRequirements = DataConnectorsCheckRequirements & {
3609
+ kind: "OfficeIRM";
3610
+ tenantId?: string;
3611
+ };
3612
+
3613
+ // @public
3614
+ export type OfficeIRMCheckRequirementsProperties = DataConnectorTenantId & {};
3615
+
3616
+ // @public
3617
+ export type OfficeIRMDataConnector = DataConnector & {
3618
+ tenantId?: string;
3619
+ dataTypes?: AlertsDataTypeOfDataConnector;
3620
+ };
3621
+
3622
+ // @public
3623
+ export type OfficeIRMDataConnectorProperties = DataConnectorTenantId & DataConnectorWithAlertsProperties & {};
3624
+
3625
+ // @public
3626
+ export interface Operation {
3627
+ display?: OperationDisplay;
3628
+ isDataAction?: boolean;
3629
+ name?: string;
3630
+ origin?: string;
3631
+ }
3632
+
3633
+ // @public
3634
+ export interface OperationDisplay {
3635
+ description?: string;
3636
+ operation?: string;
3637
+ provider?: string;
3638
+ resource?: string;
3639
+ }
3640
+
3641
+ // @public
3642
+ export interface Operations {
3643
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
3644
+ }
3645
+
3646
+ // @public
3647
+ export interface OperationsList {
3648
+ readonly nextLink?: string;
3649
+ value: Operation[];
3650
+ }
3651
+
3652
+ // @public
3653
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
3654
+ }
3655
+
3656
+ // @public
3657
+ export type OperationsListNextResponse = OperationsList;
3658
+
3659
+ // @public
3660
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
3661
+ }
3662
+
3663
+ // @public
3664
+ export type OperationsListResponse = OperationsList;
3665
+
3666
+ // @public
3667
+ export type Operator = string;
3668
+
3669
+ // @public
3670
+ export type OSFamily = "Linux" | "Windows" | "Android" | "IOS" | "Unknown";
3671
+
3672
+ // @public
3673
+ export type OutputType = string;
3674
+
3675
+ // @public
3676
+ export type OwnerType = string;
3677
+
3678
+ // @public
3679
+ export type PermissionProviderScope = string;
3680
+
3681
+ // @public
3682
+ interface Permissions_2 {
3683
+ customs?: PermissionsCustomsItem[];
3684
+ resourceProvider?: PermissionsResourceProviderItem[];
3685
+ }
3686
+ export { Permissions_2 as Permissions }
3687
+
3688
+ // @public (undocumented)
3689
+ export type PermissionsCustomsItem = Customs & {};
3690
+
3691
+ // @public (undocumented)
3692
+ export type PermissionsResourceProviderItem = ResourceProvider & {};
3693
+
3694
+ // @public
3695
+ export type PollingFrequency = string;
3696
+
3697
+ // @public
3698
+ export type ProcessEntity = Entity & {
3699
+ readonly additionalData?: {
3700
+ [propertyName: string]: Record<string, unknown>;
3701
+ };
3702
+ readonly friendlyName?: string;
3703
+ readonly accountEntityId?: string;
3704
+ readonly commandLine?: string;
3705
+ readonly creationTimeUtc?: Date;
3706
+ elevationToken?: ElevationToken;
3707
+ readonly hostEntityId?: string;
3708
+ readonly hostLogonSessionEntityId?: string;
3709
+ readonly imageFileEntityId?: string;
3710
+ readonly parentProcessEntityId?: string;
3711
+ readonly processId?: string;
3712
+ };
3713
+
3714
+ // @public
3715
+ export type ProcessEntityProperties = EntityCommonProperties & {
3716
+ readonly accountEntityId?: string;
3717
+ readonly commandLine?: string;
3718
+ readonly creationTimeUtc?: Date;
3719
+ elevationToken?: ElevationToken;
3720
+ readonly hostEntityId?: string;
3721
+ readonly hostLogonSessionEntityId?: string;
3722
+ readonly imageFileEntityId?: string;
3723
+ readonly parentProcessEntityId?: string;
3724
+ readonly processId?: string;
3725
+ };
3726
+
3727
+ // @public
3728
+ export interface ProductSettings {
3729
+ delete(resourceGroupName: string, workspaceName: string, settingsName: string, options?: ProductSettingsDeleteOptionalParams): Promise<void>;
3730
+ get(resourceGroupName: string, workspaceName: string, settingsName: string, options?: ProductSettingsGetOptionalParams): Promise<ProductSettingsGetResponse>;
3731
+ list(resourceGroupName: string, workspaceName: string, options?: ProductSettingsListOptionalParams): Promise<ProductSettingsListResponse>;
3732
+ update(resourceGroupName: string, workspaceName: string, settingsName: string, settings: SettingsUnion, options?: ProductSettingsUpdateOptionalParams): Promise<ProductSettingsUpdateResponse>;
3733
+ }
3734
+
3735
+ // @public
3736
+ export interface ProductSettingsDeleteOptionalParams extends coreClient.OperationOptions {
3737
+ }
3738
+
3739
+ // @public
3740
+ export interface ProductSettingsGetOptionalParams extends coreClient.OperationOptions {
3741
+ }
3742
+
3743
+ // @public
3744
+ export type ProductSettingsGetResponse = SettingsUnion;
3745
+
3746
+ // @public
3747
+ export interface ProductSettingsListOptionalParams extends coreClient.OperationOptions {
3748
+ }
3749
+
3750
+ // @public
3751
+ export type ProductSettingsListResponse = SettingList;
3752
+
3753
+ // @public
3754
+ export interface ProductSettingsUpdateOptionalParams extends coreClient.OperationOptions {
3755
+ }
3756
+
3757
+ // @public
3758
+ export type ProductSettingsUpdateResponse = SettingsUnion;
3759
+
3760
+ // @public
3761
+ export type ProviderName = string;
3762
+
3763
+ // @public
3764
+ export interface QueryBasedAlertRuleProperties {
3765
+ alertDetailsOverride?: AlertDetailsOverride;
3766
+ alertRuleTemplateName?: string;
3767
+ customDetails?: {
3768
+ [propertyName: string]: string;
3769
+ };
3770
+ description?: string;
3771
+ displayName: string;
3772
+ enabled: boolean;
3773
+ entityMappings?: EntityMapping[];
3774
+ incidentConfiguration?: IncidentConfiguration;
3775
+ readonly lastModifiedUtc?: Date;
3776
+ query?: string;
3777
+ severity?: AlertSeverity;
3778
+ suppressionDuration: string;
3779
+ suppressionEnabled: boolean;
3780
+ tactics?: AttackTactic[];
3781
+ templateVersion?: string;
3782
+ }
3783
+
3784
+ // @public
3785
+ export interface QueryBasedAlertRuleTemplateProperties {
3786
+ alertDetailsOverride?: AlertDetailsOverride;
3787
+ customDetails?: {
3788
+ [propertyName: string]: string;
3789
+ };
3790
+ entityMappings?: EntityMapping[];
3791
+ query?: string;
3792
+ severity?: AlertSeverity;
3793
+ tactics?: AttackTactic[];
3794
+ version?: string;
3795
+ }
3796
+
3797
+ // @public
3798
+ export type RegistryHive = string;
3799
+
3800
+ // @public
3801
+ export type RegistryKeyEntity = Entity & {
3802
+ readonly additionalData?: {
3803
+ [propertyName: string]: Record<string, unknown>;
3804
+ };
3805
+ readonly friendlyName?: string;
3806
+ readonly hive?: RegistryHive;
3807
+ readonly key?: string;
3808
+ };
3809
+
3810
+ // @public
3811
+ export type RegistryKeyEntityProperties = EntityCommonProperties & {
3812
+ readonly hive?: RegistryHive;
3813
+ readonly key?: string;
3814
+ };
3815
+
3816
+ // @public
3817
+ export type RegistryValueEntity = Entity & {
3818
+ readonly additionalData?: {
3819
+ [propertyName: string]: Record<string, unknown>;
3820
+ };
3821
+ readonly friendlyName?: string;
3822
+ readonly keyEntityId?: string;
3823
+ readonly valueData?: string;
3824
+ readonly valueName?: string;
3825
+ readonly valueType?: RegistryValueKind;
3826
+ };
3827
+
3828
+ // @public
3829
+ export type RegistryValueEntityProperties = EntityCommonProperties & {
3830
+ readonly keyEntityId?: string;
3831
+ readonly valueData?: string;
3832
+ readonly valueName?: string;
3833
+ readonly valueType?: RegistryValueKind;
3834
+ };
3835
+
3836
+ // @public
3837
+ export type RegistryValueKind = string;
3838
+
3839
+ // @public
3840
+ export type Relation = ResourceWithEtag & {
3841
+ relatedResourceId?: string;
3842
+ readonly relatedResourceName?: string;
3843
+ readonly relatedResourceType?: string;
3844
+ readonly relatedResourceKind?: string;
3845
+ };
3846
+
3847
+ // @public
3848
+ export interface RelationList {
3849
+ readonly nextLink?: string;
3850
+ value: Relation[];
3851
+ }
3852
+
3853
+ // @public
3854
+ export interface Repo {
3855
+ branches?: string[];
3856
+ fullName?: string;
3857
+ url?: string;
3858
+ }
3859
+
3860
+ // @public
3861
+ export interface RepoList {
3862
+ readonly nextLink?: string;
3863
+ value: Repo[];
3864
+ }
3865
+
3866
+ // @public
3867
+ export interface Repository {
3868
+ branch?: string;
3869
+ deploymentLogsUrl?: string;
3870
+ displayUrl?: string;
3871
+ pathMapping?: ContentPathMap[];
3872
+ url?: string;
3873
+ }
3874
+
3875
+ // @public
3876
+ export type RepoType = string;
3877
+
3878
+ // @public
3879
+ export interface RequiredPermissions {
3880
+ action?: boolean;
3881
+ delete?: boolean;
3882
+ read?: boolean;
3883
+ write?: boolean;
3884
+ }
3885
+
3886
+ // @public
3887
+ export interface Resource {
3888
+ readonly id?: string;
3889
+ readonly name?: string;
3890
+ readonly systemData?: SystemData;
3891
+ readonly type?: string;
3892
+ }
3893
+
3894
+ // @public
3895
+ export interface ResourceProvider {
3896
+ permissionsDisplayText?: string;
3897
+ provider?: ProviderName;
3898
+ providerDisplayName?: string;
3899
+ requiredPermissions?: RequiredPermissions;
3900
+ scope?: PermissionProviderScope;
3901
+ }
3902
+
3903
+ // @public
3904
+ export type ResourceWithEtag = Resource & {
3905
+ etag?: string;
3906
+ };
3907
+
3908
+ // @public
3909
+ export interface SampleQueries {
3910
+ description?: string;
3911
+ query?: string;
3912
+ }
3913
+
3914
+ // @public
3915
+ export type ScheduledAlertRule = AlertRule & {
3916
+ queryFrequency?: string;
3917
+ queryPeriod?: string;
3918
+ triggerOperator?: TriggerOperator;
3919
+ triggerThreshold?: number;
3920
+ eventGroupingSettings?: EventGroupingSettings;
3921
+ alertRuleTemplateName?: string;
3922
+ templateVersion?: string;
3923
+ description?: string;
3924
+ query?: string;
3925
+ displayName?: string;
3926
+ enabled?: boolean;
3927
+ readonly lastModifiedUtc?: Date;
3928
+ suppressionDuration?: string;
3929
+ suppressionEnabled?: boolean;
3930
+ severity?: AlertSeverity;
3931
+ tactics?: AttackTactic[];
3932
+ incidentConfiguration?: IncidentConfiguration;
3933
+ customDetails?: {
3934
+ [propertyName: string]: string;
3935
+ };
3936
+ entityMappings?: EntityMapping[];
3937
+ alertDetailsOverride?: AlertDetailsOverride;
3938
+ };
3939
+
3940
+ // @public
3941
+ export interface ScheduledAlertRuleCommonProperties {
3942
+ eventGroupingSettings?: EventGroupingSettings;
3943
+ queryFrequency?: string;
3944
+ queryPeriod?: string;
3945
+ triggerOperator?: TriggerOperator;
3946
+ triggerThreshold?: number;
3947
+ }
3948
+
3949
+ // @public
3950
+ export type ScheduledAlertRuleProperties = ScheduledAlertRuleCommonProperties & QueryBasedAlertRuleProperties & {};
3951
+
3952
+ // @public
3953
+ export type ScheduledAlertRuleTemplate = AlertRuleTemplate & {
3954
+ alertRulesCreatedByTemplateCount?: number;
3955
+ readonly lastUpdatedDateUTC?: Date;
3956
+ readonly createdDateUTC?: Date;
3957
+ description?: string;
3958
+ displayName?: string;
3959
+ requiredDataConnectors?: AlertRuleTemplateDataSource[];
3960
+ status?: TemplateStatus;
3961
+ query?: string;
3962
+ severity?: AlertSeverity;
3963
+ tactics?: AttackTactic[];
3964
+ version?: string;
3965
+ customDetails?: {
3966
+ [propertyName: string]: string;
3967
+ };
3968
+ entityMappings?: EntityMapping[];
3969
+ alertDetailsOverride?: AlertDetailsOverride;
3970
+ queryFrequency?: string;
3971
+ queryPeriod?: string;
3972
+ triggerOperator?: TriggerOperator;
3973
+ triggerThreshold?: number;
3974
+ eventGroupingSettings?: EventGroupingSettings;
3975
+ };
3976
+
3977
+ // @public
3978
+ export type ScheduledAlertRuleTemplateProperties = AlertRuleTemplatePropertiesBase & QueryBasedAlertRuleTemplateProperties & ScheduledAlertRuleCommonProperties & {};
3979
+
3980
+ // @public
3981
+ export type SecurityAlert = Entity & {
3982
+ readonly additionalData?: {
3983
+ [propertyName: string]: Record<string, unknown>;
3984
+ };
3985
+ readonly friendlyName?: string;
3986
+ readonly alertDisplayName?: string;
3987
+ readonly alertType?: string;
3988
+ readonly compromisedEntity?: string;
3989
+ readonly confidenceLevel?: ConfidenceLevel;
3990
+ readonly confidenceReasons?: SecurityAlertPropertiesConfidenceReasonsItem[];
3991
+ readonly confidenceScore?: number;
3992
+ readonly confidenceScoreStatus?: ConfidenceScoreStatus;
3993
+ readonly description?: string;
3994
+ readonly endTimeUtc?: Date;
3995
+ readonly intent?: KillChainIntent;
3996
+ readonly providerAlertId?: string;
3997
+ readonly processingEndTime?: Date;
3998
+ readonly productComponentName?: string;
3999
+ readonly productName?: string;
4000
+ readonly productVersion?: string;
4001
+ readonly remediationSteps?: string[];
4002
+ severity?: AlertSeverity;
4003
+ readonly startTimeUtc?: Date;
4004
+ readonly status?: AlertStatus;
4005
+ readonly systemAlertId?: string;
4006
+ readonly tactics?: AttackTactic[];
4007
+ readonly timeGenerated?: Date;
4008
+ readonly vendorName?: string;
4009
+ readonly alertLink?: string;
4010
+ readonly resourceIdentifiers?: Record<string, unknown>[];
4011
+ };
4012
+
4013
+ // @public
4014
+ export type SecurityAlertProperties = EntityCommonProperties & {
4015
+ readonly alertDisplayName?: string;
4016
+ readonly alertType?: string;
4017
+ readonly compromisedEntity?: string;
4018
+ readonly confidenceLevel?: ConfidenceLevel;
4019
+ readonly confidenceReasons?: SecurityAlertPropertiesConfidenceReasonsItem[];
4020
+ readonly confidenceScore?: number;
4021
+ readonly confidenceScoreStatus?: ConfidenceScoreStatus;
4022
+ readonly description?: string;
4023
+ readonly endTimeUtc?: Date;
4024
+ readonly intent?: KillChainIntent;
4025
+ readonly providerAlertId?: string;
4026
+ readonly processingEndTime?: Date;
4027
+ readonly productComponentName?: string;
4028
+ readonly productName?: string;
4029
+ readonly productVersion?: string;
4030
+ readonly remediationSteps?: string[];
4031
+ severity?: AlertSeverity;
4032
+ readonly startTimeUtc?: Date;
4033
+ readonly status?: AlertStatus;
4034
+ readonly systemAlertId?: string;
4035
+ readonly tactics?: AttackTactic[];
4036
+ readonly timeGenerated?: Date;
4037
+ readonly vendorName?: string;
4038
+ readonly alertLink?: string;
4039
+ readonly resourceIdentifiers?: Record<string, unknown>[];
4040
+ };
4041
+
4042
+ // @public
4043
+ export interface SecurityAlertPropertiesConfidenceReasonsItem {
4044
+ readonly reason?: string;
4045
+ readonly reasonType?: string;
4046
+ }
4047
+
4048
+ // @public
4049
+ export type SecurityAlertTimelineItem = EntityTimelineItem & {
4050
+ kind: "SecurityAlert";
4051
+ azureResourceId: string;
4052
+ productName?: string;
4053
+ description?: string;
4054
+ displayName: string;
4055
+ severity: AlertSeverity;
4056
+ endTimeUtc: Date;
4057
+ startTimeUtc: Date;
4058
+ timeGenerated: Date;
4059
+ alertType: string;
4060
+ };
4061
+
4062
+ // @public
4063
+ export type SecurityGroupEntity = Entity & {
4064
+ readonly additionalData?: {
4065
+ [propertyName: string]: Record<string, unknown>;
4066
+ };
4067
+ readonly friendlyName?: string;
4068
+ readonly distinguishedName?: string;
4069
+ readonly objectGuid?: string;
4070
+ readonly sid?: string;
4071
+ };
4072
+
4073
+ // @public
4074
+ export type SecurityGroupEntityProperties = EntityCommonProperties & {
4075
+ readonly distinguishedName?: string;
4076
+ readonly objectGuid?: string;
4077
+ readonly sid?: string;
4078
+ };
4079
+
4080
+ // @public (undocumented)
4081
+ export class SecurityInsights extends coreClient.ServiceClient {
4082
+ // (undocumented)
4083
+ $host: string;
4084
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: SecurityInsightsOptionalParams);
4085
+ // (undocumented)
4086
+ actions: Actions;
4087
+ // (undocumented)
4088
+ alertRules: AlertRules;
4089
+ // (undocumented)
4090
+ alertRuleTemplates: AlertRuleTemplates;
4091
+ // (undocumented)
4092
+ apiVersion: string;
4093
+ // (undocumented)
4094
+ automationRules: AutomationRules;
4095
+ // (undocumented)
4096
+ bookmarkOperations: BookmarkOperations;
4097
+ // (undocumented)
4098
+ bookmarkRelations: BookmarkRelations;
4099
+ // (undocumented)
4100
+ bookmarks: Bookmarks;
4101
+ // (undocumented)
4102
+ dataConnectors: DataConnectors;
4103
+ // (undocumented)
4104
+ dataConnectorsCheckRequirementsOperations: DataConnectorsCheckRequirementsOperations;
4105
+ // (undocumented)
4106
+ domainWhois: DomainWhois;
4107
+ // (undocumented)
4108
+ entities: Entities;
4109
+ // (undocumented)
4110
+ entitiesGetTimeline: EntitiesGetTimeline;
4111
+ // (undocumented)
4112
+ entitiesRelations: EntitiesRelations;
4113
+ // (undocumented)
4114
+ entityQueries: EntityQueries;
4115
+ // (undocumented)
4116
+ entityQueryTemplates: EntityQueryTemplates;
4117
+ // (undocumented)
4118
+ entityRelations: EntityRelations;
4119
+ // (undocumented)
4120
+ incidentComments: IncidentComments;
4121
+ // (undocumented)
4122
+ incidentRelations: IncidentRelations;
4123
+ // (undocumented)
4124
+ incidents: Incidents;
4125
+ // (undocumented)
4126
+ iPGeodata: IPGeodata;
4127
+ // (undocumented)
4128
+ metadata: Metadata;
4129
+ // (undocumented)
4130
+ officeConsents: OfficeConsents;
4131
+ // (undocumented)
4132
+ operations: Operations;
4133
+ // (undocumented)
4134
+ productSettings: ProductSettings;
4135
+ // (undocumented)
4136
+ sentinelOnboardingStates: SentinelOnboardingStates;
4137
+ // (undocumented)
4138
+ sourceControlOperations: SourceControlOperations;
4139
+ // (undocumented)
4140
+ sourceControls: SourceControls;
4141
+ // (undocumented)
4142
+ subscriptionId: string;
4143
+ // (undocumented)
4144
+ threatIntelligenceIndicator: ThreatIntelligenceIndicator;
4145
+ // (undocumented)
4146
+ threatIntelligenceIndicatorMetrics: ThreatIntelligenceIndicatorMetrics;
4147
+ // (undocumented)
4148
+ threatIntelligenceIndicators: ThreatIntelligenceIndicators;
4149
+ // (undocumented)
4150
+ watchlistItems: WatchlistItems;
4151
+ // (undocumented)
4152
+ watchlists: Watchlists;
4153
+ }
4154
+
4155
+ // @public
4156
+ export interface SecurityInsightsOptionalParams extends coreClient.ServiceClientOptions {
4157
+ $host?: string;
4158
+ apiVersion?: string;
4159
+ endpoint?: string;
4160
+ }
4161
+
4162
+ // @public
4163
+ export type SentinelOnboardingState = ResourceWithEtag & {
4164
+ customerManagedKey?: boolean;
4165
+ };
4166
+
4167
+ // @public
4168
+ export interface SentinelOnboardingStates {
4169
+ create(resourceGroupName: string, workspaceName: string, sentinelOnboardingStateName: string, options?: SentinelOnboardingStatesCreateOptionalParams): Promise<SentinelOnboardingStatesCreateResponse>;
4170
+ delete(resourceGroupName: string, workspaceName: string, sentinelOnboardingStateName: string, options?: SentinelOnboardingStatesDeleteOptionalParams): Promise<void>;
4171
+ get(resourceGroupName: string, workspaceName: string, sentinelOnboardingStateName: string, options?: SentinelOnboardingStatesGetOptionalParams): Promise<SentinelOnboardingStatesGetResponse>;
4172
+ list(resourceGroupName: string, workspaceName: string, options?: SentinelOnboardingStatesListOptionalParams): Promise<SentinelOnboardingStatesListResponse>;
4173
+ }
4174
+
4175
+ // @public
4176
+ export interface SentinelOnboardingStatesCreateOptionalParams extends coreClient.OperationOptions {
4177
+ sentinelOnboardingStateParameter?: SentinelOnboardingState;
4178
+ }
4179
+
4180
+ // @public
4181
+ export type SentinelOnboardingStatesCreateResponse = SentinelOnboardingState;
4182
+
4183
+ // @public
4184
+ export interface SentinelOnboardingStatesDeleteOptionalParams extends coreClient.OperationOptions {
4185
+ }
4186
+
4187
+ // @public
4188
+ export interface SentinelOnboardingStatesGetOptionalParams extends coreClient.OperationOptions {
4189
+ }
4190
+
4191
+ // @public
4192
+ export type SentinelOnboardingStatesGetResponse = SentinelOnboardingState;
4193
+
4194
+ // @public
4195
+ export interface SentinelOnboardingStatesList {
4196
+ value: SentinelOnboardingState[];
4197
+ }
4198
+
4199
+ // @public
4200
+ export interface SentinelOnboardingStatesListOptionalParams extends coreClient.OperationOptions {
4201
+ }
4202
+
4203
+ // @public
4204
+ export type SentinelOnboardingStatesListResponse = SentinelOnboardingStatesList;
4205
+
4206
+ // @public
4207
+ export type SettingKind = string;
4208
+
4209
+ // @public
4210
+ export interface SettingList {
4211
+ value: SettingsUnion[];
4212
+ }
4213
+
4214
+ // @public
4215
+ export type Settings = ResourceWithEtag & {
4216
+ kind: SettingKind;
4217
+ };
4218
+
4219
+ // @public (undocumented)
4220
+ export type SettingsUnion = Settings | Anomalies | EyesOn | EntityAnalytics | Ueba;
4221
+
4222
+ // @public
4223
+ export type SettingType = string;
4224
+
4225
+ // @public
4226
+ export interface Sku {
4227
+ capacityReservationLevel?: number;
4228
+ name?: SkuKind;
4229
+ }
4230
+
4231
+ // @public
4232
+ export type SkuKind = string;
4233
+
4234
+ // @public
4235
+ export type Source = string;
4236
+
4237
+ // @public
4238
+ export type SourceControl = ResourceWithEtag & {
4239
+ idPropertiesId?: string;
4240
+ displayName?: string;
4241
+ description?: string;
4242
+ repoType?: RepoType;
4243
+ contentTypes?: ContentType[];
4244
+ repository?: Repository;
4245
+ };
4246
+
4247
+ // @public
4248
+ export interface SourceControlList {
4249
+ readonly nextLink?: string;
4250
+ value: SourceControl[];
4251
+ }
4252
+
4253
+ // @public
4254
+ export interface SourceControlListRepositoriesNextOptionalParams extends coreClient.OperationOptions {
4255
+ }
4256
+
4257
+ // @public
4258
+ export type SourceControlListRepositoriesNextResponse = RepoList;
4259
+
4260
+ // @public
4261
+ export interface SourceControlListRepositoriesOptionalParams extends coreClient.OperationOptions {
4262
+ }
4263
+
4264
+ // @public
4265
+ export type SourceControlListRepositoriesResponse = RepoList;
4266
+
4267
+ // @public
4268
+ export interface SourceControlOperations {
4269
+ listRepositories(resourceGroupName: string, workspaceName: string, repoType: RepoType, options?: SourceControlListRepositoriesOptionalParams): PagedAsyncIterableIterator<Repo>;
4270
+ }
4271
+
4272
+ // @public
4273
+ export interface SourceControls {
4274
+ create(resourceGroupName: string, workspaceName: string, sourceControlId: string, sourceControl: SourceControl, options?: SourceControlsCreateOptionalParams): Promise<SourceControlsCreateResponse>;
4275
+ delete(resourceGroupName: string, workspaceName: string, sourceControlId: string, options?: SourceControlsDeleteOptionalParams): Promise<void>;
4276
+ get(resourceGroupName: string, workspaceName: string, sourceControlId: string, options?: SourceControlsGetOptionalParams): Promise<SourceControlsGetResponse>;
4277
+ list(resourceGroupName: string, workspaceName: string, options?: SourceControlsListOptionalParams): PagedAsyncIterableIterator<SourceControl>;
4278
+ }
4279
+
4280
+ // @public
4281
+ export interface SourceControlsCreateOptionalParams extends coreClient.OperationOptions {
4282
+ }
4283
+
4284
+ // @public
4285
+ export type SourceControlsCreateResponse = SourceControl;
4286
+
4287
+ // @public
4288
+ export interface SourceControlsDeleteOptionalParams extends coreClient.OperationOptions {
4289
+ }
4290
+
4291
+ // @public
4292
+ export interface SourceControlsGetOptionalParams extends coreClient.OperationOptions {
4293
+ }
4294
+
4295
+ // @public
4296
+ export type SourceControlsGetResponse = SourceControl;
4297
+
4298
+ // @public
4299
+ export interface SourceControlsListNextOptionalParams extends coreClient.OperationOptions {
4300
+ }
4301
+
4302
+ // @public
4303
+ export type SourceControlsListNextResponse = SourceControlList;
4304
+
4305
+ // @public
4306
+ export interface SourceControlsListOptionalParams extends coreClient.OperationOptions {
4307
+ }
4308
+
4309
+ // @public
4310
+ export type SourceControlsListResponse = SourceControlList;
4311
+
4312
+ // @public
4313
+ export type SourceKind = string;
4314
+
4315
+ // @public
4316
+ export type SubmissionMailEntity = Entity & {
4317
+ readonly additionalData?: {
4318
+ [propertyName: string]: Record<string, unknown>;
4319
+ };
4320
+ readonly friendlyName?: string;
4321
+ readonly networkMessageId?: string;
4322
+ readonly submissionId?: string;
4323
+ readonly submitter?: string;
4324
+ readonly submissionDate?: Date;
4325
+ readonly timestamp?: Date;
4326
+ readonly recipient?: string;
4327
+ readonly sender?: string;
4328
+ readonly senderIp?: string;
4329
+ readonly subject?: string;
4330
+ readonly reportType?: string;
4331
+ };
4332
+
4333
+ // @public
4334
+ export type SubmissionMailEntityProperties = EntityCommonProperties & {
4335
+ readonly networkMessageId?: string;
4336
+ readonly submissionId?: string;
4337
+ readonly submitter?: string;
4338
+ readonly submissionDate?: Date;
4339
+ readonly timestamp?: Date;
4340
+ readonly recipient?: string;
4341
+ readonly sender?: string;
4342
+ readonly senderIp?: string;
4343
+ readonly subject?: string;
4344
+ readonly reportType?: string;
4345
+ };
4346
+
4347
+ // @public
4348
+ export type SupportTier = string;
4349
+
4350
+ // @public
4351
+ export interface SystemData {
4352
+ createdAt?: Date;
4353
+ createdBy?: string;
4354
+ createdByType?: CreatedByType;
4355
+ lastModifiedAt?: Date;
4356
+ lastModifiedBy?: string;
4357
+ lastModifiedByType?: CreatedByType;
4358
+ }
4359
+
4360
+ // @public
4361
+ export interface TeamInformation {
4362
+ readonly description?: string;
4363
+ readonly name?: string;
4364
+ readonly primaryChannelUrl?: string;
4365
+ readonly teamCreationTimeUtc?: Date;
4366
+ readonly teamId?: string;
4367
+ }
4368
+
4369
+ // @public
4370
+ export interface TeamProperties {
4371
+ groupIds?: string[];
4372
+ memberIds?: string[];
4373
+ teamDescription?: string;
4374
+ teamName: string;
4375
+ }
4376
+
4377
+ // @public
4378
+ export type TemplateStatus = string;
4379
+
4380
+ // @public
4381
+ export interface ThreatIntelligence {
4382
+ readonly confidence?: number;
4383
+ readonly providerName?: string;
4384
+ readonly reportLink?: string;
4385
+ readonly threatDescription?: string;
4386
+ readonly threatName?: string;
4387
+ readonly threatType?: string;
4388
+ }
4389
+
4390
+ // @public
4391
+ export type ThreatIntelligenceAlertRule = AlertRule & {
4392
+ alertRuleTemplateName?: string;
4393
+ readonly description?: string;
4394
+ readonly displayName?: string;
4395
+ enabled?: boolean;
4396
+ readonly lastModifiedUtc?: Date;
4397
+ readonly severity?: AlertSeverity;
4398
+ readonly tactics?: AttackTactic[];
4399
+ };
4400
+
4401
+ // @public
4402
+ export type ThreatIntelligenceAlertRuleTemplate = AlertRuleTemplate & {
4403
+ alertRulesCreatedByTemplateCount?: number;
4404
+ readonly lastUpdatedDateUTC?: Date;
4405
+ readonly createdDateUTC?: Date;
4406
+ description?: string;
4407
+ displayName?: string;
4408
+ requiredDataConnectors?: AlertRuleTemplateDataSource[];
4409
+ status?: TemplateStatus;
4410
+ severity?: AlertSeverity;
4411
+ tactics?: AttackTactic[];
4412
+ };
4413
+
4414
+ // @public
4415
+ export type ThreatIntelligenceAlertRuleTemplateProperties = AlertRuleTemplatePropertiesBase & {
4416
+ severity: AlertSeverity;
4417
+ tactics?: AttackTactic[];
4418
+ };
4419
+
4420
+ // @public
4421
+ export interface ThreatIntelligenceAppendTags {
4422
+ threatIntelligenceTags?: string[];
4423
+ }
4424
+
4425
+ // @public
4426
+ export interface ThreatIntelligenceExternalReference {
4427
+ description?: string;
4428
+ externalId?: string;
4429
+ hashes?: {
4430
+ [propertyName: string]: string;
4431
+ };
4432
+ sourceName?: string;
4433
+ url?: string;
4434
+ }
4435
+
4436
+ // @public
4437
+ export interface ThreatIntelligenceFilteringCriteria {
4438
+ ids?: string[];
4439
+ includeDisabled?: boolean;
4440
+ keywords?: string[];
4441
+ maxConfidence?: number;
4442
+ maxValidUntil?: string;
4443
+ minConfidence?: number;
4444
+ minValidUntil?: string;
4445
+ pageSize?: number;
4446
+ patternTypes?: string[];
4447
+ skipToken?: string;
4448
+ sortBy?: ThreatIntelligenceSortingCriteria[];
4449
+ sources?: string[];
4450
+ threatTypes?: string[];
4451
+ }
4452
+
4453
+ // @public
4454
+ export interface ThreatIntelligenceGranularMarkingModel {
4455
+ language?: string;
4456
+ markingRef?: number;
4457
+ selectors?: string[];
4458
+ }
4459
+
4460
+ // @public
4461
+ export interface ThreatIntelligenceIndicator {
4462
+ appendTags(resourceGroupName: string, workspaceName: string, name: string, threatIntelligenceAppendTags: ThreatIntelligenceAppendTags, options?: ThreatIntelligenceIndicatorAppendTagsOptionalParams): Promise<void>;
4463
+ create(resourceGroupName: string, workspaceName: string, name: string, threatIntelligenceProperties: ThreatIntelligenceIndicatorModelForRequestBody, options?: ThreatIntelligenceIndicatorCreateOptionalParams): Promise<ThreatIntelligenceIndicatorCreateResponse>;
4464
+ createIndicator(resourceGroupName: string, workspaceName: string, threatIntelligenceProperties: ThreatIntelligenceIndicatorModelForRequestBody, options?: ThreatIntelligenceIndicatorCreateIndicatorOptionalParams): Promise<ThreatIntelligenceIndicatorCreateIndicatorResponse>;
4465
+ delete(resourceGroupName: string, workspaceName: string, name: string, options?: ThreatIntelligenceIndicatorDeleteOptionalParams): Promise<void>;
4466
+ get(resourceGroupName: string, workspaceName: string, name: string, options?: ThreatIntelligenceIndicatorGetOptionalParams): Promise<ThreatIntelligenceIndicatorGetResponse>;
4467
+ listQueryIndicators(resourceGroupName: string, workspaceName: string, threatIntelligenceFilteringCriteria: ThreatIntelligenceFilteringCriteria, options?: ThreatIntelligenceIndicatorQueryIndicatorsOptionalParams): PagedAsyncIterableIterator<ThreatIntelligenceInformationUnion>;
4468
+ replaceTags(resourceGroupName: string, workspaceName: string, name: string, threatIntelligenceReplaceTags: ThreatIntelligenceIndicatorModelForRequestBody, options?: ThreatIntelligenceIndicatorReplaceTagsOptionalParams): Promise<ThreatIntelligenceIndicatorReplaceTagsResponse>;
4469
+ }
4470
+
4471
+ // @public
4472
+ export interface ThreatIntelligenceIndicatorAppendTagsOptionalParams extends coreClient.OperationOptions {
4473
+ }
4474
+
4475
+ // @public
4476
+ export interface ThreatIntelligenceIndicatorCreateIndicatorOptionalParams extends coreClient.OperationOptions {
4477
+ }
4478
+
4479
+ // @public
4480
+ export type ThreatIntelligenceIndicatorCreateIndicatorResponse = ThreatIntelligenceInformationUnion;
4481
+
4482
+ // @public
4483
+ export interface ThreatIntelligenceIndicatorCreateOptionalParams extends coreClient.OperationOptions {
4484
+ }
4485
+
4486
+ // @public
4487
+ export type ThreatIntelligenceIndicatorCreateResponse = ThreatIntelligenceInformationUnion;
4488
+
4489
+ // @public
4490
+ export interface ThreatIntelligenceIndicatorDeleteOptionalParams extends coreClient.OperationOptions {
4491
+ }
4492
+
4493
+ // @public
4494
+ export interface ThreatIntelligenceIndicatorGetOptionalParams extends coreClient.OperationOptions {
4495
+ }
4496
+
4497
+ // @public
4498
+ export type ThreatIntelligenceIndicatorGetResponse = ThreatIntelligenceInformationUnion;
4499
+
4500
+ // @public
4501
+ export interface ThreatIntelligenceIndicatorMetrics {
4502
+ list(resourceGroupName: string, workspaceName: string, options?: ThreatIntelligenceIndicatorMetricsListOptionalParams): Promise<ThreatIntelligenceIndicatorMetricsListResponse>;
4503
+ }
4504
+
4505
+ // @public
4506
+ export interface ThreatIntelligenceIndicatorMetricsListOptionalParams extends coreClient.OperationOptions {
4507
+ }
4508
+
4509
+ // @public
4510
+ export type ThreatIntelligenceIndicatorMetricsListResponse = ThreatIntelligenceMetricsList;
4511
+
4512
+ // @public
4513
+ export type ThreatIntelligenceIndicatorModel = ThreatIntelligenceInformation & {
4514
+ readonly additionalData?: {
4515
+ [propertyName: string]: Record<string, unknown>;
4516
+ };
4517
+ readonly friendlyName?: string;
4518
+ threatIntelligenceTags?: string[];
4519
+ lastUpdatedTimeUtc?: string;
4520
+ source?: string;
4521
+ displayName?: string;
4522
+ description?: string;
4523
+ indicatorTypes?: string[];
4524
+ pattern?: string;
4525
+ patternType?: string;
4526
+ patternVersion?: string;
4527
+ killChainPhases?: ThreatIntelligenceKillChainPhase[];
4528
+ parsedPattern?: ThreatIntelligenceParsedPattern[];
4529
+ externalId?: string;
4530
+ createdByRef?: string;
4531
+ defanged?: boolean;
4532
+ externalLastUpdatedTimeUtc?: string;
4533
+ externalReferences?: ThreatIntelligenceExternalReference[];
4534
+ granularMarkings?: ThreatIntelligenceGranularMarkingModel[];
4535
+ labels?: string[];
4536
+ revoked?: boolean;
4537
+ confidence?: number;
4538
+ objectMarkingRefs?: string[];
4539
+ language?: string;
4540
+ threatTypes?: string[];
4541
+ validFrom?: string;
4542
+ validUntil?: string;
4543
+ created?: string;
4544
+ modified?: string;
4545
+ extensions?: {
4546
+ [propertyName: string]: any;
4547
+ };
4548
+ };
4549
+
4550
+ // @public
4551
+ export type ThreatIntelligenceIndicatorModelForRequestBody = ThreatIntelligenceResourceKind & {
4552
+ etag?: string;
4553
+ readonly additionalData?: {
4554
+ [propertyName: string]: Record<string, unknown>;
4555
+ };
4556
+ readonly friendlyName?: string;
4557
+ threatIntelligenceTags?: string[];
4558
+ lastUpdatedTimeUtc?: string;
4559
+ source?: string;
4560
+ displayName?: string;
4561
+ description?: string;
4562
+ indicatorTypes?: string[];
4563
+ pattern?: string;
4564
+ patternType?: string;
4565
+ patternVersion?: string;
4566
+ killChainPhases?: ThreatIntelligenceKillChainPhase[];
4567
+ parsedPattern?: ThreatIntelligenceParsedPattern[];
4568
+ externalId?: string;
4569
+ createdByRef?: string;
4570
+ defanged?: boolean;
4571
+ externalLastUpdatedTimeUtc?: string;
4572
+ externalReferences?: ThreatIntelligenceExternalReference[];
4573
+ granularMarkings?: ThreatIntelligenceGranularMarkingModel[];
4574
+ labels?: string[];
4575
+ revoked?: boolean;
4576
+ confidence?: number;
4577
+ objectMarkingRefs?: string[];
4578
+ language?: string;
4579
+ threatTypes?: string[];
4580
+ validFrom?: string;
4581
+ validUntil?: string;
4582
+ created?: string;
4583
+ modified?: string;
4584
+ extensions?: {
4585
+ [propertyName: string]: any;
4586
+ };
4587
+ };
4588
+
4589
+ // @public
4590
+ export type ThreatIntelligenceIndicatorProperties = EntityCommonProperties & {
4591
+ threatIntelligenceTags?: string[];
4592
+ lastUpdatedTimeUtc?: string;
4593
+ source?: string;
4594
+ displayName?: string;
4595
+ description?: string;
4596
+ indicatorTypes?: string[];
4597
+ pattern?: string;
4598
+ patternType?: string;
4599
+ patternVersion?: string;
4600
+ killChainPhases?: ThreatIntelligenceKillChainPhase[];
4601
+ parsedPattern?: ThreatIntelligenceParsedPattern[];
4602
+ externalId?: string;
4603
+ createdByRef?: string;
4604
+ defanged?: boolean;
4605
+ externalLastUpdatedTimeUtc?: string;
4606
+ externalReferences?: ThreatIntelligenceExternalReference[];
4607
+ granularMarkings?: ThreatIntelligenceGranularMarkingModel[];
4608
+ labels?: string[];
4609
+ revoked?: boolean;
4610
+ confidence?: number;
4611
+ objectMarkingRefs?: string[];
4612
+ language?: string;
4613
+ threatTypes?: string[];
4614
+ validFrom?: string;
4615
+ validUntil?: string;
4616
+ created?: string;
4617
+ modified?: string;
4618
+ extensions?: {
4619
+ [propertyName: string]: any;
4620
+ };
4621
+ };
4622
+
4623
+ // @public
4624
+ export interface ThreatIntelligenceIndicatorQueryIndicatorsNextOptionalParams extends coreClient.OperationOptions {
4625
+ }
4626
+
4627
+ // @public
4628
+ export type ThreatIntelligenceIndicatorQueryIndicatorsNextResponse = ThreatIntelligenceInformationList;
4629
+
4630
+ // @public
4631
+ export interface ThreatIntelligenceIndicatorQueryIndicatorsOptionalParams extends coreClient.OperationOptions {
4632
+ }
4633
+
4634
+ // @public
4635
+ export type ThreatIntelligenceIndicatorQueryIndicatorsResponse = ThreatIntelligenceInformationList;
4636
+
4637
+ // @public
4638
+ export interface ThreatIntelligenceIndicatorReplaceTagsOptionalParams extends coreClient.OperationOptions {
4639
+ }
4640
+
4641
+ // @public
4642
+ export type ThreatIntelligenceIndicatorReplaceTagsResponse = ThreatIntelligenceInformationUnion;
4643
+
4644
+ // @public
4645
+ export interface ThreatIntelligenceIndicators {
4646
+ list(resourceGroupName: string, workspaceName: string, options?: ThreatIntelligenceIndicatorsListOptionalParams): PagedAsyncIterableIterator<ThreatIntelligenceInformationUnion>;
4647
+ }
4648
+
4649
+ // @public
4650
+ export interface ThreatIntelligenceIndicatorsListNextOptionalParams extends coreClient.OperationOptions {
4651
+ filter?: string;
4652
+ orderby?: string;
4653
+ skipToken?: string;
4654
+ top?: number;
4655
+ }
4656
+
4657
+ // @public
4658
+ export type ThreatIntelligenceIndicatorsListNextResponse = ThreatIntelligenceInformationList;
4659
+
4660
+ // @public
4661
+ export interface ThreatIntelligenceIndicatorsListOptionalParams extends coreClient.OperationOptions {
4662
+ filter?: string;
4663
+ orderby?: string;
4664
+ skipToken?: string;
4665
+ top?: number;
4666
+ }
4667
+
4668
+ // @public
4669
+ export type ThreatIntelligenceIndicatorsListResponse = ThreatIntelligenceInformationList;
4670
+
4671
+ // @public
4672
+ export type ThreatIntelligenceInformation = ResourceWithEtag & ThreatIntelligenceResourceKind & {};
4673
+
4674
+ // @public
4675
+ export interface ThreatIntelligenceInformationList {
4676
+ readonly nextLink?: string;
4677
+ value: ThreatIntelligenceInformationUnion[];
4678
+ }
4679
+
4680
+ // @public (undocumented)
4681
+ export type ThreatIntelligenceInformationUnion = ThreatIntelligenceInformation | ThreatIntelligenceIndicatorModel;
4682
+
4683
+ // @public
4684
+ export interface ThreatIntelligenceKillChainPhase {
4685
+ killChainName?: string;
4686
+ phaseName?: string;
4687
+ }
4688
+
4689
+ // @public
4690
+ export interface ThreatIntelligenceMetric {
4691
+ lastUpdatedTimeUtc?: string;
4692
+ patternTypeMetrics?: ThreatIntelligenceMetricEntity[];
4693
+ sourceMetrics?: ThreatIntelligenceMetricEntity[];
4694
+ threatTypeMetrics?: ThreatIntelligenceMetricEntity[];
4695
+ }
4696
+
4697
+ // @public
4698
+ export interface ThreatIntelligenceMetricEntity {
4699
+ metricName?: string;
4700
+ metricValue?: number;
4701
+ }
4702
+
4703
+ // @public
4704
+ export interface ThreatIntelligenceMetrics {
4705
+ properties?: ThreatIntelligenceMetric;
4706
+ }
4707
+
4708
+ // @public
4709
+ export interface ThreatIntelligenceMetricsList {
4710
+ value: ThreatIntelligenceMetrics[];
4711
+ }
4712
+
4713
+ // @public
4714
+ export interface ThreatIntelligenceParsedPattern {
4715
+ patternTypeKey?: string;
4716
+ patternTypeValues?: ThreatIntelligenceParsedPatternTypeValue[];
4717
+ }
4718
+
4719
+ // @public
4720
+ export interface ThreatIntelligenceParsedPatternTypeValue {
4721
+ value?: string;
4722
+ valueType?: string;
4723
+ }
4724
+
4725
+ // @public
4726
+ export interface ThreatIntelligenceResourceKind {
4727
+ kind: ThreatIntelligenceResourceKindEnum;
4728
+ }
4729
+
4730
+ // @public
4731
+ export type ThreatIntelligenceResourceKindEnum = string;
4732
+
4733
+ // @public
4734
+ export interface ThreatIntelligenceSortingCriteria {
4735
+ itemKey?: string;
4736
+ sortOrder?: ThreatIntelligenceSortingCriteriaEnum;
4737
+ }
4738
+
4739
+ // @public
4740
+ export type ThreatIntelligenceSortingCriteriaEnum = string;
4741
+
4742
+ // @public
4743
+ export type TICheckRequirements = DataConnectorsCheckRequirements & {
4744
+ kind: "ThreatIntelligence";
4745
+ tenantId?: string;
4746
+ };
4747
+
4748
+ // @public
4749
+ export type TICheckRequirementsProperties = DataConnectorTenantId & {};
4750
+
4751
+ // @public
4752
+ export type TIDataConnector = DataConnector & {
4753
+ tenantId?: string;
4754
+ tipLookbackPeriod?: Date;
4755
+ dataTypes?: TIDataConnectorDataTypes;
4756
+ };
4757
+
4758
+ // @public
4759
+ export interface TIDataConnectorDataTypes {
4760
+ indicators: TIDataConnectorDataTypesIndicators;
4761
+ }
4762
+
4763
+ // @public
4764
+ export type TIDataConnectorDataTypesIndicators = DataConnectorDataTypeCommon & {};
4765
+
4766
+ // @public
4767
+ export type TIDataConnectorProperties = DataConnectorTenantId & {
4768
+ tipLookbackPeriod?: Date;
4769
+ dataTypes: TIDataConnectorDataTypes;
4770
+ };
4771
+
4772
+ // @public
4773
+ export interface TimelineAggregation {
4774
+ count: number;
4775
+ kind: EntityTimelineKind;
4776
+ }
4777
+
4778
+ // @public
4779
+ export interface TimelineError {
4780
+ errorMessage: string;
4781
+ kind: EntityTimelineKind;
4782
+ queryId?: string;
4783
+ }
4784
+
4785
+ // @public
4786
+ export interface TimelineResultsMetadata {
4787
+ aggregations: TimelineAggregation[];
4788
+ errors?: TimelineError[];
4789
+ totalCount: number;
4790
+ }
4791
+
4792
+ // @public
4793
+ export type TiTaxiiCheckRequirements = DataConnectorsCheckRequirements & {
4794
+ kind: "ThreatIntelligenceTaxii";
4795
+ tenantId?: string;
4796
+ };
4797
+
4798
+ // @public
4799
+ export type TiTaxiiCheckRequirementsProperties = DataConnectorTenantId & {};
4800
+
4801
+ // @public
4802
+ export type TiTaxiiDataConnector = DataConnector & {
4803
+ tenantId?: string;
4804
+ workspaceId?: string;
4805
+ friendlyName?: string;
4806
+ taxiiServer?: string;
4807
+ collectionId?: string;
4808
+ userName?: string;
4809
+ password?: string;
4810
+ taxiiLookbackPeriod?: Date;
4811
+ pollingFrequency?: PollingFrequency;
4812
+ dataTypes?: TiTaxiiDataConnectorDataTypes;
4813
+ };
4814
+
4815
+ // @public
4816
+ export interface TiTaxiiDataConnectorDataTypes {
4817
+ taxiiClient: TiTaxiiDataConnectorDataTypesTaxiiClient;
4818
+ }
4819
+
4820
+ // @public
4821
+ export type TiTaxiiDataConnectorDataTypesTaxiiClient = DataConnectorDataTypeCommon & {};
4822
+
4823
+ // @public
4824
+ export type TiTaxiiDataConnectorProperties = DataConnectorTenantId & {
4825
+ workspaceId?: string;
4826
+ friendlyName?: string;
4827
+ taxiiServer?: string;
4828
+ collectionId?: string;
4829
+ userName?: string;
4830
+ password?: string;
4831
+ taxiiLookbackPeriod?: Date;
4832
+ pollingFrequency: PollingFrequency | null;
4833
+ dataTypes: TiTaxiiDataConnectorDataTypes;
4834
+ };
4835
+
4836
+ // @public
4837
+ export type TriggerOperator = "GreaterThan" | "LessThan" | "Equal" | "NotEqual";
4838
+
4839
+ // @public
4840
+ export type TriggersOn = string;
4841
+
4842
+ // @public
4843
+ export type TriggersWhen = string;
4844
+
4845
+ // @public
4846
+ export type Ueba = Settings & {
4847
+ dataSources?: UebaDataSources[];
4848
+ };
4849
+
4850
+ // @public
4851
+ export type UebaDataSources = string;
4852
+
4853
+ // @public
4854
+ export type UrlEntity = Entity & {
4855
+ readonly additionalData?: {
4856
+ [propertyName: string]: Record<string, unknown>;
4857
+ };
4858
+ readonly friendlyName?: string;
4859
+ readonly url?: string;
4860
+ };
4861
+
4862
+ // @public
4863
+ export type UrlEntityProperties = EntityCommonProperties & {
4864
+ readonly url?: string;
4865
+ };
4866
+
4867
+ // @public
4868
+ export interface UserInfo {
4869
+ readonly email?: string;
4870
+ readonly name?: string;
4871
+ objectId?: string;
4872
+ }
4873
+
4874
+ // @public
4875
+ export type Watchlist = ResourceWithEtag & {
4876
+ watchlistId?: string;
4877
+ displayName?: string;
4878
+ provider?: string;
4879
+ source?: Source;
4880
+ created?: Date;
4881
+ updated?: Date;
4882
+ createdBy?: UserInfo;
4883
+ updatedBy?: UserInfo;
4884
+ description?: string;
4885
+ watchlistType?: string;
4886
+ watchlistAlias?: string;
4887
+ isDeleted?: boolean;
4888
+ labels?: string[];
4889
+ defaultDuration?: string;
4890
+ tenantId?: string;
4891
+ numberOfLinesToSkip?: number;
4892
+ rawContent?: string;
4893
+ itemsSearchKey?: string;
4894
+ contentType?: string;
4895
+ uploadStatus?: string;
4896
+ watchlistItemsCount?: number;
4897
+ };
4898
+
4899
+ // @public
4900
+ export type WatchlistItem = ResourceWithEtag & {
4901
+ watchlistItemType?: string;
4902
+ watchlistItemId?: string;
4903
+ tenantId?: string;
4904
+ isDeleted?: boolean;
4905
+ created?: Date;
4906
+ updated?: Date;
4907
+ createdBy?: UserInfo;
4908
+ updatedBy?: UserInfo;
4909
+ itemsKeyValue?: Record<string, unknown>;
4910
+ entityMapping?: Record<string, unknown>;
4911
+ };
4912
+
4913
+ // @public
4914
+ export interface WatchlistItemList {
4915
+ readonly nextLink?: string;
4916
+ value: WatchlistItem[];
4917
+ }
4918
+
4919
+ // @public
4920
+ export interface WatchlistItems {
4921
+ createOrUpdate(resourceGroupName: string, workspaceName: string, watchlistAlias: string, watchlistItemId: string, watchlistItem: WatchlistItem, options?: WatchlistItemsCreateOrUpdateOptionalParams): Promise<WatchlistItemsCreateOrUpdateResponse>;
4922
+ delete(resourceGroupName: string, workspaceName: string, watchlistAlias: string, watchlistItemId: string, options?: WatchlistItemsDeleteOptionalParams): Promise<void>;
4923
+ get(resourceGroupName: string, workspaceName: string, watchlistAlias: string, watchlistItemId: string, options?: WatchlistItemsGetOptionalParams): Promise<WatchlistItemsGetResponse>;
4924
+ list(resourceGroupName: string, workspaceName: string, watchlistAlias: string, options?: WatchlistItemsListOptionalParams): PagedAsyncIterableIterator<WatchlistItem>;
4925
+ }
4926
+
4927
+ // @public
4928
+ export interface WatchlistItemsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
4929
+ }
4930
+
4931
+ // @public
4932
+ export type WatchlistItemsCreateOrUpdateResponse = WatchlistItem;
4933
+
4934
+ // @public
4935
+ export interface WatchlistItemsDeleteOptionalParams extends coreClient.OperationOptions {
4936
+ }
4937
+
4938
+ // @public
4939
+ export interface WatchlistItemsGetOptionalParams extends coreClient.OperationOptions {
4940
+ }
4941
+
4942
+ // @public
4943
+ export type WatchlistItemsGetResponse = WatchlistItem;
4944
+
4945
+ // @public
4946
+ export interface WatchlistItemsListNextOptionalParams extends coreClient.OperationOptions {
4947
+ }
4948
+
4949
+ // @public
4950
+ export type WatchlistItemsListNextResponse = WatchlistItemList;
4951
+
4952
+ // @public
4953
+ export interface WatchlistItemsListOptionalParams extends coreClient.OperationOptions {
4954
+ }
4955
+
4956
+ // @public
4957
+ export type WatchlistItemsListResponse = WatchlistItemList;
4958
+
4959
+ // @public
4960
+ export interface WatchlistList {
4961
+ readonly nextLink?: string;
4962
+ value: Watchlist[];
4963
+ }
4964
+
4965
+ // @public
4966
+ export interface Watchlists {
4967
+ createOrUpdate(resourceGroupName: string, workspaceName: string, watchlistAlias: string, watchlist: Watchlist, options?: WatchlistsCreateOrUpdateOptionalParams): Promise<WatchlistsCreateOrUpdateResponse>;
4968
+ delete(resourceGroupName: string, workspaceName: string, watchlistAlias: string, options?: WatchlistsDeleteOptionalParams): Promise<void>;
4969
+ get(resourceGroupName: string, workspaceName: string, watchlistAlias: string, options?: WatchlistsGetOptionalParams): Promise<WatchlistsGetResponse>;
4970
+ list(resourceGroupName: string, workspaceName: string, options?: WatchlistsListOptionalParams): PagedAsyncIterableIterator<Watchlist>;
4971
+ }
4972
+
4973
+ // @public
4974
+ export interface WatchlistsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
4975
+ }
4976
+
4977
+ // @public
4978
+ export type WatchlistsCreateOrUpdateResponse = Watchlist;
4979
+
4980
+ // @public
4981
+ export interface WatchlistsDeleteOptionalParams extends coreClient.OperationOptions {
4982
+ }
4983
+
4984
+ // @public
4985
+ export interface WatchlistsGetOptionalParams extends coreClient.OperationOptions {
4986
+ }
4987
+
4988
+ // @public
4989
+ export type WatchlistsGetResponse = Watchlist;
4990
+
4991
+ // @public
4992
+ export interface WatchlistsListNextOptionalParams extends coreClient.OperationOptions {
4993
+ }
4994
+
4995
+ // @public
4996
+ export type WatchlistsListNextResponse = WatchlistList;
4997
+
4998
+ // @public
4999
+ export interface WatchlistsListOptionalParams extends coreClient.OperationOptions {
5000
+ }
5001
+
5002
+ // @public
5003
+ export type WatchlistsListResponse = WatchlistList;
5004
+
5005
+ // (No @packageDocumentation comment for this package)
5006
+
5007
+ ```