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

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 (398) hide show
  1. package/CHANGELOG.md +159 -0
  2. package/LICENSE +1 -1
  3. package/README.md +1 -1
  4. package/dist/index.js +1587 -606
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.min.js +1 -1
  7. package/dist/index.min.js.map +1 -1
  8. package/dist-esm/samples-dev/actionsCreateOrUpdateSample.js +12 -4
  9. package/dist-esm/samples-dev/actionsCreateOrUpdateSample.js.map +1 -1
  10. package/dist-esm/samples-dev/actionsDeleteSample.js +12 -4
  11. package/dist-esm/samples-dev/actionsDeleteSample.js.map +1 -1
  12. package/dist-esm/samples-dev/actionsGetSample.js +12 -4
  13. package/dist-esm/samples-dev/actionsGetSample.js.map +1 -1
  14. package/dist-esm/samples-dev/actionsListByAlertRuleSample.js +12 -4
  15. package/dist-esm/samples-dev/actionsListByAlertRuleSample.js.map +1 -1
  16. package/dist-esm/samples-dev/alertRuleTemplatesGetSample.js +12 -4
  17. package/dist-esm/samples-dev/alertRuleTemplatesGetSample.js.map +1 -1
  18. package/dist-esm/samples-dev/alertRuleTemplatesListSample.js +12 -4
  19. package/dist-esm/samples-dev/alertRuleTemplatesListSample.js.map +1 -1
  20. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.js +33 -20
  21. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.js.map +1 -1
  22. package/dist-esm/samples-dev/alertRulesDeleteSample.js +12 -4
  23. package/dist-esm/samples-dev/alertRulesDeleteSample.js.map +1 -1
  24. package/dist-esm/samples-dev/alertRulesGetSample.js +27 -16
  25. package/dist-esm/samples-dev/alertRulesGetSample.js.map +1 -1
  26. package/dist-esm/samples-dev/alertRulesListSample.js +12 -4
  27. package/dist-esm/samples-dev/alertRulesListSample.js.map +1 -1
  28. package/dist-esm/samples-dev/automationRulesCreateOrUpdateSample.js +12 -4
  29. package/dist-esm/samples-dev/automationRulesCreateOrUpdateSample.js.map +1 -1
  30. package/dist-esm/samples-dev/automationRulesDeleteSample.js +12 -4
  31. package/dist-esm/samples-dev/automationRulesDeleteSample.js.map +1 -1
  32. package/dist-esm/samples-dev/automationRulesGetSample.js +12 -4
  33. package/dist-esm/samples-dev/automationRulesGetSample.js.map +1 -1
  34. package/dist-esm/samples-dev/automationRulesListSample.js +12 -4
  35. package/dist-esm/samples-dev/automationRulesListSample.js.map +1 -1
  36. package/dist-esm/samples-dev/bookmarkExpandSample.js +12 -4
  37. package/dist-esm/samples-dev/bookmarkExpandSample.js.map +1 -1
  38. package/dist-esm/samples-dev/bookmarkRelationsCreateOrUpdateSample.js +12 -4
  39. package/dist-esm/samples-dev/bookmarkRelationsCreateOrUpdateSample.js.map +1 -1
  40. package/dist-esm/samples-dev/bookmarkRelationsDeleteSample.js +12 -4
  41. package/dist-esm/samples-dev/bookmarkRelationsDeleteSample.js.map +1 -1
  42. package/dist-esm/samples-dev/bookmarkRelationsGetSample.js +12 -4
  43. package/dist-esm/samples-dev/bookmarkRelationsGetSample.js.map +1 -1
  44. package/dist-esm/samples-dev/bookmarkRelationsListSample.js +12 -4
  45. package/dist-esm/samples-dev/bookmarkRelationsListSample.js.map +1 -1
  46. package/dist-esm/samples-dev/bookmarksCreateOrUpdateSample.js +12 -4
  47. package/dist-esm/samples-dev/bookmarksCreateOrUpdateSample.js.map +1 -1
  48. package/dist-esm/samples-dev/bookmarksDeleteSample.js +12 -4
  49. package/dist-esm/samples-dev/bookmarksDeleteSample.js.map +1 -1
  50. package/dist-esm/samples-dev/bookmarksGetSample.js +12 -4
  51. package/dist-esm/samples-dev/bookmarksGetSample.js.map +1 -1
  52. package/dist-esm/samples-dev/bookmarksListSample.js +12 -4
  53. package/dist-esm/samples-dev/bookmarksListSample.js.map +1 -1
  54. package/dist-esm/samples-dev/dataConnectorsCheckRequirementsPostSample.js +87 -64
  55. package/dist-esm/samples-dev/dataConnectorsCheckRequirementsPostSample.js.map +1 -1
  56. package/dist-esm/samples-dev/dataConnectorsConnectSample.js +17 -8
  57. package/dist-esm/samples-dev/dataConnectorsConnectSample.js.map +1 -1
  58. package/dist-esm/samples-dev/dataConnectorsCreateOrUpdateSample.js +49 -34
  59. package/dist-esm/samples-dev/dataConnectorsCreateOrUpdateSample.js.map +1 -1
  60. package/dist-esm/samples-dev/dataConnectorsDeleteSample.js +32 -20
  61. package/dist-esm/samples-dev/dataConnectorsDeleteSample.js.map +1 -1
  62. package/dist-esm/samples-dev/dataConnectorsDisconnectSample.js +12 -4
  63. package/dist-esm/samples-dev/dataConnectorsDisconnectSample.js.map +1 -1
  64. package/dist-esm/samples-dev/dataConnectorsGetSample.js +107 -80
  65. package/dist-esm/samples-dev/dataConnectorsGetSample.js.map +1 -1
  66. package/dist-esm/samples-dev/dataConnectorsListSample.js +12 -4
  67. package/dist-esm/samples-dev/dataConnectorsListSample.js.map +1 -1
  68. package/dist-esm/samples-dev/domainWhoisGetSample.js +12 -4
  69. package/dist-esm/samples-dev/domainWhoisGetSample.js.map +1 -1
  70. package/dist-esm/samples-dev/entitiesExpandSample.js +12 -4
  71. package/dist-esm/samples-dev/entitiesExpandSample.js.map +1 -1
  72. package/dist-esm/samples-dev/entitiesGetInsightsSample.js +12 -4
  73. package/dist-esm/samples-dev/entitiesGetInsightsSample.js.map +1 -1
  74. package/dist-esm/samples-dev/entitiesGetSample.js +107 -80
  75. package/dist-esm/samples-dev/entitiesGetSample.js.map +1 -1
  76. package/dist-esm/samples-dev/entitiesGetTimelineListSample.js +12 -4
  77. package/dist-esm/samples-dev/entitiesGetTimelineListSample.js.map +1 -1
  78. package/dist-esm/samples-dev/entitiesListSample.js +12 -4
  79. package/dist-esm/samples-dev/entitiesListSample.js.map +1 -1
  80. package/dist-esm/samples-dev/entitiesQueriesSample.js +12 -4
  81. package/dist-esm/samples-dev/entitiesQueriesSample.js.map +1 -1
  82. package/dist-esm/samples-dev/entitiesRelationsListSample.js +12 -4
  83. package/dist-esm/samples-dev/entitiesRelationsListSample.js.map +1 -1
  84. package/dist-esm/samples-dev/entityQueriesCreateOrUpdateSample.js +13 -5
  85. package/dist-esm/samples-dev/entityQueriesCreateOrUpdateSample.js.map +1 -1
  86. package/dist-esm/samples-dev/entityQueriesDeleteSample.js +12 -4
  87. package/dist-esm/samples-dev/entityQueriesDeleteSample.js.map +1 -1
  88. package/dist-esm/samples-dev/entityQueriesGetSample.js +17 -8
  89. package/dist-esm/samples-dev/entityQueriesGetSample.js.map +1 -1
  90. package/dist-esm/samples-dev/entityQueriesListSample.js +12 -4
  91. package/dist-esm/samples-dev/entityQueriesListSample.js.map +1 -1
  92. package/dist-esm/samples-dev/entityQueryTemplatesGetSample.js +12 -4
  93. package/dist-esm/samples-dev/entityQueryTemplatesGetSample.js.map +1 -1
  94. package/dist-esm/samples-dev/entityQueryTemplatesListSample.js +12 -4
  95. package/dist-esm/samples-dev/entityQueryTemplatesListSample.js.map +1 -1
  96. package/dist-esm/samples-dev/entityRelationsGetRelationSample.js +12 -4
  97. package/dist-esm/samples-dev/entityRelationsGetRelationSample.js.map +1 -1
  98. package/dist-esm/samples-dev/fileImportsCreateSample.d.ts +2 -0
  99. package/dist-esm/samples-dev/fileImportsCreateSample.d.ts.map +1 -0
  100. package/dist-esm/samples-dev/fileImportsCreateSample.js +46 -0
  101. package/dist-esm/samples-dev/fileImportsCreateSample.js.map +1 -0
  102. package/dist-esm/samples-dev/fileImportsDeleteSample.d.ts +2 -0
  103. package/dist-esm/samples-dev/fileImportsDeleteSample.d.ts.map +1 -0
  104. package/dist-esm/samples-dev/fileImportsDeleteSample.js +40 -0
  105. package/dist-esm/samples-dev/fileImportsDeleteSample.js.map +1 -0
  106. package/dist-esm/samples-dev/fileImportsGetSample.d.ts +2 -0
  107. package/dist-esm/samples-dev/fileImportsGetSample.d.ts.map +1 -0
  108. package/dist-esm/samples-dev/fileImportsGetSample.js +40 -0
  109. package/dist-esm/samples-dev/fileImportsGetSample.js.map +1 -0
  110. package/dist-esm/samples-dev/fileImportsListSample.d.ts +2 -0
  111. package/dist-esm/samples-dev/fileImportsListSample.d.ts.map +1 -0
  112. package/dist-esm/samples-dev/fileImportsListSample.js +56 -0
  113. package/dist-esm/samples-dev/fileImportsListSample.js.map +1 -0
  114. package/dist-esm/samples-dev/incidentCommentsCreateOrUpdateSample.js +12 -4
  115. package/dist-esm/samples-dev/incidentCommentsCreateOrUpdateSample.js.map +1 -1
  116. package/dist-esm/samples-dev/incidentCommentsDeleteSample.js +12 -4
  117. package/dist-esm/samples-dev/incidentCommentsDeleteSample.js.map +1 -1
  118. package/dist-esm/samples-dev/incidentCommentsGetSample.js +12 -4
  119. package/dist-esm/samples-dev/incidentCommentsGetSample.js.map +1 -1
  120. package/dist-esm/samples-dev/incidentCommentsListSample.js +12 -4
  121. package/dist-esm/samples-dev/incidentCommentsListSample.js.map +1 -1
  122. package/dist-esm/samples-dev/incidentRelationsCreateOrUpdateSample.js +12 -4
  123. package/dist-esm/samples-dev/incidentRelationsCreateOrUpdateSample.js.map +1 -1
  124. package/dist-esm/samples-dev/incidentRelationsDeleteSample.js +12 -4
  125. package/dist-esm/samples-dev/incidentRelationsDeleteSample.js.map +1 -1
  126. package/dist-esm/samples-dev/incidentRelationsGetSample.js +12 -4
  127. package/dist-esm/samples-dev/incidentRelationsGetSample.js.map +1 -1
  128. package/dist-esm/samples-dev/incidentRelationsListSample.js +12 -4
  129. package/dist-esm/samples-dev/incidentRelationsListSample.js.map +1 -1
  130. package/dist-esm/samples-dev/incidentsCreateOrUpdateSample.js +12 -4
  131. package/dist-esm/samples-dev/incidentsCreateOrUpdateSample.js.map +1 -1
  132. package/dist-esm/samples-dev/incidentsCreateTeamSample.js +13 -4
  133. package/dist-esm/samples-dev/incidentsCreateTeamSample.js.map +1 -1
  134. package/dist-esm/samples-dev/incidentsDeleteSample.js +12 -4
  135. package/dist-esm/samples-dev/incidentsDeleteSample.js.map +1 -1
  136. package/dist-esm/samples-dev/incidentsGetSample.js +12 -4
  137. package/dist-esm/samples-dev/incidentsGetSample.js.map +1 -1
  138. package/dist-esm/samples-dev/incidentsListAlertsSample.js +12 -4
  139. package/dist-esm/samples-dev/incidentsListAlertsSample.js.map +1 -1
  140. package/dist-esm/samples-dev/incidentsListBookmarksSample.js +12 -4
  141. package/dist-esm/samples-dev/incidentsListBookmarksSample.js.map +1 -1
  142. package/dist-esm/samples-dev/incidentsListEntitiesSample.js +12 -4
  143. package/dist-esm/samples-dev/incidentsListEntitiesSample.js.map +1 -1
  144. package/dist-esm/samples-dev/incidentsListSample.js +12 -4
  145. package/dist-esm/samples-dev/incidentsListSample.js.map +1 -1
  146. package/dist-esm/samples-dev/incidentsRunPlaybookSample.js +12 -4
  147. package/dist-esm/samples-dev/incidentsRunPlaybookSample.js.map +1 -1
  148. package/dist-esm/samples-dev/ipGeodataGetSample.js +12 -4
  149. package/dist-esm/samples-dev/ipGeodataGetSample.js.map +1 -1
  150. package/dist-esm/samples-dev/metadataCreateSample.js +17 -8
  151. package/dist-esm/samples-dev/metadataCreateSample.js.map +1 -1
  152. package/dist-esm/samples-dev/metadataDeleteSample.js +12 -4
  153. package/dist-esm/samples-dev/metadataDeleteSample.js.map +1 -1
  154. package/dist-esm/samples-dev/metadataGetSample.js +12 -4
  155. package/dist-esm/samples-dev/metadataGetSample.js.map +1 -1
  156. package/dist-esm/samples-dev/metadataListSample.js +17 -8
  157. package/dist-esm/samples-dev/metadataListSample.js.map +1 -1
  158. package/dist-esm/samples-dev/metadataUpdateSample.js +12 -4
  159. package/dist-esm/samples-dev/metadataUpdateSample.js.map +1 -1
  160. package/dist-esm/samples-dev/officeConsentsDeleteSample.js +12 -4
  161. package/dist-esm/samples-dev/officeConsentsDeleteSample.js.map +1 -1
  162. package/dist-esm/samples-dev/officeConsentsGetSample.js +12 -4
  163. package/dist-esm/samples-dev/officeConsentsGetSample.js.map +1 -1
  164. package/dist-esm/samples-dev/officeConsentsListSample.js +12 -4
  165. package/dist-esm/samples-dev/officeConsentsListSample.js.map +1 -1
  166. package/dist-esm/samples-dev/operationsListSample.js +11 -3
  167. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  168. package/dist-esm/samples-dev/productSettingsDeleteSample.js +12 -4
  169. package/dist-esm/samples-dev/productSettingsDeleteSample.js.map +1 -1
  170. package/dist-esm/samples-dev/productSettingsGetSample.js +12 -4
  171. package/dist-esm/samples-dev/productSettingsGetSample.js.map +1 -1
  172. package/dist-esm/samples-dev/productSettingsListSample.js +12 -4
  173. package/dist-esm/samples-dev/productSettingsListSample.js.map +1 -1
  174. package/dist-esm/samples-dev/productSettingsUpdateSample.js +12 -4
  175. package/dist-esm/samples-dev/productSettingsUpdateSample.js.map +1 -1
  176. package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.js +12 -4
  177. package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.js.map +1 -1
  178. package/dist-esm/samples-dev/securityMlAnalyticsSettingsDeleteSample.js +12 -4
  179. package/dist-esm/samples-dev/securityMlAnalyticsSettingsDeleteSample.js.map +1 -1
  180. package/dist-esm/samples-dev/securityMlAnalyticsSettingsGetSample.js +12 -4
  181. package/dist-esm/samples-dev/securityMlAnalyticsSettingsGetSample.js.map +1 -1
  182. package/dist-esm/samples-dev/securityMlAnalyticsSettingsListSample.js +12 -4
  183. package/dist-esm/samples-dev/securityMlAnalyticsSettingsListSample.js.map +1 -1
  184. package/dist-esm/samples-dev/sentinelOnboardingStatesCreateSample.js +12 -4
  185. package/dist-esm/samples-dev/sentinelOnboardingStatesCreateSample.js.map +1 -1
  186. package/dist-esm/samples-dev/sentinelOnboardingStatesDeleteSample.js +12 -4
  187. package/dist-esm/samples-dev/sentinelOnboardingStatesDeleteSample.js.map +1 -1
  188. package/dist-esm/samples-dev/sentinelOnboardingStatesGetSample.js +12 -4
  189. package/dist-esm/samples-dev/sentinelOnboardingStatesGetSample.js.map +1 -1
  190. package/dist-esm/samples-dev/sentinelOnboardingStatesListSample.js +12 -4
  191. package/dist-esm/samples-dev/sentinelOnboardingStatesListSample.js.map +1 -1
  192. package/dist-esm/samples-dev/sourceControlListRepositoriesSample.js +12 -4
  193. package/dist-esm/samples-dev/sourceControlListRepositoriesSample.js.map +1 -1
  194. package/dist-esm/samples-dev/sourceControlsCreateSample.js +12 -4
  195. package/dist-esm/samples-dev/sourceControlsCreateSample.js.map +1 -1
  196. package/dist-esm/samples-dev/sourceControlsDeleteSample.js +12 -4
  197. package/dist-esm/samples-dev/sourceControlsDeleteSample.js.map +1 -1
  198. package/dist-esm/samples-dev/sourceControlsGetSample.js +12 -4
  199. package/dist-esm/samples-dev/sourceControlsGetSample.js.map +1 -1
  200. package/dist-esm/samples-dev/sourceControlsListSample.js +12 -4
  201. package/dist-esm/samples-dev/sourceControlsListSample.js.map +1 -1
  202. package/dist-esm/samples-dev/threatIntelligenceIndicatorAppendTagsSample.js +12 -4
  203. package/dist-esm/samples-dev/threatIntelligenceIndicatorAppendTagsSample.js.map +1 -1
  204. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateIndicatorSample.js +12 -4
  205. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateIndicatorSample.js.map +1 -1
  206. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateSample.js +12 -4
  207. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateSample.js.map +1 -1
  208. package/dist-esm/samples-dev/threatIntelligenceIndicatorDeleteSample.js +12 -4
  209. package/dist-esm/samples-dev/threatIntelligenceIndicatorDeleteSample.js.map +1 -1
  210. package/dist-esm/samples-dev/threatIntelligenceIndicatorGetSample.js +12 -4
  211. package/dist-esm/samples-dev/threatIntelligenceIndicatorGetSample.js.map +1 -1
  212. package/dist-esm/samples-dev/threatIntelligenceIndicatorMetricsListSample.js +12 -4
  213. package/dist-esm/samples-dev/threatIntelligenceIndicatorMetricsListSample.js.map +1 -1
  214. package/dist-esm/samples-dev/threatIntelligenceIndicatorQueryIndicatorsSample.js +12 -4
  215. package/dist-esm/samples-dev/threatIntelligenceIndicatorQueryIndicatorsSample.js.map +1 -1
  216. package/dist-esm/samples-dev/threatIntelligenceIndicatorReplaceTagsSample.js +12 -4
  217. package/dist-esm/samples-dev/threatIntelligenceIndicatorReplaceTagsSample.js.map +1 -1
  218. package/dist-esm/samples-dev/threatIntelligenceIndicatorsListSample.js +12 -4
  219. package/dist-esm/samples-dev/threatIntelligenceIndicatorsListSample.js.map +1 -1
  220. package/dist-esm/samples-dev/watchlistItemsCreateOrUpdateSample.js +12 -4
  221. package/dist-esm/samples-dev/watchlistItemsCreateOrUpdateSample.js.map +1 -1
  222. package/dist-esm/samples-dev/watchlistItemsDeleteSample.js +12 -4
  223. package/dist-esm/samples-dev/watchlistItemsDeleteSample.js.map +1 -1
  224. package/dist-esm/samples-dev/watchlistItemsGetSample.js +12 -4
  225. package/dist-esm/samples-dev/watchlistItemsGetSample.js.map +1 -1
  226. package/dist-esm/samples-dev/watchlistItemsListSample.js +12 -4
  227. package/dist-esm/samples-dev/watchlistItemsListSample.js.map +1 -1
  228. package/dist-esm/samples-dev/watchlistsCreateOrUpdateSample.js +17 -8
  229. package/dist-esm/samples-dev/watchlistsCreateOrUpdateSample.js.map +1 -1
  230. package/dist-esm/samples-dev/watchlistsDeleteSample.js +12 -4
  231. package/dist-esm/samples-dev/watchlistsDeleteSample.js.map +1 -1
  232. package/dist-esm/samples-dev/watchlistsGetSample.js +12 -4
  233. package/dist-esm/samples-dev/watchlistsGetSample.js.map +1 -1
  234. package/dist-esm/samples-dev/watchlistsListSample.js +12 -4
  235. package/dist-esm/samples-dev/watchlistsListSample.js.map +1 -1
  236. package/dist-esm/src/index.d.ts +1 -0
  237. package/dist-esm/src/index.d.ts.map +1 -1
  238. package/dist-esm/src/index.js +1 -0
  239. package/dist-esm/src/index.js.map +1 -1
  240. package/dist-esm/src/lroImpl.d.ts +16 -0
  241. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  242. package/dist-esm/src/lroImpl.js +29 -0
  243. package/dist-esm/src/lroImpl.js.map +1 -0
  244. package/dist-esm/src/models/index.d.ts +474 -82
  245. package/dist-esm/src/models/index.d.ts.map +1 -1
  246. package/dist-esm/src/models/index.js +98 -8
  247. package/dist-esm/src/models/index.js.map +1 -1
  248. package/dist-esm/src/models/mappers.d.ts +82 -63
  249. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  250. package/dist-esm/src/models/mappers.js +511 -201
  251. package/dist-esm/src/models/mappers.js.map +1 -1
  252. package/dist-esm/src/models/parameters.d.ts +2 -0
  253. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  254. package/dist-esm/src/models/parameters.js +16 -2
  255. package/dist-esm/src/models/parameters.js.map +1 -1
  256. package/dist-esm/src/operations/actions.d.ts.map +1 -1
  257. package/dist-esm/src/operations/actions.js +19 -8
  258. package/dist-esm/src/operations/actions.js.map +1 -1
  259. package/dist-esm/src/operations/alertRuleTemplates.d.ts.map +1 -1
  260. package/dist-esm/src/operations/alertRuleTemplates.js +19 -8
  261. package/dist-esm/src/operations/alertRuleTemplates.js.map +1 -1
  262. package/dist-esm/src/operations/alertRules.d.ts.map +1 -1
  263. package/dist-esm/src/operations/alertRules.js +19 -8
  264. package/dist-esm/src/operations/alertRules.js.map +1 -1
  265. package/dist-esm/src/operations/automationRules.d.ts.map +1 -1
  266. package/dist-esm/src/operations/automationRules.js +19 -8
  267. package/dist-esm/src/operations/automationRules.js.map +1 -1
  268. package/dist-esm/src/operations/bookmarkRelations.d.ts.map +1 -1
  269. package/dist-esm/src/operations/bookmarkRelations.js +19 -14
  270. package/dist-esm/src/operations/bookmarkRelations.js.map +1 -1
  271. package/dist-esm/src/operations/bookmarks.d.ts.map +1 -1
  272. package/dist-esm/src/operations/bookmarks.js +19 -8
  273. package/dist-esm/src/operations/bookmarks.js.map +1 -1
  274. package/dist-esm/src/operations/dataConnectors.d.ts.map +1 -1
  275. package/dist-esm/src/operations/dataConnectors.js +19 -8
  276. package/dist-esm/src/operations/dataConnectors.js.map +1 -1
  277. package/dist-esm/src/operations/entities.d.ts.map +1 -1
  278. package/dist-esm/src/operations/entities.js +19 -8
  279. package/dist-esm/src/operations/entities.js.map +1 -1
  280. package/dist-esm/src/operations/entitiesRelations.d.ts.map +1 -1
  281. package/dist-esm/src/operations/entitiesRelations.js +19 -14
  282. package/dist-esm/src/operations/entitiesRelations.js.map +1 -1
  283. package/dist-esm/src/operations/entityQueries.d.ts.map +1 -1
  284. package/dist-esm/src/operations/entityQueries.js +19 -8
  285. package/dist-esm/src/operations/entityQueries.js.map +1 -1
  286. package/dist-esm/src/operations/entityQueryTemplates.d.ts.map +1 -1
  287. package/dist-esm/src/operations/entityQueryTemplates.js +19 -8
  288. package/dist-esm/src/operations/entityQueryTemplates.js.map +1 -1
  289. package/dist-esm/src/operations/fileImports.d.ts +72 -0
  290. package/dist-esm/src/operations/fileImports.d.ts.map +1 -0
  291. package/dist-esm/src/operations/fileImports.js +308 -0
  292. package/dist-esm/src/operations/fileImports.js.map +1 -0
  293. package/dist-esm/src/operations/incidentComments.d.ts.map +1 -1
  294. package/dist-esm/src/operations/incidentComments.js +19 -14
  295. package/dist-esm/src/operations/incidentComments.js.map +1 -1
  296. package/dist-esm/src/operations/incidentRelations.d.ts.map +1 -1
  297. package/dist-esm/src/operations/incidentRelations.js +19 -14
  298. package/dist-esm/src/operations/incidentRelations.js.map +1 -1
  299. package/dist-esm/src/operations/incidents.d.ts.map +1 -1
  300. package/dist-esm/src/operations/incidents.js +19 -14
  301. package/dist-esm/src/operations/incidents.js.map +1 -1
  302. package/dist-esm/src/operations/index.d.ts +1 -0
  303. package/dist-esm/src/operations/index.d.ts.map +1 -1
  304. package/dist-esm/src/operations/index.js +1 -0
  305. package/dist-esm/src/operations/index.js.map +1 -1
  306. package/dist-esm/src/operations/metadata.d.ts.map +1 -1
  307. package/dist-esm/src/operations/metadata.js +19 -14
  308. package/dist-esm/src/operations/metadata.js.map +1 -1
  309. package/dist-esm/src/operations/officeConsents.d.ts.map +1 -1
  310. package/dist-esm/src/operations/officeConsents.js +19 -8
  311. package/dist-esm/src/operations/officeConsents.js.map +1 -1
  312. package/dist-esm/src/operations/operations.d.ts.map +1 -1
  313. package/dist-esm/src/operations/operations.js +19 -8
  314. package/dist-esm/src/operations/operations.js.map +1 -1
  315. package/dist-esm/src/operations/securityMLAnalyticsSettings.d.ts.map +1 -1
  316. package/dist-esm/src/operations/securityMLAnalyticsSettings.js +19 -8
  317. package/dist-esm/src/operations/securityMLAnalyticsSettings.js.map +1 -1
  318. package/dist-esm/src/operations/sourceControlOperations.d.ts.map +1 -1
  319. package/dist-esm/src/operations/sourceControlOperations.js +19 -8
  320. package/dist-esm/src/operations/sourceControlOperations.js.map +1 -1
  321. package/dist-esm/src/operations/sourceControls.d.ts.map +1 -1
  322. package/dist-esm/src/operations/sourceControls.js +19 -8
  323. package/dist-esm/src/operations/sourceControls.js.map +1 -1
  324. package/dist-esm/src/operations/threatIntelligenceIndicator.d.ts.map +1 -1
  325. package/dist-esm/src/operations/threatIntelligenceIndicator.js +19 -8
  326. package/dist-esm/src/operations/threatIntelligenceIndicator.js.map +1 -1
  327. package/dist-esm/src/operations/threatIntelligenceIndicators.d.ts.map +1 -1
  328. package/dist-esm/src/operations/threatIntelligenceIndicators.js +19 -14
  329. package/dist-esm/src/operations/threatIntelligenceIndicators.js.map +1 -1
  330. package/dist-esm/src/operations/watchlistItems.d.ts.map +1 -1
  331. package/dist-esm/src/operations/watchlistItems.js +19 -8
  332. package/dist-esm/src/operations/watchlistItems.js.map +1 -1
  333. package/dist-esm/src/operations/watchlists.d.ts.map +1 -1
  334. package/dist-esm/src/operations/watchlists.js +19 -8
  335. package/dist-esm/src/operations/watchlists.js.map +1 -1
  336. package/dist-esm/src/operationsInterfaces/fileImports.d.ts +47 -0
  337. package/dist-esm/src/operationsInterfaces/fileImports.d.ts.map +1 -0
  338. package/dist-esm/src/operationsInterfaces/fileImports.js +9 -0
  339. package/dist-esm/src/operationsInterfaces/fileImports.js.map +1 -0
  340. package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
  341. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  342. package/dist-esm/src/operationsInterfaces/index.js +1 -0
  343. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  344. package/dist-esm/src/pagingHelper.d.ts +13 -0
  345. package/dist-esm/src/pagingHelper.d.ts.map +1 -0
  346. package/dist-esm/src/pagingHelper.js +32 -0
  347. package/dist-esm/src/pagingHelper.js.map +1 -0
  348. package/dist-esm/src/securityInsights.d.ts +2 -1
  349. package/dist-esm/src/securityInsights.d.ts.map +1 -1
  350. package/dist-esm/src/securityInsights.js +7 -9
  351. package/dist-esm/src/securityInsights.js.map +1 -1
  352. package/dist-esm/test/securityinsights_examples.spec.d.ts +4 -0
  353. package/dist-esm/test/securityinsights_examples.spec.d.ts.map +1 -0
  354. package/dist-esm/test/securityinsights_examples.spec.js +98 -0
  355. package/dist-esm/test/securityinsights_examples.spec.js.map +1 -0
  356. package/package.json +10 -6
  357. package/review/arm-securityinsight.api.md +282 -34
  358. package/src/index.ts +1 -0
  359. package/src/lroImpl.ts +34 -0
  360. package/src/models/index.ts +526 -100
  361. package/src/models/mappers.ts +546 -201
  362. package/src/models/parameters.ts +18 -1
  363. package/src/operations/actions.ts +27 -14
  364. package/src/operations/alertRuleTemplates.ts +26 -9
  365. package/src/operations/alertRules.ts +26 -9
  366. package/src/operations/automationRules.ts +27 -10
  367. package/src/operations/bookmarkRelations.ts +27 -20
  368. package/src/operations/bookmarks.ts +26 -9
  369. package/src/operations/dataConnectors.ts +26 -9
  370. package/src/operations/entities.ts +26 -9
  371. package/src/operations/entitiesRelations.ts +27 -20
  372. package/src/operations/entityQueries.ts +26 -9
  373. package/src/operations/entityQueryTemplates.ts +26 -9
  374. package/src/operations/fileImports.ts +421 -0
  375. package/src/operations/incidentComments.ts +27 -20
  376. package/src/operations/incidentRelations.ts +27 -20
  377. package/src/operations/incidents.ts +27 -16
  378. package/src/operations/index.ts +1 -0
  379. package/src/operations/metadata.ts +26 -15
  380. package/src/operations/officeConsents.ts +26 -9
  381. package/src/operations/operations.ts +21 -9
  382. package/src/operations/securityMLAnalyticsSettings.ts +26 -9
  383. package/src/operations/sourceControlOperations.ts +27 -14
  384. package/src/operations/sourceControls.ts +26 -9
  385. package/src/operations/threatIntelligenceIndicator.ts +28 -15
  386. package/src/operations/threatIntelligenceIndicators.ts +26 -15
  387. package/src/operations/watchlistItems.ts +27 -14
  388. package/src/operations/watchlists.ts +26 -9
  389. package/src/operationsInterfaces/fileImports.ts +95 -0
  390. package/src/operationsInterfaces/index.ts +1 -0
  391. package/src/pagingHelper.ts +39 -0
  392. package/src/securityInsights.ts +10 -7
  393. package/types/arm-securityinsight.d.ts +549 -67
  394. package/types/tsdoc-metadata.json +1 -1
  395. package/dist-esm/test/sampleTest.d.ts +0 -2
  396. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  397. package/dist-esm/test/sampleTest.js +0 -38
  398. package/dist-esm/test/sampleTest.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  import * as coreClient from "@azure/core-client";
2
- export declare type AutomationRuleConditionUnion = AutomationRuleCondition | PropertyArrayChangedConditionProperties | PropertyChangedConditionProperties | PropertyConditionProperties;
2
+ export declare type AutomationRuleConditionUnion = AutomationRuleCondition | BooleanConditionProperties | PropertyArrayChangedConditionProperties | PropertyArrayConditionProperties | PropertyChangedConditionProperties | PropertyConditionProperties;
3
3
  export declare type AutomationRuleActionUnion = AutomationRuleAction | AutomationRuleModifyPropertiesAction | AutomationRuleRunPlaybookAction;
4
4
  export declare type EntityTimelineItemUnion = EntityTimelineItem | ActivityTimelineItem | BookmarkTimelineItem | AnomalyTimelineItem | SecurityAlertTimelineItem;
5
5
  export declare type EntityQueryItemUnion = EntityQueryItem | InsightQueryItem;
@@ -119,7 +119,7 @@ export interface AutomationRuleTriggeringLogic {
119
119
  /** Describes an automation rule condition. */
120
120
  export interface AutomationRuleCondition {
121
121
  /** Polymorphic discriminator, which specifies the different types this object can be */
122
- conditionType: "PropertyArrayChanged" | "PropertyChanged" | "Property";
122
+ conditionType: "Boolean" | "PropertyArrayChanged" | "PropertyArray" | "PropertyChanged" | "Property";
123
123
  }
124
124
  /** Describes an automation rule action. */
125
125
  export interface AutomationRuleAction {
@@ -144,7 +144,7 @@ export interface AutomationRulesList {
144
144
  }
145
145
  export interface ManualTriggerRequestBody {
146
146
  tenantId?: string;
147
- logicAppsResourceId?: string;
147
+ logicAppsResourceId: string;
148
148
  }
149
149
  /** List all the bookmarks. */
150
150
  export interface BookmarkList {
@@ -558,6 +558,45 @@ export interface EntityQueryTemplateList {
558
558
  /** Array of entity query templates. */
559
559
  value: EntityQueryTemplateUnion[];
560
560
  }
561
+ /** List all the file imports. */
562
+ export interface FileImportList {
563
+ /**
564
+ * URL to fetch the next set of file imports.
565
+ * NOTE: This property will not be serialized. It can only be populated by the server.
566
+ */
567
+ readonly nextLink?: string;
568
+ /** Array of file imports. */
569
+ value: FileImport[];
570
+ }
571
+ /** Represents a file. */
572
+ export interface FileMetadata {
573
+ /** The format of the file */
574
+ fileFormat?: FileFormat;
575
+ /** The name of the file. */
576
+ fileName?: string;
577
+ /** The size of the file. */
578
+ fileSize?: number;
579
+ /**
580
+ * A URI with a valid SAS token to allow uploading / downloading the file.
581
+ * NOTE: This property will not be serialized. It can only be populated by the server.
582
+ */
583
+ readonly fileContentUri?: string;
584
+ /**
585
+ * Indicates whether the file was deleted from the storage account.
586
+ * NOTE: This property will not be serialized. It can only be populated by the server.
587
+ */
588
+ readonly deleteStatus?: DeleteStatus;
589
+ }
590
+ /** Describes an error encountered in the file during validation. */
591
+ export interface ValidationError {
592
+ /** The number of the record that has the error. */
593
+ recordIndex?: number;
594
+ /**
595
+ * A list of descriptions of the error.
596
+ * NOTE: This property will not be serialized. It can only be populated by the server.
597
+ */
598
+ readonly errorMessages?: string[];
599
+ }
561
600
  /** List all the incidents. */
562
601
  export interface IncidentList {
563
602
  /**
@@ -1192,6 +1231,8 @@ export interface QueryBasedAlertRuleTemplateProperties {
1192
1231
  entityMappings?: EntityMapping[];
1193
1232
  /** The alert details override settings */
1194
1233
  alertDetailsOverride?: AlertDetailsOverride;
1234
+ /** The event grouping settings. */
1235
+ eventGroupingSettings?: EventGroupingSettings;
1195
1236
  }
1196
1237
  /** Single entity mapping for the alert rule */
1197
1238
  export interface EntityMapping {
@@ -1218,6 +1259,11 @@ export interface AlertDetailsOverride {
1218
1259
  /** the column name to take the alert severity from */
1219
1260
  alertSeverityColumnName?: string;
1220
1261
  }
1262
+ /** Event grouping settings property bag. */
1263
+ export interface EventGroupingSettings {
1264
+ /** The event grouping aggregation kinds */
1265
+ aggregationKind?: EventGroupingAggregationKind;
1266
+ }
1221
1267
  /** Represents a supported source signal configuration in Fusion detection. */
1222
1268
  export interface FusionSourceSettings {
1223
1269
  /** Determines whether this source signal is enabled or disabled in Fusion detection. */
@@ -1351,10 +1397,9 @@ export interface ScheduledAlertRuleCommonProperties {
1351
1397
  /** The alert details override settings */
1352
1398
  alertDetailsOverride?: AlertDetailsOverride;
1353
1399
  }
1354
- /** Event grouping settings property bag. */
1355
- export interface EventGroupingSettings {
1356
- /** The event grouping aggregation kinds */
1357
- aggregationKind?: EventGroupingAggregationKind;
1400
+ export interface AutomationRuleBooleanCondition {
1401
+ operator?: AutomationRuleBooleanConditionSupportedOperator;
1402
+ innerConditions?: AutomationRuleConditionUnion[];
1358
1403
  }
1359
1404
  export interface IncidentPropertiesAction {
1360
1405
  /** The severity of the incident */
@@ -1376,6 +1421,11 @@ export interface AutomationRulePropertyArrayChangedValuesCondition {
1376
1421
  arrayType?: AutomationRulePropertyArrayChangedConditionSupportedArrayType;
1377
1422
  changeType?: AutomationRulePropertyArrayChangedConditionSupportedChangeType;
1378
1423
  }
1424
+ export interface AutomationRulePropertyArrayValuesCondition {
1425
+ arrayType?: AutomationRulePropertyArrayConditionSupportedArrayType;
1426
+ arrayConditionType?: AutomationRulePropertyArrayConditionSupportedArrayConditionType;
1427
+ itemConditions?: AutomationRuleConditionUnion[];
1428
+ }
1379
1429
  export interface AutomationRulePropertyValuesChangedCondition {
1380
1430
  propertyName?: AutomationRulePropertyChangedConditionSupportedPropertyType;
1381
1431
  changeType?: AutomationRulePropertyChangedConditionSupportedChangedType;
@@ -1869,6 +1919,62 @@ export interface EntityQueryTemplate extends Resource {
1869
1919
  /** the entity query template kind */
1870
1920
  kind: EntityQueryTemplateKind;
1871
1921
  }
1922
+ /** Represents a file import in Azure Security Insights. */
1923
+ export interface FileImport extends Resource {
1924
+ /** Describes how to ingest the records in the file. */
1925
+ ingestionMode?: IngestionMode;
1926
+ /** The content type of this file. */
1927
+ contentType?: FileImportContentType;
1928
+ /**
1929
+ * The time the file was imported.
1930
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1931
+ */
1932
+ readonly createdTimeUTC?: Date;
1933
+ /**
1934
+ * Represents the error file (if the import was ingested with errors or failed the validation).
1935
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1936
+ */
1937
+ readonly errorFile?: FileMetadata;
1938
+ /**
1939
+ * An ordered list of some of the errors that were encountered during validation.
1940
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1941
+ */
1942
+ readonly errorsPreview?: ValidationError[];
1943
+ /** Represents the imported file. */
1944
+ importFile?: FileMetadata;
1945
+ /**
1946
+ * The number of records that have been successfully ingested.
1947
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1948
+ */
1949
+ readonly ingestedRecordCount?: number;
1950
+ /** The source for the data in the file. */
1951
+ source?: string;
1952
+ /**
1953
+ * The state of the file import.
1954
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1955
+ */
1956
+ readonly state?: FileImportState;
1957
+ /**
1958
+ * The number of records in the file.
1959
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1960
+ */
1961
+ readonly totalRecordCount?: number;
1962
+ /**
1963
+ * The number of records that have passed validation.
1964
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1965
+ */
1966
+ readonly validRecordCount?: number;
1967
+ /**
1968
+ * The time the files associated with this import are deleted from the storage account.
1969
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1970
+ */
1971
+ readonly filesValidUntilTimeUTC?: Date;
1972
+ /**
1973
+ * The time the file import record is soft deleted from the database and history.
1974
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1975
+ */
1976
+ readonly importValidUntilTimeUTC?: Date;
1977
+ }
1872
1978
  /** Consent for Office365 tenant that already made. */
1873
1979
  export interface OfficeConsent extends Resource {
1874
1980
  /** The tenantId of the Office365 with the consent. */
@@ -1886,12 +1992,24 @@ export interface ActionRequestProperties extends ActionPropertiesBase {
1886
1992
  /** Logic App Callback URL for this specific workflow. */
1887
1993
  triggerUri: string;
1888
1994
  }
1995
+ /** Describes an automation rule condition that applies a boolean operator (e.g AND, OR) to conditions */
1996
+ export interface BooleanConditionProperties extends AutomationRuleCondition {
1997
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1998
+ conditionType: "Boolean";
1999
+ conditionProperties?: AutomationRuleBooleanCondition;
2000
+ }
1889
2001
  /** Describes an automation rule condition that evaluates an array property's value change */
1890
2002
  export interface PropertyArrayChangedConditionProperties extends AutomationRuleCondition {
1891
2003
  /** Polymorphic discriminator, which specifies the different types this object can be */
1892
2004
  conditionType: "PropertyArrayChanged";
1893
2005
  conditionProperties?: AutomationRulePropertyArrayChangedValuesCondition;
1894
2006
  }
2007
+ /** Describes an automation rule condition that evaluates an array property's value */
2008
+ export interface PropertyArrayConditionProperties extends AutomationRuleCondition {
2009
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2010
+ conditionType: "PropertyArray";
2011
+ conditionProperties?: AutomationRulePropertyArrayValuesCondition;
2012
+ }
1895
2013
  /** Describes an automation rule condition that evaluates a property's value change */
1896
2014
  export interface PropertyChangedConditionProperties extends AutomationRuleCondition {
1897
2015
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -3774,6 +3892,8 @@ export interface DataConnector extends ResourceWithEtag {
3774
3892
  }
3775
3893
  /** Represents MLBehaviorAnalytics alert rule template. */
3776
3894
  export interface MLBehaviorAnalyticsAlertRuleTemplate extends AlertRuleTemplate {
3895
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3896
+ kind: "MLBehaviorAnalytics";
3777
3897
  /** the number of alert rules that were created by this template */
3778
3898
  alertRulesCreatedByTemplateCount?: number;
3779
3899
  /**
@@ -3803,6 +3923,8 @@ export interface MLBehaviorAnalyticsAlertRuleTemplate extends AlertRuleTemplate
3803
3923
  }
3804
3924
  /** Represents Fusion alert rule template. */
3805
3925
  export interface FusionAlertRuleTemplate extends AlertRuleTemplate {
3926
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3927
+ kind: "Fusion";
3806
3928
  /** the number of alert rules that were created by this template */
3807
3929
  alertRulesCreatedByTemplateCount?: number;
3808
3930
  /**
@@ -3834,6 +3956,8 @@ export interface FusionAlertRuleTemplate extends AlertRuleTemplate {
3834
3956
  }
3835
3957
  /** Represents Threat Intelligence alert rule template. */
3836
3958
  export interface ThreatIntelligenceAlertRuleTemplate extends AlertRuleTemplate {
3959
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3960
+ kind: "ThreatIntelligence";
3837
3961
  /** the number of alert rules that were created by this template */
3838
3962
  alertRulesCreatedByTemplateCount?: number;
3839
3963
  /**
@@ -3863,6 +3987,8 @@ export interface ThreatIntelligenceAlertRuleTemplate extends AlertRuleTemplate {
3863
3987
  }
3864
3988
  /** Represents MicrosoftSecurityIncidentCreation rule template. */
3865
3989
  export interface MicrosoftSecurityIncidentCreationAlertRuleTemplate extends AlertRuleTemplate {
3990
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3991
+ kind: "MicrosoftSecurityIncidentCreation";
3866
3992
  /** the number of alert rules that were created by this template */
3867
3993
  alertRulesCreatedByTemplateCount?: number;
3868
3994
  /**
@@ -3894,6 +4020,8 @@ export interface MicrosoftSecurityIncidentCreationAlertRuleTemplate extends Aler
3894
4020
  }
3895
4021
  /** Represents scheduled alert rule template. */
3896
4022
  export interface ScheduledAlertRuleTemplate extends AlertRuleTemplate {
4023
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4024
+ kind: "Scheduled";
3897
4025
  /** the number of alert rules that were created by this template */
3898
4026
  alertRulesCreatedByTemplateCount?: number;
3899
4027
  /**
@@ -3945,6 +4073,8 @@ export interface ScheduledAlertRuleTemplate extends AlertRuleTemplate {
3945
4073
  }
3946
4074
  /** Represents NRT alert rule template. */
3947
4075
  export interface NrtAlertRuleTemplate extends AlertRuleTemplate {
4076
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4077
+ kind: "NRT";
3948
4078
  /** the number of alert rules that were created by this template */
3949
4079
  alertRulesCreatedByTemplateCount?: number;
3950
4080
  /**
@@ -3983,9 +4113,13 @@ export interface NrtAlertRuleTemplate extends AlertRuleTemplate {
3983
4113
  entityMappings?: EntityMapping[];
3984
4114
  /** The alert details override settings */
3985
4115
  alertDetailsOverride?: AlertDetailsOverride;
4116
+ /** The event grouping settings. */
4117
+ eventGroupingSettings?: EventGroupingSettings;
3986
4118
  }
3987
4119
  /** Represents a security alert entity. */
3988
4120
  export interface SecurityAlert extends Entity {
4121
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4122
+ kind: "SecurityAlert";
3989
4123
  /**
3990
4124
  * A bag of custom fields that should be part of the entity and will be presented to the user.
3991
4125
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4123,6 +4257,8 @@ export interface SecurityAlert extends Entity {
4123
4257
  }
4124
4258
  /** Represents a Hunting bookmark entity. */
4125
4259
  export interface HuntingBookmark extends Entity {
4260
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4261
+ kind: "Bookmark";
4126
4262
  /**
4127
4263
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4128
4264
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4160,6 +4296,8 @@ export interface HuntingBookmark extends Entity {
4160
4296
  }
4161
4297
  /** Represents an account entity. */
4162
4298
  export interface AccountEntity extends Entity {
4299
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4300
+ kind: "Account";
4163
4301
  /**
4164
4302
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4165
4303
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4235,6 +4373,8 @@ export interface AccountEntity extends Entity {
4235
4373
  }
4236
4374
  /** Represents an azure resource entity. */
4237
4375
  export interface AzureResourceEntity extends Entity {
4376
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4377
+ kind: "AzureResource";
4238
4378
  /**
4239
4379
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4240
4380
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4260,6 +4400,8 @@ export interface AzureResourceEntity extends Entity {
4260
4400
  }
4261
4401
  /** Represents a cloud application entity. */
4262
4402
  export interface CloudApplicationEntity extends Entity {
4403
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4404
+ kind: "CloudApplication";
4263
4405
  /**
4264
4406
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4265
4407
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4290,6 +4432,8 @@ export interface CloudApplicationEntity extends Entity {
4290
4432
  }
4291
4433
  /** Represents a dns entity. */
4292
4434
  export interface DnsEntity extends Entity {
4435
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4436
+ kind: "DnsResolution";
4293
4437
  /**
4294
4438
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4295
4439
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4325,6 +4469,8 @@ export interface DnsEntity extends Entity {
4325
4469
  }
4326
4470
  /** Represents a file entity. */
4327
4471
  export interface FileEntity extends Entity {
4472
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4473
+ kind: "File";
4328
4474
  /**
4329
4475
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4330
4476
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4360,6 +4506,8 @@ export interface FileEntity extends Entity {
4360
4506
  }
4361
4507
  /** Represents a file hash entity. */
4362
4508
  export interface FileHashEntity extends Entity {
4509
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4510
+ kind: "FileHash";
4363
4511
  /**
4364
4512
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4365
4513
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4385,6 +4533,8 @@ export interface FileHashEntity extends Entity {
4385
4533
  }
4386
4534
  /** Represents a host entity. */
4387
4535
  export interface HostEntity extends Entity {
4536
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4537
+ kind: "Host";
4388
4538
  /**
4389
4539
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4390
4540
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4442,6 +4592,8 @@ export interface HostEntity extends Entity {
4442
4592
  }
4443
4593
  /** Represents an IoT device entity. */
4444
4594
  export interface IoTDeviceEntity extends Entity {
4595
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4596
+ kind: "IoTDevice";
4445
4597
  /**
4446
4598
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4447
4599
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4594,6 +4746,8 @@ export interface IoTDeviceEntity extends Entity {
4594
4746
  }
4595
4747
  /** Represents an ip entity. */
4596
4748
  export interface IpEntity extends Entity {
4749
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4750
+ kind: "Ip";
4597
4751
  /**
4598
4752
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4599
4753
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4624,6 +4778,8 @@ export interface IpEntity extends Entity {
4624
4778
  }
4625
4779
  /** Represents a mailbox entity. */
4626
4780
  export interface MailboxEntity extends Entity {
4781
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4782
+ kind: "Mailbox";
4627
4783
  /**
4628
4784
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4629
4785
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4659,6 +4815,8 @@ export interface MailboxEntity extends Entity {
4659
4815
  }
4660
4816
  /** Represents a mail cluster entity. */
4661
4817
  export interface MailClusterEntity extends Entity {
4818
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4819
+ kind: "MailCluster";
4662
4820
  /**
4663
4821
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4664
4822
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4749,6 +4907,8 @@ export interface MailClusterEntity extends Entity {
4749
4907
  }
4750
4908
  /** Represents a mail message entity. */
4751
4909
  export interface MailMessageEntity extends Entity {
4910
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4911
+ kind: "MailMessage";
4752
4912
  /**
4753
4913
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4754
4914
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4865,6 +5025,8 @@ export interface MailMessageEntity extends Entity {
4865
5025
  }
4866
5026
  /** Represents a malware entity. */
4867
5027
  export interface MalwareEntity extends Entity {
5028
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5029
+ kind: "Malware";
4868
5030
  /**
4869
5031
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4870
5032
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4900,6 +5062,8 @@ export interface MalwareEntity extends Entity {
4900
5062
  }
4901
5063
  /** Represents a process entity. */
4902
5064
  export interface ProcessEntity extends Entity {
5065
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5066
+ kind: "Process";
4903
5067
  /**
4904
5068
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4905
5069
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4957,6 +5121,8 @@ export interface ProcessEntity extends Entity {
4957
5121
  }
4958
5122
  /** Represents a registry key entity. */
4959
5123
  export interface RegistryKeyEntity extends Entity {
5124
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5125
+ kind: "RegistryKey";
4960
5126
  /**
4961
5127
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4962
5128
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4982,6 +5148,8 @@ export interface RegistryKeyEntity extends Entity {
4982
5148
  }
4983
5149
  /** Represents a registry value entity. */
4984
5150
  export interface RegistryValueEntity extends Entity {
5151
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5152
+ kind: "RegistryValue";
4985
5153
  /**
4986
5154
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4987
5155
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5017,6 +5185,8 @@ export interface RegistryValueEntity extends Entity {
5017
5185
  }
5018
5186
  /** Represents a security group entity. */
5019
5187
  export interface SecurityGroupEntity extends Entity {
5188
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5189
+ kind: "SecurityGroup";
5020
5190
  /**
5021
5191
  * A bag of custom fields that should be part of the entity and will be presented to the user.
5022
5192
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5047,6 +5217,8 @@ export interface SecurityGroupEntity extends Entity {
5047
5217
  }
5048
5218
  /** Represents a submission mail entity. */
5049
5219
  export interface SubmissionMailEntity extends Entity {
5220
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5221
+ kind: "SubmissionMail";
5050
5222
  /**
5051
5223
  * A bag of custom fields that should be part of the entity and will be presented to the user.
5052
5224
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5112,6 +5284,8 @@ export interface SubmissionMailEntity extends Entity {
5112
5284
  }
5113
5285
  /** Represents a url entity. */
5114
5286
  export interface UrlEntity extends Entity {
5287
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5288
+ kind: "Url";
5115
5289
  /**
5116
5290
  * A bag of custom fields that should be part of the entity and will be presented to the user.
5117
5291
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5132,6 +5306,8 @@ export interface UrlEntity extends Entity {
5132
5306
  }
5133
5307
  /** Represents an network interface entity. */
5134
5308
  export interface NicEntity extends Entity {
5309
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5310
+ kind: "Nic";
5135
5311
  /**
5136
5312
  * A bag of custom fields that should be part of the entity and will be presented to the user.
5137
5313
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5162,6 +5338,8 @@ export interface NicEntity extends Entity {
5162
5338
  }
5163
5339
  /** Represents Activity entity query. */
5164
5340
  export interface ActivityEntityQueryTemplate extends EntityQueryTemplate {
5341
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5342
+ kind: "Activity";
5165
5343
  /** The entity query title */
5166
5344
  title?: string;
5167
5345
  /** The entity query content to display in timeline */
@@ -5195,6 +5373,8 @@ export interface PermissionsCustomsItem extends Customs {
5195
5373
  }
5196
5374
  /** Represents MLBehaviorAnalytics alert rule. */
5197
5375
  export interface MLBehaviorAnalyticsAlertRule extends AlertRule {
5376
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5377
+ kind: "MLBehaviorAnalytics";
5198
5378
  /** The Name of the alert rule template used to create this rule. */
5199
5379
  alertRuleTemplateName?: string;
5200
5380
  /**
@@ -5232,6 +5412,8 @@ export interface MLBehaviorAnalyticsAlertRule extends AlertRule {
5232
5412
  }
5233
5413
  /** Represents Fusion alert rule. */
5234
5414
  export interface FusionAlertRule extends AlertRule {
5415
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5416
+ kind: "Fusion";
5235
5417
  /** The Name of the alert rule template used to create this rule. */
5236
5418
  alertRuleTemplateName?: string;
5237
5419
  /**
@@ -5273,6 +5455,8 @@ export interface FusionAlertRule extends AlertRule {
5273
5455
  }
5274
5456
  /** Represents Threat Intelligence alert rule. */
5275
5457
  export interface ThreatIntelligenceAlertRule extends AlertRule {
5458
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5459
+ kind: "ThreatIntelligence";
5276
5460
  /** The Name of the alert rule template used to create this rule. */
5277
5461
  alertRuleTemplateName?: string;
5278
5462
  /**
@@ -5310,6 +5494,8 @@ export interface ThreatIntelligenceAlertRule extends AlertRule {
5310
5494
  }
5311
5495
  /** Represents MicrosoftSecurityIncidentCreation rule. */
5312
5496
  export interface MicrosoftSecurityIncidentCreationAlertRule extends AlertRule {
5497
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5498
+ kind: "MicrosoftSecurityIncidentCreation";
5313
5499
  /** the alerts' displayNames on which the cases will be generated */
5314
5500
  displayNamesFilter?: string[];
5315
5501
  /** the alerts' displayNames on which the cases will not be generated */
@@ -5334,6 +5520,8 @@ export interface MicrosoftSecurityIncidentCreationAlertRule extends AlertRule {
5334
5520
  }
5335
5521
  /** Represents scheduled alert rule. */
5336
5522
  export interface ScheduledAlertRule extends AlertRule {
5523
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5524
+ kind: "Scheduled";
5337
5525
  /** The query that creates alerts for this rule. */
5338
5526
  query?: string;
5339
5527
  /** The frequency (in ISO 8601 duration format) for this alert rule to run. */
@@ -5384,6 +5572,8 @@ export interface ScheduledAlertRule extends AlertRule {
5384
5572
  }
5385
5573
  /** Represents NRT alert rule. */
5386
5574
  export interface NrtAlertRule extends AlertRule {
5575
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5576
+ kind: "NRT";
5387
5577
  /** The Name of the alert rule template used to create this rule. */
5388
5578
  alertRuleTemplateName?: string;
5389
5579
  /** The version of the alert rule template used to create this rule - in format <a.b.c>, where all are numbers, for example 0 <1.0.2> */
@@ -5421,9 +5611,13 @@ export interface NrtAlertRule extends AlertRule {
5421
5611
  entityMappings?: EntityMapping[];
5422
5612
  /** The alert details override settings */
5423
5613
  alertDetailsOverride?: AlertDetailsOverride;
5614
+ /** The event grouping settings. */
5615
+ eventGroupingSettings?: EventGroupingSettings;
5424
5616
  }
5425
5617
  /** Represents Expansion entity query. */
5426
5618
  export interface ExpansionEntityQuery extends EntityQuery {
5619
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5620
+ kind: "Expansion";
5427
5621
  /** List of the data sources that are required to run the query */
5428
5622
  dataSources?: string[];
5429
5623
  /** The query display name */
@@ -5439,6 +5633,8 @@ export interface ExpansionEntityQuery extends EntityQuery {
5439
5633
  }
5440
5634
  /** Represents Activity entity query. */
5441
5635
  export interface ActivityEntityQuery extends EntityQuery {
5636
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5637
+ kind: "Activity";
5442
5638
  /** The entity query title */
5443
5639
  title?: string;
5444
5640
  /** The entity query content to display in timeline */
@@ -5472,6 +5668,8 @@ export interface ActivityEntityQuery extends EntityQuery {
5472
5668
  }
5473
5669
  /** Represents Activity entity query. */
5474
5670
  export interface ActivityCustomEntityQuery extends CustomEntityQuery {
5671
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5672
+ kind: "Activity";
5475
5673
  /** The entity query title */
5476
5674
  title?: string;
5477
5675
  /** The entity query content to display in timeline */
@@ -5505,6 +5703,8 @@ export interface ActivityCustomEntityQuery extends CustomEntityQuery {
5505
5703
  }
5506
5704
  /** Represents Anomaly Security ML Analytics Settings */
5507
5705
  export interface AnomalySecurityMLAnalyticsSettings extends SecurityMLAnalyticsSetting {
5706
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5707
+ kind: "Anomaly";
5508
5708
  /** The description of the SecurityMLAnalyticsSettings. */
5509
5709
  description?: string;
5510
5710
  /** The display name for settings created by this SecurityMLAnalyticsSettings. */
@@ -5539,6 +5739,8 @@ export interface AnomalySecurityMLAnalyticsSettings extends SecurityMLAnalyticsS
5539
5739
  }
5540
5740
  /** Settings with single toggle. */
5541
5741
  export interface Anomalies extends Settings {
5742
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5743
+ kind: "Anomalies";
5542
5744
  /**
5543
5745
  * Determines whether the setting is enable or disabled.
5544
5746
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5547,6 +5749,8 @@ export interface Anomalies extends Settings {
5547
5749
  }
5548
5750
  /** Settings with single toggle. */
5549
5751
  export interface EyesOn extends Settings {
5752
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5753
+ kind: "EyesOn";
5550
5754
  /**
5551
5755
  * Determines whether the setting is enable or disabled.
5552
5756
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5555,16 +5759,22 @@ export interface EyesOn extends Settings {
5555
5759
  }
5556
5760
  /** Settings with single toggle. */
5557
5761
  export interface EntityAnalytics extends Settings {
5762
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5763
+ kind: "EntityAnalytics";
5558
5764
  /** The relevant entity providers that are synced */
5559
5765
  entityProviders?: EntityProviders[];
5560
5766
  }
5561
5767
  /** Settings with single toggle. */
5562
5768
  export interface Ueba extends Settings {
5769
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5770
+ kind: "Ueba";
5563
5771
  /** The relevant data sources that enriched by ueba */
5564
5772
  dataSources?: UebaDataSources[];
5565
5773
  }
5566
5774
  /** Threat intelligence indicator entity. */
5567
5775
  export interface ThreatIntelligenceIndicatorModel extends ThreatIntelligenceInformation {
5776
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5777
+ kind: "indicator";
5568
5778
  /**
5569
5779
  * A bag of custom fields that should be part of the entity and will be presented to the user.
5570
5780
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5638,6 +5848,8 @@ export interface ThreatIntelligenceIndicatorModel extends ThreatIntelligenceInfo
5638
5848
  }
5639
5849
  /** Represents AAD (Azure Active Directory) data connector. */
5640
5850
  export interface AADDataConnector extends DataConnector {
5851
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5852
+ kind: "AzureActiveDirectory";
5641
5853
  /** The tenant id to connect to, and get the data from. */
5642
5854
  tenantId?: string;
5643
5855
  /** The available data types for the connector. */
@@ -5645,6 +5857,8 @@ export interface AADDataConnector extends DataConnector {
5645
5857
  }
5646
5858
  /** Represents Microsoft Threat Intelligence data connector. */
5647
5859
  export interface MstiDataConnector extends DataConnector {
5860
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5861
+ kind: "MicrosoftThreatIntelligence";
5648
5862
  /** The tenant id to connect to, and get the data from. */
5649
5863
  tenantId?: string;
5650
5864
  /** The available data types for the connector. */
@@ -5652,6 +5866,8 @@ export interface MstiDataConnector extends DataConnector {
5652
5866
  }
5653
5867
  /** Represents MTP (Microsoft Threat Protection) data connector. */
5654
5868
  export interface MTPDataConnector extends DataConnector {
5869
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5870
+ kind: "MicrosoftThreatProtection";
5655
5871
  /** The tenant id to connect to, and get the data from. */
5656
5872
  tenantId?: string;
5657
5873
  /** The available data types for the connector. */
@@ -5659,6 +5875,8 @@ export interface MTPDataConnector extends DataConnector {
5659
5875
  }
5660
5876
  /** Represents AATP (Azure Advanced Threat Protection) data connector. */
5661
5877
  export interface AatpDataConnector extends DataConnector {
5878
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5879
+ kind: "AzureAdvancedThreatProtection";
5662
5880
  /** The tenant id to connect to, and get the data from. */
5663
5881
  tenantId?: string;
5664
5882
  /** The available data types for the connector. */
@@ -5666,6 +5884,8 @@ export interface AatpDataConnector extends DataConnector {
5666
5884
  }
5667
5885
  /** Represents ASC (Azure Security Center) data connector. */
5668
5886
  export interface ASCDataConnector extends DataConnector {
5887
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5888
+ kind: "AzureSecurityCenter";
5669
5889
  /** The available data types for the connector. */
5670
5890
  dataTypes?: AlertsDataTypeOfDataConnector;
5671
5891
  /** The subscription id to connect to, and get the data from. */
@@ -5673,6 +5893,8 @@ export interface ASCDataConnector extends DataConnector {
5673
5893
  }
5674
5894
  /** Represents Amazon Web Services CloudTrail data connector. */
5675
5895
  export interface AwsCloudTrailDataConnector extends DataConnector {
5896
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5897
+ kind: "AmazonWebServicesCloudTrail";
5676
5898
  /** The Aws Role Arn (with CloudTrailReadOnly policy) that is used to access the Aws account. */
5677
5899
  awsRoleArn?: string;
5678
5900
  /** The available data types for the connector. */
@@ -5680,6 +5902,8 @@ export interface AwsCloudTrailDataConnector extends DataConnector {
5680
5902
  }
5681
5903
  /** Represents Amazon Web Services S3 data connector. */
5682
5904
  export interface AwsS3DataConnector extends DataConnector {
5905
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5906
+ kind: "AmazonWebServicesS3";
5683
5907
  /** The logs destination table name in LogAnalytics. */
5684
5908
  destinationTable?: string;
5685
5909
  /** The AWS sqs urls for the connector. */
@@ -5691,6 +5915,8 @@ export interface AwsS3DataConnector extends DataConnector {
5691
5915
  }
5692
5916
  /** Represents MCAS (Microsoft Cloud App Security) data connector. */
5693
5917
  export interface McasDataConnector extends DataConnector {
5918
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5919
+ kind: "MicrosoftCloudAppSecurity";
5694
5920
  /** The tenant id to connect to, and get the data from. */
5695
5921
  tenantId?: string;
5696
5922
  /** The available data types for the connector. */
@@ -5698,6 +5924,8 @@ export interface McasDataConnector extends DataConnector {
5698
5924
  }
5699
5925
  /** Represents Dynamics365 data connector. */
5700
5926
  export interface Dynamics365DataConnector extends DataConnector {
5927
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5928
+ kind: "Dynamics365";
5701
5929
  /** The tenant id to connect to, and get the data from. */
5702
5930
  tenantId?: string;
5703
5931
  /** The available data types for the connector. */
@@ -5705,6 +5933,8 @@ export interface Dynamics365DataConnector extends DataConnector {
5705
5933
  }
5706
5934
  /** Represents OfficeATP (Office 365 Advanced Threat Protection) data connector. */
5707
5935
  export interface OfficeATPDataConnector extends DataConnector {
5936
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5937
+ kind: "OfficeATP";
5708
5938
  /** The tenant id to connect to, and get the data from. */
5709
5939
  tenantId?: string;
5710
5940
  /** The available data types for the connector. */
@@ -5712,6 +5942,8 @@ export interface OfficeATPDataConnector extends DataConnector {
5712
5942
  }
5713
5943
  /** Represents Office Microsoft Project data connector. */
5714
5944
  export interface Office365ProjectDataConnector extends DataConnector {
5945
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5946
+ kind: "Office365Project";
5715
5947
  /** The tenant id to connect to, and get the data from. */
5716
5948
  tenantId?: string;
5717
5949
  /** The available data types for the connector. */
@@ -5719,6 +5951,8 @@ export interface Office365ProjectDataConnector extends DataConnector {
5719
5951
  }
5720
5952
  /** Represents Office Microsoft PowerBI data connector. */
5721
5953
  export interface OfficePowerBIDataConnector extends DataConnector {
5954
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5955
+ kind: "OfficePowerBI";
5722
5956
  /** The tenant id to connect to, and get the data from. */
5723
5957
  tenantId?: string;
5724
5958
  /** The available data types for the connector. */
@@ -5726,6 +5960,8 @@ export interface OfficePowerBIDataConnector extends DataConnector {
5726
5960
  }
5727
5961
  /** Represents OfficeIRM (Microsoft Insider Risk Management) data connector. */
5728
5962
  export interface OfficeIRMDataConnector extends DataConnector {
5963
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5964
+ kind: "OfficeIRM";
5729
5965
  /** The tenant id to connect to, and get the data from. */
5730
5966
  tenantId?: string;
5731
5967
  /** The available data types for the connector. */
@@ -5733,6 +5969,8 @@ export interface OfficeIRMDataConnector extends DataConnector {
5733
5969
  }
5734
5970
  /** Represents MDATP (Microsoft Defender Advanced Threat Protection) data connector. */
5735
5971
  export interface MdatpDataConnector extends DataConnector {
5972
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5973
+ kind: "MicrosoftDefenderAdvancedThreatProtection";
5736
5974
  /** The tenant id to connect to, and get the data from. */
5737
5975
  tenantId?: string;
5738
5976
  /** The available data types for the connector. */
@@ -5740,6 +5978,8 @@ export interface MdatpDataConnector extends DataConnector {
5740
5978
  }
5741
5979
  /** Represents office data connector. */
5742
5980
  export interface OfficeDataConnector extends DataConnector {
5981
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5982
+ kind: "Office365";
5743
5983
  /** The tenant id to connect to, and get the data from. */
5744
5984
  tenantId?: string;
5745
5985
  /** The available data types for the connector. */
@@ -5747,6 +5987,8 @@ export interface OfficeDataConnector extends DataConnector {
5747
5987
  }
5748
5988
  /** Represents threat intelligence data connector. */
5749
5989
  export interface TIDataConnector extends DataConnector {
5990
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5991
+ kind: "ThreatIntelligence";
5750
5992
  /** The tenant id to connect to, and get the data from. */
5751
5993
  tenantId?: string;
5752
5994
  /** The lookback period for the feed to be imported. */
@@ -5756,6 +5998,8 @@ export interface TIDataConnector extends DataConnector {
5756
5998
  }
5757
5999
  /** Data connector to pull Threat intelligence data from TAXII 2.0/2.1 server */
5758
6000
  export interface TiTaxiiDataConnector extends DataConnector {
6001
+ /** Polymorphic discriminator, which specifies the different types this object can be */
6002
+ kind: "ThreatIntelligenceTaxii";
5759
6003
  /** The tenant id to connect to, and get the data from. */
5760
6004
  tenantId?: string;
5761
6005
  /** The workspace id. */
@@ -5779,6 +6023,8 @@ export interface TiTaxiiDataConnector extends DataConnector {
5779
6023
  }
5780
6024
  /** Represents IoT data connector. */
5781
6025
  export interface IoTDataConnector extends DataConnector {
6026
+ /** Polymorphic discriminator, which specifies the different types this object can be */
6027
+ kind: "IOT";
5782
6028
  /** The available data types for the connector. */
5783
6029
  dataTypes?: AlertsDataTypeOfDataConnector;
5784
6030
  /** The subscription id to connect to, and get the data from. */
@@ -5786,11 +6032,15 @@ export interface IoTDataConnector extends DataConnector {
5786
6032
  }
5787
6033
  /** Represents Codeless UI data connector. */
5788
6034
  export interface CodelessUiDataConnector extends DataConnector {
6035
+ /** Polymorphic discriminator, which specifies the different types this object can be */
6036
+ kind: "GenericUI";
5789
6037
  /** Config to describe the instructions blade */
5790
6038
  connectorUiConfig?: CodelessUiConnectorConfigProperties;
5791
6039
  }
5792
6040
  /** Represents Codeless API Polling data connector. */
5793
6041
  export interface CodelessApiPollingDataConnector extends DataConnector {
6042
+ /** Polymorphic discriminator, which specifies the different types this object can be */
6043
+ kind: "APIPolling";
5794
6044
  /** Config to describe the instructions blade */
5795
6045
  connectorUiConfig?: CodelessUiConnectorConfigProperties;
5796
6046
  /** Config to describe the polling instructions */
@@ -5892,10 +6142,14 @@ export declare type TriggersWhen = string;
5892
6142
  export declare enum KnownConditionType {
5893
6143
  /** Evaluate an object property value */
5894
6144
  Property = "Property",
6145
+ /** Evaluate an object array property value */
6146
+ PropertyArray = "PropertyArray",
5895
6147
  /** Evaluate an object property changed value */
5896
6148
  PropertyChanged = "PropertyChanged",
5897
6149
  /** Evaluate an object array property changed value */
5898
- PropertyArrayChanged = "PropertyArrayChanged"
6150
+ PropertyArrayChanged = "PropertyArrayChanged",
6151
+ /** Apply a boolean operator (e.g AND, OR) to conditions */
6152
+ Boolean = "Boolean"
5899
6153
  }
5900
6154
  /**
5901
6155
  * Defines values for ConditionType. \
@@ -5903,8 +6157,10 @@ export declare enum KnownConditionType {
5903
6157
  * this enum contains the known values that the service supports.
5904
6158
  * ### Known values supported by the service
5905
6159
  * **Property**: Evaluate an object property value \
6160
+ * **PropertyArray**: Evaluate an object array property value \
5906
6161
  * **PropertyChanged**: Evaluate an object property changed value \
5907
- * **PropertyArrayChanged**: Evaluate an object array property changed value
6162
+ * **PropertyArrayChanged**: Evaluate an object array property changed value \
6163
+ * **Boolean**: Apply a boolean operator (e.g AND, OR) to conditions
5908
6164
  */
5909
6165
  export declare type ConditionType = string;
5910
6166
  /** Known values of {@link ActionType} that the service accepts. */
@@ -6191,6 +6447,113 @@ export declare enum KnownEntityQueryTemplateKind {
6191
6447
  * **Activity**
6192
6448
  */
6193
6449
  export declare type EntityQueryTemplateKind = string;
6450
+ /** Known values of {@link IngestionMode} that the service accepts. */
6451
+ export declare enum KnownIngestionMode {
6452
+ /** No records should be ingested when invalid records are detected. */
6453
+ IngestOnlyIfAllAreValid = "IngestOnlyIfAllAreValid",
6454
+ /** Valid records should still be ingested when invalid records are detected. */
6455
+ IngestAnyValidRecords = "IngestAnyValidRecords",
6456
+ /** Unspecified */
6457
+ Unspecified = "Unspecified"
6458
+ }
6459
+ /**
6460
+ * Defines values for IngestionMode. \
6461
+ * {@link KnownIngestionMode} can be used interchangeably with IngestionMode,
6462
+ * this enum contains the known values that the service supports.
6463
+ * ### Known values supported by the service
6464
+ * **IngestOnlyIfAllAreValid**: No records should be ingested when invalid records are detected. \
6465
+ * **IngestAnyValidRecords**: Valid records should still be ingested when invalid records are detected. \
6466
+ * **Unspecified**: Unspecified
6467
+ */
6468
+ export declare type IngestionMode = string;
6469
+ /** Known values of {@link FileImportContentType} that the service accepts. */
6470
+ export declare enum KnownFileImportContentType {
6471
+ /** File containing records with the core fields of an indicator, plus the observables to construct the STIX pattern. */
6472
+ BasicIndicator = "BasicIndicator",
6473
+ /** File containing STIX indicators. */
6474
+ StixIndicator = "StixIndicator",
6475
+ /** File containing other records. */
6476
+ Unspecified = "Unspecified"
6477
+ }
6478
+ /**
6479
+ * Defines values for FileImportContentType. \
6480
+ * {@link KnownFileImportContentType} can be used interchangeably with FileImportContentType,
6481
+ * this enum contains the known values that the service supports.
6482
+ * ### Known values supported by the service
6483
+ * **BasicIndicator**: File containing records with the core fields of an indicator, plus the observables to construct the STIX pattern. \
6484
+ * **StixIndicator**: File containing STIX indicators. \
6485
+ * **Unspecified**: File containing other records.
6486
+ */
6487
+ export declare type FileImportContentType = string;
6488
+ /** Known values of {@link FileFormat} that the service accepts. */
6489
+ export declare enum KnownFileFormat {
6490
+ /** A CSV file. */
6491
+ CSV = "CSV",
6492
+ /** A JSON file. */
6493
+ Json = "JSON",
6494
+ /** A file of other format. */
6495
+ Unspecified = "Unspecified"
6496
+ }
6497
+ /**
6498
+ * Defines values for FileFormat. \
6499
+ * {@link KnownFileFormat} can be used interchangeably with FileFormat,
6500
+ * this enum contains the known values that the service supports.
6501
+ * ### Known values supported by the service
6502
+ * **CSV**: A CSV file. \
6503
+ * **JSON**: A JSON file. \
6504
+ * **Unspecified**: A file of other format.
6505
+ */
6506
+ export declare type FileFormat = string;
6507
+ /** Known values of {@link DeleteStatus} that the service accepts. */
6508
+ export declare enum KnownDeleteStatus {
6509
+ /** The file was deleted. */
6510
+ Deleted = "Deleted",
6511
+ /** The file was not deleted. */
6512
+ NotDeleted = "NotDeleted",
6513
+ /** Unspecified */
6514
+ Unspecified = "Unspecified"
6515
+ }
6516
+ /**
6517
+ * Defines values for DeleteStatus. \
6518
+ * {@link KnownDeleteStatus} can be used interchangeably with DeleteStatus,
6519
+ * this enum contains the known values that the service supports.
6520
+ * ### Known values supported by the service
6521
+ * **Deleted**: The file was deleted. \
6522
+ * **NotDeleted**: The file was not deleted. \
6523
+ * **Unspecified**: Unspecified
6524
+ */
6525
+ export declare type DeleteStatus = string;
6526
+ /** Known values of {@link FileImportState} that the service accepts. */
6527
+ export declare enum KnownFileImportState {
6528
+ /** A fatal error has occurred while ingesting the file. */
6529
+ FatalError = "FatalError",
6530
+ /** The file has been ingested. */
6531
+ Ingested = "Ingested",
6532
+ /** The file has been ingested with errors. */
6533
+ IngestedWithErrors = "IngestedWithErrors",
6534
+ /** The file ingestion is in progress. */
6535
+ InProgress = "InProgress",
6536
+ /** The file is invalid. */
6537
+ Invalid = "Invalid",
6538
+ /** Waiting for the file to be uploaded. */
6539
+ WaitingForUpload = "WaitingForUpload",
6540
+ /** Unspecified state. */
6541
+ Unspecified = "Unspecified"
6542
+ }
6543
+ /**
6544
+ * Defines values for FileImportState. \
6545
+ * {@link KnownFileImportState} can be used interchangeably with FileImportState,
6546
+ * this enum contains the known values that the service supports.
6547
+ * ### Known values supported by the service
6548
+ * **FatalError**: A fatal error has occurred while ingesting the file. \
6549
+ * **Ingested**: The file has been ingested. \
6550
+ * **IngestedWithErrors**: The file has been ingested with errors. \
6551
+ * **InProgress**: The file ingestion is in progress. \
6552
+ * **Invalid**: The file is invalid. \
6553
+ * **WaitingForUpload**: Waiting for the file to be uploaded. \
6554
+ * **Unspecified**: Unspecified state.
6555
+ */
6556
+ export declare type FileImportState = string;
6194
6557
  /** Known values of {@link IncidentClassification} that the service accepts. */
6195
6558
  export declare enum KnownIncidentClassification {
6196
6559
  /** Incident classification was undetermined */
@@ -6945,6 +7308,22 @@ export declare enum KnownEntityMappingType {
6945
7308
  * **SubmissionMail**: Submission mail entity type
6946
7309
  */
6947
7310
  export declare type EntityMappingType = string;
7311
+ /** Known values of {@link EventGroupingAggregationKind} that the service accepts. */
7312
+ export declare enum KnownEventGroupingAggregationKind {
7313
+ /** SingleAlert */
7314
+ SingleAlert = "SingleAlert",
7315
+ /** AlertPerResult */
7316
+ AlertPerResult = "AlertPerResult"
7317
+ }
7318
+ /**
7319
+ * Defines values for EventGroupingAggregationKind. \
7320
+ * {@link KnownEventGroupingAggregationKind} can be used interchangeably with EventGroupingAggregationKind,
7321
+ * this enum contains the known values that the service supports.
7322
+ * ### Known values supported by the service
7323
+ * **SingleAlert** \
7324
+ * **AlertPerResult**
7325
+ */
7326
+ export declare type EventGroupingAggregationKind = string;
6948
7327
  /** Known values of {@link MicrosoftSecurityProductName} that the service accepts. */
6949
7328
  export declare enum KnownMicrosoftSecurityProductName {
6950
7329
  /** MicrosoftCloudAppSecurity */
@@ -7011,22 +7390,22 @@ export declare enum KnownAlertDetail {
7011
7390
  * **Severity**: Alert severity
7012
7391
  */
7013
7392
  export declare type AlertDetail = string;
7014
- /** Known values of {@link EventGroupingAggregationKind} that the service accepts. */
7015
- export declare enum KnownEventGroupingAggregationKind {
7016
- /** SingleAlert */
7017
- SingleAlert = "SingleAlert",
7018
- /** AlertPerResult */
7019
- AlertPerResult = "AlertPerResult"
7393
+ /** Known values of {@link AutomationRuleBooleanConditionSupportedOperator} that the service accepts. */
7394
+ export declare enum KnownAutomationRuleBooleanConditionSupportedOperator {
7395
+ /** Evaluates as true if all the item conditions are evaluated as true */
7396
+ And = "And",
7397
+ /** Evaluates as true if at least one of the item conditions are evaluated as true */
7398
+ Or = "Or"
7020
7399
  }
7021
7400
  /**
7022
- * Defines values for EventGroupingAggregationKind. \
7023
- * {@link KnownEventGroupingAggregationKind} can be used interchangeably with EventGroupingAggregationKind,
7401
+ * Defines values for AutomationRuleBooleanConditionSupportedOperator. \
7402
+ * {@link KnownAutomationRuleBooleanConditionSupportedOperator} can be used interchangeably with AutomationRuleBooleanConditionSupportedOperator,
7024
7403
  * this enum contains the known values that the service supports.
7025
7404
  * ### Known values supported by the service
7026
- * **SingleAlert** \
7027
- * **AlertPerResult**
7405
+ * **And**: Evaluates as true if all the item conditions are evaluated as true \
7406
+ * **Or**: Evaluates as true if at least one of the item conditions are evaluated as true
7028
7407
  */
7029
- export declare type EventGroupingAggregationKind = string;
7408
+ export declare type AutomationRuleBooleanConditionSupportedOperator = string;
7030
7409
  /** Known values of {@link AutomationRulePropertyArrayChangedConditionSupportedArrayType} that the service accepts. */
7031
7410
  export declare enum KnownAutomationRulePropertyArrayChangedConditionSupportedArrayType {
7032
7411
  /** Evaluate the condition on the alerts */
@@ -7062,6 +7441,35 @@ export declare enum KnownAutomationRulePropertyArrayChangedConditionSupportedCha
7062
7441
  * **Added**: Evaluate the condition on items added to the array
7063
7442
  */
7064
7443
  export declare type AutomationRulePropertyArrayChangedConditionSupportedChangeType = string;
7444
+ /** Known values of {@link AutomationRulePropertyArrayConditionSupportedArrayType} that the service accepts. */
7445
+ export declare enum KnownAutomationRulePropertyArrayConditionSupportedArrayType {
7446
+ /** Evaluate the condition on the custom detail keys */
7447
+ CustomDetails = "CustomDetails",
7448
+ /** Evaluate the condition on a custom detail's values */
7449
+ CustomDetailValues = "CustomDetailValues"
7450
+ }
7451
+ /**
7452
+ * Defines values for AutomationRulePropertyArrayConditionSupportedArrayType. \
7453
+ * {@link KnownAutomationRulePropertyArrayConditionSupportedArrayType} can be used interchangeably with AutomationRulePropertyArrayConditionSupportedArrayType,
7454
+ * this enum contains the known values that the service supports.
7455
+ * ### Known values supported by the service
7456
+ * **CustomDetails**: Evaluate the condition on the custom detail keys \
7457
+ * **CustomDetailValues**: Evaluate the condition on a custom detail's values
7458
+ */
7459
+ export declare type AutomationRulePropertyArrayConditionSupportedArrayType = string;
7460
+ /** Known values of {@link AutomationRulePropertyArrayConditionSupportedArrayConditionType} that the service accepts. */
7461
+ export declare enum KnownAutomationRulePropertyArrayConditionSupportedArrayConditionType {
7462
+ /** Evaluate the condition as true if any item fulfills it */
7463
+ AnyItem = "AnyItem"
7464
+ }
7465
+ /**
7466
+ * Defines values for AutomationRulePropertyArrayConditionSupportedArrayConditionType. \
7467
+ * {@link KnownAutomationRulePropertyArrayConditionSupportedArrayConditionType} can be used interchangeably with AutomationRulePropertyArrayConditionSupportedArrayConditionType,
7468
+ * this enum contains the known values that the service supports.
7469
+ * ### Known values supported by the service
7470
+ * **AnyItem**: Evaluate the condition as true if any item fulfills it
7471
+ */
7472
+ export declare type AutomationRulePropertyArrayConditionSupportedArrayConditionType = string;
7065
7473
  /** Known values of {@link AutomationRulePropertyChangedConditionSupportedPropertyType} that the service accepts. */
7066
7474
  export declare enum KnownAutomationRulePropertyChangedConditionSupportedPropertyType {
7067
7475
  /** Evaluate the condition on the incident severity */
@@ -7149,6 +7557,12 @@ export declare enum KnownAutomationRulePropertyConditionSupportedProperty {
7149
7557
  IncidentLabel = "IncidentLabel",
7150
7558
  /** The provider name of the incident */
7151
7559
  IncidentProviderName = "IncidentProviderName",
7560
+ /** The update source of the incident */
7561
+ IncidentUpdatedBySource = "IncidentUpdatedBySource",
7562
+ /** The incident custom detail key */
7563
+ IncidentCustomDetailsKey = "IncidentCustomDetailsKey",
7564
+ /** The incident custom detail value */
7565
+ IncidentCustomDetailsValue = "IncidentCustomDetailsValue",
7152
7566
  /** The account Azure Active Directory tenant id */
7153
7567
  AccountAadTenantId = "AccountAadTenantId",
7154
7568
  /** The account Azure Active Directory user id */
@@ -7257,6 +7671,9 @@ export declare enum KnownAutomationRulePropertyConditionSupportedProperty {
7257
7671
  * **IncidentTactics**: The tactics of the incident \
7258
7672
  * **IncidentLabel**: The labels of the incident \
7259
7673
  * **IncidentProviderName**: The provider name of the incident \
7674
+ * **IncidentUpdatedBySource**: The update source of the incident \
7675
+ * **IncidentCustomDetailsKey**: The incident custom detail key \
7676
+ * **IncidentCustomDetailsValue**: The incident custom detail value \
7260
7677
  * **AccountAadTenantId**: The account Azure Active Directory tenant id \
7261
7678
  * **AccountAadUserId**: The account Azure Active Directory user id \
7262
7679
  * **AccountName**: The account name \
@@ -7867,14 +8284,6 @@ export interface IncidentsListEntitiesOptionalParams extends coreClient.Operatio
7867
8284
  export declare type IncidentsListEntitiesResponse = IncidentEntitiesResponse;
7868
8285
  /** Optional parameters. */
7869
8286
  export interface IncidentsListNextOptionalParams extends coreClient.OperationOptions {
7870
- /** Filters the results, based on a Boolean condition. Optional. */
7871
- filter?: string;
7872
- /** Sorts the results. Optional. */
7873
- orderby?: string;
7874
- /** Returns only the first n results. Optional. */
7875
- top?: number;
7876
- /** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. */
7877
- skipToken?: string;
7878
8287
  }
7879
8288
  /** Contains response data for the listNext operation. */
7880
8289
  export declare type IncidentsListNextResponse = IncidentList;
@@ -7929,14 +8338,6 @@ export interface BookmarkRelationsDeleteOptionalParams extends coreClient.Operat
7929
8338
  }
7930
8339
  /** Optional parameters. */
7931
8340
  export interface BookmarkRelationsListNextOptionalParams extends coreClient.OperationOptions {
7932
- /** Filters the results, based on a Boolean condition. Optional. */
7933
- filter?: string;
7934
- /** Sorts the results. Optional. */
7935
- orderby?: string;
7936
- /** Returns only the first n results. Optional. */
7937
- top?: number;
7938
- /** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. */
7939
- skipToken?: string;
7940
8341
  }
7941
8342
  /** Contains response data for the listNext operation. */
7942
8343
  export declare type BookmarkRelationsListNextResponse = RelationList;
@@ -8005,14 +8406,6 @@ export interface EntitiesRelationsListOptionalParams extends coreClient.Operatio
8005
8406
  export declare type EntitiesRelationsListResponse = RelationList;
8006
8407
  /** Optional parameters. */
8007
8408
  export interface EntitiesRelationsListNextOptionalParams extends coreClient.OperationOptions {
8008
- /** Filters the results, based on a Boolean condition. Optional. */
8009
- filter?: string;
8010
- /** Sorts the results. Optional. */
8011
- orderby?: string;
8012
- /** Returns only the first n results. Optional. */
8013
- top?: number;
8014
- /** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. */
8015
- skipToken?: string;
8016
8409
  }
8017
8410
  /** Contains response data for the listNext operation. */
8018
8411
  export declare type EntitiesRelationsListNextResponse = RelationList;
@@ -8043,8 +8436,6 @@ export interface EntityQueriesDeleteOptionalParams extends coreClient.OperationO
8043
8436
  }
8044
8437
  /** Optional parameters. */
8045
8438
  export interface EntityQueriesListNextOptionalParams extends coreClient.OperationOptions {
8046
- /** The entity query kind we want to fetch */
8047
- kind?: Enum13;
8048
8439
  }
8049
8440
  /** Contains response data for the listNext operation. */
8050
8441
  export declare type EntityQueriesListNextResponse = EntityQueryList;
@@ -8064,6 +8455,43 @@ export interface EntityQueryTemplatesListNextOptionalParams extends coreClient.O
8064
8455
  /** Contains response data for the listNext operation. */
8065
8456
  export declare type EntityQueryTemplatesListNextResponse = EntityQueryTemplateList;
8066
8457
  /** Optional parameters. */
8458
+ export interface FileImportsListOptionalParams extends coreClient.OperationOptions {
8459
+ /** Filters the results, based on a Boolean condition. Optional. */
8460
+ filter?: string;
8461
+ /** Sorts the results. Optional. */
8462
+ orderby?: string;
8463
+ /** Returns only the first n results. Optional. */
8464
+ top?: number;
8465
+ /** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. */
8466
+ skipToken?: string;
8467
+ }
8468
+ /** Contains response data for the list operation. */
8469
+ export declare type FileImportsListResponse = FileImportList;
8470
+ /** Optional parameters. */
8471
+ export interface FileImportsGetOptionalParams extends coreClient.OperationOptions {
8472
+ }
8473
+ /** Contains response data for the get operation. */
8474
+ export declare type FileImportsGetResponse = FileImport;
8475
+ /** Optional parameters. */
8476
+ export interface FileImportsCreateOptionalParams extends coreClient.OperationOptions {
8477
+ }
8478
+ /** Contains response data for the create operation. */
8479
+ export declare type FileImportsCreateResponse = FileImport;
8480
+ /** Optional parameters. */
8481
+ export interface FileImportsDeleteOptionalParams extends coreClient.OperationOptions {
8482
+ /** Delay to wait until next poll, in milliseconds. */
8483
+ updateIntervalInMs?: number;
8484
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
8485
+ resumeFrom?: string;
8486
+ }
8487
+ /** Contains response data for the delete operation. */
8488
+ export declare type FileImportsDeleteResponse = FileImport;
8489
+ /** Optional parameters. */
8490
+ export interface FileImportsListNextOptionalParams extends coreClient.OperationOptions {
8491
+ }
8492
+ /** Contains response data for the listNext operation. */
8493
+ export declare type FileImportsListNextResponse = FileImportList;
8494
+ /** Optional parameters. */
8067
8495
  export interface IncidentCommentsListOptionalParams extends coreClient.OperationOptions {
8068
8496
  /** Filters the results, based on a Boolean condition. Optional. */
8069
8497
  filter?: string;
@@ -8091,14 +8519,6 @@ export interface IncidentCommentsDeleteOptionalParams extends coreClient.Operati
8091
8519
  }
8092
8520
  /** Optional parameters. */
8093
8521
  export interface IncidentCommentsListNextOptionalParams extends coreClient.OperationOptions {
8094
- /** Filters the results, based on a Boolean condition. Optional. */
8095
- filter?: string;
8096
- /** Sorts the results. Optional. */
8097
- orderby?: string;
8098
- /** Returns only the first n results. Optional. */
8099
- top?: number;
8100
- /** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. */
8101
- skipToken?: string;
8102
8522
  }
8103
8523
  /** Contains response data for the listNext operation. */
8104
8524
  export declare type IncidentCommentsListNextResponse = IncidentCommentList;
@@ -8130,14 +8550,6 @@ export interface IncidentRelationsDeleteOptionalParams extends coreClient.Operat
8130
8550
  }
8131
8551
  /** Optional parameters. */
8132
8552
  export interface IncidentRelationsListNextOptionalParams extends coreClient.OperationOptions {
8133
- /** Filters the results, based on a Boolean condition. Optional. */
8134
- filter?: string;
8135
- /** Sorts the results. Optional. */
8136
- orderby?: string;
8137
- /** Returns only the first n results. Optional. */
8138
- top?: number;
8139
- /** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. */
8140
- skipToken?: string;
8141
8553
  }
8142
8554
  /** Contains response data for the listNext operation. */
8143
8555
  export declare type IncidentRelationsListNextResponse = RelationList;
@@ -8174,14 +8586,6 @@ export interface MetadataUpdateOptionalParams extends coreClient.OperationOption
8174
8586
  export declare type MetadataUpdateResponse = MetadataModel;
8175
8587
  /** Optional parameters. */
8176
8588
  export interface MetadataListNextOptionalParams extends coreClient.OperationOptions {
8177
- /** Filters the results, based on a Boolean condition. Optional. */
8178
- filter?: string;
8179
- /** Sorts the results. Optional. */
8180
- orderby?: string;
8181
- /** Returns only the first n results. Optional. */
8182
- top?: number;
8183
- /** Used to skip n elements in the OData query (offset). Returns a nextLink to the next page of results if there are any left. */
8184
- skip?: number;
8185
8589
  }
8186
8590
  /** Contains response data for the listNext operation. */
8187
8591
  export declare type MetadataListNextResponse = MetadataList;
@@ -8348,14 +8752,6 @@ export interface ThreatIntelligenceIndicatorsListOptionalParams extends coreClie
8348
8752
  export declare type ThreatIntelligenceIndicatorsListResponse = ThreatIntelligenceInformationList;
8349
8753
  /** Optional parameters. */
8350
8754
  export interface ThreatIntelligenceIndicatorsListNextOptionalParams extends coreClient.OperationOptions {
8351
- /** Filters the results, based on a Boolean condition. Optional. */
8352
- filter?: string;
8353
- /** Sorts the results. Optional. */
8354
- orderby?: string;
8355
- /** Returns only the first n results. Optional. */
8356
- top?: number;
8357
- /** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. */
8358
- skipToken?: string;
8359
8755
  }
8360
8756
  /** Contains response data for the listNext operation. */
8361
8757
  export declare type ThreatIntelligenceIndicatorsListNextResponse = ThreatIntelligenceInformationList;
@@ -8388,8 +8784,6 @@ export interface WatchlistsCreateOrUpdateOptionalParams extends coreClient.Opera
8388
8784
  export declare type WatchlistsCreateOrUpdateResponse = Watchlist;
8389
8785
  /** Optional parameters. */
8390
8786
  export interface WatchlistsListNextOptionalParams extends coreClient.OperationOptions {
8391
- /** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. */
8392
- skipToken?: string;
8393
8787
  }
8394
8788
  /** Contains response data for the listNext operation. */
8395
8789
  export declare type WatchlistsListNextResponse = WatchlistList;
@@ -8415,8 +8809,6 @@ export interface WatchlistItemsCreateOrUpdateOptionalParams extends coreClient.O
8415
8809
  export declare type WatchlistItemsCreateOrUpdateResponse = WatchlistItem;
8416
8810
  /** Optional parameters. */
8417
8811
  export interface WatchlistItemsListNextOptionalParams extends coreClient.OperationOptions {
8418
- /** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. */
8419
- skipToken?: string;
8420
8812
  }
8421
8813
  /** Contains response data for the listNext operation. */
8422
8814
  export declare type WatchlistItemsListNextResponse = WatchlistItemList;