@azure/arm-securityinsight 1.0.0-beta.3 → 1.0.0-beta.5

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 (860) hide show
  1. package/CHANGELOG.md +379 -0
  2. package/README.md +7 -7
  3. package/dist/index.js +2447 -615
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/actionsCreateOrUpdateSample.js +1 -1
  8. package/dist-esm/samples-dev/actionsDeleteSample.js +1 -1
  9. package/dist-esm/samples-dev/actionsGetSample.js +1 -1
  10. package/dist-esm/samples-dev/actionsListByAlertRuleSample.js +1 -1
  11. package/dist-esm/samples-dev/alertRuleTemplatesGetSample.js +1 -1
  12. package/dist-esm/samples-dev/alertRuleTemplatesListSample.js +1 -1
  13. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.js +6 -5
  14. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.js.map +1 -1
  15. package/dist-esm/samples-dev/alertRulesDeleteSample.js +1 -1
  16. package/dist-esm/samples-dev/alertRulesGetSample.js +4 -4
  17. package/dist-esm/samples-dev/alertRulesListSample.js +1 -1
  18. package/dist-esm/samples-dev/automationRulesCreateOrUpdateSample.js +1 -1
  19. package/dist-esm/samples-dev/automationRulesDeleteSample.js +1 -1
  20. package/dist-esm/samples-dev/automationRulesGetSample.js +1 -1
  21. package/dist-esm/samples-dev/automationRulesListSample.js +1 -1
  22. package/dist-esm/samples-dev/bookmarkExpandSample.js +1 -1
  23. package/dist-esm/samples-dev/bookmarkRelationsCreateOrUpdateSample.js +1 -1
  24. package/dist-esm/samples-dev/bookmarkRelationsDeleteSample.js +1 -1
  25. package/dist-esm/samples-dev/bookmarkRelationsGetSample.js +1 -1
  26. package/dist-esm/samples-dev/bookmarkRelationsListSample.js +1 -1
  27. package/dist-esm/samples-dev/bookmarksCreateOrUpdateSample.js +1 -1
  28. package/dist-esm/samples-dev/bookmarksDeleteSample.js +1 -1
  29. package/dist-esm/samples-dev/bookmarksGetSample.js +1 -1
  30. package/dist-esm/samples-dev/bookmarksListSample.js +1 -1
  31. package/dist-esm/samples-dev/dataConnectorsCheckRequirementsPostSample.js +16 -16
  32. package/dist-esm/samples-dev/dataConnectorsConnectSample.js +35 -1
  33. package/dist-esm/samples-dev/dataConnectorsConnectSample.js.map +1 -1
  34. package/dist-esm/samples-dev/dataConnectorsCreateOrUpdateSample.js +8 -8
  35. package/dist-esm/samples-dev/dataConnectorsDeleteSample.js +5 -5
  36. package/dist-esm/samples-dev/dataConnectorsDisconnectSample.js +1 -1
  37. package/dist-esm/samples-dev/dataConnectorsGetSample.js +20 -20
  38. package/dist-esm/samples-dev/dataConnectorsListSample.js +1 -1
  39. package/dist-esm/samples-dev/domainWhoisGetSample.js +1 -1
  40. package/dist-esm/samples-dev/entitiesExpandSample.js +1 -1
  41. package/dist-esm/samples-dev/entitiesGetInsightsSample.js +1 -1
  42. package/dist-esm/samples-dev/entitiesGetSample.js +20 -20
  43. package/dist-esm/samples-dev/entitiesGetTimelineListSample.js +1 -1
  44. package/dist-esm/samples-dev/entitiesListSample.js +1 -1
  45. package/dist-esm/samples-dev/entitiesQueriesSample.js +1 -1
  46. package/dist-esm/samples-dev/entitiesRelationsListSample.js +1 -1
  47. package/dist-esm/samples-dev/entityQueriesCreateOrUpdateSample.js +1 -1
  48. package/dist-esm/samples-dev/entityQueriesDeleteSample.js +1 -1
  49. package/dist-esm/samples-dev/entityQueriesGetSample.js +2 -2
  50. package/dist-esm/samples-dev/entityQueriesListSample.js +1 -1
  51. package/dist-esm/samples-dev/entityQueryTemplatesGetSample.js +1 -1
  52. package/dist-esm/samples-dev/entityQueryTemplatesListSample.js +1 -1
  53. package/dist-esm/samples-dev/entityRelationsGetRelationSample.js +1 -1
  54. package/dist-esm/samples-dev/fileImportsCreateSample.d.ts +2 -0
  55. package/dist-esm/samples-dev/fileImportsCreateSample.d.ts.map +1 -0
  56. package/dist-esm/samples-dev/{checkRequirementsForAad.js → fileImportsCreateSample.js} +15 -12
  57. package/dist-esm/samples-dev/fileImportsCreateSample.js.map +1 -0
  58. package/dist-esm/samples-dev/fileImportsDeleteSample.d.ts +2 -0
  59. package/dist-esm/samples-dev/fileImportsDeleteSample.d.ts.map +1 -0
  60. package/dist-esm/samples-dev/{deleteAnEntityQuery.js → fileImportsDeleteSample.js} +10 -10
  61. package/dist-esm/samples-dev/fileImportsDeleteSample.js.map +1 -0
  62. package/dist-esm/samples-dev/fileImportsGetSample.d.ts +2 -0
  63. package/dist-esm/samples-dev/fileImportsGetSample.d.ts.map +1 -0
  64. package/dist-esm/samples-dev/{deleteAnIncident.js → fileImportsGetSample.js} +10 -10
  65. package/dist-esm/samples-dev/fileImportsGetSample.js.map +1 -0
  66. package/dist-esm/samples-dev/fileImportsListSample.d.ts +2 -0
  67. package/dist-esm/samples-dev/fileImportsListSample.d.ts.map +1 -0
  68. package/dist-esm/samples-dev/{getAllIncidents.js → fileImportsListSample.js} +10 -10
  69. package/dist-esm/samples-dev/fileImportsListSample.js.map +1 -0
  70. package/dist-esm/samples-dev/incidentCommentsCreateOrUpdateSample.js +1 -1
  71. package/dist-esm/samples-dev/incidentCommentsDeleteSample.js +1 -1
  72. package/dist-esm/samples-dev/incidentCommentsGetSample.js +1 -1
  73. package/dist-esm/samples-dev/incidentCommentsListSample.js +1 -1
  74. package/dist-esm/samples-dev/incidentRelationsCreateOrUpdateSample.js +1 -1
  75. package/dist-esm/samples-dev/incidentRelationsDeleteSample.js +1 -1
  76. package/dist-esm/samples-dev/incidentRelationsGetSample.js +1 -1
  77. package/dist-esm/samples-dev/incidentRelationsListSample.js +1 -1
  78. package/dist-esm/samples-dev/incidentsCreateOrUpdateSample.js +1 -1
  79. package/dist-esm/samples-dev/incidentsCreateTeamSample.js +1 -1
  80. package/dist-esm/samples-dev/incidentsDeleteSample.js +1 -1
  81. package/dist-esm/samples-dev/incidentsGetSample.js +1 -1
  82. package/dist-esm/samples-dev/incidentsListAlertsSample.js +1 -1
  83. package/dist-esm/samples-dev/incidentsListBookmarksSample.js +1 -1
  84. package/dist-esm/samples-dev/incidentsListEntitiesSample.js +1 -1
  85. package/dist-esm/samples-dev/incidentsListSample.js +1 -1
  86. package/dist-esm/samples-dev/incidentsRunPlaybookSample.js +3 -3
  87. package/dist-esm/samples-dev/incidentsRunPlaybookSample.js.map +1 -1
  88. package/dist-esm/samples-dev/ipGeodataGetSample.js +1 -1
  89. package/dist-esm/samples-dev/metadataCreateSample.js +2 -2
  90. package/dist-esm/samples-dev/metadataDeleteSample.js +1 -1
  91. package/dist-esm/samples-dev/metadataGetSample.js +1 -1
  92. package/dist-esm/samples-dev/metadataListSample.js +2 -2
  93. package/dist-esm/samples-dev/metadataUpdateSample.js +1 -1
  94. package/dist-esm/samples-dev/officeConsentsDeleteSample.js +1 -1
  95. package/dist-esm/samples-dev/officeConsentsGetSample.js +1 -1
  96. package/dist-esm/samples-dev/officeConsentsListSample.js +1 -1
  97. package/dist-esm/samples-dev/operationsListSample.js +1 -1
  98. package/dist-esm/samples-dev/productSettingsDeleteSample.js +1 -1
  99. package/dist-esm/samples-dev/productSettingsGetSample.js +1 -1
  100. package/dist-esm/samples-dev/productSettingsListSample.js +1 -1
  101. package/dist-esm/samples-dev/productSettingsUpdateSample.js +1 -1
  102. package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.d.ts +2 -0
  103. package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.d.ts.map +1 -0
  104. package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.js +87 -0
  105. package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.js.map +1 -0
  106. package/dist-esm/samples-dev/securityMlAnalyticsSettingsDeleteSample.d.ts +2 -0
  107. package/dist-esm/samples-dev/securityMlAnalyticsSettingsDeleteSample.d.ts.map +1 -0
  108. package/dist-esm/samples-dev/{deleteAApiPollingDataConnector.js → securityMlAnalyticsSettingsDeleteSample.js} +10 -10
  109. package/dist-esm/samples-dev/securityMlAnalyticsSettingsDeleteSample.js.map +1 -0
  110. package/dist-esm/samples-dev/securityMlAnalyticsSettingsGetSample.d.ts +2 -0
  111. package/dist-esm/samples-dev/securityMlAnalyticsSettingsGetSample.d.ts.map +1 -0
  112. package/dist-esm/samples-dev/{deleteASourceControl.js → securityMlAnalyticsSettingsGetSample.js} +10 -10
  113. package/dist-esm/samples-dev/securityMlAnalyticsSettingsGetSample.js.map +1 -0
  114. package/dist-esm/samples-dev/securityMlAnalyticsSettingsListSample.d.ts +2 -0
  115. package/dist-esm/samples-dev/securityMlAnalyticsSettingsListSample.d.ts.map +1 -0
  116. package/dist-esm/samples-dev/{getAllRelationsOfAnEntity.js → securityMlAnalyticsSettingsListSample.js} +9 -10
  117. package/dist-esm/samples-dev/securityMlAnalyticsSettingsListSample.js.map +1 -0
  118. package/dist-esm/samples-dev/sentinelOnboardingStatesCreateSample.js +1 -1
  119. package/dist-esm/samples-dev/sentinelOnboardingStatesDeleteSample.js +1 -1
  120. package/dist-esm/samples-dev/sentinelOnboardingStatesGetSample.js +1 -1
  121. package/dist-esm/samples-dev/sentinelOnboardingStatesListSample.js +1 -1
  122. package/dist-esm/samples-dev/sourceControlListRepositoriesSample.js +1 -1
  123. package/dist-esm/samples-dev/sourceControlsCreateSample.js +1 -1
  124. package/dist-esm/samples-dev/sourceControlsDeleteSample.js +1 -1
  125. package/dist-esm/samples-dev/sourceControlsGetSample.js +1 -1
  126. package/dist-esm/samples-dev/sourceControlsListSample.js +1 -1
  127. package/dist-esm/samples-dev/threatIntelligenceIndicatorAppendTagsSample.js +1 -1
  128. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateIndicatorSample.js +1 -1
  129. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateSample.js +1 -1
  130. package/dist-esm/samples-dev/threatIntelligenceIndicatorDeleteSample.js +1 -1
  131. package/dist-esm/samples-dev/threatIntelligenceIndicatorGetSample.js +1 -1
  132. package/dist-esm/samples-dev/threatIntelligenceIndicatorMetricsListSample.js +1 -1
  133. package/dist-esm/samples-dev/threatIntelligenceIndicatorQueryIndicatorsSample.js +1 -1
  134. package/dist-esm/samples-dev/threatIntelligenceIndicatorReplaceTagsSample.js +1 -1
  135. package/dist-esm/samples-dev/threatIntelligenceIndicatorsListSample.js +1 -1
  136. package/dist-esm/samples-dev/watchlistItemsCreateOrUpdateSample.js +1 -1
  137. package/dist-esm/samples-dev/watchlistItemsDeleteSample.js +1 -1
  138. package/dist-esm/samples-dev/watchlistItemsGetSample.js +1 -1
  139. package/dist-esm/samples-dev/watchlistItemsListSample.js +1 -1
  140. package/dist-esm/samples-dev/watchlistsCreateOrUpdateSample.js +2 -31
  141. package/dist-esm/samples-dev/watchlistsCreateOrUpdateSample.js.map +1 -1
  142. package/dist-esm/samples-dev/watchlistsDeleteSample.js +1 -1
  143. package/dist-esm/samples-dev/watchlistsGetSample.js +1 -1
  144. package/dist-esm/samples-dev/watchlistsListSample.js +1 -1
  145. package/dist-esm/src/lroImpl.d.ts +16 -0
  146. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  147. package/dist-esm/src/lroImpl.js +29 -0
  148. package/dist-esm/src/lroImpl.js.map +1 -0
  149. package/dist-esm/src/models/index.d.ts +1548 -493
  150. package/dist-esm/src/models/index.d.ts.map +1 -1
  151. package/dist-esm/src/models/index.js +359 -46
  152. package/dist-esm/src/models/index.js.map +1 -1
  153. package/dist-esm/src/models/mappers.d.ts +97 -62
  154. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  155. package/dist-esm/src/models/mappers.js +1107 -235
  156. package/dist-esm/src/models/mappers.js.map +1 -1
  157. package/dist-esm/src/models/parameters.d.ts +4 -0
  158. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  159. package/dist-esm/src/models/parameters.js +30 -2
  160. package/dist-esm/src/models/parameters.js.map +1 -1
  161. package/dist-esm/src/operations/fileImports.d.ts +72 -0
  162. package/dist-esm/src/operations/fileImports.d.ts.map +1 -0
  163. package/dist-esm/src/operations/fileImports.js +303 -0
  164. package/dist-esm/src/operations/fileImports.js.map +1 -0
  165. package/dist-esm/src/operations/index.d.ts +2 -0
  166. package/dist-esm/src/operations/index.d.ts.map +1 -1
  167. package/dist-esm/src/operations/index.js +2 -0
  168. package/dist-esm/src/operations/index.js.map +1 -1
  169. package/dist-esm/src/operations/securityMLAnalyticsSettings.d.ts +63 -0
  170. package/dist-esm/src/operations/securityMLAnalyticsSettings.d.ts.map +1 -0
  171. package/dist-esm/src/operations/securityMLAnalyticsSettings.js +244 -0
  172. package/dist-esm/src/operations/securityMLAnalyticsSettings.js.map +1 -0
  173. package/dist-esm/src/operationsInterfaces/fileImports.d.ts +47 -0
  174. package/dist-esm/src/operationsInterfaces/fileImports.d.ts.map +1 -0
  175. package/dist-esm/src/operationsInterfaces/fileImports.js +9 -0
  176. package/dist-esm/src/operationsInterfaces/fileImports.js.map +1 -0
  177. package/dist-esm/src/operationsInterfaces/index.d.ts +2 -0
  178. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  179. package/dist-esm/src/operationsInterfaces/index.js +2 -0
  180. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  181. package/dist-esm/src/operationsInterfaces/securityMLAnalyticsSettings.d.ts +38 -0
  182. package/dist-esm/src/operationsInterfaces/securityMLAnalyticsSettings.d.ts.map +1 -0
  183. package/dist-esm/src/operationsInterfaces/securityMLAnalyticsSettings.js +9 -0
  184. package/dist-esm/src/operationsInterfaces/securityMLAnalyticsSettings.js.map +1 -0
  185. package/dist-esm/src/securityInsights.d.ts +5 -1
  186. package/dist-esm/src/securityInsights.d.ts.map +1 -1
  187. package/dist-esm/src/securityInsights.js +51 -15
  188. package/dist-esm/src/securityInsights.js.map +1 -1
  189. package/dist-esm/test/securityinsights_examples.spec.d.ts +4 -0
  190. package/dist-esm/test/securityinsights_examples.spec.d.ts.map +1 -0
  191. package/dist-esm/test/securityinsights_examples.spec.js +98 -0
  192. package/dist-esm/test/securityinsights_examples.spec.js.map +1 -0
  193. package/package.json +13 -8
  194. package/review/arm-securityinsight.api.md +1305 -898
  195. package/src/lroImpl.ts +34 -0
  196. package/src/models/index.ts +1666 -503
  197. package/src/models/mappers.ts +1255 -266
  198. package/src/models/parameters.ts +35 -1
  199. package/src/operations/fileImports.ts +410 -0
  200. package/src/operations/index.ts +2 -0
  201. package/src/operations/securityMLAnalyticsSettings.ts +321 -0
  202. package/src/operationsInterfaces/fileImports.ts +95 -0
  203. package/src/operationsInterfaces/index.ts +2 -0
  204. package/src/operationsInterfaces/securityMLAnalyticsSettings.ts +75 -0
  205. package/src/securityInsights.ts +68 -17
  206. package/types/arm-securityinsight.d.ts +1723 -514
  207. package/types/tsdoc-metadata.json +1 -1
  208. package/dist-esm/samples-dev/appendTagsToAThreatIntelligenceIndicator.d.ts +0 -2
  209. package/dist-esm/samples-dev/appendTagsToAThreatIntelligenceIndicator.d.ts.map +0 -1
  210. package/dist-esm/samples-dev/appendTagsToAThreatIntelligenceIndicator.js +0 -35
  211. package/dist-esm/samples-dev/appendTagsToAThreatIntelligenceIndicator.js.map +0 -1
  212. package/dist-esm/samples-dev/checkRequirementsForAad.d.ts +0 -2
  213. package/dist-esm/samples-dev/checkRequirementsForAad.d.ts.map +0 -1
  214. package/dist-esm/samples-dev/checkRequirementsForAad.js.map +0 -1
  215. package/dist-esm/samples-dev/checkRequirementsForAadNoAuthorization.d.ts +0 -2
  216. package/dist-esm/samples-dev/checkRequirementsForAadNoAuthorization.d.ts.map +0 -1
  217. package/dist-esm/samples-dev/checkRequirementsForAadNoAuthorization.js +0 -35
  218. package/dist-esm/samples-dev/checkRequirementsForAadNoAuthorization.js.map +0 -1
  219. package/dist-esm/samples-dev/checkRequirementsForAadNoLicense.d.ts +0 -2
  220. package/dist-esm/samples-dev/checkRequirementsForAadNoLicense.d.ts.map +0 -1
  221. package/dist-esm/samples-dev/checkRequirementsForAadNoLicense.js +0 -35
  222. package/dist-esm/samples-dev/checkRequirementsForAadNoLicense.js.map +0 -1
  223. package/dist-esm/samples-dev/checkRequirementsForAsc.d.ts +0 -2
  224. package/dist-esm/samples-dev/checkRequirementsForAsc.d.ts.map +0 -1
  225. package/dist-esm/samples-dev/checkRequirementsForAsc.js +0 -35
  226. package/dist-esm/samples-dev/checkRequirementsForAsc.js.map +0 -1
  227. package/dist-esm/samples-dev/checkRequirementsForDynamics365.d.ts +0 -2
  228. package/dist-esm/samples-dev/checkRequirementsForDynamics365.d.ts.map +0 -1
  229. package/dist-esm/samples-dev/checkRequirementsForDynamics365.js +0 -35
  230. package/dist-esm/samples-dev/checkRequirementsForDynamics365.js.map +0 -1
  231. package/dist-esm/samples-dev/checkRequirementsForMcas.d.ts +0 -2
  232. package/dist-esm/samples-dev/checkRequirementsForMcas.d.ts.map +0 -1
  233. package/dist-esm/samples-dev/checkRequirementsForMcas.js +0 -35
  234. package/dist-esm/samples-dev/checkRequirementsForMcas.js.map +0 -1
  235. package/dist-esm/samples-dev/checkRequirementsForMdatp.d.ts +0 -2
  236. package/dist-esm/samples-dev/checkRequirementsForMdatp.d.ts.map +0 -1
  237. package/dist-esm/samples-dev/checkRequirementsForMdatp.js +0 -35
  238. package/dist-esm/samples-dev/checkRequirementsForMdatp.js.map +0 -1
  239. package/dist-esm/samples-dev/checkRequirementsForMicrosoftThreatIntelligence.d.ts +0 -2
  240. package/dist-esm/samples-dev/checkRequirementsForMicrosoftThreatIntelligence.d.ts.map +0 -1
  241. package/dist-esm/samples-dev/checkRequirementsForMicrosoftThreatIntelligence.js +0 -35
  242. package/dist-esm/samples-dev/checkRequirementsForMicrosoftThreatIntelligence.js.map +0 -1
  243. package/dist-esm/samples-dev/checkRequirementsForMicrosoftThreatProtection.d.ts +0 -2
  244. package/dist-esm/samples-dev/checkRequirementsForMicrosoftThreatProtection.d.ts.map +0 -1
  245. package/dist-esm/samples-dev/checkRequirementsForMicrosoftThreatProtection.js +0 -35
  246. package/dist-esm/samples-dev/checkRequirementsForMicrosoftThreatProtection.js.map +0 -1
  247. package/dist-esm/samples-dev/checkRequirementsForOfficeAtp.d.ts +0 -2
  248. package/dist-esm/samples-dev/checkRequirementsForOfficeAtp.d.ts.map +0 -1
  249. package/dist-esm/samples-dev/checkRequirementsForOfficeAtp.js +0 -35
  250. package/dist-esm/samples-dev/checkRequirementsForOfficeAtp.js.map +0 -1
  251. package/dist-esm/samples-dev/checkRequirementsForOfficeIrm.d.ts +0 -2
  252. package/dist-esm/samples-dev/checkRequirementsForOfficeIrm.d.ts.map +0 -1
  253. package/dist-esm/samples-dev/checkRequirementsForOfficeIrm.js +0 -35
  254. package/dist-esm/samples-dev/checkRequirementsForOfficeIrm.js.map +0 -1
  255. package/dist-esm/samples-dev/checkRequirementsForTi.d.ts +0 -2
  256. package/dist-esm/samples-dev/checkRequirementsForTi.d.ts.map +0 -1
  257. package/dist-esm/samples-dev/checkRequirementsForTi.js +0 -35
  258. package/dist-esm/samples-dev/checkRequirementsForTi.js.map +0 -1
  259. package/dist-esm/samples-dev/checkRequirementsForTiTaxii.d.ts +0 -2
  260. package/dist-esm/samples-dev/checkRequirementsForTiTaxii.d.ts.map +0 -1
  261. package/dist-esm/samples-dev/checkRequirementsForTiTaxii.js +0 -35
  262. package/dist-esm/samples-dev/checkRequirementsForTiTaxii.js.map +0 -1
  263. package/dist-esm/samples-dev/connectAnApiPollingDataConnector.d.ts +0 -2
  264. package/dist-esm/samples-dev/connectAnApiPollingDataConnector.d.ts.map +0 -1
  265. package/dist-esm/samples-dev/connectAnApiPollingDataConnector.js +0 -44
  266. package/dist-esm/samples-dev/connectAnApiPollingDataConnector.js.map +0 -1
  267. package/dist-esm/samples-dev/createANewThreatIntelligence.d.ts +0 -2
  268. package/dist-esm/samples-dev/createANewThreatIntelligence.d.ts.map +0 -1
  269. package/dist-esm/samples-dev/createANewThreatIntelligence.js +0 -51
  270. package/dist-esm/samples-dev/createANewThreatIntelligence.js.map +0 -1
  271. package/dist-esm/samples-dev/createOrUpdateFullMetadata.d.ts +0 -2
  272. package/dist-esm/samples-dev/createOrUpdateFullMetadata.d.ts.map +0 -1
  273. package/dist-esm/samples-dev/createOrUpdateFullMetadata.js +0 -87
  274. package/dist-esm/samples-dev/createOrUpdateFullMetadata.js.map +0 -1
  275. package/dist-esm/samples-dev/createOrUpdateMinimalMetadata.d.ts +0 -2
  276. package/dist-esm/samples-dev/createOrUpdateMinimalMetadata.d.ts.map +0 -1
  277. package/dist-esm/samples-dev/createOrUpdateMinimalMetadata.js +0 -37
  278. package/dist-esm/samples-dev/createOrUpdateMinimalMetadata.js.map +0 -1
  279. package/dist-esm/samples-dev/createSentinelOnboardingState.d.ts +0 -2
  280. package/dist-esm/samples-dev/createSentinelOnboardingState.d.ts.map +0 -1
  281. package/dist-esm/samples-dev/createSentinelOnboardingState.js +0 -38
  282. package/dist-esm/samples-dev/createSentinelOnboardingState.js.map +0 -1
  283. package/dist-esm/samples-dev/createsASourceControl.d.ts +0 -2
  284. package/dist-esm/samples-dev/createsASourceControl.d.ts.map +0 -1
  285. package/dist-esm/samples-dev/createsASourceControl.js +0 -48
  286. package/dist-esm/samples-dev/createsASourceControl.js.map +0 -1
  287. package/dist-esm/samples-dev/createsIncidentTeamsGroup.d.ts +0 -2
  288. package/dist-esm/samples-dev/createsIncidentTeamsGroup.d.ts.map +0 -1
  289. package/dist-esm/samples-dev/createsIncidentTeamsGroup.js +0 -36
  290. package/dist-esm/samples-dev/createsIncidentTeamsGroup.js.map +0 -1
  291. package/dist-esm/samples-dev/createsOrUpdatesAApiPollingDataConnector.d.ts +0 -2
  292. package/dist-esm/samples-dev/createsOrUpdatesAApiPollingDataConnector.d.ts.map +0 -1
  293. package/dist-esm/samples-dev/createsOrUpdatesAApiPollingDataConnector.js +0 -123
  294. package/dist-esm/samples-dev/createsOrUpdatesAApiPollingDataConnector.js.map +0 -1
  295. package/dist-esm/samples-dev/createsOrUpdatesABookmark.d.ts +0 -2
  296. package/dist-esm/samples-dev/createsOrUpdatesABookmark.d.ts.map +0 -1
  297. package/dist-esm/samples-dev/createsOrUpdatesABookmark.js +0 -44
  298. package/dist-esm/samples-dev/createsOrUpdatesABookmark.js.map +0 -1
  299. package/dist-esm/samples-dev/createsOrUpdatesABookmarkRelation.d.ts +0 -2
  300. package/dist-esm/samples-dev/createsOrUpdatesABookmarkRelation.d.ts.map +0 -1
  301. package/dist-esm/samples-dev/createsOrUpdatesABookmarkRelation.js +0 -36
  302. package/dist-esm/samples-dev/createsOrUpdatesABookmarkRelation.js.map +0 -1
  303. package/dist-esm/samples-dev/createsOrUpdatesADynamics365DataConnector.d.ts +0 -2
  304. package/dist-esm/samples-dev/createsOrUpdatesADynamics365DataConnector.d.ts.map +0 -1
  305. package/dist-esm/samples-dev/createsOrUpdatesADynamics365DataConnector.js +0 -38
  306. package/dist-esm/samples-dev/createsOrUpdatesADynamics365DataConnector.js.map +0 -1
  307. package/dist-esm/samples-dev/createsOrUpdatesAFusionAlertRule.d.ts +0 -2
  308. package/dist-esm/samples-dev/createsOrUpdatesAFusionAlertRule.d.ts.map +0 -1
  309. package/dist-esm/samples-dev/createsOrUpdatesAFusionAlertRule.js +0 -38
  310. package/dist-esm/samples-dev/createsOrUpdatesAFusionAlertRule.js.map +0 -1
  311. package/dist-esm/samples-dev/createsOrUpdatesAGenericUiDataConnector.d.ts +0 -2
  312. package/dist-esm/samples-dev/createsOrUpdatesAGenericUiDataConnector.d.ts.map +0 -1
  313. package/dist-esm/samples-dev/createsOrUpdatesAGenericUiDataConnector.js +0 -149
  314. package/dist-esm/samples-dev/createsOrUpdatesAGenericUiDataConnector.js.map +0 -1
  315. package/dist-esm/samples-dev/createsOrUpdatesAMicrosoftSecurityIncidentCreationRule.d.ts +0 -2
  316. package/dist-esm/samples-dev/createsOrUpdatesAMicrosoftSecurityIncidentCreationRule.d.ts.map +0 -1
  317. package/dist-esm/samples-dev/createsOrUpdatesAMicrosoftSecurityIncidentCreationRule.js +0 -39
  318. package/dist-esm/samples-dev/createsOrUpdatesAMicrosoftSecurityIncidentCreationRule.js.map +0 -1
  319. package/dist-esm/samples-dev/createsOrUpdatesANrtAlertRule.d.ts +0 -2
  320. package/dist-esm/samples-dev/createsOrUpdatesANrtAlertRule.d.ts.map +0 -1
  321. package/dist-esm/samples-dev/createsOrUpdatesANrtAlertRule.js +0 -54
  322. package/dist-esm/samples-dev/createsOrUpdatesANrtAlertRule.js.map +0 -1
  323. package/dist-esm/samples-dev/createsOrUpdatesAScheduledAlertRule.d.ts +0 -2
  324. package/dist-esm/samples-dev/createsOrUpdatesAScheduledAlertRule.d.ts.map +0 -1
  325. package/dist-esm/samples-dev/createsOrUpdatesAScheduledAlertRule.js +0 -79
  326. package/dist-esm/samples-dev/createsOrUpdatesAScheduledAlertRule.js.map +0 -1
  327. package/dist-esm/samples-dev/createsOrUpdatesAThreatIntelligenceTaxiiDataConnector.d.ts +0 -2
  328. package/dist-esm/samples-dev/createsOrUpdatesAThreatIntelligenceTaxiiDataConnector.d.ts.map +0 -1
  329. package/dist-esm/samples-dev/createsOrUpdatesAThreatIntelligenceTaxiiDataConnector.js +0 -46
  330. package/dist-esm/samples-dev/createsOrUpdatesAThreatIntelligenceTaxiiDataConnector.js.map +0 -1
  331. package/dist-esm/samples-dev/createsOrUpdatesAWatchlist.d.ts +0 -2
  332. package/dist-esm/samples-dev/createsOrUpdatesAWatchlist.d.ts.map +0 -1
  333. package/dist-esm/samples-dev/createsOrUpdatesAWatchlist.js +0 -40
  334. package/dist-esm/samples-dev/createsOrUpdatesAWatchlist.js.map +0 -1
  335. package/dist-esm/samples-dev/createsOrUpdatesAWatchlistAndBulkCreatesWatchlistItems.d.ts +0 -2
  336. package/dist-esm/samples-dev/createsOrUpdatesAWatchlistAndBulkCreatesWatchlistItems.d.ts.map +0 -1
  337. package/dist-esm/samples-dev/createsOrUpdatesAWatchlistAndBulkCreatesWatchlistItems.js +0 -43
  338. package/dist-esm/samples-dev/createsOrUpdatesAWatchlistAndBulkCreatesWatchlistItems.js.map +0 -1
  339. package/dist-esm/samples-dev/createsOrUpdatesAWatchlistItem.d.ts +0 -2
  340. package/dist-esm/samples-dev/createsOrUpdatesAWatchlistItem.d.ts.map +0 -1
  341. package/dist-esm/samples-dev/createsOrUpdatesAWatchlistItem.js +0 -44
  342. package/dist-esm/samples-dev/createsOrUpdatesAWatchlistItem.js.map +0 -1
  343. package/dist-esm/samples-dev/createsOrUpdatesAnActionOfAlertRule.d.ts +0 -2
  344. package/dist-esm/samples-dev/createsOrUpdatesAnActionOfAlertRule.d.ts.map +0 -1
  345. package/dist-esm/samples-dev/createsOrUpdatesAnActionOfAlertRule.js +0 -38
  346. package/dist-esm/samples-dev/createsOrUpdatesAnActionOfAlertRule.js.map +0 -1
  347. package/dist-esm/samples-dev/createsOrUpdatesAnActivityEntityQuery.d.ts +0 -2
  348. package/dist-esm/samples-dev/createsOrUpdatesAnActivityEntityQuery.d.ts.map +0 -1
  349. package/dist-esm/samples-dev/createsOrUpdatesAnActivityEntityQuery.js +0 -52
  350. package/dist-esm/samples-dev/createsOrUpdatesAnActivityEntityQuery.js.map +0 -1
  351. package/dist-esm/samples-dev/createsOrUpdatesAnAutomationRule.d.ts +0 -2
  352. package/dist-esm/samples-dev/createsOrUpdatesAnAutomationRule.d.ts.map +0 -1
  353. package/dist-esm/samples-dev/createsOrUpdatesAnAutomationRule.js +0 -70
  354. package/dist-esm/samples-dev/createsOrUpdatesAnAutomationRule.js.map +0 -1
  355. package/dist-esm/samples-dev/createsOrUpdatesAnIncident.d.ts +0 -2
  356. package/dist-esm/samples-dev/createsOrUpdatesAnIncident.d.ts.map +0 -1
  357. package/dist-esm/samples-dev/createsOrUpdatesAnIncident.js +0 -45
  358. package/dist-esm/samples-dev/createsOrUpdatesAnIncident.js.map +0 -1
  359. package/dist-esm/samples-dev/createsOrUpdatesAnIncidentComment.d.ts +0 -2
  360. package/dist-esm/samples-dev/createsOrUpdatesAnIncidentComment.d.ts.map +0 -1
  361. package/dist-esm/samples-dev/createsOrUpdatesAnIncidentComment.js +0 -34
  362. package/dist-esm/samples-dev/createsOrUpdatesAnIncidentComment.js.map +0 -1
  363. package/dist-esm/samples-dev/createsOrUpdatesAnIncidentRelation.d.ts +0 -2
  364. package/dist-esm/samples-dev/createsOrUpdatesAnIncidentRelation.d.ts.map +0 -1
  365. package/dist-esm/samples-dev/createsOrUpdatesAnIncidentRelation.js +0 -36
  366. package/dist-esm/samples-dev/createsOrUpdatesAnIncidentRelation.js.map +0 -1
  367. package/dist-esm/samples-dev/createsOrUpdatesAnOffice365DataConnector.d.ts +0 -2
  368. package/dist-esm/samples-dev/createsOrUpdatesAnOffice365DataConnector.d.ts.map +0 -1
  369. package/dist-esm/samples-dev/createsOrUpdatesAnOffice365DataConnector.js +0 -42
  370. package/dist-esm/samples-dev/createsOrUpdatesAnOffice365DataConnector.js.map +0 -1
  371. package/dist-esm/samples-dev/createsOrUpdatesAnThreatIntelligencePlatformDataConnector.d.ts +0 -2
  372. package/dist-esm/samples-dev/createsOrUpdatesAnThreatIntelligencePlatformDataConnector.d.ts.map +0 -1
  373. package/dist-esm/samples-dev/createsOrUpdatesAnThreatIntelligencePlatformDataConnector.js +0 -38
  374. package/dist-esm/samples-dev/createsOrUpdatesAnThreatIntelligencePlatformDataConnector.js.map +0 -1
  375. package/dist-esm/samples-dev/deleteAApiPollingDataConnector.d.ts +0 -2
  376. package/dist-esm/samples-dev/deleteAApiPollingDataConnector.d.ts.map +0 -1
  377. package/dist-esm/samples-dev/deleteAApiPollingDataConnector.js.map +0 -1
  378. package/dist-esm/samples-dev/deleteABookmark.d.ts +0 -2
  379. package/dist-esm/samples-dev/deleteABookmark.d.ts.map +0 -1
  380. package/dist-esm/samples-dev/deleteABookmark.js +0 -32
  381. package/dist-esm/samples-dev/deleteABookmark.js.map +0 -1
  382. package/dist-esm/samples-dev/deleteAGenericUiDataConnector.d.ts +0 -2
  383. package/dist-esm/samples-dev/deleteAGenericUiDataConnector.d.ts.map +0 -1
  384. package/dist-esm/samples-dev/deleteAGenericUiDataConnector.js +0 -32
  385. package/dist-esm/samples-dev/deleteAGenericUiDataConnector.js.map +0 -1
  386. package/dist-esm/samples-dev/deleteASourceControl.d.ts +0 -2
  387. package/dist-esm/samples-dev/deleteASourceControl.d.ts.map +0 -1
  388. package/dist-esm/samples-dev/deleteASourceControl.js.map +0 -1
  389. package/dist-esm/samples-dev/deleteAThreatIntelligenceIndicator.d.ts +0 -2
  390. package/dist-esm/samples-dev/deleteAThreatIntelligenceIndicator.d.ts.map +0 -1
  391. package/dist-esm/samples-dev/deleteAThreatIntelligenceIndicator.js +0 -32
  392. package/dist-esm/samples-dev/deleteAThreatIntelligenceIndicator.js.map +0 -1
  393. package/dist-esm/samples-dev/deleteAWatchlist.d.ts +0 -2
  394. package/dist-esm/samples-dev/deleteAWatchlist.d.ts.map +0 -1
  395. package/dist-esm/samples-dev/deleteAWatchlist.js +0 -32
  396. package/dist-esm/samples-dev/deleteAWatchlist.js.map +0 -1
  397. package/dist-esm/samples-dev/deleteAWatchlistItem.d.ts +0 -2
  398. package/dist-esm/samples-dev/deleteAWatchlistItem.d.ts.map +0 -1
  399. package/dist-esm/samples-dev/deleteAWatchlistItem.js +0 -33
  400. package/dist-esm/samples-dev/deleteAWatchlistItem.js.map +0 -1
  401. package/dist-esm/samples-dev/deleteAnActionOfAlertRule.d.ts +0 -2
  402. package/dist-esm/samples-dev/deleteAnActionOfAlertRule.d.ts.map +0 -1
  403. package/dist-esm/samples-dev/deleteAnActionOfAlertRule.js +0 -33
  404. package/dist-esm/samples-dev/deleteAnActionOfAlertRule.js.map +0 -1
  405. package/dist-esm/samples-dev/deleteAnAlertRule.d.ts +0 -2
  406. package/dist-esm/samples-dev/deleteAnAlertRule.d.ts.map +0 -1
  407. package/dist-esm/samples-dev/deleteAnAlertRule.js +0 -32
  408. package/dist-esm/samples-dev/deleteAnAlertRule.js.map +0 -1
  409. package/dist-esm/samples-dev/deleteAnAutomationRule.d.ts +0 -2
  410. package/dist-esm/samples-dev/deleteAnAutomationRule.d.ts.map +0 -1
  411. package/dist-esm/samples-dev/deleteAnAutomationRule.js +0 -32
  412. package/dist-esm/samples-dev/deleteAnAutomationRule.js.map +0 -1
  413. package/dist-esm/samples-dev/deleteAnEntityQuery.d.ts +0 -2
  414. package/dist-esm/samples-dev/deleteAnEntityQuery.d.ts.map +0 -1
  415. package/dist-esm/samples-dev/deleteAnEntityQuery.js.map +0 -1
  416. package/dist-esm/samples-dev/deleteAnIncident.d.ts +0 -2
  417. package/dist-esm/samples-dev/deleteAnIncident.d.ts.map +0 -1
  418. package/dist-esm/samples-dev/deleteAnIncident.js.map +0 -1
  419. package/dist-esm/samples-dev/deleteAnOffice365DataConnector.d.ts +0 -2
  420. package/dist-esm/samples-dev/deleteAnOffice365DataConnector.d.ts.map +0 -1
  421. package/dist-esm/samples-dev/deleteAnOffice365DataConnector.js +0 -32
  422. package/dist-esm/samples-dev/deleteAnOffice365DataConnector.js.map +0 -1
  423. package/dist-esm/samples-dev/deleteAnOfficeConsent.d.ts +0 -2
  424. package/dist-esm/samples-dev/deleteAnOfficeConsent.d.ts.map +0 -1
  425. package/dist-esm/samples-dev/deleteAnOfficeConsent.js +0 -32
  426. package/dist-esm/samples-dev/deleteAnOfficeConsent.js.map +0 -1
  427. package/dist-esm/samples-dev/deleteEyesOnSettings.d.ts +0 -2
  428. package/dist-esm/samples-dev/deleteEyesOnSettings.d.ts.map +0 -1
  429. package/dist-esm/samples-dev/deleteEyesOnSettings.js +0 -32
  430. package/dist-esm/samples-dev/deleteEyesOnSettings.js.map +0 -1
  431. package/dist-esm/samples-dev/deleteMetadata.d.ts +0 -2
  432. package/dist-esm/samples-dev/deleteMetadata.d.ts.map +0 -1
  433. package/dist-esm/samples-dev/deleteMetadata.js +0 -32
  434. package/dist-esm/samples-dev/deleteMetadata.js.map +0 -1
  435. package/dist-esm/samples-dev/deleteSentinelOnboardingState.d.ts +0 -2
  436. package/dist-esm/samples-dev/deleteSentinelOnboardingState.d.ts.map +0 -1
  437. package/dist-esm/samples-dev/deleteSentinelOnboardingState.js +0 -32
  438. package/dist-esm/samples-dev/deleteSentinelOnboardingState.js.map +0 -1
  439. package/dist-esm/samples-dev/deleteTheBookmarkRelation.d.ts +0 -2
  440. package/dist-esm/samples-dev/deleteTheBookmarkRelation.d.ts.map +0 -1
  441. package/dist-esm/samples-dev/deleteTheBookmarkRelation.js +0 -33
  442. package/dist-esm/samples-dev/deleteTheBookmarkRelation.js.map +0 -1
  443. package/dist-esm/samples-dev/deleteTheIncidentComment.d.ts +0 -2
  444. package/dist-esm/samples-dev/deleteTheIncidentComment.d.ts.map +0 -1
  445. package/dist-esm/samples-dev/deleteTheIncidentComment.js +0 -33
  446. package/dist-esm/samples-dev/deleteTheIncidentComment.js.map +0 -1
  447. package/dist-esm/samples-dev/deleteTheIncidentRelation.d.ts +0 -2
  448. package/dist-esm/samples-dev/deleteTheIncidentRelation.d.ts.map +0 -1
  449. package/dist-esm/samples-dev/deleteTheIncidentRelation.js +0 -33
  450. package/dist-esm/samples-dev/deleteTheIncidentRelation.js.map +0 -1
  451. package/dist-esm/samples-dev/disconnectAnApiPollingDataConnector.d.ts +0 -2
  452. package/dist-esm/samples-dev/disconnectAnApiPollingDataConnector.d.ts.map +0 -1
  453. package/dist-esm/samples-dev/disconnectAnApiPollingDataConnector.js +0 -32
  454. package/dist-esm/samples-dev/disconnectAnApiPollingDataConnector.js.map +0 -1
  455. package/dist-esm/samples-dev/entityInsight.d.ts +0 -2
  456. package/dist-esm/samples-dev/entityInsight.d.ts.map +0 -1
  457. package/dist-esm/samples-dev/entityInsight.js +0 -38
  458. package/dist-esm/samples-dev/entityInsight.js.map +0 -1
  459. package/dist-esm/samples-dev/entityTimeline.d.ts +0 -2
  460. package/dist-esm/samples-dev/entityTimeline.d.ts.map +0 -1
  461. package/dist-esm/samples-dev/entityTimeline.js +0 -37
  462. package/dist-esm/samples-dev/entityTimeline.js.map +0 -1
  463. package/dist-esm/samples-dev/expandAnBookmark.d.ts +0 -2
  464. package/dist-esm/samples-dev/expandAnBookmark.d.ts.map +0 -1
  465. package/dist-esm/samples-dev/expandAnBookmark.js +0 -37
  466. package/dist-esm/samples-dev/expandAnBookmark.js.map +0 -1
  467. package/dist-esm/samples-dev/expandAnEntity.d.ts +0 -2
  468. package/dist-esm/samples-dev/expandAnEntity.d.ts.map +0 -1
  469. package/dist-esm/samples-dev/expandAnEntity.js +0 -37
  470. package/dist-esm/samples-dev/expandAnEntity.js.map +0 -1
  471. package/dist-esm/samples-dev/getAApiPollingDataConnector.d.ts +0 -2
  472. package/dist-esm/samples-dev/getAApiPollingDataConnector.d.ts.map +0 -1
  473. package/dist-esm/samples-dev/getAApiPollingDataConnector.js +0 -32
  474. package/dist-esm/samples-dev/getAApiPollingDataConnector.js.map +0 -1
  475. package/dist-esm/samples-dev/getAAscDataConnector.d.ts +0 -2
  476. package/dist-esm/samples-dev/getAAscDataConnector.d.ts.map +0 -1
  477. package/dist-esm/samples-dev/getAAscDataConnector.js +0 -32
  478. package/dist-esm/samples-dev/getAAscDataConnector.js.map +0 -1
  479. package/dist-esm/samples-dev/getABookmark.d.ts +0 -2
  480. package/dist-esm/samples-dev/getABookmark.d.ts.map +0 -1
  481. package/dist-esm/samples-dev/getABookmark.js +0 -32
  482. package/dist-esm/samples-dev/getABookmark.js.map +0 -1
  483. package/dist-esm/samples-dev/getABookmarkRelation.d.ts +0 -2
  484. package/dist-esm/samples-dev/getABookmarkRelation.d.ts.map +0 -1
  485. package/dist-esm/samples-dev/getABookmarkRelation.js +0 -33
  486. package/dist-esm/samples-dev/getABookmarkRelation.js.map +0 -1
  487. package/dist-esm/samples-dev/getACloudApplicationEntity.d.ts +0 -2
  488. package/dist-esm/samples-dev/getACloudApplicationEntity.d.ts.map +0 -1
  489. package/dist-esm/samples-dev/getACloudApplicationEntity.js +0 -32
  490. package/dist-esm/samples-dev/getACloudApplicationEntity.js.map +0 -1
  491. package/dist-esm/samples-dev/getADnsEntity.d.ts +0 -2
  492. package/dist-esm/samples-dev/getADnsEntity.d.ts.map +0 -1
  493. package/dist-esm/samples-dev/getADnsEntity.js +0 -32
  494. package/dist-esm/samples-dev/getADnsEntity.js.map +0 -1
  495. package/dist-esm/samples-dev/getADynamics365DataConnector.d.ts +0 -2
  496. package/dist-esm/samples-dev/getADynamics365DataConnector.d.ts.map +0 -1
  497. package/dist-esm/samples-dev/getADynamics365DataConnector.js +0 -32
  498. package/dist-esm/samples-dev/getADynamics365DataConnector.js.map +0 -1
  499. package/dist-esm/samples-dev/getAFileEntity.d.ts +0 -2
  500. package/dist-esm/samples-dev/getAFileEntity.d.ts.map +0 -1
  501. package/dist-esm/samples-dev/getAFileEntity.js +0 -32
  502. package/dist-esm/samples-dev/getAFileEntity.js.map +0 -1
  503. package/dist-esm/samples-dev/getAFileHashEntity.d.ts +0 -2
  504. package/dist-esm/samples-dev/getAFileHashEntity.d.ts.map +0 -1
  505. package/dist-esm/samples-dev/getAFileHashEntity.js +0 -32
  506. package/dist-esm/samples-dev/getAFileHashEntity.js.map +0 -1
  507. package/dist-esm/samples-dev/getAFusionAlertRule.d.ts +0 -2
  508. package/dist-esm/samples-dev/getAFusionAlertRule.d.ts.map +0 -1
  509. package/dist-esm/samples-dev/getAFusionAlertRule.js +0 -32
  510. package/dist-esm/samples-dev/getAFusionAlertRule.js.map +0 -1
  511. package/dist-esm/samples-dev/getAGenericUiDataConnector.d.ts +0 -2
  512. package/dist-esm/samples-dev/getAGenericUiDataConnector.d.ts.map +0 -1
  513. package/dist-esm/samples-dev/getAGenericUiDataConnector.js +0 -32
  514. package/dist-esm/samples-dev/getAGenericUiDataConnector.js.map +0 -1
  515. package/dist-esm/samples-dev/getAHostEntity.d.ts +0 -2
  516. package/dist-esm/samples-dev/getAHostEntity.d.ts.map +0 -1
  517. package/dist-esm/samples-dev/getAHostEntity.js +0 -32
  518. package/dist-esm/samples-dev/getAHostEntity.js.map +0 -1
  519. package/dist-esm/samples-dev/getAMailClusterEntity.d.ts +0 -2
  520. package/dist-esm/samples-dev/getAMailClusterEntity.d.ts.map +0 -1
  521. package/dist-esm/samples-dev/getAMailClusterEntity.js +0 -32
  522. package/dist-esm/samples-dev/getAMailClusterEntity.js.map +0 -1
  523. package/dist-esm/samples-dev/getAMailMessageEntity.d.ts +0 -2
  524. package/dist-esm/samples-dev/getAMailMessageEntity.d.ts.map +0 -1
  525. package/dist-esm/samples-dev/getAMailMessageEntity.js +0 -32
  526. package/dist-esm/samples-dev/getAMailMessageEntity.js.map +0 -1
  527. package/dist-esm/samples-dev/getAMailboxEntity.d.ts +0 -2
  528. package/dist-esm/samples-dev/getAMailboxEntity.d.ts.map +0 -1
  529. package/dist-esm/samples-dev/getAMailboxEntity.js +0 -32
  530. package/dist-esm/samples-dev/getAMailboxEntity.js.map +0 -1
  531. package/dist-esm/samples-dev/getAMalwareEntity.d.ts +0 -2
  532. package/dist-esm/samples-dev/getAMalwareEntity.d.ts.map +0 -1
  533. package/dist-esm/samples-dev/getAMalwareEntity.js +0 -32
  534. package/dist-esm/samples-dev/getAMalwareEntity.js.map +0 -1
  535. package/dist-esm/samples-dev/getAMcasDataConnector.d.ts +0 -2
  536. package/dist-esm/samples-dev/getAMcasDataConnector.d.ts.map +0 -1
  537. package/dist-esm/samples-dev/getAMcasDataConnector.js +0 -32
  538. package/dist-esm/samples-dev/getAMcasDataConnector.js.map +0 -1
  539. package/dist-esm/samples-dev/getAMdatpDataConnector.d.ts +0 -2
  540. package/dist-esm/samples-dev/getAMdatpDataConnector.d.ts.map +0 -1
  541. package/dist-esm/samples-dev/getAMdatpDataConnector.js +0 -32
  542. package/dist-esm/samples-dev/getAMdatpDataConnector.js.map +0 -1
  543. package/dist-esm/samples-dev/getAMicrosoftSecurityIncidentCreationRule.d.ts +0 -2
  544. package/dist-esm/samples-dev/getAMicrosoftSecurityIncidentCreationRule.d.ts.map +0 -1
  545. package/dist-esm/samples-dev/getAMicrosoftSecurityIncidentCreationRule.js +0 -32
  546. package/dist-esm/samples-dev/getAMicrosoftSecurityIncidentCreationRule.js.map +0 -1
  547. package/dist-esm/samples-dev/getAMicrosoftThreatIntelligenceDataConnector.d.ts +0 -2
  548. package/dist-esm/samples-dev/getAMicrosoftThreatIntelligenceDataConnector.d.ts.map +0 -1
  549. package/dist-esm/samples-dev/getAMicrosoftThreatIntelligenceDataConnector.js +0 -32
  550. package/dist-esm/samples-dev/getAMicrosoftThreatIntelligenceDataConnector.js.map +0 -1
  551. package/dist-esm/samples-dev/getAMicrosoftThreatProtectionDataConnector.d.ts +0 -2
  552. package/dist-esm/samples-dev/getAMicrosoftThreatProtectionDataConnector.d.ts.map +0 -1
  553. package/dist-esm/samples-dev/getAMicrosoftThreatProtectionDataConnector.js +0 -32
  554. package/dist-esm/samples-dev/getAMicrosoftThreatProtectionDataConnector.js.map +0 -1
  555. package/dist-esm/samples-dev/getAOfficeAtpDataConnector.d.ts +0 -2
  556. package/dist-esm/samples-dev/getAOfficeAtpDataConnector.d.ts.map +0 -1
  557. package/dist-esm/samples-dev/getAOfficeAtpDataConnector.js +0 -32
  558. package/dist-esm/samples-dev/getAOfficeAtpDataConnector.js.map +0 -1
  559. package/dist-esm/samples-dev/getAOfficeIrmDataConnector.d.ts +0 -2
  560. package/dist-esm/samples-dev/getAOfficeIrmDataConnector.d.ts.map +0 -1
  561. package/dist-esm/samples-dev/getAOfficeIrmDataConnector.js +0 -32
  562. package/dist-esm/samples-dev/getAOfficeIrmDataConnector.js.map +0 -1
  563. package/dist-esm/samples-dev/getAProcessEntity.d.ts +0 -2
  564. package/dist-esm/samples-dev/getAProcessEntity.d.ts.map +0 -1
  565. package/dist-esm/samples-dev/getAProcessEntity.js +0 -32
  566. package/dist-esm/samples-dev/getAProcessEntity.js.map +0 -1
  567. package/dist-esm/samples-dev/getARegistryKeyEntity.d.ts +0 -2
  568. package/dist-esm/samples-dev/getARegistryKeyEntity.d.ts.map +0 -1
  569. package/dist-esm/samples-dev/getARegistryKeyEntity.js +0 -32
  570. package/dist-esm/samples-dev/getARegistryKeyEntity.js.map +0 -1
  571. package/dist-esm/samples-dev/getARegistryValueEntity.d.ts +0 -2
  572. package/dist-esm/samples-dev/getARegistryValueEntity.d.ts.map +0 -1
  573. package/dist-esm/samples-dev/getARegistryValueEntity.js +0 -32
  574. package/dist-esm/samples-dev/getARegistryValueEntity.js.map +0 -1
  575. package/dist-esm/samples-dev/getAScheduledAlertRule.d.ts +0 -2
  576. package/dist-esm/samples-dev/getAScheduledAlertRule.d.ts.map +0 -1
  577. package/dist-esm/samples-dev/getAScheduledAlertRule.js +0 -32
  578. package/dist-esm/samples-dev/getAScheduledAlertRule.js.map +0 -1
  579. package/dist-esm/samples-dev/getASecurityAlertEntity.d.ts +0 -2
  580. package/dist-esm/samples-dev/getASecurityAlertEntity.d.ts.map +0 -1
  581. package/dist-esm/samples-dev/getASecurityAlertEntity.js +0 -32
  582. package/dist-esm/samples-dev/getASecurityAlertEntity.js.map +0 -1
  583. package/dist-esm/samples-dev/getASecurityGroupEntity.d.ts +0 -2
  584. package/dist-esm/samples-dev/getASecurityGroupEntity.d.ts.map +0 -1
  585. package/dist-esm/samples-dev/getASecurityGroupEntity.js +0 -32
  586. package/dist-esm/samples-dev/getASecurityGroupEntity.js.map +0 -1
  587. package/dist-esm/samples-dev/getASourceControl.d.ts +0 -2
  588. package/dist-esm/samples-dev/getASourceControl.d.ts.map +0 -1
  589. package/dist-esm/samples-dev/getASourceControl.js +0 -32
  590. package/dist-esm/samples-dev/getASourceControl.js.map +0 -1
  591. package/dist-esm/samples-dev/getASubmissionMailEntity.d.ts +0 -2
  592. package/dist-esm/samples-dev/getASubmissionMailEntity.d.ts.map +0 -1
  593. package/dist-esm/samples-dev/getASubmissionMailEntity.js +0 -32
  594. package/dist-esm/samples-dev/getASubmissionMailEntity.js.map +0 -1
  595. package/dist-esm/samples-dev/getATiDataConnector.d.ts +0 -2
  596. package/dist-esm/samples-dev/getATiDataConnector.d.ts.map +0 -1
  597. package/dist-esm/samples-dev/getATiDataConnector.js +0 -32
  598. package/dist-esm/samples-dev/getATiDataConnector.js.map +0 -1
  599. package/dist-esm/samples-dev/getATiTaxiiDataConnector.d.ts +0 -2
  600. package/dist-esm/samples-dev/getATiTaxiiDataConnector.d.ts.map +0 -1
  601. package/dist-esm/samples-dev/getATiTaxiiDataConnector.js +0 -32
  602. package/dist-esm/samples-dev/getATiTaxiiDataConnector.js.map +0 -1
  603. package/dist-esm/samples-dev/getAUrlEntity.d.ts +0 -2
  604. package/dist-esm/samples-dev/getAUrlEntity.d.ts.map +0 -1
  605. package/dist-esm/samples-dev/getAUrlEntity.js +0 -32
  606. package/dist-esm/samples-dev/getAUrlEntity.js.map +0 -1
  607. package/dist-esm/samples-dev/getAWatchlist.d.ts +0 -2
  608. package/dist-esm/samples-dev/getAWatchlist.d.ts.map +0 -1
  609. package/dist-esm/samples-dev/getAWatchlist.js +0 -32
  610. package/dist-esm/samples-dev/getAWatchlist.js.map +0 -1
  611. package/dist-esm/samples-dev/getAWatchlistItem.d.ts +0 -2
  612. package/dist-esm/samples-dev/getAWatchlistItem.d.ts.map +0 -1
  613. package/dist-esm/samples-dev/getAWatchlistItem.js +0 -33
  614. package/dist-esm/samples-dev/getAWatchlistItem.js.map +0 -1
  615. package/dist-esm/samples-dev/getAlertRuleTemplateById.d.ts +0 -2
  616. package/dist-esm/samples-dev/getAlertRuleTemplateById.d.ts.map +0 -1
  617. package/dist-esm/samples-dev/getAlertRuleTemplateById.js +0 -32
  618. package/dist-esm/samples-dev/getAlertRuleTemplateById.js.map +0 -1
  619. package/dist-esm/samples-dev/getAllActionsOfAlertRule.d.ts +0 -2
  620. package/dist-esm/samples-dev/getAllActionsOfAlertRule.d.ts.map +0 -1
  621. package/dist-esm/samples-dev/getAllActionsOfAlertRule.js +0 -46
  622. package/dist-esm/samples-dev/getAllActionsOfAlertRule.js.map +0 -1
  623. package/dist-esm/samples-dev/getAllAlertRuleTemplates.d.ts +0 -2
  624. package/dist-esm/samples-dev/getAllAlertRuleTemplates.d.ts.map +0 -1
  625. package/dist-esm/samples-dev/getAllAlertRuleTemplates.js +0 -45
  626. package/dist-esm/samples-dev/getAllAlertRuleTemplates.js.map +0 -1
  627. package/dist-esm/samples-dev/getAllAlertRules.d.ts +0 -2
  628. package/dist-esm/samples-dev/getAllAlertRules.d.ts.map +0 -1
  629. package/dist-esm/samples-dev/getAllAlertRules.js +0 -45
  630. package/dist-esm/samples-dev/getAllAlertRules.js.map +0 -1
  631. package/dist-esm/samples-dev/getAllAutomationRules.d.ts +0 -2
  632. package/dist-esm/samples-dev/getAllAutomationRules.d.ts.map +0 -1
  633. package/dist-esm/samples-dev/getAllAutomationRules.js +0 -45
  634. package/dist-esm/samples-dev/getAllAutomationRules.js.map +0 -1
  635. package/dist-esm/samples-dev/getAllBookmarkRelations.d.ts +0 -2
  636. package/dist-esm/samples-dev/getAllBookmarkRelations.d.ts.map +0 -1
  637. package/dist-esm/samples-dev/getAllBookmarkRelations.js +0 -46
  638. package/dist-esm/samples-dev/getAllBookmarkRelations.js.map +0 -1
  639. package/dist-esm/samples-dev/getAllBookmarks.d.ts +0 -2
  640. package/dist-esm/samples-dev/getAllBookmarks.d.ts.map +0 -1
  641. package/dist-esm/samples-dev/getAllBookmarks.js +0 -45
  642. package/dist-esm/samples-dev/getAllBookmarks.js.map +0 -1
  643. package/dist-esm/samples-dev/getAllDataConnectors.d.ts +0 -2
  644. package/dist-esm/samples-dev/getAllDataConnectors.d.ts.map +0 -1
  645. package/dist-esm/samples-dev/getAllDataConnectors.js +0 -45
  646. package/dist-esm/samples-dev/getAllDataConnectors.js.map +0 -1
  647. package/dist-esm/samples-dev/getAllEntities.d.ts +0 -2
  648. package/dist-esm/samples-dev/getAllEntities.d.ts.map +0 -1
  649. package/dist-esm/samples-dev/getAllEntities.js +0 -45
  650. package/dist-esm/samples-dev/getAllEntities.js.map +0 -1
  651. package/dist-esm/samples-dev/getAllEntityQueries.d.ts +0 -2
  652. package/dist-esm/samples-dev/getAllEntityQueries.d.ts.map +0 -1
  653. package/dist-esm/samples-dev/getAllEntityQueries.js +0 -47
  654. package/dist-esm/samples-dev/getAllEntityQueries.js.map +0 -1
  655. package/dist-esm/samples-dev/getAllEntityQueryTemplates.d.ts +0 -2
  656. package/dist-esm/samples-dev/getAllEntityQueryTemplates.d.ts.map +0 -1
  657. package/dist-esm/samples-dev/getAllEntityQueryTemplates.js +0 -45
  658. package/dist-esm/samples-dev/getAllEntityQueryTemplates.js.map +0 -1
  659. package/dist-esm/samples-dev/getAllIncidentAlerts.d.ts +0 -2
  660. package/dist-esm/samples-dev/getAllIncidentAlerts.d.ts.map +0 -1
  661. package/dist-esm/samples-dev/getAllIncidentAlerts.js +0 -32
  662. package/dist-esm/samples-dev/getAllIncidentAlerts.js.map +0 -1
  663. package/dist-esm/samples-dev/getAllIncidentBookmarks.d.ts +0 -2
  664. package/dist-esm/samples-dev/getAllIncidentBookmarks.d.ts.map +0 -1
  665. package/dist-esm/samples-dev/getAllIncidentBookmarks.js +0 -32
  666. package/dist-esm/samples-dev/getAllIncidentBookmarks.js.map +0 -1
  667. package/dist-esm/samples-dev/getAllIncidentComments.d.ts +0 -2
  668. package/dist-esm/samples-dev/getAllIncidentComments.d.ts.map +0 -1
  669. package/dist-esm/samples-dev/getAllIncidentComments.js +0 -46
  670. package/dist-esm/samples-dev/getAllIncidentComments.js.map +0 -1
  671. package/dist-esm/samples-dev/getAllIncidentRelations.d.ts +0 -2
  672. package/dist-esm/samples-dev/getAllIncidentRelations.d.ts.map +0 -1
  673. package/dist-esm/samples-dev/getAllIncidentRelations.js +0 -46
  674. package/dist-esm/samples-dev/getAllIncidentRelations.js.map +0 -1
  675. package/dist-esm/samples-dev/getAllIncidents.d.ts +0 -2
  676. package/dist-esm/samples-dev/getAllIncidents.d.ts.map +0 -1
  677. package/dist-esm/samples-dev/getAllIncidents.js.map +0 -1
  678. package/dist-esm/samples-dev/getAllMetadata.d.ts +0 -2
  679. package/dist-esm/samples-dev/getAllMetadata.d.ts.map +0 -1
  680. package/dist-esm/samples-dev/getAllMetadata.js +0 -45
  681. package/dist-esm/samples-dev/getAllMetadata.js.map +0 -1
  682. package/dist-esm/samples-dev/getAllMetadataWithODataFilterOrOrderbyOrSkipOrTop.d.ts +0 -2
  683. package/dist-esm/samples-dev/getAllMetadataWithODataFilterOrOrderbyOrSkipOrTop.d.ts.map +0 -1
  684. package/dist-esm/samples-dev/getAllMetadataWithODataFilterOrOrderbyOrSkipOrTop.js +0 -45
  685. package/dist-esm/samples-dev/getAllMetadataWithODataFilterOrOrderbyOrSkipOrTop.js.map +0 -1
  686. package/dist-esm/samples-dev/getAllOfficeConsents.d.ts +0 -2
  687. package/dist-esm/samples-dev/getAllOfficeConsents.d.ts.map +0 -1
  688. package/dist-esm/samples-dev/getAllOfficeConsents.js +0 -45
  689. package/dist-esm/samples-dev/getAllOfficeConsents.js.map +0 -1
  690. package/dist-esm/samples-dev/getAllRelationsOfAnEntity.d.ts +0 -2
  691. package/dist-esm/samples-dev/getAllRelationsOfAnEntity.d.ts.map +0 -1
  692. package/dist-esm/samples-dev/getAllRelationsOfAnEntity.js.map +0 -1
  693. package/dist-esm/samples-dev/getAllSentinelOnboardingStates.d.ts +0 -2
  694. package/dist-esm/samples-dev/getAllSentinelOnboardingStates.d.ts.map +0 -1
  695. package/dist-esm/samples-dev/getAllSentinelOnboardingStates.js +0 -31
  696. package/dist-esm/samples-dev/getAllSentinelOnboardingStates.js.map +0 -1
  697. package/dist-esm/samples-dev/getAllSettings.d.ts +0 -2
  698. package/dist-esm/samples-dev/getAllSettings.d.ts.map +0 -1
  699. package/dist-esm/samples-dev/getAllSettings.js +0 -31
  700. package/dist-esm/samples-dev/getAllSettings.js.map +0 -1
  701. package/dist-esm/samples-dev/getAllSourceControls.d.ts +0 -2
  702. package/dist-esm/samples-dev/getAllSourceControls.d.ts.map +0 -1
  703. package/dist-esm/samples-dev/getAllSourceControls.js +0 -45
  704. package/dist-esm/samples-dev/getAllSourceControls.js.map +0 -1
  705. package/dist-esm/samples-dev/getAllThreatIntelligenceIndicators.d.ts +0 -2
  706. package/dist-esm/samples-dev/getAllThreatIntelligenceIndicators.d.ts.map +0 -1
  707. package/dist-esm/samples-dev/getAllThreatIntelligenceIndicators.js +0 -45
  708. package/dist-esm/samples-dev/getAllThreatIntelligenceIndicators.js.map +0 -1
  709. package/dist-esm/samples-dev/getAllWatchlistItems.d.ts +0 -2
  710. package/dist-esm/samples-dev/getAllWatchlistItems.d.ts.map +0 -1
  711. package/dist-esm/samples-dev/getAllWatchlistItems.js +0 -46
  712. package/dist-esm/samples-dev/getAllWatchlistItems.js.map +0 -1
  713. package/dist-esm/samples-dev/getAllWatchlists.d.ts +0 -2
  714. package/dist-esm/samples-dev/getAllWatchlists.d.ts.map +0 -1
  715. package/dist-esm/samples-dev/getAllWatchlists.js +0 -45
  716. package/dist-esm/samples-dev/getAllWatchlists.js.map +0 -1
  717. package/dist-esm/samples-dev/getAnAadDataConnector.d.ts +0 -2
  718. package/dist-esm/samples-dev/getAnAadDataConnector.d.ts.map +0 -1
  719. package/dist-esm/samples-dev/getAnAadDataConnector.js +0 -32
  720. package/dist-esm/samples-dev/getAnAadDataConnector.js.map +0 -1
  721. package/dist-esm/samples-dev/getAnAatpDataConnector.d.ts +0 -2
  722. package/dist-esm/samples-dev/getAnAatpDataConnector.d.ts.map +0 -1
  723. package/dist-esm/samples-dev/getAnAatpDataConnector.js +0 -32
  724. package/dist-esm/samples-dev/getAnAatpDataConnector.js.map +0 -1
  725. package/dist-esm/samples-dev/getAnAccountEntity.d.ts +0 -2
  726. package/dist-esm/samples-dev/getAnAccountEntity.d.ts.map +0 -1
  727. package/dist-esm/samples-dev/getAnAccountEntity.js +0 -32
  728. package/dist-esm/samples-dev/getAnAccountEntity.js.map +0 -1
  729. package/dist-esm/samples-dev/getAnActionOfAlertRule.d.ts +0 -2
  730. package/dist-esm/samples-dev/getAnActionOfAlertRule.d.ts.map +0 -1
  731. package/dist-esm/samples-dev/getAnActionOfAlertRule.js +0 -33
  732. package/dist-esm/samples-dev/getAnActionOfAlertRule.js.map +0 -1
  733. package/dist-esm/samples-dev/getAnActivityEntityQuery.d.ts +0 -2
  734. package/dist-esm/samples-dev/getAnActivityEntityQuery.d.ts.map +0 -1
  735. package/dist-esm/samples-dev/getAnActivityEntityQuery.js +0 -32
  736. package/dist-esm/samples-dev/getAnActivityEntityQuery.js.map +0 -1
  737. package/dist-esm/samples-dev/getAnActivityEntityQueryTemplate.d.ts +0 -2
  738. package/dist-esm/samples-dev/getAnActivityEntityQueryTemplate.d.ts.map +0 -1
  739. package/dist-esm/samples-dev/getAnActivityEntityQueryTemplate.js +0 -32
  740. package/dist-esm/samples-dev/getAnActivityEntityQueryTemplate.js.map +0 -1
  741. package/dist-esm/samples-dev/getAnAutomationRule.d.ts +0 -2
  742. package/dist-esm/samples-dev/getAnAutomationRule.d.ts.map +0 -1
  743. package/dist-esm/samples-dev/getAnAutomationRule.js +0 -32
  744. package/dist-esm/samples-dev/getAnAutomationRule.js.map +0 -1
  745. package/dist-esm/samples-dev/getAnAwsCloudTrailDataConnector.d.ts +0 -2
  746. package/dist-esm/samples-dev/getAnAwsCloudTrailDataConnector.d.ts.map +0 -1
  747. package/dist-esm/samples-dev/getAnAwsCloudTrailDataConnector.js +0 -32
  748. package/dist-esm/samples-dev/getAnAwsCloudTrailDataConnector.js.map +0 -1
  749. package/dist-esm/samples-dev/getAnAwsS3DataConnector.d.ts +0 -2
  750. package/dist-esm/samples-dev/getAnAwsS3DataConnector.d.ts.map +0 -1
  751. package/dist-esm/samples-dev/getAnAwsS3DataConnector.js +0 -32
  752. package/dist-esm/samples-dev/getAnAwsS3DataConnector.js.map +0 -1
  753. package/dist-esm/samples-dev/getAnAzureResourceEntity.d.ts +0 -2
  754. package/dist-esm/samples-dev/getAnAzureResourceEntity.d.ts.map +0 -1
  755. package/dist-esm/samples-dev/getAnAzureResourceEntity.js +0 -32
  756. package/dist-esm/samples-dev/getAnAzureResourceEntity.js.map +0 -1
  757. package/dist-esm/samples-dev/getAnEntityRelation.d.ts +0 -2
  758. package/dist-esm/samples-dev/getAnEntityRelation.d.ts.map +0 -1
  759. package/dist-esm/samples-dev/getAnEntityRelation.js +0 -33
  760. package/dist-esm/samples-dev/getAnEntityRelation.js.map +0 -1
  761. package/dist-esm/samples-dev/getAnExpansionEntityQuery.d.ts +0 -2
  762. package/dist-esm/samples-dev/getAnExpansionEntityQuery.d.ts.map +0 -1
  763. package/dist-esm/samples-dev/getAnExpansionEntityQuery.js +0 -32
  764. package/dist-esm/samples-dev/getAnExpansionEntityQuery.js.map +0 -1
  765. package/dist-esm/samples-dev/getAnIPEntity.d.ts +0 -2
  766. package/dist-esm/samples-dev/getAnIPEntity.d.ts.map +0 -1
  767. package/dist-esm/samples-dev/getAnIPEntity.js +0 -32
  768. package/dist-esm/samples-dev/getAnIPEntity.js.map +0 -1
  769. package/dist-esm/samples-dev/getAnIncident.d.ts +0 -2
  770. package/dist-esm/samples-dev/getAnIncident.d.ts.map +0 -1
  771. package/dist-esm/samples-dev/getAnIncident.js +0 -32
  772. package/dist-esm/samples-dev/getAnIncident.js.map +0 -1
  773. package/dist-esm/samples-dev/getAnIncidentComment.d.ts +0 -2
  774. package/dist-esm/samples-dev/getAnIncidentComment.d.ts.map +0 -1
  775. package/dist-esm/samples-dev/getAnIncidentComment.js +0 -33
  776. package/dist-esm/samples-dev/getAnIncidentComment.js.map +0 -1
  777. package/dist-esm/samples-dev/getAnIncidentRelation.d.ts +0 -2
  778. package/dist-esm/samples-dev/getAnIncidentRelation.d.ts.map +0 -1
  779. package/dist-esm/samples-dev/getAnIncidentRelation.js +0 -33
  780. package/dist-esm/samples-dev/getAnIncidentRelation.js.map +0 -1
  781. package/dist-esm/samples-dev/getAnIoTDeviceEntity.d.ts +0 -2
  782. package/dist-esm/samples-dev/getAnIoTDeviceEntity.d.ts.map +0 -1
  783. package/dist-esm/samples-dev/getAnIoTDeviceEntity.js +0 -32
  784. package/dist-esm/samples-dev/getAnIoTDeviceEntity.js.map +0 -1
  785. package/dist-esm/samples-dev/getAnNrtAlertRule.d.ts +0 -2
  786. package/dist-esm/samples-dev/getAnNrtAlertRule.d.ts.map +0 -1
  787. package/dist-esm/samples-dev/getAnNrtAlertRule.js +0 -32
  788. package/dist-esm/samples-dev/getAnNrtAlertRule.js.map +0 -1
  789. package/dist-esm/samples-dev/getAnOffice365DataConnector.d.ts +0 -2
  790. package/dist-esm/samples-dev/getAnOffice365DataConnector.d.ts.map +0 -1
  791. package/dist-esm/samples-dev/getAnOffice365DataConnector.js +0 -32
  792. package/dist-esm/samples-dev/getAnOffice365DataConnector.js.map +0 -1
  793. package/dist-esm/samples-dev/getAnOfficeConsent.d.ts +0 -2
  794. package/dist-esm/samples-dev/getAnOfficeConsent.d.ts.map +0 -1
  795. package/dist-esm/samples-dev/getAnOfficeConsent.js +0 -32
  796. package/dist-esm/samples-dev/getAnOfficeConsent.js.map +0 -1
  797. package/dist-esm/samples-dev/getEntityQuery.d.ts +0 -2
  798. package/dist-esm/samples-dev/getEntityQuery.d.ts.map +0 -1
  799. package/dist-esm/samples-dev/getEntityQuery.js +0 -33
  800. package/dist-esm/samples-dev/getEntityQuery.js.map +0 -1
  801. package/dist-esm/samples-dev/getEyesOnSettings.d.ts +0 -2
  802. package/dist-esm/samples-dev/getEyesOnSettings.d.ts.map +0 -1
  803. package/dist-esm/samples-dev/getEyesOnSettings.js +0 -32
  804. package/dist-esm/samples-dev/getEyesOnSettings.js.map +0 -1
  805. package/dist-esm/samples-dev/getGeodataForASingleIPAddress.d.ts +0 -2
  806. package/dist-esm/samples-dev/getGeodataForASingleIPAddress.d.ts.map +0 -1
  807. package/dist-esm/samples-dev/getGeodataForASingleIPAddress.js +0 -31
  808. package/dist-esm/samples-dev/getGeodataForASingleIPAddress.js.map +0 -1
  809. package/dist-esm/samples-dev/getRepositoryList.d.ts +0 -2
  810. package/dist-esm/samples-dev/getRepositoryList.d.ts.map +0 -1
  811. package/dist-esm/samples-dev/getRepositoryList.js +0 -46
  812. package/dist-esm/samples-dev/getRepositoryList.js.map +0 -1
  813. package/dist-esm/samples-dev/getSentinelOnboardingState.d.ts +0 -2
  814. package/dist-esm/samples-dev/getSentinelOnboardingState.d.ts.map +0 -1
  815. package/dist-esm/samples-dev/getSentinelOnboardingState.js +0 -32
  816. package/dist-esm/samples-dev/getSentinelOnboardingState.js.map +0 -1
  817. package/dist-esm/samples-dev/getSingleMetadataByName.d.ts +0 -2
  818. package/dist-esm/samples-dev/getSingleMetadataByName.d.ts.map +0 -1
  819. package/dist-esm/samples-dev/getSingleMetadataByName.js +0 -32
  820. package/dist-esm/samples-dev/getSingleMetadataByName.js.map +0 -1
  821. package/dist-esm/samples-dev/getThreatIntelligenceIndicatorsMetrics.d.ts +0 -2
  822. package/dist-esm/samples-dev/getThreatIntelligenceIndicatorsMetrics.d.ts.map +0 -1
  823. package/dist-esm/samples-dev/getThreatIntelligenceIndicatorsMetrics.js +0 -31
  824. package/dist-esm/samples-dev/getThreatIntelligenceIndicatorsMetrics.js.map +0 -1
  825. package/dist-esm/samples-dev/getWhoisInformationForASingleDomainName.d.ts +0 -2
  826. package/dist-esm/samples-dev/getWhoisInformationForASingleDomainName.d.ts.map +0 -1
  827. package/dist-esm/samples-dev/getWhoisInformationForASingleDomainName.js +0 -31
  828. package/dist-esm/samples-dev/getWhoisInformationForASingleDomainName.js.map +0 -1
  829. package/dist-esm/samples-dev/getsAllIncidentRelatedEntities.d.ts +0 -2
  830. package/dist-esm/samples-dev/getsAllIncidentRelatedEntities.d.ts.map +0 -1
  831. package/dist-esm/samples-dev/getsAllIncidentRelatedEntities.js +0 -32
  832. package/dist-esm/samples-dev/getsAllIncidentRelatedEntities.js.map +0 -1
  833. package/dist-esm/samples-dev/queryThreatIntelligenceIndicatorsAsPerFilteringCriteria.d.ts +0 -2
  834. package/dist-esm/samples-dev/queryThreatIntelligenceIndicatorsAsPerFilteringCriteria.d.ts.map +0 -1
  835. package/dist-esm/samples-dev/queryThreatIntelligenceIndicatorsAsPerFilteringCriteria.js +0 -54
  836. package/dist-esm/samples-dev/queryThreatIntelligenceIndicatorsAsPerFilteringCriteria.js.map +0 -1
  837. package/dist-esm/samples-dev/replaceTagsToAThreatIntelligence.d.ts +0 -2
  838. package/dist-esm/samples-dev/replaceTagsToAThreatIntelligence.d.ts.map +0 -1
  839. package/dist-esm/samples-dev/replaceTagsToAThreatIntelligence.js +0 -37
  840. package/dist-esm/samples-dev/replaceTagsToAThreatIntelligence.js.map +0 -1
  841. package/dist-esm/samples-dev/updateAThreatIntelligenceIndicator.d.ts +0 -2
  842. package/dist-esm/samples-dev/updateAThreatIntelligenceIndicator.d.ts.map +0 -1
  843. package/dist-esm/samples-dev/updateAThreatIntelligenceIndicator.js +0 -52
  844. package/dist-esm/samples-dev/updateAThreatIntelligenceIndicator.js.map +0 -1
  845. package/dist-esm/samples-dev/updateEyesOnSettings.d.ts +0 -2
  846. package/dist-esm/samples-dev/updateEyesOnSettings.d.ts.map +0 -1
  847. package/dist-esm/samples-dev/updateEyesOnSettings.js +0 -36
  848. package/dist-esm/samples-dev/updateEyesOnSettings.js.map +0 -1
  849. package/dist-esm/samples-dev/updateMetadata.d.ts +0 -2
  850. package/dist-esm/samples-dev/updateMetadata.d.ts.map +0 -1
  851. package/dist-esm/samples-dev/updateMetadata.js +0 -35
  852. package/dist-esm/samples-dev/updateMetadata.js.map +0 -1
  853. package/dist-esm/samples-dev/viewAThreatIntelligenceIndicatorByName.d.ts +0 -2
  854. package/dist-esm/samples-dev/viewAThreatIntelligenceIndicatorByName.d.ts.map +0 -1
  855. package/dist-esm/samples-dev/viewAThreatIntelligenceIndicatorByName.js +0 -32
  856. package/dist-esm/samples-dev/viewAThreatIntelligenceIndicatorByName.js.map +0 -1
  857. package/dist-esm/test/sampleTest.d.ts +0 -2
  858. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  859. package/dist-esm/test/sampleTest.js +0 -40
  860. package/dist-esm/test/sampleTest.js.map +0 -1
@@ -1,53 +1,65 @@
1
1
  import * as coreAuth from '@azure/core-auth';
2
2
  import * as coreClient from '@azure/core-client';
3
3
  import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
+ import { PollerLike } from '@azure/core-lro';
5
+ import { PollOperationState } from '@azure/core-lro';
4
6
 
5
7
  /** Represents AAD (Azure Active Directory) requirements check request. */
6
- export declare type AADCheckRequirements = DataConnectorsCheckRequirements & {
8
+ export declare interface AADCheckRequirements extends DataConnectorsCheckRequirements {
7
9
  /** Polymorphic discriminator, which specifies the different types this object can be */
8
10
  kind: "AzureActiveDirectory";
9
11
  /** The tenant id to connect to, and get the data from. */
10
12
  tenantId?: string;
11
- };
13
+ }
12
14
 
13
15
  /** AAD (Azure Active Directory) requirements check properties. */
14
- export declare type AADCheckRequirementsProperties = DataConnectorTenantId & {};
16
+ export declare interface AADCheckRequirementsProperties extends DataConnectorTenantId {
17
+ }
15
18
 
16
19
  /** Represents AAD (Azure Active Directory) data connector. */
17
- export declare type AADDataConnector = DataConnector & {
20
+ export declare interface AADDataConnector extends DataConnector {
21
+ /** Polymorphic discriminator, which specifies the different types this object can be */
22
+ kind: "AzureActiveDirectory";
18
23
  /** The tenant id to connect to, and get the data from. */
19
24
  tenantId?: string;
20
25
  /** The available data types for the connector. */
21
26
  dataTypes?: AlertsDataTypeOfDataConnector;
22
- };
27
+ }
23
28
 
24
29
  /** AAD (Azure Active Directory) data connector properties. */
25
- export declare type AADDataConnectorProperties = DataConnectorTenantId & DataConnectorWithAlertsProperties & {};
30
+ export declare interface AADDataConnectorProperties extends DataConnectorTenantId, DataConnectorWithAlertsProperties {
31
+ }
26
32
 
27
33
  /** Represents AATP (Azure Advanced Threat Protection) requirements check request. */
28
- export declare type AatpCheckRequirements = DataConnectorsCheckRequirements & {
34
+ export declare interface AatpCheckRequirements extends DataConnectorsCheckRequirements {
29
35
  /** Polymorphic discriminator, which specifies the different types this object can be */
30
36
  kind: "AzureAdvancedThreatProtection";
31
37
  /** The tenant id to connect to, and get the data from. */
32
38
  tenantId?: string;
33
- };
39
+ }
34
40
 
35
41
  /** AATP (Azure Advanced Threat Protection) requirements check properties. */
36
- export declare type AatpCheckRequirementsProperties = DataConnectorTenantId & {};
42
+ export declare interface AatpCheckRequirementsProperties extends DataConnectorTenantId {
43
+ }
37
44
 
38
45
  /** Represents AATP (Azure Advanced Threat Protection) data connector. */
39
- export declare type AatpDataConnector = DataConnector & {
46
+ export declare interface AatpDataConnector extends DataConnector {
47
+ /** Polymorphic discriminator, which specifies the different types this object can be */
48
+ kind: "AzureAdvancedThreatProtection";
40
49
  /** The tenant id to connect to, and get the data from. */
41
50
  tenantId?: string;
42
51
  /** The available data types for the connector. */
43
52
  dataTypes?: AlertsDataTypeOfDataConnector;
44
- };
53
+ }
45
54
 
46
55
  /** AATP (Azure Advanced Threat Protection) data connector properties. */
47
- export declare type AatpDataConnectorProperties = DataConnectorTenantId & DataConnectorWithAlertsProperties & {};
56
+ export declare interface AatpDataConnectorProperties extends DataConnectorTenantId, DataConnectorWithAlertsProperties {
57
+ }
48
58
 
49
59
  /** Represents an account entity. */
50
- export declare type AccountEntity = Entity & {
60
+ export declare interface AccountEntity extends Entity {
61
+ /** Polymorphic discriminator, which specifies the different types this object can be */
62
+ kind: "Account";
51
63
  /**
52
64
  * A bag of custom fields that should be part of the entity and will be presented to the user.
53
65
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -120,10 +132,10 @@ export declare type AccountEntity = Entity & {
120
132
  * NOTE: This property will not be serialized. It can only be populated by the server.
121
133
  */
122
134
  readonly dnsDomain?: string;
123
- };
135
+ }
124
136
 
125
137
  /** Account entity property bag. */
126
- export declare type AccountEntityProperties = EntityCommonProperties & {
138
+ export declare interface AccountEntityProperties extends EntityCommonProperties {
127
139
  /**
128
140
  * The Azure Active Directory tenant id.
129
141
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -184,7 +196,7 @@ export declare type AccountEntityProperties = EntityCommonProperties & {
184
196
  * NOTE: This property will not be serialized. It can only be populated by the server.
185
197
  */
186
198
  readonly dnsDomain?: string;
187
- };
199
+ }
188
200
 
189
201
  /** Action property bag base. */
190
202
  export declare interface ActionPropertiesBase {
@@ -193,32 +205,32 @@ export declare interface ActionPropertiesBase {
193
205
  }
194
206
 
195
207
  /** Action for alert rule. */
196
- export declare type ActionRequest = ResourceWithEtag & {
208
+ export declare interface ActionRequest extends ResourceWithEtag {
197
209
  /** Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}. */
198
210
  logicAppResourceId?: string;
199
211
  /** Logic App Callback URL for this specific workflow. */
200
212
  triggerUri?: string;
201
- };
213
+ }
202
214
 
203
215
  /** Action property bag. */
204
- export declare type ActionRequestProperties = ActionPropertiesBase & {
216
+ export declare interface ActionRequestProperties extends ActionPropertiesBase {
205
217
  /** Logic App Callback URL for this specific workflow. */
206
218
  triggerUri: string;
207
- };
219
+ }
208
220
 
209
221
  /** Action for alert rule. */
210
- export declare type ActionResponse = ResourceWithEtag & {
222
+ export declare interface ActionResponse extends ResourceWithEtag {
211
223
  /** Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}. */
212
224
  logicAppResourceId?: string;
213
225
  /** The name of the logic app's workflow. */
214
226
  workflowId?: string;
215
- };
227
+ }
216
228
 
217
229
  /** Action property bag. */
218
- export declare type ActionResponseProperties = ActionPropertiesBase & {
230
+ export declare interface ActionResponseProperties extends ActionPropertiesBase {
219
231
  /** The name of the logic app's workflow. */
220
232
  workflowId?: string;
221
- };
233
+ }
222
234
 
223
235
  /** Interface representing a Actions. */
224
236
  export declare interface Actions {
@@ -314,7 +326,9 @@ export declare type ActionsListByAlertRuleResponse = ActionsList;
314
326
  export declare type ActionType = string;
315
327
 
316
328
  /** Represents Activity entity query. */
317
- export declare type ActivityCustomEntityQuery = CustomEntityQuery & {
329
+ export declare interface ActivityCustomEntityQuery extends CustomEntityQuery {
330
+ /** Polymorphic discriminator, which specifies the different types this object can be */
331
+ kind: "Activity";
318
332
  /** The entity query title */
319
333
  title?: string;
320
334
  /** The entity query content to display in timeline */
@@ -345,7 +359,7 @@ export declare type ActivityCustomEntityQuery = CustomEntityQuery & {
345
359
  * NOTE: This property will not be serialized. It can only be populated by the server.
346
360
  */
347
361
  readonly lastModifiedTimeUtc?: Date;
348
- };
362
+ }
349
363
 
350
364
  /** The Activity query definitions */
351
365
  export declare interface ActivityEntityQueriesPropertiesQueryDefinitions {
@@ -354,7 +368,9 @@ export declare interface ActivityEntityQueriesPropertiesQueryDefinitions {
354
368
  }
355
369
 
356
370
  /** Represents Activity entity query. */
357
- export declare type ActivityEntityQuery = EntityQuery & {
371
+ export declare interface ActivityEntityQuery extends EntityQuery {
372
+ /** Polymorphic discriminator, which specifies the different types this object can be */
373
+ kind: "Activity";
358
374
  /** The entity query title */
359
375
  title?: string;
360
376
  /** The entity query content to display in timeline */
@@ -385,10 +401,12 @@ export declare type ActivityEntityQuery = EntityQuery & {
385
401
  * NOTE: This property will not be serialized. It can only be populated by the server.
386
402
  */
387
403
  readonly lastModifiedTimeUtc?: Date;
388
- };
404
+ }
389
405
 
390
406
  /** Represents Activity entity query. */
391
- export declare type ActivityEntityQueryTemplate = EntityQueryTemplate & {
407
+ export declare interface ActivityEntityQueryTemplate extends EntityQueryTemplate {
408
+ /** Polymorphic discriminator, which specifies the different types this object can be */
409
+ kind: "Activity";
392
410
  /** The entity query title */
393
411
  title?: string;
394
412
  /** The entity query content to display in timeline */
@@ -407,7 +425,7 @@ export declare type ActivityEntityQueryTemplate = EntityQueryTemplate & {
407
425
  entitiesFilter?: {
408
426
  [propertyName: string]: string[];
409
427
  };
410
- };
428
+ }
411
429
 
412
430
  /** The Activity query definitions */
413
431
  export declare interface ActivityEntityQueryTemplatePropertiesQueryDefinitions {
@@ -418,7 +436,7 @@ export declare interface ActivityEntityQueryTemplatePropertiesQueryDefinitions {
418
436
  }
419
437
 
420
438
  /** Represents Activity timeline item. */
421
- export declare type ActivityTimelineItem = EntityTimelineItem & {
439
+ export declare interface ActivityTimelineItem extends EntityTimelineItem {
422
440
  /** Polymorphic discriminator, which specifies the different types this object can be */
423
441
  kind: "Activity";
424
442
  /** The activity query id. */
@@ -435,7 +453,7 @@ export declare type ActivityTimelineItem = EntityTimelineItem & {
435
453
  content: string;
436
454
  /** The activity timeline title. */
437
455
  title: string;
438
- };
456
+ }
439
457
 
440
458
  /**
441
459
  * Defines values for AlertDetail. \
@@ -460,10 +478,10 @@ export declare interface AlertDetailsOverride {
460
478
  }
461
479
 
462
480
  /** Alert rule. */
463
- export declare type AlertRule = ResourceWithEtag & {
481
+ export declare interface AlertRule extends ResourceWithEtag {
464
482
  /** The kind of the alert rule */
465
483
  kind: AlertRuleKind;
466
- };
484
+ }
467
485
 
468
486
  /**
469
487
  * Defines values for AlertRuleKind. \
@@ -559,10 +577,10 @@ export declare interface AlertRulesListOptionalParams extends coreClient.Operati
559
577
  export declare type AlertRulesListResponse = AlertRulesList;
560
578
 
561
579
  /** Alert rule template. */
562
- export declare type AlertRuleTemplate = Resource & {
580
+ export declare interface AlertRuleTemplate extends Resource {
563
581
  /** The kind of the alert rule */
564
582
  kind: AlertRuleKind;
565
- };
583
+ }
566
584
 
567
585
  /** alert rule template data sources */
568
586
  export declare interface AlertRuleTemplateDataSource {
@@ -650,12 +668,12 @@ export declare type AlertRuleTemplatesListResponse = AlertRuleTemplatesList;
650
668
  export declare type AlertRuleTemplateUnion = AlertRuleTemplate | MLBehaviorAnalyticsAlertRuleTemplate | FusionAlertRuleTemplate | ThreatIntelligenceAlertRuleTemplate | MicrosoftSecurityIncidentCreationAlertRuleTemplate | ScheduledAlertRuleTemplate | NrtAlertRuleTemplate;
651
669
 
652
670
  /** Alert rule template with MITRE property bag. */
653
- export declare type AlertRuleTemplateWithMitreProperties = AlertRuleTemplatePropertiesBase & {
671
+ export declare interface AlertRuleTemplateWithMitreProperties extends AlertRuleTemplatePropertiesBase {
654
672
  /** The tactics of the alert rule */
655
673
  tactics?: AttackTactic[];
656
674
  /** The techniques of the alert rule */
657
675
  techniques?: string[];
658
- };
676
+ }
659
677
 
660
678
  export declare type AlertRuleUnion = AlertRule | MLBehaviorAnalyticsAlertRule | FusionAlertRule | ThreatIntelligenceAlertRule | MicrosoftSecurityIncidentCreationAlertRule | ScheduledAlertRule | NrtAlertRule;
661
679
 
@@ -691,13 +709,80 @@ export declare type AlertSeverity = string;
691
709
  export declare type AlertStatus = string;
692
710
 
693
711
  /** Settings with single toggle. */
694
- export declare type Anomalies = Settings & {
712
+ export declare interface Anomalies extends Settings {
713
+ /** Polymorphic discriminator, which specifies the different types this object can be */
714
+ kind: "Anomalies";
695
715
  /**
696
716
  * Determines whether the setting is enable or disabled.
697
717
  * NOTE: This property will not be serialized. It can only be populated by the server.
698
718
  */
699
719
  readonly isEnabled?: boolean;
700
- };
720
+ }
721
+
722
+ /** Represents Anomaly Security ML Analytics Settings */
723
+ export declare interface AnomalySecurityMLAnalyticsSettings extends SecurityMLAnalyticsSetting {
724
+ /** Polymorphic discriminator, which specifies the different types this object can be */
725
+ kind: "Anomaly";
726
+ /** The description of the SecurityMLAnalyticsSettings. */
727
+ description?: string;
728
+ /** The display name for settings created by this SecurityMLAnalyticsSettings. */
729
+ displayName?: string;
730
+ /** Determines whether this settings is enabled or disabled. */
731
+ enabled?: boolean;
732
+ /**
733
+ * The last time that this SecurityMLAnalyticsSettings has been modified.
734
+ * NOTE: This property will not be serialized. It can only be populated by the server.
735
+ */
736
+ readonly lastModifiedUtc?: Date;
737
+ /** The required data sources for this SecurityMLAnalyticsSettings */
738
+ requiredDataConnectors?: SecurityMLAnalyticsSettingsDataSource[];
739
+ /** The tactics of the SecurityMLAnalyticsSettings */
740
+ tactics?: AttackTactic[];
741
+ /** The techniques of the SecurityMLAnalyticsSettings */
742
+ techniques?: string[];
743
+ /** The anomaly version of the AnomalySecurityMLAnalyticsSettings. */
744
+ anomalyVersion?: string;
745
+ /** The customizable observations of the AnomalySecurityMLAnalyticsSettings. */
746
+ customizableObservations?: Record<string, unknown>;
747
+ /** The frequency that this SecurityMLAnalyticsSettings will be run. */
748
+ frequency?: string;
749
+ /** The anomaly SecurityMLAnalyticsSettings status */
750
+ settingsStatus?: SettingsStatus;
751
+ /** Determines whether this anomaly security ml analytics settings is a default settings */
752
+ isDefaultSettings?: boolean;
753
+ /** The anomaly settings version of the Anomaly security ml analytics settings that dictates whether job version gets updated or not. */
754
+ anomalySettingsVersion?: number;
755
+ /** The anomaly settings definition Id */
756
+ settingsDefinitionId?: string;
757
+ }
758
+
759
+ /** Represents anomaly timeline item. */
760
+ export declare interface AnomalyTimelineItem extends EntityTimelineItem {
761
+ /** Polymorphic discriminator, which specifies the different types this object can be */
762
+ kind: "Anomaly";
763
+ /** The anomaly azure resource id. */
764
+ azureResourceId: string;
765
+ /** The anomaly product name. */
766
+ productName?: string;
767
+ /** The anomaly description. */
768
+ description?: string;
769
+ /** The anomaly name. */
770
+ displayName: string;
771
+ /** The anomaly end time. */
772
+ endTimeUtc: Date;
773
+ /** The anomaly start time. */
774
+ startTimeUtc: Date;
775
+ /** The anomaly generated time. */
776
+ timeGenerated: Date;
777
+ /** The name of the anomaly vendor. */
778
+ vendor?: string;
779
+ /** The intent of the anomaly. */
780
+ intent?: string;
781
+ /** The techniques of the anomaly. */
782
+ techniques?: string[];
783
+ /** The reasons that cause the anomaly. */
784
+ reasons?: string[];
785
+ }
701
786
 
702
787
  /**
703
788
  * Defines values for AntispamMailDirection. \
@@ -712,26 +797,28 @@ export declare type Anomalies = Settings & {
712
797
  export declare type AntispamMailDirection = string;
713
798
 
714
799
  /** Represents ASC (Azure Security Center) requirements check request. */
715
- export declare type ASCCheckRequirements = DataConnectorsCheckRequirements & {
800
+ export declare interface ASCCheckRequirements extends DataConnectorsCheckRequirements {
716
801
  /** Polymorphic discriminator, which specifies the different types this object can be */
717
802
  kind: "AzureSecurityCenter";
718
803
  /** The subscription id to connect to, and get the data from. */
719
804
  subscriptionId?: string;
720
- };
805
+ }
721
806
 
722
807
  /** Represents ASC (Azure Security Center) data connector. */
723
- export declare type ASCDataConnector = DataConnector & {
808
+ export declare interface ASCDataConnector extends DataConnector {
809
+ /** Polymorphic discriminator, which specifies the different types this object can be */
810
+ kind: "AzureSecurityCenter";
724
811
  /** The available data types for the connector. */
725
812
  dataTypes?: AlertsDataTypeOfDataConnector;
726
813
  /** The subscription id to connect to, and get the data from. */
727
814
  subscriptionId?: string;
728
- };
815
+ }
729
816
 
730
817
  /** ASC (Azure Security Center) data connector properties. */
731
- export declare type ASCDataConnectorProperties = DataConnectorWithAlertsProperties & {
818
+ export declare interface ASCDataConnectorProperties extends DataConnectorWithAlertsProperties {
732
819
  /** The subscription id to connect to, and get the data from. */
733
820
  subscriptionId?: string;
734
- };
821
+ }
735
822
 
736
823
  /**
737
824
  * Defines values for AttackTactic. \
@@ -758,22 +845,22 @@ export declare type ASCDataConnectorProperties = DataConnectorWithAlertsProperti
758
845
  */
759
846
  export declare type AttackTactic = string;
760
847
 
761
- export declare type AutomationRule = ResourceWithEtag & {
762
- /** The display name of the automation rule */
848
+ export declare interface AutomationRule extends ResourceWithEtag {
849
+ /** The display name of the automation rule. */
763
850
  displayName: string;
764
- /** The order of execution of the automation rule */
851
+ /** The order of execution of the automation rule. */
765
852
  order: number;
766
- /** Describes automation rule triggering logic */
853
+ /** Describes automation rule triggering logic. */
767
854
  triggeringLogic: AutomationRuleTriggeringLogic;
768
- /** The actions to execute when the automation rule is triggered */
855
+ /** The actions to execute when the automation rule is triggered. */
769
856
  actions: AutomationRuleActionUnion[];
770
857
  /**
771
- * The last time the automation rule was updated
858
+ * The last time the automation rule was updated.
772
859
  * NOTE: This property will not be serialized. It can only be populated by the server.
773
860
  */
774
861
  readonly lastModifiedTimeUtc?: Date;
775
862
  /**
776
- * The time the automation rule was created
863
+ * The time the automation rule was created.
777
864
  * NOTE: This property will not be serialized. It can only be populated by the server.
778
865
  */
779
866
  readonly createdTimeUtc?: Date;
@@ -787,9 +874,9 @@ export declare type AutomationRule = ResourceWithEtag & {
787
874
  * NOTE: This property will not be serialized. It can only be populated by the server.
788
875
  */
789
876
  readonly createdBy?: ClientInfo;
790
- };
877
+ }
791
878
 
792
- /** Describes an automation rule action */
879
+ /** Describes an automation rule action. */
793
880
  export declare interface AutomationRuleAction {
794
881
  /** Polymorphic discriminator, which specifies the different types this object can be */
795
882
  actionType: "ModifyProperties" | "RunPlaybook";
@@ -798,20 +885,107 @@ export declare interface AutomationRuleAction {
798
885
 
799
886
  export declare type AutomationRuleActionUnion = AutomationRuleAction | AutomationRuleModifyPropertiesAction | AutomationRuleRunPlaybookAction;
800
887
 
801
- /** Describes an automation rule condition */
888
+ export declare interface AutomationRuleBooleanCondition {
889
+ operator?: AutomationRuleBooleanConditionSupportedOperator;
890
+ innerConditions?: AutomationRuleConditionUnion[];
891
+ }
892
+
893
+ /**
894
+ * Defines values for AutomationRuleBooleanConditionSupportedOperator. \
895
+ * {@link KnownAutomationRuleBooleanConditionSupportedOperator} can be used interchangeably with AutomationRuleBooleanConditionSupportedOperator,
896
+ * this enum contains the known values that the service supports.
897
+ * ### Known values supported by the service
898
+ * **And**: Evaluates as true if all the item conditions are evaluated as true \
899
+ * **Or**: Evaluates as true if at least one of the item conditions are evaluated as true
900
+ */
901
+ export declare type AutomationRuleBooleanConditionSupportedOperator = string;
902
+
903
+ /** Describes an automation rule condition. */
802
904
  export declare interface AutomationRuleCondition {
803
905
  /** Polymorphic discriminator, which specifies the different types this object can be */
804
- conditionType: "Property";
906
+ conditionType: "Boolean" | "PropertyArrayChanged" | "PropertyArray" | "PropertyChanged" | "Property";
805
907
  }
806
908
 
807
- export declare type AutomationRuleConditionUnion = AutomationRuleCondition | PropertyConditionProperties;
909
+ export declare type AutomationRuleConditionUnion = AutomationRuleCondition | BooleanConditionProperties | PropertyArrayChangedConditionProperties | PropertyArrayConditionProperties | PropertyChangedConditionProperties | PropertyConditionProperties;
808
910
 
809
911
  /** Describes an automation rule action to modify an object's properties */
810
- export declare type AutomationRuleModifyPropertiesAction = AutomationRuleAction & {
912
+ export declare interface AutomationRuleModifyPropertiesAction extends AutomationRuleAction {
811
913
  /** Polymorphic discriminator, which specifies the different types this object can be */
812
914
  actionType: "ModifyProperties";
813
915
  actionConfiguration?: IncidentPropertiesAction;
814
- };
916
+ }
917
+
918
+ /**
919
+ * Defines values for AutomationRulePropertyArrayChangedConditionSupportedArrayType. \
920
+ * {@link KnownAutomationRulePropertyArrayChangedConditionSupportedArrayType} can be used interchangeably with AutomationRulePropertyArrayChangedConditionSupportedArrayType,
921
+ * this enum contains the known values that the service supports.
922
+ * ### Known values supported by the service
923
+ * **Alerts**: Evaluate the condition on the alerts \
924
+ * **Labels**: Evaluate the condition on the labels \
925
+ * **Tactics**: Evaluate the condition on the tactics \
926
+ * **Comments**: Evaluate the condition on the comments
927
+ */
928
+ export declare type AutomationRulePropertyArrayChangedConditionSupportedArrayType = string;
929
+
930
+ /**
931
+ * Defines values for AutomationRulePropertyArrayChangedConditionSupportedChangeType. \
932
+ * {@link KnownAutomationRulePropertyArrayChangedConditionSupportedChangeType} can be used interchangeably with AutomationRulePropertyArrayChangedConditionSupportedChangeType,
933
+ * this enum contains the known values that the service supports.
934
+ * ### Known values supported by the service
935
+ * **Added**: Evaluate the condition on items added to the array
936
+ */
937
+ export declare type AutomationRulePropertyArrayChangedConditionSupportedChangeType = string;
938
+
939
+ export declare interface AutomationRulePropertyArrayChangedValuesCondition {
940
+ arrayType?: AutomationRulePropertyArrayChangedConditionSupportedArrayType;
941
+ changeType?: AutomationRulePropertyArrayChangedConditionSupportedChangeType;
942
+ }
943
+
944
+ /**
945
+ * Defines values for AutomationRulePropertyArrayConditionSupportedArrayConditionType. \
946
+ * {@link KnownAutomationRulePropertyArrayConditionSupportedArrayConditionType} can be used interchangeably with AutomationRulePropertyArrayConditionSupportedArrayConditionType,
947
+ * this enum contains the known values that the service supports.
948
+ * ### Known values supported by the service
949
+ * **AnyItem**: Evaluate the condition as true if any item fulfills it
950
+ */
951
+ export declare type AutomationRulePropertyArrayConditionSupportedArrayConditionType = string;
952
+
953
+ /**
954
+ * Defines values for AutomationRulePropertyArrayConditionSupportedArrayType. \
955
+ * {@link KnownAutomationRulePropertyArrayConditionSupportedArrayType} can be used interchangeably with AutomationRulePropertyArrayConditionSupportedArrayType,
956
+ * this enum contains the known values that the service supports.
957
+ * ### Known values supported by the service
958
+ * **CustomDetails**: Evaluate the condition on the custom detail keys \
959
+ * **CustomDetailValues**: Evaluate the condition on a custom detail's values
960
+ */
961
+ export declare type AutomationRulePropertyArrayConditionSupportedArrayType = string;
962
+
963
+ export declare interface AutomationRulePropertyArrayValuesCondition {
964
+ arrayType?: AutomationRulePropertyArrayConditionSupportedArrayType;
965
+ arrayConditionType?: AutomationRulePropertyArrayConditionSupportedArrayConditionType;
966
+ itemConditions?: AutomationRuleConditionUnion[];
967
+ }
968
+
969
+ /**
970
+ * Defines values for AutomationRulePropertyChangedConditionSupportedChangedType. \
971
+ * {@link KnownAutomationRulePropertyChangedConditionSupportedChangedType} can be used interchangeably with AutomationRulePropertyChangedConditionSupportedChangedType,
972
+ * this enum contains the known values that the service supports.
973
+ * ### Known values supported by the service
974
+ * **ChangedFrom**: Evaluate the condition on the previous value of the property \
975
+ * **ChangedTo**: Evaluate the condition on the updated value of the property
976
+ */
977
+ export declare type AutomationRulePropertyChangedConditionSupportedChangedType = string;
978
+
979
+ /**
980
+ * Defines values for AutomationRulePropertyChangedConditionSupportedPropertyType. \
981
+ * {@link KnownAutomationRulePropertyChangedConditionSupportedPropertyType} can be used interchangeably with AutomationRulePropertyChangedConditionSupportedPropertyType,
982
+ * this enum contains the known values that the service supports.
983
+ * ### Known values supported by the service
984
+ * **IncidentSeverity**: Evaluate the condition on the incident severity \
985
+ * **IncidentStatus**: Evaluate the condition on the incident status \
986
+ * **IncidentOwner**: Evaluate the condition on the incident owner
987
+ */
988
+ export declare type AutomationRulePropertyChangedConditionSupportedPropertyType = string;
815
989
 
816
990
  /**
817
991
  * Defines values for AutomationRulePropertyConditionSupportedOperator. \
@@ -842,6 +1016,9 @@ export declare type AutomationRulePropertyConditionSupportedOperator = string;
842
1016
  * **IncidentTactics**: The tactics of the incident \
843
1017
  * **IncidentLabel**: The labels of the incident \
844
1018
  * **IncidentProviderName**: The provider name of the incident \
1019
+ * **IncidentUpdatedBySource**: The update source of the incident \
1020
+ * **IncidentCustomDetailsKey**: The incident custom detail key \
1021
+ * **IncidentCustomDetailsValue**: The incident custom detail value \
845
1022
  * **AccountAadTenantId**: The account Azure Active Directory tenant id \
846
1023
  * **AccountAadUserId**: The account Azure Active Directory user id \
847
1024
  * **AccountName**: The account name \
@@ -851,6 +1028,7 @@ export declare type AutomationRulePropertyConditionSupportedOperator = string;
851
1028
  * **AccountObjectGuid**: The account unique identifier \
852
1029
  * **AccountUPNSuffix**: The account user principal name suffix \
853
1030
  * **AlertProductNames**: The name of the product of the alert \
1031
+ * **AlertAnalyticRuleIds**: The analytic rule ids of the alert \
854
1032
  * **AzureResourceResourceId**: The Azure resource id \
855
1033
  * **AzureResourceSubscriptionId**: The Azure resource subscription id \
856
1034
  * **CloudApplicationAppId**: The cloud application identifier \
@@ -891,19 +1069,26 @@ export declare type AutomationRulePropertyConditionSupportedOperator = string;
891
1069
  */
892
1070
  export declare type AutomationRulePropertyConditionSupportedProperty = string;
893
1071
 
1072
+ export declare interface AutomationRulePropertyValuesChangedCondition {
1073
+ propertyName?: AutomationRulePropertyChangedConditionSupportedPropertyType;
1074
+ changeType?: AutomationRulePropertyChangedConditionSupportedChangedType;
1075
+ operator?: AutomationRulePropertyConditionSupportedOperator;
1076
+ propertyValues?: string[];
1077
+ }
1078
+
894
1079
  export declare interface AutomationRulePropertyValuesCondition {
895
- /** The property to evaluate in an automation rule property condition */
1080
+ /** The property to evaluate in an automation rule property condition. */
896
1081
  propertyName?: AutomationRulePropertyConditionSupportedProperty;
897
1082
  operator?: AutomationRulePropertyConditionSupportedOperator;
898
1083
  propertyValues?: string[];
899
1084
  }
900
1085
 
901
1086
  /** Describes an automation rule action to run a playbook */
902
- export declare type AutomationRuleRunPlaybookAction = AutomationRuleAction & {
1087
+ export declare interface AutomationRuleRunPlaybookAction extends AutomationRuleAction {
903
1088
  /** Polymorphic discriminator, which specifies the different types this object can be */
904
1089
  actionType: "RunPlaybook";
905
1090
  actionConfiguration?: PlaybookActionProperties;
906
- };
1091
+ }
907
1092
 
908
1093
  /** Interface representing a AutomationRules. */
909
1094
  export declare interface AutomationRules {
@@ -982,15 +1167,15 @@ export declare interface AutomationRulesListOptionalParams extends coreClient.Op
982
1167
  /** Contains response data for the list operation. */
983
1168
  export declare type AutomationRulesListResponse = AutomationRulesList;
984
1169
 
985
- /** Describes automation rule triggering logic */
1170
+ /** Describes automation rule triggering logic. */
986
1171
  export declare interface AutomationRuleTriggeringLogic {
987
- /** Determines whether the automation rule is enabled or disabled */
1172
+ /** Determines whether the automation rule is enabled or disabled. */
988
1173
  isEnabled: boolean;
989
1174
  /** Determines when the automation rule should automatically expire and be disabled. */
990
1175
  expirationTimeUtc?: Date;
991
1176
  triggersOn: TriggersOn;
992
1177
  triggersWhen: TriggersWhen;
993
- /** The conditions to evaluate to determine if the automation rule should be triggered on a given object */
1178
+ /** The conditions to evaluate to determine if the automation rule should be triggered on a given object. */
994
1179
  conditions?: AutomationRuleConditionUnion[];
995
1180
  }
996
1181
 
@@ -1003,18 +1188,20 @@ export declare interface Availability {
1003
1188
  }
1004
1189
 
1005
1190
  /** Amazon Web Services CloudTrail requirements check request. */
1006
- export declare type AwsCloudTrailCheckRequirements = DataConnectorsCheckRequirements & {
1191
+ export declare interface AwsCloudTrailCheckRequirements extends DataConnectorsCheckRequirements {
1007
1192
  /** Polymorphic discriminator, which specifies the different types this object can be */
1008
1193
  kind: "AmazonWebServicesCloudTrail";
1009
- };
1194
+ }
1010
1195
 
1011
1196
  /** Represents Amazon Web Services CloudTrail data connector. */
1012
- export declare type AwsCloudTrailDataConnector = DataConnector & {
1197
+ export declare interface AwsCloudTrailDataConnector extends DataConnector {
1198
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1199
+ kind: "AmazonWebServicesCloudTrail";
1013
1200
  /** The Aws Role Arn (with CloudTrailReadOnly policy) that is used to access the Aws account. */
1014
1201
  awsRoleArn?: string;
1015
1202
  /** The available data types for the connector. */
1016
1203
  dataTypes?: AwsCloudTrailDataConnectorDataTypes;
1017
- };
1204
+ }
1018
1205
 
1019
1206
  /** The available data types for Amazon Web Services CloudTrail data connector. */
1020
1207
  export declare interface AwsCloudTrailDataConnectorDataTypes {
@@ -1023,16 +1210,19 @@ export declare interface AwsCloudTrailDataConnectorDataTypes {
1023
1210
  }
1024
1211
 
1025
1212
  /** Logs data type. */
1026
- export declare type AwsCloudTrailDataConnectorDataTypesLogs = DataConnectorDataTypeCommon & {};
1213
+ export declare interface AwsCloudTrailDataConnectorDataTypesLogs extends DataConnectorDataTypeCommon {
1214
+ }
1027
1215
 
1028
1216
  /** Amazon Web Services S3 requirements check request. */
1029
- export declare type AwsS3CheckRequirements = DataConnectorsCheckRequirements & {
1217
+ export declare interface AwsS3CheckRequirements extends DataConnectorsCheckRequirements {
1030
1218
  /** Polymorphic discriminator, which specifies the different types this object can be */
1031
1219
  kind: "AmazonWebServicesS3";
1032
- };
1220
+ }
1033
1221
 
1034
1222
  /** Represents Amazon Web Services S3 data connector. */
1035
- export declare type AwsS3DataConnector = DataConnector & {
1223
+ export declare interface AwsS3DataConnector extends DataConnector {
1224
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1225
+ kind: "AmazonWebServicesS3";
1036
1226
  /** The logs destination table name in LogAnalytics. */
1037
1227
  destinationTable?: string;
1038
1228
  /** The AWS sqs urls for the connector. */
@@ -1041,7 +1231,7 @@ export declare type AwsS3DataConnector = DataConnector & {
1041
1231
  roleArn?: string;
1042
1232
  /** The available data types for the connector. */
1043
1233
  dataTypes?: AwsS3DataConnectorDataTypes;
1044
- };
1234
+ }
1045
1235
 
1046
1236
  /** The available data types for Amazon Web Services S3 data connector. */
1047
1237
  export declare interface AwsS3DataConnectorDataTypes {
@@ -1050,7 +1240,8 @@ export declare interface AwsS3DataConnectorDataTypes {
1050
1240
  }
1051
1241
 
1052
1242
  /** Logs data type. */
1053
- export declare type AwsS3DataConnectorDataTypesLogs = DataConnectorDataTypeCommon & {};
1243
+ export declare interface AwsS3DataConnectorDataTypesLogs extends DataConnectorDataTypeCommon {
1244
+ }
1054
1245
 
1055
1246
  /** Resources created in Azure DevOps repository. */
1056
1247
  export declare interface AzureDevOpsResourceInfo {
@@ -1061,7 +1252,9 @@ export declare interface AzureDevOpsResourceInfo {
1061
1252
  }
1062
1253
 
1063
1254
  /** Represents an azure resource entity. */
1064
- export declare type AzureResourceEntity = Entity & {
1255
+ export declare interface AzureResourceEntity extends Entity {
1256
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1257
+ kind: "AzureResource";
1065
1258
  /**
1066
1259
  * A bag of custom fields that should be part of the entity and will be presented to the user.
1067
1260
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1084,10 +1277,10 @@ export declare type AzureResourceEntity = Entity & {
1084
1277
  * NOTE: This property will not be serialized. It can only be populated by the server.
1085
1278
  */
1086
1279
  readonly subscriptionId?: string;
1087
- };
1280
+ }
1088
1281
 
1089
1282
  /** AzureResource entity property bag. */
1090
- export declare type AzureResourceEntityProperties = EntityCommonProperties & {
1283
+ export declare interface AzureResourceEntityProperties extends EntityCommonProperties {
1091
1284
  /**
1092
1285
  * The azure resource id of the resource
1093
1286
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1098,10 +1291,10 @@ export declare type AzureResourceEntityProperties = EntityCommonProperties & {
1098
1291
  * NOTE: This property will not be serialized. It can only be populated by the server.
1099
1292
  */
1100
1293
  readonly subscriptionId?: string;
1101
- };
1294
+ }
1102
1295
 
1103
1296
  /** Represents a bookmark in Azure Security Insights. */
1104
- export declare type Bookmark = ResourceWithEtag & {
1297
+ export declare interface Bookmark extends ResourceWithEtag {
1105
1298
  /** The time the bookmark was created */
1106
1299
  created?: Date;
1107
1300
  /** Describes a user that created the bookmark */
@@ -1134,7 +1327,7 @@ export declare type Bookmark = ResourceWithEtag & {
1134
1327
  tactics?: AttackTactic[];
1135
1328
  /** A list of relevant mitre techniques */
1136
1329
  techniques?: string[];
1137
- };
1330
+ }
1138
1331
 
1139
1332
  /** Describes the entity mappings of a single entity */
1140
1333
  export declare interface BookmarkEntityMappings {
@@ -1358,7 +1551,7 @@ export declare interface BookmarksListOptionalParams extends coreClient.Operatio
1358
1551
  export declare type BookmarksListResponse = BookmarkList;
1359
1552
 
1360
1553
  /** Represents bookmark timeline item. */
1361
- export declare type BookmarkTimelineItem = EntityTimelineItem & {
1554
+ export declare interface BookmarkTimelineItem extends EntityTimelineItem {
1362
1555
  /** Polymorphic discriminator, which specifies the different types this object can be */
1363
1556
  kind: "Bookmark";
1364
1557
  /** The bookmark azure resource id. */
@@ -1377,7 +1570,14 @@ export declare type BookmarkTimelineItem = EntityTimelineItem & {
1377
1570
  createdBy?: UserInfo;
1378
1571
  /** List of labels relevant to this bookmark */
1379
1572
  labels?: string[];
1380
- };
1573
+ }
1574
+
1575
+ /** Describes an automation rule condition that applies a boolean operator (e.g AND, OR) to conditions */
1576
+ export declare interface BooleanConditionProperties extends AutomationRuleCondition {
1577
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1578
+ conditionType: "Boolean";
1579
+ conditionProperties?: AutomationRuleBooleanCondition;
1580
+ }
1381
1581
 
1382
1582
  /** Information on the client (user or application) that made some action */
1383
1583
  export declare interface ClientInfo {
@@ -1392,7 +1592,9 @@ export declare interface ClientInfo {
1392
1592
  }
1393
1593
 
1394
1594
  /** Represents a cloud application entity. */
1395
- export declare type CloudApplicationEntity = Entity & {
1595
+ export declare interface CloudApplicationEntity extends Entity {
1596
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1597
+ kind: "CloudApplication";
1396
1598
  /**
1397
1599
  * A bag of custom fields that should be part of the entity and will be presented to the user.
1398
1600
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1420,10 +1622,10 @@ export declare type CloudApplicationEntity = Entity & {
1420
1622
  * NOTE: This property will not be serialized. It can only be populated by the server.
1421
1623
  */
1422
1624
  readonly instanceName?: string;
1423
- };
1625
+ }
1424
1626
 
1425
1627
  /** CloudApplication entity property bag. */
1426
- export declare type CloudApplicationEntityProperties = EntityCommonProperties & {
1628
+ export declare interface CloudApplicationEntityProperties extends EntityCommonProperties {
1427
1629
  /**
1428
1630
  * The technical identifier of the application.
1429
1631
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1439,7 +1641,7 @@ export declare type CloudApplicationEntityProperties = EntityCommonProperties &
1439
1641
  * NOTE: This property will not be serialized. It can only be populated by the server.
1440
1642
  */
1441
1643
  readonly instanceName?: string;
1442
- };
1644
+ }
1443
1645
 
1444
1646
  /** Error response structure. */
1445
1647
  export declare interface CloudError {
@@ -1462,12 +1664,14 @@ export declare interface CloudErrorBody {
1462
1664
  }
1463
1665
 
1464
1666
  /** Represents Codeless API Polling data connector. */
1465
- export declare type CodelessApiPollingDataConnector = DataConnector & {
1667
+ export declare interface CodelessApiPollingDataConnector extends DataConnector {
1668
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1669
+ kind: "APIPolling";
1466
1670
  /** Config to describe the instructions blade */
1467
1671
  connectorUiConfig?: CodelessUiConnectorConfigProperties;
1468
1672
  /** Config to describe the polling instructions */
1469
1673
  pollingConfig?: CodelessConnectorPollingConfigProperties;
1470
- };
1674
+ }
1471
1675
 
1472
1676
  /** Describe the authentication properties needed to successfully authenticate with the server */
1473
1677
  export declare interface CodelessConnectorPollingAuthProperties {
@@ -1603,28 +1807,39 @@ export declare interface CodelessUiConnectorConfigProperties {
1603
1807
  instructionSteps: CodelessUiConnectorConfigPropertiesInstructionStepsItem[];
1604
1808
  }
1605
1809
 
1606
- export declare type CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem = ConnectivityCriteria & {};
1810
+ export declare interface CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem extends ConnectivityCriteria {
1811
+ }
1607
1812
 
1608
- export declare type CodelessUiConnectorConfigPropertiesDataTypesItem = LastDataReceivedDataType & {};
1813
+ export declare interface CodelessUiConnectorConfigPropertiesDataTypesItem extends LastDataReceivedDataType {
1814
+ }
1609
1815
 
1610
- export declare type CodelessUiConnectorConfigPropertiesGraphQueriesItem = GraphQueries & {};
1816
+ export declare interface CodelessUiConnectorConfigPropertiesGraphQueriesItem extends GraphQueries {
1817
+ }
1611
1818
 
1612
- export declare type CodelessUiConnectorConfigPropertiesInstructionStepsItem = InstructionSteps & {};
1819
+ export declare interface CodelessUiConnectorConfigPropertiesInstructionStepsItem extends InstructionSteps {
1820
+ }
1613
1821
 
1614
- export declare type CodelessUiConnectorConfigPropertiesSampleQueriesItem = SampleQueries & {};
1822
+ export declare interface CodelessUiConnectorConfigPropertiesSampleQueriesItem extends SampleQueries {
1823
+ }
1615
1824
 
1616
1825
  /** Represents Codeless UI data connector. */
1617
- export declare type CodelessUiDataConnector = DataConnector & {
1826
+ export declare interface CodelessUiDataConnector extends DataConnector {
1827
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1828
+ kind: "GenericUI";
1618
1829
  /** Config to describe the instructions blade */
1619
1830
  connectorUiConfig?: CodelessUiConnectorConfigProperties;
1620
- };
1831
+ }
1621
1832
 
1622
1833
  /**
1623
1834
  * Defines values for ConditionType. \
1624
1835
  * {@link KnownConditionType} can be used interchangeably with ConditionType,
1625
1836
  * this enum contains the known values that the service supports.
1626
1837
  * ### Known values supported by the service
1627
- * **Property**: Evaluate an object property value
1838
+ * **Property**: Evaluate an object property value \
1839
+ * **PropertyArray**: Evaluate an object array property value \
1840
+ * **PropertyChanged**: Evaluate an object property changed value \
1841
+ * **PropertyArrayChanged**: Evaluate an object array property changed value \
1842
+ * **Boolean**: Apply a boolean operator (e.g AND, OR) to conditions
1628
1843
  */
1629
1844
  export declare type ConditionType = string;
1630
1845
 
@@ -1726,10 +1941,10 @@ export declare type ContentType = string;
1726
1941
  export declare type CreatedByType = string;
1727
1942
 
1728
1943
  /** Specific entity query that supports put requests. */
1729
- export declare type CustomEntityQuery = ResourceWithEtag & {
1944
+ export declare interface CustomEntityQuery extends ResourceWithEtag {
1730
1945
  /** the entity query kind */
1731
1946
  kind: CustomEntityQueryKind;
1732
- };
1947
+ }
1733
1948
 
1734
1949
  /**
1735
1950
  * Defines values for CustomEntityQueryKind. \
@@ -1743,7 +1958,8 @@ export declare type CustomEntityQueryKind = string;
1743
1958
  export declare type CustomEntityQueryUnion = CustomEntityQuery | ActivityCustomEntityQuery;
1744
1959
 
1745
1960
  /** Customs permissions required for the connector */
1746
- export declare type Customs = CustomsPermission & {};
1961
+ export declare interface Customs extends CustomsPermission {
1962
+ }
1747
1963
 
1748
1964
  /** Customs permissions required for the connector */
1749
1965
  export declare interface CustomsPermission {
@@ -1754,10 +1970,10 @@ export declare interface CustomsPermission {
1754
1970
  }
1755
1971
 
1756
1972
  /** Data connector */
1757
- export declare type DataConnector = ResourceWithEtag & {
1973
+ export declare interface DataConnector extends ResourceWithEtag {
1758
1974
  /** The data connector kind */
1759
1975
  kind: DataConnectorKind;
1760
- };
1976
+ }
1761
1977
 
1762
1978
  /**
1763
1979
  * Defines values for DataConnectorAuthorizationState. \
@@ -1775,6 +1991,12 @@ export declare interface DataConnectorConnectBody {
1775
1991
  kind?: ConnectAuthKind;
1776
1992
  /** The API key of the audit server. */
1777
1993
  apiKey?: string;
1994
+ /** Used in v2 logs connector. Represents the data collection ingestion endpoint in log analytics. */
1995
+ dataCollectionEndpoint?: string;
1996
+ /** Used in v2 logs connector. The data collection rule immutable id, the rule defines the transformation and data destination. */
1997
+ dataCollectionRuleImmutableId?: string;
1998
+ /** Used in v2 logs connector. The stream we are sending the data to, this is the name of the streamDeclarations defined in the DCR. */
1999
+ outputStream?: string;
1778
2000
  /** The client secret of the OAuth 2.0 application. */
1779
2001
  clientSecret?: string;
1780
2002
  /** The client id of the OAuth 2.0 application. */
@@ -2002,6 +2224,17 @@ export declare interface DataTypeDefinitions {
2002
2224
  */
2003
2225
  export declare type DataTypeState = string;
2004
2226
 
2227
+ /**
2228
+ * Defines values for DeleteStatus. \
2229
+ * {@link KnownDeleteStatus} can be used interchangeably with DeleteStatus,
2230
+ * this enum contains the known values that the service supports.
2231
+ * ### Known values supported by the service
2232
+ * **Deleted**: The file was deleted. \
2233
+ * **NotDeleted**: The file was not deleted. \
2234
+ * **Unspecified**: Unspecified
2235
+ */
2236
+ export declare type DeleteStatus = string;
2237
+
2005
2238
  /** Defines values for DeliveryAction. */
2006
2239
  export declare type DeliveryAction = "Unknown" | "DeliveredAsSpam" | "Delivered" | "Blocked" | "Replaced";
2007
2240
 
@@ -2066,8 +2299,22 @@ export declare type DeploymentResult = string;
2066
2299
  */
2067
2300
  export declare type DeploymentState = string;
2068
2301
 
2302
+ /**
2303
+ * Defines values for DeviceImportance. \
2304
+ * {@link KnownDeviceImportance} can be used interchangeably with DeviceImportance,
2305
+ * this enum contains the known values that the service supports.
2306
+ * ### Known values supported by the service
2307
+ * **Unknown**: Unknown - Default value \
2308
+ * **Low**: Low \
2309
+ * **Normal**: Normal \
2310
+ * **High**: High
2311
+ */
2312
+ export declare type DeviceImportance = string;
2313
+
2069
2314
  /** Represents a dns entity. */
2070
- export declare type DnsEntity = Entity & {
2315
+ export declare interface DnsEntity extends Entity {
2316
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2317
+ kind: "DnsResolution";
2071
2318
  /**
2072
2319
  * A bag of custom fields that should be part of the entity and will be presented to the user.
2073
2320
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2100,10 +2347,10 @@ export declare type DnsEntity = Entity & {
2100
2347
  * NOTE: This property will not be serialized. It can only be populated by the server.
2101
2348
  */
2102
2349
  readonly ipAddressEntityIds?: string[];
2103
- };
2350
+ }
2104
2351
 
2105
2352
  /** Dns entity property bag. */
2106
- export declare type DnsEntityProperties = EntityCommonProperties & {
2353
+ export declare interface DnsEntityProperties extends EntityCommonProperties {
2107
2354
  /**
2108
2355
  * An ip entity id for the dns server resolving the request
2109
2356
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2124,7 +2371,7 @@ export declare type DnsEntityProperties = EntityCommonProperties & {
2124
2371
  * NOTE: This property will not be serialized. It can only be populated by the server.
2125
2372
  */
2126
2373
  readonly ipAddressEntityIds?: string[];
2127
- };
2374
+ }
2128
2375
 
2129
2376
  /** Interface representing a DomainWhois. */
2130
2377
  export declare interface DomainWhois {
@@ -2145,23 +2392,26 @@ export declare interface DomainWhoisGetOptionalParams extends coreClient.Operati
2145
2392
  export declare type DomainWhoisGetResponse = EnrichmentDomainWhois;
2146
2393
 
2147
2394
  /** Represents Dynamics365 requirements check request. */
2148
- export declare type Dynamics365CheckRequirements = DataConnectorsCheckRequirements & {
2395
+ export declare interface Dynamics365CheckRequirements extends DataConnectorsCheckRequirements {
2149
2396
  /** Polymorphic discriminator, which specifies the different types this object can be */
2150
2397
  kind: "Dynamics365";
2151
2398
  /** The tenant id to connect to, and get the data from. */
2152
2399
  tenantId?: string;
2153
- };
2400
+ }
2154
2401
 
2155
2402
  /** Dynamics365 requirements check properties. */
2156
- export declare type Dynamics365CheckRequirementsProperties = DataConnectorTenantId & {};
2403
+ export declare interface Dynamics365CheckRequirementsProperties extends DataConnectorTenantId {
2404
+ }
2157
2405
 
2158
2406
  /** Represents Dynamics365 data connector. */
2159
- export declare type Dynamics365DataConnector = DataConnector & {
2407
+ export declare interface Dynamics365DataConnector extends DataConnector {
2408
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2409
+ kind: "Dynamics365";
2160
2410
  /** The tenant id to connect to, and get the data from. */
2161
2411
  tenantId?: string;
2162
2412
  /** The available data types for the connector. */
2163
2413
  dataTypes?: Dynamics365DataConnectorDataTypes;
2164
- };
2414
+ }
2165
2415
 
2166
2416
  /** The available data types for Dynamics365 data connector. */
2167
2417
  export declare interface Dynamics365DataConnectorDataTypes {
@@ -2170,13 +2420,14 @@ export declare interface Dynamics365DataConnectorDataTypes {
2170
2420
  }
2171
2421
 
2172
2422
  /** Common Data Service data type connection. */
2173
- export declare type Dynamics365DataConnectorDataTypesDynamics365CdsActivities = DataConnectorDataTypeCommon & {};
2423
+ export declare interface Dynamics365DataConnectorDataTypesDynamics365CdsActivities extends DataConnectorDataTypeCommon {
2424
+ }
2174
2425
 
2175
2426
  /** Dynamics365 data connector properties. */
2176
- export declare type Dynamics365DataConnectorProperties = DataConnectorTenantId & {
2427
+ export declare interface Dynamics365DataConnectorProperties extends DataConnectorTenantId {
2177
2428
  /** The available data types for the connector. */
2178
2429
  dataTypes: Dynamics365DataConnectorDataTypes;
2179
- };
2430
+ }
2180
2431
 
2181
2432
  /** Defines values for ElevationToken. */
2182
2433
  export declare type ElevationToken = "Default" | "Full" | "Limited";
@@ -2450,19 +2701,18 @@ export declare interface EntitiesRelationsListOptionalParams extends coreClient.
2450
2701
  export declare type EntitiesRelationsListResponse = RelationList;
2451
2702
 
2452
2703
  /** Specific entity. */
2453
- export declare type Entity = Resource & {
2704
+ export declare interface Entity extends Resource {
2454
2705
  /** The kind of the entity. */
2455
2706
  kind: EntityKind;
2456
- };
2707
+ }
2457
2708
 
2458
2709
  /** Settings with single toggle. */
2459
- export declare type EntityAnalytics = Settings & {
2460
- /**
2461
- * Determines whether the setting is enable or disabled.
2462
- * NOTE: This property will not be serialized. It can only be populated by the server.
2463
- */
2464
- readonly isEnabled?: boolean;
2465
- };
2710
+ export declare interface EntityAnalytics extends Settings {
2711
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2712
+ kind: "EntityAnalytics";
2713
+ /** The relevant entity providers that are synced */
2714
+ entityProviders?: EntityProviders[];
2715
+ }
2466
2716
 
2467
2717
  /** Entity common property bag. */
2468
2718
  export declare interface EntityCommonProperties {
@@ -2598,7 +2848,8 @@ export declare type EntityItemQueryKind = string;
2598
2848
  * **MailCluster**: Entity represents mail cluster in the system. \
2599
2849
  * **MailMessage**: Entity represents mail message in the system. \
2600
2850
  * **Mailbox**: Entity represents mailbox in the system. \
2601
- * **SubmissionMail**: Entity represents submission mail in the system.
2851
+ * **SubmissionMail**: Entity represents submission mail in the system. \
2852
+ * **Nic**: Entity represents network interface in the system.
2602
2853
  */
2603
2854
  export declare type EntityKind = string;
2604
2855
 
@@ -2647,6 +2898,16 @@ export declare interface EntityMapping {
2647
2898
  */
2648
2899
  export declare type EntityMappingType = string;
2649
2900
 
2901
+ /**
2902
+ * Defines values for EntityProviders. \
2903
+ * {@link KnownEntityProviders} can be used interchangeably with EntityProviders,
2904
+ * this enum contains the known values that the service supports.
2905
+ * ### Known values supported by the service
2906
+ * **ActiveDirectory** \
2907
+ * **AzureActiveDirectory**
2908
+ */
2909
+ export declare type EntityProviders = string;
2910
+
2650
2911
  /** Interface representing a EntityQueries. */
2651
2912
  export declare interface EntityQueries {
2652
2913
  /**
@@ -2704,7 +2965,7 @@ export declare type EntityQueriesGetResponse = EntityQueryUnion;
2704
2965
  /** Optional parameters. */
2705
2966
  export declare interface EntityQueriesListNextOptionalParams extends coreClient.OperationOptions {
2706
2967
  /** The entity query kind we want to fetch */
2707
- kind?: Enum12;
2968
+ kind?: Enum13;
2708
2969
  }
2709
2970
 
2710
2971
  /** Contains response data for the listNext operation. */
@@ -2713,17 +2974,17 @@ export declare type EntityQueriesListNextResponse = EntityQueryList;
2713
2974
  /** Optional parameters. */
2714
2975
  export declare interface EntityQueriesListOptionalParams extends coreClient.OperationOptions {
2715
2976
  /** The entity query kind we want to fetch */
2716
- kind?: Enum12;
2977
+ kind?: Enum13;
2717
2978
  }
2718
2979
 
2719
2980
  /** Contains response data for the list operation. */
2720
2981
  export declare type EntityQueriesListResponse = EntityQueryList;
2721
2982
 
2722
2983
  /** Specific entity query. */
2723
- export declare type EntityQuery = ResourceWithEtag & {
2984
+ export declare interface EntityQuery extends ResourceWithEtag {
2724
2985
  /** the entity query kind */
2725
2986
  kind: EntityQueryKind;
2726
- };
2987
+ }
2727
2988
 
2728
2989
  /** An abstract Query item for entity */
2729
2990
  export declare interface EntityQueryItem {
@@ -2782,10 +3043,10 @@ export declare interface EntityQueryList {
2782
3043
  }
2783
3044
 
2784
3045
  /** Specific entity query template. */
2785
- export declare type EntityQueryTemplate = Resource & {
3046
+ export declare interface EntityQueryTemplate extends Resource {
2786
3047
  /** the entity query template kind */
2787
3048
  kind: EntityQueryTemplateKind;
2788
- };
3049
+ }
2789
3050
 
2790
3051
  /**
2791
3052
  * Defines values for EntityQueryTemplateKind. \
@@ -2874,10 +3135,10 @@ export declare type EntityRelationsGetRelationResponse = Relation;
2874
3135
  /** Entity timeline Item. */
2875
3136
  export declare interface EntityTimelineItem {
2876
3137
  /** Polymorphic discriminator, which specifies the different types this object can be */
2877
- kind: "Activity" | "Bookmark" | "SecurityAlert";
3138
+ kind: "Activity" | "Bookmark" | "Anomaly" | "SecurityAlert";
2878
3139
  }
2879
3140
 
2880
- export declare type EntityTimelineItemUnion = EntityTimelineItem | ActivityTimelineItem | BookmarkTimelineItem | SecurityAlertTimelineItem;
3141
+ export declare type EntityTimelineItemUnion = EntityTimelineItem | ActivityTimelineItem | BookmarkTimelineItem | AnomalyTimelineItem | SecurityAlertTimelineItem;
2881
3142
 
2882
3143
  /**
2883
3144
  * Defines values for EntityTimelineKind. \
@@ -2886,7 +3147,8 @@ export declare type EntityTimelineItemUnion = EntityTimelineItem | ActivityTimel
2886
3147
  * ### Known values supported by the service
2887
3148
  * **Activity**: activity \
2888
3149
  * **Bookmark**: bookmarks \
2889
- * **SecurityAlert**: security alerts
3150
+ * **SecurityAlert**: security alerts \
3151
+ * **Anomaly**: anomaly
2890
3152
  */
2891
3153
  export declare type EntityTimelineKind = string;
2892
3154
 
@@ -2935,21 +3197,22 @@ export declare interface EntityTimelineResponse {
2935
3197
  * **MailCluster**: Entity represents mail cluster in the system. \
2936
3198
  * **MailMessage**: Entity represents mail message in the system. \
2937
3199
  * **Mailbox**: Entity represents mailbox in the system. \
2938
- * **SubmissionMail**: Entity represents submission mail in the system.
3200
+ * **SubmissionMail**: Entity represents submission mail in the system. \
3201
+ * **Nic**: Entity represents network interface in the system.
2939
3202
  */
2940
3203
  export declare type EntityType = string;
2941
3204
 
2942
- export declare type EntityUnion = Entity | SecurityAlert | HuntingBookmark | AccountEntity | AzureResourceEntity | CloudApplicationEntity | DnsEntity | FileEntity | FileHashEntity | HostEntity | IoTDeviceEntity | IpEntity | MailboxEntity | MailClusterEntity | MailMessageEntity | MalwareEntity | ProcessEntity | RegistryKeyEntity | RegistryValueEntity | SecurityGroupEntity | SubmissionMailEntity | UrlEntity;
3205
+ export declare type EntityUnion = Entity | SecurityAlert | HuntingBookmark | AccountEntity | AzureResourceEntity | CloudApplicationEntity | DnsEntity | FileEntity | FileHashEntity | HostEntity | IoTDeviceEntity | IpEntity | MailboxEntity | MailClusterEntity | MailMessageEntity | MalwareEntity | ProcessEntity | RegistryKeyEntity | RegistryValueEntity | SecurityGroupEntity | SubmissionMailEntity | UrlEntity | NicEntity;
2943
3206
 
2944
3207
  /**
2945
- * Defines values for Enum12. \
2946
- * {@link KnownEnum12} can be used interchangeably with Enum12,
3208
+ * Defines values for Enum13. \
3209
+ * {@link KnownEnum13} can be used interchangeably with Enum13,
2947
3210
  * this enum contains the known values that the service supports.
2948
3211
  * ### Known values supported by the service
2949
3212
  * **Expansion** \
2950
3213
  * **Activity**
2951
3214
  */
2952
- export declare type Enum12 = string;
3215
+ export declare type Enum13 = string;
2953
3216
 
2954
3217
  /**
2955
3218
  * Defines values for EventGroupingAggregationKind. \
@@ -2968,7 +3231,9 @@ export declare interface EventGroupingSettings {
2968
3231
  }
2969
3232
 
2970
3233
  /** Represents Expansion entity query. */
2971
- export declare type ExpansionEntityQuery = EntityQuery & {
3234
+ export declare interface ExpansionEntityQuery extends EntityQuery {
3235
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3236
+ kind: "Expansion";
2972
3237
  /** List of the data sources that are required to run the query */
2973
3238
  dataSources?: string[];
2974
3239
  /** The query display name */
@@ -2981,7 +3246,7 @@ export declare type ExpansionEntityQuery = EntityQuery & {
2981
3246
  outputEntityTypes?: EntityType[];
2982
3247
  /** The template query string to be parsed and formatted */
2983
3248
  queryTemplate?: string;
2984
- };
3249
+ }
2985
3250
 
2986
3251
  /** Information of a specific aggregation in the expansion result. */
2987
3252
  export declare interface ExpansionResultAggregation {
@@ -3002,13 +3267,15 @@ export declare interface ExpansionResultsMetadata {
3002
3267
  }
3003
3268
 
3004
3269
  /** Settings with single toggle. */
3005
- export declare type EyesOn = Settings & {
3270
+ export declare interface EyesOn extends Settings {
3271
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3272
+ kind: "EyesOn";
3006
3273
  /**
3007
3274
  * Determines whether the setting is enable or disabled.
3008
3275
  * NOTE: This property will not be serialized. It can only be populated by the server.
3009
3276
  */
3010
3277
  readonly isEnabled?: boolean;
3011
- };
3278
+ }
3012
3279
 
3013
3280
  /** A single field mapping of the mapped entity */
3014
3281
  export declare interface FieldMapping {
@@ -3019,7 +3286,9 @@ export declare interface FieldMapping {
3019
3286
  }
3020
3287
 
3021
3288
  /** Represents a file entity. */
3022
- export declare type FileEntity = Entity & {
3289
+ export declare interface FileEntity extends Entity {
3290
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3291
+ kind: "File";
3023
3292
  /**
3024
3293
  * A bag of custom fields that should be part of the entity and will be presented to the user.
3025
3294
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -3052,10 +3321,10 @@ export declare type FileEntity = Entity & {
3052
3321
  * NOTE: This property will not be serialized. It can only be populated by the server.
3053
3322
  */
3054
3323
  readonly hostEntityId?: string;
3055
- };
3324
+ }
3056
3325
 
3057
3326
  /** File entity property bag. */
3058
- export declare type FileEntityProperties = EntityCommonProperties & {
3327
+ export declare interface FileEntityProperties extends EntityCommonProperties {
3059
3328
  /**
3060
3329
  * The full path to the file.
3061
3330
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -3076,7 +3345,18 @@ export declare type FileEntityProperties = EntityCommonProperties & {
3076
3345
  * NOTE: This property will not be serialized. It can only be populated by the server.
3077
3346
  */
3078
3347
  readonly hostEntityId?: string;
3079
- };
3348
+ }
3349
+
3350
+ /**
3351
+ * Defines values for FileFormat. \
3352
+ * {@link KnownFileFormat} can be used interchangeably with FileFormat,
3353
+ * this enum contains the known values that the service supports.
3354
+ * ### Known values supported by the service
3355
+ * **CSV**: A CSV file. \
3356
+ * **JSON**: A JSON file. \
3357
+ * **Unspecified**: A file of other format.
3358
+ */
3359
+ export declare type FileFormat = string;
3080
3360
 
3081
3361
  /**
3082
3362
  * Defines values for FileHashAlgorithm. \
@@ -3092,7 +3372,9 @@ export declare type FileEntityProperties = EntityCommonProperties & {
3092
3372
  export declare type FileHashAlgorithm = string;
3093
3373
 
3094
3374
  /** Represents a file hash entity. */
3095
- export declare type FileHashEntity = Entity & {
3375
+ export declare interface FileHashEntity extends Entity {
3376
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3377
+ kind: "FileHash";
3096
3378
  /**
3097
3379
  * A bag of custom fields that should be part of the entity and will be presented to the user.
3098
3380
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -3115,10 +3397,10 @@ export declare type FileHashEntity = Entity & {
3115
3397
  * NOTE: This property will not be serialized. It can only be populated by the server.
3116
3398
  */
3117
3399
  readonly hashValue?: string;
3118
- };
3400
+ }
3119
3401
 
3120
3402
  /** FileHash entity property bag. */
3121
- export declare type FileHashEntityProperties = EntityCommonProperties & {
3403
+ export declare interface FileHashEntityProperties extends EntityCommonProperties {
3122
3404
  /**
3123
3405
  * The hash algorithm type.
3124
3406
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -3129,98 +3411,315 @@ export declare type FileHashEntityProperties = EntityCommonProperties & {
3129
3411
  * NOTE: This property will not be serialized. It can only be populated by the server.
3130
3412
  */
3131
3413
  readonly hashValue?: string;
3132
- };
3414
+ }
3133
3415
 
3134
- /** Represents Fusion alert rule. */
3135
- export declare type FusionAlertRule = AlertRule & {
3136
- /** The Name of the alert rule template used to create this rule. */
3137
- alertRuleTemplateName?: string;
3416
+ /** Represents a file import in Azure Security Insights. */
3417
+ export declare interface FileImport extends Resource {
3418
+ /** Describes how to ingest the records in the file. */
3419
+ ingestionMode?: IngestionMode;
3420
+ /** The content type of this file. */
3421
+ contentType?: FileImportContentType;
3138
3422
  /**
3139
- * The description of the alert rule.
3423
+ * The time the file was imported.
3140
3424
  * NOTE: This property will not be serialized. It can only be populated by the server.
3141
3425
  */
3142
- readonly description?: string;
3426
+ readonly createdTimeUTC?: Date;
3143
3427
  /**
3144
- * The display name for alerts created by this alert rule.
3428
+ * Represents the error file (if the import was ingested with errors or failed the validation).
3145
3429
  * NOTE: This property will not be serialized. It can only be populated by the server.
3146
3430
  */
3147
- readonly displayName?: string;
3148
- /** Determines whether this alert rule is enabled or disabled. */
3149
- enabled?: boolean;
3150
- /** Configuration for all supported source signals in fusion detection. */
3151
- sourceSettings?: FusionSourceSettings[];
3152
- /** Configuration to exclude scenarios in fusion detection. */
3153
- scenarioExclusionPatterns?: FusionScenarioExclusionPattern[];
3431
+ readonly errorFile?: FileMetadata;
3154
3432
  /**
3155
- * The last time that this alert has been modified.
3433
+ * An ordered list of some of the errors that were encountered during validation.
3156
3434
  * NOTE: This property will not be serialized. It can only be populated by the server.
3157
3435
  */
3158
- readonly lastModifiedUtc?: Date;
3436
+ readonly errorsPreview?: ValidationError[];
3437
+ /** Represents the imported file. */
3438
+ importFile?: FileMetadata;
3159
3439
  /**
3160
- * The severity for alerts created by this alert rule.
3440
+ * The number of records that have been successfully ingested.
3161
3441
  * NOTE: This property will not be serialized. It can only be populated by the server.
3162
3442
  */
3163
- readonly severity?: AlertSeverity;
3443
+ readonly ingestedRecordCount?: number;
3444
+ /** The source for the data in the file. */
3445
+ source?: string;
3164
3446
  /**
3165
- * The tactics of the alert rule
3447
+ * The state of the file import.
3166
3448
  * NOTE: This property will not be serialized. It can only be populated by the server.
3167
3449
  */
3168
- readonly tactics?: AttackTactic[];
3450
+ readonly state?: FileImportState;
3169
3451
  /**
3170
- * The techniques of the alert rule
3452
+ * The number of records in the file.
3171
3453
  * NOTE: This property will not be serialized. It can only be populated by the server.
3172
3454
  */
3173
- readonly techniques?: string[];
3174
- };
3175
-
3176
- /** Represents Fusion alert rule template. */
3177
- export declare type FusionAlertRuleTemplate = AlertRuleTemplate & {
3178
- /** the number of alert rules that were created by this template */
3179
- alertRulesCreatedByTemplateCount?: number;
3455
+ readonly totalRecordCount?: number;
3180
3456
  /**
3181
- * The time that this alert rule template has been added.
3457
+ * The number of records that have passed validation.
3182
3458
  * NOTE: This property will not be serialized. It can only be populated by the server.
3183
3459
  */
3184
- readonly createdDateUTC?: Date;
3460
+ readonly validRecordCount?: number;
3185
3461
  /**
3186
- * The time that this alert rule template was last updated.
3462
+ * The time the files associated with this import are deleted from the storage account.
3187
3463
  * NOTE: This property will not be serialized. It can only be populated by the server.
3188
3464
  */
3189
- readonly lastUpdatedDateUTC?: Date;
3190
- /** The description of the alert rule template. */
3191
- description?: string;
3192
- /** The display name for alert rule template. */
3193
- displayName?: string;
3194
- /** The required data connectors for this template */
3195
- requiredDataConnectors?: AlertRuleTemplateDataSource[];
3196
- /** The alert rule template status. */
3197
- status?: TemplateStatus;
3198
- /** The severity for alerts created by this alert rule. */
3199
- severity?: AlertSeverity;
3200
- /** The tactics of the alert rule template */
3201
- tactics?: AttackTactic[];
3202
- /** The techniques of the alert rule */
3203
- techniques?: string[];
3204
- /** All supported source signal configurations consumed in fusion detection. */
3205
- sourceSettings?: FusionTemplateSourceSetting[];
3206
- };
3207
-
3208
- /** Represents a Fusion scenario exclusion patterns in Fusion detection. */
3209
- export declare interface FusionScenarioExclusionPattern {
3210
- /** Scenario exclusion pattern. */
3211
- exclusionPattern: string;
3212
- /** DateTime when scenario exclusion pattern is added in UTC. */
3213
- dateAddedInUTC: string;
3465
+ readonly filesValidUntilTimeUTC?: Date;
3466
+ /**
3467
+ * The time the file import record is soft deleted from the database and history.
3468
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3469
+ */
3470
+ readonly importValidUntilTimeUTC?: Date;
3214
3471
  }
3215
3472
 
3216
- /** Represents a supported source signal configuration in Fusion detection. */
3217
- export declare interface FusionSourceSettings {
3218
- /** Determines whether this source signal is enabled or disabled in Fusion detection. */
3219
- enabled: boolean;
3220
- /** Name of the Fusion source signal. Refer to Fusion alert rule template for supported values. */
3221
- sourceName: string;
3222
- /** Configuration for all source subtypes under this source signal consumed in fusion detection. */
3223
- sourceSubTypes?: FusionSourceSubTypeSetting[];
3473
+ /**
3474
+ * Defines values for FileImportContentType. \
3475
+ * {@link KnownFileImportContentType} can be used interchangeably with FileImportContentType,
3476
+ * this enum contains the known values that the service supports.
3477
+ * ### Known values supported by the service
3478
+ * **BasicIndicator**: File containing records with the core fields of an indicator, plus the observables to construct the STIX pattern. \
3479
+ * **StixIndicator**: File containing STIX indicators. \
3480
+ * **Unspecified**: File containing other records.
3481
+ */
3482
+ export declare type FileImportContentType = string;
3483
+
3484
+ /** List all the file imports. */
3485
+ export declare interface FileImportList {
3486
+ /**
3487
+ * URL to fetch the next set of file imports.
3488
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3489
+ */
3490
+ readonly nextLink?: string;
3491
+ /** Array of file imports. */
3492
+ value: FileImport[];
3493
+ }
3494
+
3495
+ /** Interface representing a FileImports. */
3496
+ export declare interface FileImports {
3497
+ /**
3498
+ * Gets all file imports.
3499
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3500
+ * @param workspaceName The name of the workspace.
3501
+ * @param options The options parameters.
3502
+ */
3503
+ list(resourceGroupName: string, workspaceName: string, options?: FileImportsListOptionalParams): PagedAsyncIterableIterator<FileImport>;
3504
+ /**
3505
+ * Gets a file import.
3506
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3507
+ * @param workspaceName The name of the workspace.
3508
+ * @param fileImportId File import ID
3509
+ * @param options The options parameters.
3510
+ */
3511
+ get(resourceGroupName: string, workspaceName: string, fileImportId: string, options?: FileImportsGetOptionalParams): Promise<FileImportsGetResponse>;
3512
+ /**
3513
+ * Creates the file import.
3514
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3515
+ * @param workspaceName The name of the workspace.
3516
+ * @param fileImportId File import ID
3517
+ * @param fileImport The file import
3518
+ * @param options The options parameters.
3519
+ */
3520
+ create(resourceGroupName: string, workspaceName: string, fileImportId: string, fileImport: FileImport, options?: FileImportsCreateOptionalParams): Promise<FileImportsCreateResponse>;
3521
+ /**
3522
+ * Delete the file import.
3523
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3524
+ * @param workspaceName The name of the workspace.
3525
+ * @param fileImportId File import ID
3526
+ * @param options The options parameters.
3527
+ */
3528
+ beginDelete(resourceGroupName: string, workspaceName: string, fileImportId: string, options?: FileImportsDeleteOptionalParams): Promise<PollerLike<PollOperationState<FileImportsDeleteResponse>, FileImportsDeleteResponse>>;
3529
+ /**
3530
+ * Delete the file import.
3531
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3532
+ * @param workspaceName The name of the workspace.
3533
+ * @param fileImportId File import ID
3534
+ * @param options The options parameters.
3535
+ */
3536
+ beginDeleteAndWait(resourceGroupName: string, workspaceName: string, fileImportId: string, options?: FileImportsDeleteOptionalParams): Promise<FileImportsDeleteResponse>;
3537
+ }
3538
+
3539
+ /** Optional parameters. */
3540
+ export declare interface FileImportsCreateOptionalParams extends coreClient.OperationOptions {
3541
+ }
3542
+
3543
+ /** Contains response data for the create operation. */
3544
+ export declare type FileImportsCreateResponse = FileImport;
3545
+
3546
+ /** Optional parameters. */
3547
+ export declare interface FileImportsDeleteOptionalParams extends coreClient.OperationOptions {
3548
+ /** Delay to wait until next poll, in milliseconds. */
3549
+ updateIntervalInMs?: number;
3550
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3551
+ resumeFrom?: string;
3552
+ }
3553
+
3554
+ /** Contains response data for the delete operation. */
3555
+ export declare type FileImportsDeleteResponse = FileImport;
3556
+
3557
+ /** Optional parameters. */
3558
+ export declare interface FileImportsGetOptionalParams extends coreClient.OperationOptions {
3559
+ }
3560
+
3561
+ /** Contains response data for the get operation. */
3562
+ export declare type FileImportsGetResponse = FileImport;
3563
+
3564
+ /** Optional parameters. */
3565
+ export declare interface FileImportsListNextOptionalParams extends coreClient.OperationOptions {
3566
+ /** Filters the results, based on a Boolean condition. Optional. */
3567
+ filter?: string;
3568
+ /** Sorts the results. Optional. */
3569
+ orderby?: string;
3570
+ /** Returns only the first n results. Optional. */
3571
+ top?: number;
3572
+ /** 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. */
3573
+ skipToken?: string;
3574
+ }
3575
+
3576
+ /** Contains response data for the listNext operation. */
3577
+ export declare type FileImportsListNextResponse = FileImportList;
3578
+
3579
+ /** Optional parameters. */
3580
+ export declare interface FileImportsListOptionalParams extends coreClient.OperationOptions {
3581
+ /** Filters the results, based on a Boolean condition. Optional. */
3582
+ filter?: string;
3583
+ /** Sorts the results. Optional. */
3584
+ orderby?: string;
3585
+ /** Returns only the first n results. Optional. */
3586
+ top?: number;
3587
+ /** 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. */
3588
+ skipToken?: string;
3589
+ }
3590
+
3591
+ /** Contains response data for the list operation. */
3592
+ export declare type FileImportsListResponse = FileImportList;
3593
+
3594
+ /**
3595
+ * Defines values for FileImportState. \
3596
+ * {@link KnownFileImportState} can be used interchangeably with FileImportState,
3597
+ * this enum contains the known values that the service supports.
3598
+ * ### Known values supported by the service
3599
+ * **FatalError**: A fatal error has occurred while ingesting the file. \
3600
+ * **Ingested**: The file has been ingested. \
3601
+ * **IngestedWithErrors**: The file has been ingested with errors. \
3602
+ * **InProgress**: The file ingestion is in progress. \
3603
+ * **Invalid**: The file is invalid. \
3604
+ * **WaitingForUpload**: Waiting for the file to be uploaded. \
3605
+ * **Unspecified**: Unspecified state.
3606
+ */
3607
+ export declare type FileImportState = string;
3608
+
3609
+ /** Represents a file. */
3610
+ export declare interface FileMetadata {
3611
+ /** The format of the file */
3612
+ fileFormat?: FileFormat;
3613
+ /** The name of the file. */
3614
+ fileName?: string;
3615
+ /** The size of the file. */
3616
+ fileSize?: number;
3617
+ /**
3618
+ * A URI with a valid SAS token to allow uploading / downloading the file.
3619
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3620
+ */
3621
+ readonly fileContentUri?: string;
3622
+ /**
3623
+ * Indicates whether the file was deleted from the storage account.
3624
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3625
+ */
3626
+ readonly deleteStatus?: DeleteStatus;
3627
+ }
3628
+
3629
+ /** Represents Fusion alert rule. */
3630
+ export declare interface FusionAlertRule extends AlertRule {
3631
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3632
+ kind: "Fusion";
3633
+ /** The Name of the alert rule template used to create this rule. */
3634
+ alertRuleTemplateName?: string;
3635
+ /**
3636
+ * The description of the alert rule.
3637
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3638
+ */
3639
+ readonly description?: string;
3640
+ /**
3641
+ * The display name for alerts created by this alert rule.
3642
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3643
+ */
3644
+ readonly displayName?: string;
3645
+ /** Determines whether this alert rule is enabled or disabled. */
3646
+ enabled?: boolean;
3647
+ /** Configuration for all supported source signals in fusion detection. */
3648
+ sourceSettings?: FusionSourceSettings[];
3649
+ /** Configuration to exclude scenarios in fusion detection. */
3650
+ scenarioExclusionPatterns?: FusionScenarioExclusionPattern[];
3651
+ /**
3652
+ * The last time that this alert has been modified.
3653
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3654
+ */
3655
+ readonly lastModifiedUtc?: Date;
3656
+ /**
3657
+ * The severity for alerts created by this alert rule.
3658
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3659
+ */
3660
+ readonly severity?: AlertSeverity;
3661
+ /**
3662
+ * The tactics of the alert rule
3663
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3664
+ */
3665
+ readonly tactics?: AttackTactic[];
3666
+ /**
3667
+ * The techniques of the alert rule
3668
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3669
+ */
3670
+ readonly techniques?: string[];
3671
+ }
3672
+
3673
+ /** Represents Fusion alert rule template. */
3674
+ export declare interface FusionAlertRuleTemplate extends AlertRuleTemplate {
3675
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3676
+ kind: "Fusion";
3677
+ /** the number of alert rules that were created by this template */
3678
+ alertRulesCreatedByTemplateCount?: number;
3679
+ /**
3680
+ * The time that this alert rule template has been added.
3681
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3682
+ */
3683
+ readonly createdDateUTC?: Date;
3684
+ /**
3685
+ * The time that this alert rule template was last updated.
3686
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3687
+ */
3688
+ readonly lastUpdatedDateUTC?: Date;
3689
+ /** The description of the alert rule template. */
3690
+ description?: string;
3691
+ /** The display name for alert rule template. */
3692
+ displayName?: string;
3693
+ /** The required data connectors for this template */
3694
+ requiredDataConnectors?: AlertRuleTemplateDataSource[];
3695
+ /** The alert rule template status. */
3696
+ status?: TemplateStatus;
3697
+ /** The severity for alerts created by this alert rule. */
3698
+ severity?: AlertSeverity;
3699
+ /** The tactics of the alert rule template */
3700
+ tactics?: AttackTactic[];
3701
+ /** The techniques of the alert rule */
3702
+ techniques?: string[];
3703
+ /** All supported source signal configurations consumed in fusion detection. */
3704
+ sourceSettings?: FusionTemplateSourceSetting[];
3705
+ }
3706
+
3707
+ /** Represents a Fusion scenario exclusion patterns in Fusion detection. */
3708
+ export declare interface FusionScenarioExclusionPattern {
3709
+ /** Scenario exclusion pattern. */
3710
+ exclusionPattern: string;
3711
+ /** DateTime when scenario exclusion pattern is added in UTC. */
3712
+ dateAddedInUTC: string;
3713
+ }
3714
+
3715
+ /** Represents a supported source signal configuration in Fusion detection. */
3716
+ export declare interface FusionSourceSettings {
3717
+ /** Determines whether this source signal is enabled or disabled in Fusion detection. */
3718
+ enabled: boolean;
3719
+ /** Name of the Fusion source signal. Refer to Fusion alert rule template for supported values. */
3720
+ sourceName: string;
3721
+ /** Configuration for all source subtypes under this source signal consumed in fusion detection. */
3722
+ sourceSubTypes?: FusionSourceSubTypeSetting[];
3224
3723
  }
3225
3724
 
3226
3725
  /** Represents a supported source subtype configuration under a source signal in Fusion detection. */
@@ -3325,10 +3824,19 @@ export declare interface GeoLocation {
3325
3824
  readonly state?: string;
3326
3825
  }
3327
3826
 
3827
+ /**
3828
+ * Defines values for GetInsightsError. \
3829
+ * {@link KnownGetInsightsError} can be used interchangeably with GetInsightsError,
3830
+ * this enum contains the known values that the service supports.
3831
+ * ### Known values supported by the service
3832
+ * **Insight**
3833
+ */
3834
+ export declare type GetInsightsError = string;
3835
+
3328
3836
  /** GetInsights Query Errors. */
3329
- export declare interface GetInsightsError {
3837
+ export declare interface GetInsightsErrorKind {
3330
3838
  /** the query kind */
3331
- kind: "Insight";
3839
+ kind: GetInsightsError;
3332
3840
  /** the query id */
3333
3841
  queryId?: string;
3334
3842
  /** the error message */
@@ -3340,7 +3848,7 @@ export declare interface GetInsightsResultsMetadata {
3340
3848
  /** the total items found for the insights request */
3341
3849
  totalCount: number;
3342
3850
  /** information about the failed queries */
3343
- errors?: GetInsightsError[];
3851
+ errors?: GetInsightsErrorKind[];
3344
3852
  }
3345
3853
 
3346
3854
  /** Retrieve queries for entity result operation response. */
@@ -3384,7 +3892,9 @@ export declare interface GroupingConfiguration {
3384
3892
  }
3385
3893
 
3386
3894
  /** Represents a host entity. */
3387
- export declare type HostEntity = Entity & {
3895
+ export declare interface HostEntity extends Entity {
3896
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3897
+ kind: "Host";
3388
3898
  /**
3389
3899
  * A bag of custom fields that should be part of the entity and will be presented to the user.
3390
3900
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -3439,10 +3949,10 @@ export declare type HostEntity = Entity & {
3439
3949
  * NOTE: This property will not be serialized. It can only be populated by the server.
3440
3950
  */
3441
3951
  readonly osVersion?: string;
3442
- };
3952
+ }
3443
3953
 
3444
3954
  /** Host entity property bag. */
3445
- export declare type HostEntityProperties = EntityCommonProperties & {
3955
+ export declare interface HostEntityProperties extends EntityCommonProperties {
3446
3956
  /**
3447
3957
  * The azure resource id of the VM.
3448
3958
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -3485,10 +3995,12 @@ export declare type HostEntityProperties = EntityCommonProperties & {
3485
3995
  * NOTE: This property will not be serialized. It can only be populated by the server.
3486
3996
  */
3487
3997
  readonly osVersion?: string;
3488
- };
3998
+ }
3489
3999
 
3490
4000
  /** Represents a Hunting bookmark entity. */
3491
- export declare type HuntingBookmark = Entity & {
4001
+ export declare interface HuntingBookmark extends Entity {
4002
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4003
+ kind: "Bookmark";
3492
4004
  /**
3493
4005
  * A bag of custom fields that should be part of the entity and will be presented to the user.
3494
4006
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -3523,10 +4035,10 @@ export declare type HuntingBookmark = Entity & {
3523
4035
  updatedBy?: UserInfo;
3524
4036
  /** Describes an incident that relates to bookmark */
3525
4037
  incidentInfo?: IncidentInfo;
3526
- };
4038
+ }
3527
4039
 
3528
4040
  /** Describes bookmark properties */
3529
- export declare type HuntingBookmarkProperties = EntityCommonProperties & {
4041
+ export declare interface HuntingBookmarkProperties extends EntityCommonProperties {
3530
4042
  /** The time the bookmark was created */
3531
4043
  created?: Date;
3532
4044
  /** Describes a user that created the bookmark */
@@ -3549,10 +4061,10 @@ export declare type HuntingBookmarkProperties = EntityCommonProperties & {
3549
4061
  updatedBy?: UserInfo;
3550
4062
  /** Describes an incident that relates to bookmark */
3551
4063
  incidentInfo?: IncidentInfo;
3552
- };
4064
+ }
3553
4065
 
3554
4066
  /** Represents an incident in Azure Security Insights. */
3555
- export declare type Incident = ResourceWithEtag & {
4067
+ export declare interface Incident extends ResourceWithEtag {
3556
4068
  /**
3557
4069
  * Additional data on the incident
3558
4070
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -3611,7 +4123,7 @@ export declare type Incident = ResourceWithEtag & {
3611
4123
  teamInformation?: TeamInformation;
3612
4124
  /** The title of the incident */
3613
4125
  title?: string;
3614
- };
4126
+ }
3615
4127
 
3616
4128
  /** Incident additional data property bag. */
3617
4129
  export declare interface IncidentAdditionalData {
@@ -3689,7 +4201,7 @@ export declare type IncidentClassification = string;
3689
4201
  export declare type IncidentClassificationReason = string;
3690
4202
 
3691
4203
  /** Represents an incident comment */
3692
- export declare type IncidentComment = ResourceWithEtag & {
4204
+ export declare interface IncidentComment extends ResourceWithEtag {
3693
4205
  /**
3694
4206
  * The time the comment was created
3695
4207
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -3707,7 +4219,7 @@ export declare type IncidentComment = ResourceWithEtag & {
3707
4219
  * NOTE: This property will not be serialized. It can only be populated by the server.
3708
4220
  */
3709
4221
  readonly author?: ClientInfo;
3710
- };
4222
+ }
3711
4223
 
3712
4224
  /** List of incident comments. */
3713
4225
  export declare interface IncidentCommentList {
@@ -3886,11 +4398,8 @@ export declare interface IncidentOwnerInfo {
3886
4398
  objectId?: string;
3887
4399
  /** The user principal name of the user the incident is assigned to. */
3888
4400
  userPrincipalName?: string;
3889
- /**
3890
- * The type of the owner the incident is assigned to.
3891
- * NOTE: This property will not be serialized. It can only be populated by the server.
3892
- */
3893
- readonly ownerType?: OwnerType;
4401
+ /** The type of the owner the incident is assigned to. */
4402
+ ownerType?: OwnerType;
3894
4403
  }
3895
4404
 
3896
4405
  export declare interface IncidentPropertiesAction {
@@ -3902,11 +4411,11 @@ export declare interface IncidentPropertiesAction {
3902
4411
  classification?: IncidentClassification;
3903
4412
  /** The classification reason the incident was closed with */
3904
4413
  classificationReason?: IncidentClassificationReason;
3905
- /** Describes the reason the incident was closed */
4414
+ /** Describes the reason the incident was closed. */
3906
4415
  classificationComment?: string;
3907
4416
  /** Information on the user an incident is assigned to */
3908
4417
  owner?: IncidentOwnerInfo;
3909
- /** List of labels to add to the incident */
4418
+ /** List of labels to add to the incident. */
3910
4419
  labels?: IncidentLabel[];
3911
4420
  }
3912
4421
 
@@ -4183,16 +4692,27 @@ export declare type IncidentsRunPlaybookResponse = Record<string, unknown>;
4183
4692
  */
4184
4693
  export declare type IncidentStatus = string;
4185
4694
 
4695
+ /**
4696
+ * Defines values for IngestionMode. \
4697
+ * {@link KnownIngestionMode} can be used interchangeably with IngestionMode,
4698
+ * this enum contains the known values that the service supports.
4699
+ * ### Known values supported by the service
4700
+ * **IngestOnlyIfAllAreValid**: No records should be ingested when invalid records are detected. \
4701
+ * **IngestAnyValidRecords**: Valid records should still be ingested when invalid records are detected. \
4702
+ * **Unspecified**: Unspecified
4703
+ */
4704
+ export declare type IngestionMode = string;
4705
+
4186
4706
  /** Represents Insight Query. */
4187
- export declare type InsightQueryItem = EntityQueryItem & {
4707
+ export declare interface InsightQueryItem extends EntityQueryItem {
4188
4708
  /** Polymorphic discriminator, which specifies the different types this object can be */
4189
4709
  kind: "Insight";
4190
4710
  /** Properties bag for InsightQueryItem */
4191
4711
  properties?: InsightQueryItemProperties;
4192
- };
4712
+ }
4193
4713
 
4194
4714
  /** Represents Insight Query. */
4195
- export declare type InsightQueryItemProperties = EntityQueryItemProperties & {
4715
+ export declare interface InsightQueryItemProperties extends EntityQueryItemProperties {
4196
4716
  /** The insight display name. */
4197
4717
  displayName?: string;
4198
4718
  /** The insight description. */
@@ -4209,7 +4729,7 @@ export declare type InsightQueryItemProperties = EntityQueryItemProperties & {
4209
4729
  defaultTimeRange?: InsightQueryItemPropertiesDefaultTimeRange;
4210
4730
  /** The insight chart query. */
4211
4731
  referenceTimeRange?: InsightQueryItemPropertiesReferenceTimeRange;
4212
- };
4732
+ }
4213
4733
 
4214
4734
  /** The activity query definitions. */
4215
4735
  export declare interface InsightQueryItemPropertiesAdditionalQuery {
@@ -4293,32 +4813,37 @@ export declare interface InstructionSteps {
4293
4813
  instructions?: InstructionStepsInstructionsItem[];
4294
4814
  }
4295
4815
 
4296
- export declare type InstructionStepsInstructionsItem = ConnectorInstructionModelBase & {};
4816
+ export declare interface InstructionStepsInstructionsItem extends ConnectorInstructionModelBase {
4817
+ }
4297
4818
 
4298
4819
  /** Represents IoT requirements check request. */
4299
- export declare type IoTCheckRequirements = DataConnectorsCheckRequirements & {
4820
+ export declare interface IoTCheckRequirements extends DataConnectorsCheckRequirements {
4300
4821
  /** Polymorphic discriminator, which specifies the different types this object can be */
4301
4822
  kind: "IOT";
4302
4823
  /** The subscription id to connect to, and get the data from. */
4303
4824
  subscriptionId?: string;
4304
- };
4825
+ }
4305
4826
 
4306
4827
  /** Represents IoT data connector. */
4307
- export declare type IoTDataConnector = DataConnector & {
4828
+ export declare interface IoTDataConnector extends DataConnector {
4829
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4830
+ kind: "IOT";
4308
4831
  /** The available data types for the connector. */
4309
4832
  dataTypes?: AlertsDataTypeOfDataConnector;
4310
4833
  /** The subscription id to connect to, and get the data from. */
4311
4834
  subscriptionId?: string;
4312
- };
4835
+ }
4313
4836
 
4314
4837
  /** IoT data connector properties. */
4315
- export declare type IoTDataConnectorProperties = DataConnectorWithAlertsProperties & {
4838
+ export declare interface IoTDataConnectorProperties extends DataConnectorWithAlertsProperties {
4316
4839
  /** The subscription id to connect to, and get the data from. */
4317
4840
  subscriptionId?: string;
4318
- };
4841
+ }
4319
4842
 
4320
4843
  /** Represents an IoT device entity. */
4321
- export declare type IoTDeviceEntity = Entity & {
4844
+ export declare interface IoTDeviceEntity extends Entity {
4845
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4846
+ kind: "IoTDevice";
4322
4847
  /**
4323
4848
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4324
4849
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4416,10 +4941,62 @@ export declare type IoTDeviceEntity = Entity & {
4416
4941
  * NOTE: This property will not be serialized. It can only be populated by the server.
4417
4942
  */
4418
4943
  readonly protocols?: string[];
4419
- };
4944
+ /**
4945
+ * A list of owners of the IoTDevice entity.
4946
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4947
+ */
4948
+ readonly owners?: string[];
4949
+ /**
4950
+ * A list of Nic entity ids of the IoTDevice entity.
4951
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4952
+ */
4953
+ readonly nicEntityIds?: string[];
4954
+ /**
4955
+ * The site of the device
4956
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4957
+ */
4958
+ readonly site?: string;
4959
+ /**
4960
+ * The zone location of the device within a site
4961
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4962
+ */
4963
+ readonly zone?: string;
4964
+ /**
4965
+ * The sensor the device is monitored by
4966
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4967
+ */
4968
+ readonly sensor?: string;
4969
+ /**
4970
+ * The subType of the device ('PLC', 'HMI', 'EWS', etc.)
4971
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4972
+ */
4973
+ readonly deviceSubType?: string;
4974
+ /** Device importance, determines if the device classified as 'crown jewel' */
4975
+ importance?: DeviceImportance;
4976
+ /**
4977
+ * The Purdue Layer of the device
4978
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4979
+ */
4980
+ readonly purdueLayer?: string;
4981
+ /**
4982
+ * Determines whether the device classified as authorized device
4983
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4984
+ */
4985
+ readonly isAuthorized?: boolean;
4986
+ /**
4987
+ * Determines whether the device classified as programming device
4988
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4989
+ */
4990
+ readonly isProgramming?: boolean;
4991
+ /**
4992
+ * Is the device classified as a scanner device
4993
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4994
+ */
4995
+ readonly isScanner?: boolean;
4996
+ }
4420
4997
 
4421
4998
  /** IoTDevice entity property bag. */
4422
- export declare type IoTDeviceEntityProperties = EntityCommonProperties & {
4999
+ export declare interface IoTDeviceEntityProperties extends EntityCommonProperties {
4423
5000
  /**
4424
5001
  * The ID of the IoT Device in the IoT Hub
4425
5002
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4505,10 +5082,64 @@ export declare type IoTDeviceEntityProperties = EntityCommonProperties & {
4505
5082
  * NOTE: This property will not be serialized. It can only be populated by the server.
4506
5083
  */
4507
5084
  readonly protocols?: string[];
4508
- };
5085
+ /**
5086
+ * A list of owners of the IoTDevice entity.
5087
+ * NOTE: This property will not be serialized. It can only be populated by the server.
5088
+ */
5089
+ readonly owners?: string[];
5090
+ /**
5091
+ * A list of Nic entity ids of the IoTDevice entity.
5092
+ * NOTE: This property will not be serialized. It can only be populated by the server.
5093
+ */
5094
+ readonly nicEntityIds?: string[];
5095
+ /**
5096
+ * The site of the device
5097
+ * NOTE: This property will not be serialized. It can only be populated by the server.
5098
+ */
5099
+ readonly site?: string;
5100
+ /**
5101
+ * The zone location of the device within a site
5102
+ * NOTE: This property will not be serialized. It can only be populated by the server.
5103
+ */
5104
+ readonly zone?: string;
5105
+ /**
5106
+ * The sensor the device is monitored by
5107
+ * NOTE: This property will not be serialized. It can only be populated by the server.
5108
+ */
5109
+ readonly sensor?: string;
5110
+ /**
5111
+ * The subType of the device ('PLC', 'HMI', 'EWS', etc.)
5112
+ * NOTE: This property will not be serialized. It can only be populated by the server.
5113
+ */
5114
+ readonly deviceSubType?: string;
5115
+ /** Device importance, determines if the device classified as 'crown jewel' */
5116
+ importance?: DeviceImportance;
5117
+ /**
5118
+ * The Purdue Layer of the device
5119
+ * NOTE: This property will not be serialized. It can only be populated by the server.
5120
+ */
5121
+ readonly purdueLayer?: string;
5122
+ /**
5123
+ * Determines whether the device classified as authorized device
5124
+ * NOTE: This property will not be serialized. It can only be populated by the server.
5125
+ */
5126
+ readonly isAuthorized?: boolean;
5127
+ /**
5128
+ * Determines whether the device classified as programming device
5129
+ * NOTE: This property will not be serialized. It can only be populated by the server.
5130
+ */
5131
+ readonly isProgramming?: boolean;
5132
+ /**
5133
+ * Is the device classified as a scanner device
5134
+ * NOTE: This property will not be serialized. It can only be populated by the server.
5135
+ */
5136
+ readonly isScanner?: boolean;
5137
+ }
4509
5138
 
4510
5139
  /** Represents an ip entity. */
4511
- export declare type IpEntity = Entity & {
5140
+ export declare interface IpEntity extends Entity {
5141
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5142
+ kind: "Ip";
4512
5143
  /**
4513
5144
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4514
5145
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4536,10 +5167,10 @@ export declare type IpEntity = Entity & {
4536
5167
  * NOTE: This property will not be serialized. It can only be populated by the server.
4537
5168
  */
4538
5169
  readonly threatIntelligence?: ThreatIntelligence[];
4539
- };
5170
+ }
4540
5171
 
4541
5172
  /** Ip entity property bag. */
4542
- export declare type IpEntityProperties = EntityCommonProperties & {
5173
+ export declare interface IpEntityProperties extends EntityCommonProperties {
4543
5174
  /**
4544
5175
  * The IP address as string, e.g. 127.0.0.1 (either in Ipv4 or Ipv6)
4545
5176
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4555,7 +5186,7 @@ export declare type IpEntityProperties = EntityCommonProperties & {
4555
5186
  * NOTE: This property will not be serialized. It can only be populated by the server.
4556
5187
  */
4557
5188
  readonly threatIntelligence?: ThreatIntelligence[];
4558
- };
5189
+ }
4559
5190
 
4560
5191
  /** Interface representing a IPGeodata. */
4561
5192
  export declare interface IPGeodata {
@@ -4640,11 +5271,17 @@ export declare enum KnownAlertDetail {
4640
5271
 
4641
5272
  /** Known values of {@link AlertRuleKind} that the service accepts. */
4642
5273
  export declare enum KnownAlertRuleKind {
5274
+ /** Scheduled */
4643
5275
  Scheduled = "Scheduled",
5276
+ /** MicrosoftSecurityIncidentCreation */
4644
5277
  MicrosoftSecurityIncidentCreation = "MicrosoftSecurityIncidentCreation",
5278
+ /** Fusion */
4645
5279
  Fusion = "Fusion",
5280
+ /** MLBehaviorAnalytics */
4646
5281
  MLBehaviorAnalytics = "MLBehaviorAnalytics",
5282
+ /** ThreatIntelligence */
4647
5283
  ThreatIntelligence = "ThreatIntelligence",
5284
+ /** NRT */
4648
5285
  NRT = "NRT"
4649
5286
  }
4650
5287
 
@@ -4688,25 +5325,100 @@ export declare enum KnownAntispamMailDirection {
4688
5325
 
4689
5326
  /** Known values of {@link AttackTactic} that the service accepts. */
4690
5327
  export declare enum KnownAttackTactic {
5328
+ /** Reconnaissance */
4691
5329
  Reconnaissance = "Reconnaissance",
5330
+ /** ResourceDevelopment */
4692
5331
  ResourceDevelopment = "ResourceDevelopment",
5332
+ /** InitialAccess */
4693
5333
  InitialAccess = "InitialAccess",
5334
+ /** Execution */
4694
5335
  Execution = "Execution",
5336
+ /** Persistence */
4695
5337
  Persistence = "Persistence",
5338
+ /** PrivilegeEscalation */
4696
5339
  PrivilegeEscalation = "PrivilegeEscalation",
5340
+ /** DefenseEvasion */
4697
5341
  DefenseEvasion = "DefenseEvasion",
5342
+ /** CredentialAccess */
4698
5343
  CredentialAccess = "CredentialAccess",
5344
+ /** Discovery */
4699
5345
  Discovery = "Discovery",
5346
+ /** LateralMovement */
4700
5347
  LateralMovement = "LateralMovement",
5348
+ /** Collection */
4701
5349
  Collection = "Collection",
5350
+ /** Exfiltration */
4702
5351
  Exfiltration = "Exfiltration",
5352
+ /** CommandAndControl */
4703
5353
  CommandAndControl = "CommandAndControl",
5354
+ /** Impact */
4704
5355
  Impact = "Impact",
5356
+ /** PreAttack */
4705
5357
  PreAttack = "PreAttack",
5358
+ /** ImpairProcessControl */
4706
5359
  ImpairProcessControl = "ImpairProcessControl",
5360
+ /** InhibitResponseFunction */
4707
5361
  InhibitResponseFunction = "InhibitResponseFunction"
4708
5362
  }
4709
5363
 
5364
+ /** Known values of {@link AutomationRuleBooleanConditionSupportedOperator} that the service accepts. */
5365
+ export declare enum KnownAutomationRuleBooleanConditionSupportedOperator {
5366
+ /** Evaluates as true if all the item conditions are evaluated as true */
5367
+ And = "And",
5368
+ /** Evaluates as true if at least one of the item conditions are evaluated as true */
5369
+ Or = "Or"
5370
+ }
5371
+
5372
+ /** Known values of {@link AutomationRulePropertyArrayChangedConditionSupportedArrayType} that the service accepts. */
5373
+ export declare enum KnownAutomationRulePropertyArrayChangedConditionSupportedArrayType {
5374
+ /** Evaluate the condition on the alerts */
5375
+ Alerts = "Alerts",
5376
+ /** Evaluate the condition on the labels */
5377
+ Labels = "Labels",
5378
+ /** Evaluate the condition on the tactics */
5379
+ Tactics = "Tactics",
5380
+ /** Evaluate the condition on the comments */
5381
+ Comments = "Comments"
5382
+ }
5383
+
5384
+ /** Known values of {@link AutomationRulePropertyArrayChangedConditionSupportedChangeType} that the service accepts. */
5385
+ export declare enum KnownAutomationRulePropertyArrayChangedConditionSupportedChangeType {
5386
+ /** Evaluate the condition on items added to the array */
5387
+ Added = "Added"
5388
+ }
5389
+
5390
+ /** Known values of {@link AutomationRulePropertyArrayConditionSupportedArrayConditionType} that the service accepts. */
5391
+ export declare enum KnownAutomationRulePropertyArrayConditionSupportedArrayConditionType {
5392
+ /** Evaluate the condition as true if any item fulfills it */
5393
+ AnyItem = "AnyItem"
5394
+ }
5395
+
5396
+ /** Known values of {@link AutomationRulePropertyArrayConditionSupportedArrayType} that the service accepts. */
5397
+ export declare enum KnownAutomationRulePropertyArrayConditionSupportedArrayType {
5398
+ /** Evaluate the condition on the custom detail keys */
5399
+ CustomDetails = "CustomDetails",
5400
+ /** Evaluate the condition on a custom detail's values */
5401
+ CustomDetailValues = "CustomDetailValues"
5402
+ }
5403
+
5404
+ /** Known values of {@link AutomationRulePropertyChangedConditionSupportedChangedType} that the service accepts. */
5405
+ export declare enum KnownAutomationRulePropertyChangedConditionSupportedChangedType {
5406
+ /** Evaluate the condition on the previous value of the property */
5407
+ ChangedFrom = "ChangedFrom",
5408
+ /** Evaluate the condition on the updated value of the property */
5409
+ ChangedTo = "ChangedTo"
5410
+ }
5411
+
5412
+ /** Known values of {@link AutomationRulePropertyChangedConditionSupportedPropertyType} that the service accepts. */
5413
+ export declare enum KnownAutomationRulePropertyChangedConditionSupportedPropertyType {
5414
+ /** Evaluate the condition on the incident severity */
5415
+ IncidentSeverity = "IncidentSeverity",
5416
+ /** Evaluate the condition on the incident status */
5417
+ IncidentStatus = "IncidentStatus",
5418
+ /** Evaluate the condition on the incident owner */
5419
+ IncidentOwner = "IncidentOwner"
5420
+ }
5421
+
4710
5422
  /** Known values of {@link AutomationRulePropertyConditionSupportedOperator} that the service accepts. */
4711
5423
  export declare enum KnownAutomationRulePropertyConditionSupportedOperator {
4712
5424
  /** Evaluates if the property equals at least one of the condition values */
@@ -4745,6 +5457,12 @@ export declare enum KnownAutomationRulePropertyConditionSupportedProperty {
4745
5457
  IncidentLabel = "IncidentLabel",
4746
5458
  /** The provider name of the incident */
4747
5459
  IncidentProviderName = "IncidentProviderName",
5460
+ /** The update source of the incident */
5461
+ IncidentUpdatedBySource = "IncidentUpdatedBySource",
5462
+ /** The incident custom detail key */
5463
+ IncidentCustomDetailsKey = "IncidentCustomDetailsKey",
5464
+ /** The incident custom detail value */
5465
+ IncidentCustomDetailsValue = "IncidentCustomDetailsValue",
4748
5466
  /** The account Azure Active Directory tenant id */
4749
5467
  AccountAadTenantId = "AccountAadTenantId",
4750
5468
  /** The account Azure Active Directory user id */
@@ -4763,6 +5481,8 @@ export declare enum KnownAutomationRulePropertyConditionSupportedProperty {
4763
5481
  AccountUPNSuffix = "AccountUPNSuffix",
4764
5482
  /** The name of the product of the alert */
4765
5483
  AlertProductNames = "AlertProductNames",
5484
+ /** The analytic rule ids of the alert */
5485
+ AlertAnalyticRuleIds = "AlertAnalyticRuleIds",
4766
5486
  /** The Azure resource id */
4767
5487
  AzureResourceResourceId = "AzureResourceResourceId",
4768
5488
  /** The Azure resource subscription id */
@@ -4842,7 +5562,15 @@ export declare enum KnownAutomationRulePropertyConditionSupportedProperty {
4842
5562
  /** Known values of {@link ConditionType} that the service accepts. */
4843
5563
  export declare enum KnownConditionType {
4844
5564
  /** Evaluate an object property value */
4845
- Property = "Property"
5565
+ Property = "Property",
5566
+ /** Evaluate an object array property value */
5567
+ PropertyArray = "PropertyArray",
5568
+ /** Evaluate an object property changed value */
5569
+ PropertyChanged = "PropertyChanged",
5570
+ /** Evaluate an object array property changed value */
5571
+ PropertyArrayChanged = "PropertyArrayChanged",
5572
+ /** Apply a boolean operator (e.g AND, OR) to conditions */
5573
+ Boolean = "Boolean"
4846
5574
  }
4847
5575
 
4848
5576
  /** Known values of {@link ConfidenceLevel} that the service accepts. */
@@ -4869,100 +5597,170 @@ export declare enum KnownConfidenceScoreStatus {
4869
5597
 
4870
5598
  /** Known values of {@link ConnectAuthKind} that the service accepts. */
4871
5599
  export declare enum KnownConnectAuthKind {
5600
+ /** Basic */
4872
5601
  Basic = "Basic",
5602
+ /** OAuth2 */
4873
5603
  OAuth2 = "OAuth2",
5604
+ /** APIKey */
4874
5605
  APIKey = "APIKey"
4875
5606
  }
4876
5607
 
4877
5608
  /** Known values of {@link ConnectivityType} that the service accepts. */
4878
5609
  export declare enum KnownConnectivityType {
5610
+ /** IsConnectedQuery */
4879
5611
  IsConnectedQuery = "IsConnectedQuery"
4880
5612
  }
4881
5613
 
4882
5614
  /** Known values of {@link ContentType} that the service accepts. */
4883
5615
  export declare enum KnownContentType {
5616
+ /** AnalyticRule */
4884
5617
  AnalyticRule = "AnalyticRule",
5618
+ /** Workbook */
4885
5619
  Workbook = "Workbook"
4886
5620
  }
4887
5621
 
4888
5622
  /** Known values of {@link CreatedByType} that the service accepts. */
4889
5623
  export declare enum KnownCreatedByType {
5624
+ /** User */
4890
5625
  User = "User",
5626
+ /** Application */
4891
5627
  Application = "Application",
5628
+ /** ManagedIdentity */
4892
5629
  ManagedIdentity = "ManagedIdentity",
5630
+ /** Key */
4893
5631
  Key = "Key"
4894
5632
  }
4895
5633
 
4896
5634
  /** Known values of {@link CustomEntityQueryKind} that the service accepts. */
4897
5635
  export declare enum KnownCustomEntityQueryKind {
5636
+ /** Activity */
4898
5637
  Activity = "Activity"
4899
5638
  }
4900
5639
 
4901
5640
  /** Known values of {@link DataConnectorAuthorizationState} that the service accepts. */
4902
5641
  export declare enum KnownDataConnectorAuthorizationState {
5642
+ /** Valid */
4903
5643
  Valid = "Valid",
5644
+ /** Invalid */
4904
5645
  Invalid = "Invalid"
4905
5646
  }
4906
5647
 
4907
5648
  /** Known values of {@link DataConnectorKind} that the service accepts. */
4908
5649
  export declare enum KnownDataConnectorKind {
5650
+ /** AzureActiveDirectory */
4909
5651
  AzureActiveDirectory = "AzureActiveDirectory",
5652
+ /** AzureSecurityCenter */
4910
5653
  AzureSecurityCenter = "AzureSecurityCenter",
5654
+ /** MicrosoftCloudAppSecurity */
4911
5655
  MicrosoftCloudAppSecurity = "MicrosoftCloudAppSecurity",
5656
+ /** ThreatIntelligence */
4912
5657
  ThreatIntelligence = "ThreatIntelligence",
5658
+ /** ThreatIntelligenceTaxii */
4913
5659
  ThreatIntelligenceTaxii = "ThreatIntelligenceTaxii",
5660
+ /** Office365 */
4914
5661
  Office365 = "Office365",
5662
+ /** OfficeATP */
4915
5663
  OfficeATP = "OfficeATP",
5664
+ /** OfficeIRM */
4916
5665
  OfficeIRM = "OfficeIRM",
5666
+ /** Office365Project */
4917
5667
  Office365Project = "Office365Project",
5668
+ /** OfficePowerBI */
4918
5669
  OfficePowerBI = "OfficePowerBI",
5670
+ /** AmazonWebServicesCloudTrail */
4919
5671
  AmazonWebServicesCloudTrail = "AmazonWebServicesCloudTrail",
5672
+ /** AmazonWebServicesS3 */
4920
5673
  AmazonWebServicesS3 = "AmazonWebServicesS3",
5674
+ /** AzureAdvancedThreatProtection */
4921
5675
  AzureAdvancedThreatProtection = "AzureAdvancedThreatProtection",
5676
+ /** MicrosoftDefenderAdvancedThreatProtection */
4922
5677
  MicrosoftDefenderAdvancedThreatProtection = "MicrosoftDefenderAdvancedThreatProtection",
5678
+ /** Dynamics365 */
4923
5679
  Dynamics365 = "Dynamics365",
5680
+ /** MicrosoftThreatProtection */
4924
5681
  MicrosoftThreatProtection = "MicrosoftThreatProtection",
5682
+ /** MicrosoftThreatIntelligence */
4925
5683
  MicrosoftThreatIntelligence = "MicrosoftThreatIntelligence",
5684
+ /** GenericUI */
4926
5685
  GenericUI = "GenericUI",
5686
+ /** APIPolling */
4927
5687
  APIPolling = "APIPolling",
5688
+ /** IOT */
4928
5689
  IOT = "IOT"
4929
5690
  }
4930
5691
 
4931
5692
  /** Known values of {@link DataConnectorLicenseState} that the service accepts. */
4932
5693
  export declare enum KnownDataConnectorLicenseState {
5694
+ /** Valid */
4933
5695
  Valid = "Valid",
5696
+ /** Invalid */
4934
5697
  Invalid = "Invalid",
5698
+ /** Unknown */
4935
5699
  Unknown = "Unknown"
4936
5700
  }
4937
5701
 
4938
5702
  /** Known values of {@link DataTypeState} that the service accepts. */
4939
5703
  export declare enum KnownDataTypeState {
5704
+ /** Enabled */
4940
5705
  Enabled = "Enabled",
5706
+ /** Disabled */
4941
5707
  Disabled = "Disabled"
4942
5708
  }
4943
5709
 
5710
+ /** Known values of {@link DeleteStatus} that the service accepts. */
5711
+ export declare enum KnownDeleteStatus {
5712
+ /** The file was deleted. */
5713
+ Deleted = "Deleted",
5714
+ /** The file was not deleted. */
5715
+ NotDeleted = "NotDeleted",
5716
+ /** Unspecified */
5717
+ Unspecified = "Unspecified"
5718
+ }
5719
+
4944
5720
  /** Known values of {@link DeploymentFetchStatus} that the service accepts. */
4945
5721
  export declare enum KnownDeploymentFetchStatus {
5722
+ /** Success */
4946
5723
  Success = "Success",
5724
+ /** Unauthorized */
4947
5725
  Unauthorized = "Unauthorized",
5726
+ /** NotFound */
4948
5727
  NotFound = "NotFound"
4949
5728
  }
4950
5729
 
4951
5730
  /** Known values of {@link DeploymentResult} that the service accepts. */
4952
5731
  export declare enum KnownDeploymentResult {
5732
+ /** Success */
4953
5733
  Success = "Success",
5734
+ /** Canceled */
4954
5735
  Canceled = "Canceled",
5736
+ /** Failed */
4955
5737
  Failed = "Failed"
4956
5738
  }
4957
5739
 
4958
5740
  /** Known values of {@link DeploymentState} that the service accepts. */
4959
5741
  export declare enum KnownDeploymentState {
5742
+ /** InProgress */
4960
5743
  InProgress = "In_Progress",
5744
+ /** Completed */
4961
5745
  Completed = "Completed",
5746
+ /** Queued */
4962
5747
  Queued = "Queued",
5748
+ /** Canceling */
4963
5749
  Canceling = "Canceling"
4964
5750
  }
4965
5751
 
5752
+ /** Known values of {@link DeviceImportance} that the service accepts. */
5753
+ export declare enum KnownDeviceImportance {
5754
+ /** Unknown - Default value */
5755
+ Unknown = "Unknown",
5756
+ /** Low */
5757
+ Low = "Low",
5758
+ /** Normal */
5759
+ Normal = "Normal",
5760
+ /** High */
5761
+ High = "High"
5762
+ }
5763
+
4966
5764
  /** Known values of {@link EntityItemQueryKind} that the service accepts. */
4967
5765
  export declare enum KnownEntityItemQueryKind {
4968
5766
  /** insight */
@@ -5012,7 +5810,9 @@ export declare enum KnownEntityKind {
5012
5810
  /** Entity represents mailbox in the system. */
5013
5811
  Mailbox = "Mailbox",
5014
5812
  /** Entity represents submission mail in the system. */
5015
- SubmissionMail = "SubmissionMail"
5813
+ SubmissionMail = "SubmissionMail",
5814
+ /** Entity represents network interface in the system. */
5815
+ Nic = "Nic"
5016
5816
  }
5017
5817
 
5018
5818
  /** Known values of {@link EntityMappingType} that the service accepts. */
@@ -5055,15 +5855,27 @@ export declare enum KnownEntityMappingType {
5055
5855
  SubmissionMail = "SubmissionMail"
5056
5856
  }
5057
5857
 
5858
+ /** Known values of {@link EntityProviders} that the service accepts. */
5859
+ export declare enum KnownEntityProviders {
5860
+ /** ActiveDirectory */
5861
+ ActiveDirectory = "ActiveDirectory",
5862
+ /** AzureActiveDirectory */
5863
+ AzureActiveDirectory = "AzureActiveDirectory"
5864
+ }
5865
+
5058
5866
  /** Known values of {@link EntityQueryKind} that the service accepts. */
5059
5867
  export declare enum KnownEntityQueryKind {
5868
+ /** Expansion */
5060
5869
  Expansion = "Expansion",
5870
+ /** Insight */
5061
5871
  Insight = "Insight",
5872
+ /** Activity */
5062
5873
  Activity = "Activity"
5063
5874
  }
5064
5875
 
5065
5876
  /** Known values of {@link EntityQueryTemplateKind} that the service accepts. */
5066
5877
  export declare enum KnownEntityQueryTemplateKind {
5878
+ /** Activity */
5067
5879
  Activity = "Activity"
5068
5880
  }
5069
5881
 
@@ -5074,7 +5886,9 @@ export declare enum KnownEntityTimelineKind {
5074
5886
  /** bookmarks */
5075
5887
  Bookmark = "Bookmark",
5076
5888
  /** security alerts */
5077
- SecurityAlert = "SecurityAlert"
5889
+ SecurityAlert = "SecurityAlert",
5890
+ /** anomaly */
5891
+ Anomaly = "Anomaly"
5078
5892
  }
5079
5893
 
5080
5894
  /** Known values of {@link EntityType} that the service accepts. */
@@ -5120,21 +5934,37 @@ export declare enum KnownEntityType {
5120
5934
  /** Entity represents mailbox in the system. */
5121
5935
  Mailbox = "Mailbox",
5122
5936
  /** Entity represents submission mail in the system. */
5123
- SubmissionMail = "SubmissionMail"
5937
+ SubmissionMail = "SubmissionMail",
5938
+ /** Entity represents network interface in the system. */
5939
+ Nic = "Nic"
5124
5940
  }
5125
5941
 
5126
- /** Known values of {@link Enum12} that the service accepts. */
5127
- export declare enum KnownEnum12 {
5942
+ /** Known values of {@link Enum13} that the service accepts. */
5943
+ export declare enum KnownEnum13 {
5944
+ /** Expansion */
5128
5945
  Expansion = "Expansion",
5946
+ /** Activity */
5129
5947
  Activity = "Activity"
5130
5948
  }
5131
5949
 
5132
5950
  /** Known values of {@link EventGroupingAggregationKind} that the service accepts. */
5133
5951
  export declare enum KnownEventGroupingAggregationKind {
5952
+ /** SingleAlert */
5134
5953
  SingleAlert = "SingleAlert",
5954
+ /** AlertPerResult */
5135
5955
  AlertPerResult = "AlertPerResult"
5136
5956
  }
5137
5957
 
5958
+ /** Known values of {@link FileFormat} that the service accepts. */
5959
+ export declare enum KnownFileFormat {
5960
+ /** A CSV file. */
5961
+ CSV = "CSV",
5962
+ /** A JSON file. */
5963
+ Json = "JSON",
5964
+ /** A file of other format. */
5965
+ Unspecified = "Unspecified"
5966
+ }
5967
+
5138
5968
  /** Known values of {@link FileHashAlgorithm} that the service accepts. */
5139
5969
  export declare enum KnownFileHashAlgorithm {
5140
5970
  /** Unknown hash algorithm */
@@ -5149,6 +5979,40 @@ export declare enum KnownFileHashAlgorithm {
5149
5979
  SHA256AC = "SHA256AC"
5150
5980
  }
5151
5981
 
5982
+ /** Known values of {@link FileImportContentType} that the service accepts. */
5983
+ export declare enum KnownFileImportContentType {
5984
+ /** File containing records with the core fields of an indicator, plus the observables to construct the STIX pattern. */
5985
+ BasicIndicator = "BasicIndicator",
5986
+ /** File containing STIX indicators. */
5987
+ StixIndicator = "StixIndicator",
5988
+ /** File containing other records. */
5989
+ Unspecified = "Unspecified"
5990
+ }
5991
+
5992
+ /** Known values of {@link FileImportState} that the service accepts. */
5993
+ export declare enum KnownFileImportState {
5994
+ /** A fatal error has occurred while ingesting the file. */
5995
+ FatalError = "FatalError",
5996
+ /** The file has been ingested. */
5997
+ Ingested = "Ingested",
5998
+ /** The file has been ingested with errors. */
5999
+ IngestedWithErrors = "IngestedWithErrors",
6000
+ /** The file ingestion is in progress. */
6001
+ InProgress = "InProgress",
6002
+ /** The file is invalid. */
6003
+ Invalid = "Invalid",
6004
+ /** Waiting for the file to be uploaded. */
6005
+ WaitingForUpload = "WaitingForUpload",
6006
+ /** Unspecified state. */
6007
+ Unspecified = "Unspecified"
6008
+ }
6009
+
6010
+ /** Known values of {@link GetInsightsError} that the service accepts. */
6011
+ export declare enum KnownGetInsightsError {
6012
+ /** Insight */
6013
+ Insight = "Insight"
6014
+ }
6015
+
5152
6016
  /** Known values of {@link IncidentClassification} that the service accepts. */
5153
6017
  export declare enum KnownIncidentClassification {
5154
6018
  /** Incident classification was undetermined */
@@ -5203,6 +6067,16 @@ export declare enum KnownIncidentStatus {
5203
6067
  Closed = "Closed"
5204
6068
  }
5205
6069
 
6070
+ /** Known values of {@link IngestionMode} that the service accepts. */
6071
+ export declare enum KnownIngestionMode {
6072
+ /** No records should be ingested when invalid records are detected. */
6073
+ IngestOnlyIfAllAreValid = "IngestOnlyIfAllAreValid",
6074
+ /** Valid records should still be ingested when invalid records are detected. */
6075
+ IngestAnyValidRecords = "IngestAnyValidRecords",
6076
+ /** Unspecified */
6077
+ Unspecified = "Unspecified"
6078
+ }
6079
+
5206
6080
  /** Known values of {@link KillChainIntent} that the service accepts. */
5207
6081
  export declare enum KnownKillChainIntent {
5208
6082
  /** The default value. */
@@ -5237,22 +6111,39 @@ export declare enum KnownKillChainIntent {
5237
6111
 
5238
6112
  /** Known values of {@link Kind} that the service accepts. */
5239
6113
  export declare enum KnownKind {
6114
+ /** DataConnector */
5240
6115
  DataConnector = "DataConnector",
6116
+ /** DataType */
5241
6117
  DataType = "DataType",
6118
+ /** Workbook */
5242
6119
  Workbook = "Workbook",
6120
+ /** WorkbookTemplate */
5243
6121
  WorkbookTemplate = "WorkbookTemplate",
6122
+ /** Playbook */
5244
6123
  Playbook = "Playbook",
6124
+ /** PlaybookTemplate */
5245
6125
  PlaybookTemplate = "PlaybookTemplate",
6126
+ /** AnalyticsRuleTemplate */
5246
6127
  AnalyticsRuleTemplate = "AnalyticsRuleTemplate",
6128
+ /** AnalyticsRule */
5247
6129
  AnalyticsRule = "AnalyticsRule",
6130
+ /** HuntingQuery */
5248
6131
  HuntingQuery = "HuntingQuery",
6132
+ /** InvestigationQuery */
5249
6133
  InvestigationQuery = "InvestigationQuery",
6134
+ /** Parser */
5250
6135
  Parser = "Parser",
6136
+ /** Watchlist */
5251
6137
  Watchlist = "Watchlist",
6138
+ /** WatchlistTemplate */
5252
6139
  WatchlistTemplate = "WatchlistTemplate",
6140
+ /** Solution */
5253
6141
  Solution = "Solution",
6142
+ /** AzureFunction */
5254
6143
  AzureFunction = "AzureFunction",
6144
+ /** LogicAppsCustomConnector */
5255
6145
  LogicAppsCustomConnector = "LogicAppsCustomConnector",
6146
+ /** AutomationRule */
5256
6147
  AutomationRule = "AutomationRule"
5257
6148
  }
5258
6149
 
@@ -5268,26 +6159,39 @@ export declare enum KnownMatchingMethod {
5268
6159
 
5269
6160
  /** Known values of {@link MicrosoftSecurityProductName} that the service accepts. */
5270
6161
  export declare enum KnownMicrosoftSecurityProductName {
6162
+ /** MicrosoftCloudAppSecurity */
5271
6163
  MicrosoftCloudAppSecurity = "Microsoft Cloud App Security",
6164
+ /** AzureSecurityCenter */
5272
6165
  AzureSecurityCenter = "Azure Security Center",
6166
+ /** AzureAdvancedThreatProtection */
5273
6167
  AzureAdvancedThreatProtection = "Azure Advanced Threat Protection",
6168
+ /** AzureActiveDirectoryIdentityProtection */
5274
6169
  AzureActiveDirectoryIdentityProtection = "Azure Active Directory Identity Protection",
6170
+ /** AzureSecurityCenterForIoT */
5275
6171
  AzureSecurityCenterForIoT = "Azure Security Center for IoT",
6172
+ /** Office365AdvancedThreatProtection */
5276
6173
  Office365AdvancedThreatProtection = "Office 365 Advanced Threat Protection",
6174
+ /** MicrosoftDefenderAdvancedThreatProtection */
5277
6175
  MicrosoftDefenderAdvancedThreatProtection = "Microsoft Defender Advanced Threat Protection"
5278
6176
  }
5279
6177
 
5280
6178
  /** Known values of {@link Operator} that the service accepts. */
5281
6179
  export declare enum KnownOperator {
6180
+ /** AND */
5282
6181
  AND = "AND",
6182
+ /** OR */
5283
6183
  OR = "OR"
5284
6184
  }
5285
6185
 
5286
6186
  /** Known values of {@link OutputType} that the service accepts. */
5287
6187
  export declare enum KnownOutputType {
6188
+ /** Number */
5288
6189
  Number = "Number",
6190
+ /** String */
5289
6191
  String = "String",
6192
+ /** Date */
5290
6193
  Date = "Date",
6194
+ /** Entity */
5291
6195
  Entity = "Entity"
5292
6196
  }
5293
6197
 
@@ -5303,8 +6207,11 @@ export declare enum KnownOwnerType {
5303
6207
 
5304
6208
  /** Known values of {@link PermissionProviderScope} that the service accepts. */
5305
6209
  export declare enum KnownPermissionProviderScope {
6210
+ /** ResourceGroup */
5306
6211
  ResourceGroup = "ResourceGroup",
6212
+ /** Subscription */
5307
6213
  Subscription = "Subscription",
6214
+ /** Workspace */
5308
6215
  Workspace = "Workspace"
5309
6216
  }
5310
6217
 
@@ -5320,22 +6227,20 @@ export declare enum KnownPollingFrequency {
5320
6227
 
5321
6228
  /** Known values of {@link ProviderName} that the service accepts. */
5322
6229
  export declare enum KnownProviderName {
6230
+ /** MicrosoftOperationalInsightsSolutions */
5323
6231
  MicrosoftOperationalInsightsSolutions = "Microsoft.OperationalInsights/solutions",
6232
+ /** MicrosoftOperationalInsightsWorkspaces */
5324
6233
  MicrosoftOperationalInsightsWorkspaces = "Microsoft.OperationalInsights/workspaces",
6234
+ /** MicrosoftOperationalInsightsWorkspacesDatasources */
5325
6235
  MicrosoftOperationalInsightsWorkspacesDatasources = "Microsoft.OperationalInsights/workspaces/datasources",
6236
+ /** MicrosoftAadiamDiagnosticSettings */
5326
6237
  MicrosoftAadiamDiagnosticSettings = "microsoft.aadiam/diagnosticSettings",
6238
+ /** MicrosoftOperationalInsightsWorkspacesSharedKeys */
5327
6239
  MicrosoftOperationalInsightsWorkspacesSharedKeys = "Microsoft.OperationalInsights/workspaces/sharedKeys",
6240
+ /** MicrosoftAuthorizationPolicyAssignments */
5328
6241
  MicrosoftAuthorizationPolicyAssignments = "Microsoft.Authorization/policyAssignments"
5329
6242
  }
5330
6243
 
5331
- /** Known values of {@link ProvisioningState} that the service accepts. */
5332
- export declare enum KnownProvisioningState {
5333
- Succeeded = "Succeeded",
5334
- Failed = "Failed",
5335
- Canceled = "Canceled",
5336
- InProgress = "InProgress"
5337
- }
5338
-
5339
6244
  /** Known values of {@link RegistryHive} that the service accepts. */
5340
6245
  export declare enum KnownRegistryHive {
5341
6246
  /** HKEY_LOCAL_MACHINE */
@@ -5382,49 +6287,75 @@ export declare enum KnownRegistryValueKind {
5382
6287
 
5383
6288
  /** Known values of {@link RepoType} that the service accepts. */
5384
6289
  export declare enum KnownRepoType {
6290
+ /** Github */
5385
6291
  Github = "Github",
6292
+ /** DevOps */
5386
6293
  DevOps = "DevOps"
5387
6294
  }
5388
6295
 
6296
+ /** Known values of {@link SecurityMLAnalyticsSettingsKind} that the service accepts. */
6297
+ export declare enum KnownSecurityMLAnalyticsSettingsKind {
6298
+ /** Anomaly */
6299
+ Anomaly = "Anomaly"
6300
+ }
6301
+
5389
6302
  /** Known values of {@link SettingKind} that the service accepts. */
5390
6303
  export declare enum KnownSettingKind {
6304
+ /** Anomalies */
5391
6305
  Anomalies = "Anomalies",
6306
+ /** EyesOn */
5392
6307
  EyesOn = "EyesOn",
6308
+ /** EntityAnalytics */
5393
6309
  EntityAnalytics = "EntityAnalytics",
6310
+ /** Ueba */
5394
6311
  Ueba = "Ueba"
5395
6312
  }
5396
6313
 
6314
+ /** Known values of {@link SettingsStatus} that the service accepts. */
6315
+ export declare enum KnownSettingsStatus {
6316
+ /** Anomaly settings status in Production mode */
6317
+ Production = "Production",
6318
+ /** Anomaly settings status in Flighting mode */
6319
+ Flighting = "Flighting"
6320
+ }
6321
+
5397
6322
  /** Known values of {@link SettingType} that the service accepts. */
5398
6323
  export declare enum KnownSettingType {
6324
+ /** CopyableLabel */
5399
6325
  CopyableLabel = "CopyableLabel",
6326
+ /** InstructionStepsGroup */
5400
6327
  InstructionStepsGroup = "InstructionStepsGroup",
6328
+ /** InfoMessage */
5401
6329
  InfoMessage = "InfoMessage"
5402
6330
  }
5403
6331
 
5404
- /** Known values of {@link SkuKind} that the service accepts. */
5405
- export declare enum KnownSkuKind {
5406
- PerGB = "PerGB",
5407
- CapacityReservation = "CapacityReservation"
5408
- }
5409
-
5410
6332
  /** Known values of {@link SourceKind} that the service accepts. */
5411
6333
  export declare enum KnownSourceKind {
6334
+ /** LocalWorkspace */
5412
6335
  LocalWorkspace = "LocalWorkspace",
6336
+ /** Community */
5413
6337
  Community = "Community",
6338
+ /** Solution */
5414
6339
  Solution = "Solution",
6340
+ /** SourceRepository */
5415
6341
  SourceRepository = "SourceRepository"
5416
6342
  }
5417
6343
 
5418
6344
  /** Known values of {@link SourceType} that the service accepts. */
5419
6345
  export declare enum KnownSourceType {
6346
+ /** LocalFile */
5420
6347
  LocalFile = "Local file",
6348
+ /** RemoteStorage */
5421
6349
  RemoteStorage = "Remote storage"
5422
6350
  }
5423
6351
 
5424
6352
  /** Known values of {@link SupportTier} that the service accepts. */
5425
6353
  export declare enum KnownSupportTier {
6354
+ /** Microsoft */
5426
6355
  Microsoft = "Microsoft",
6356
+ /** Partner */
5427
6357
  Partner = "Partner",
6358
+ /** Community */
5428
6359
  Community = "Community"
5429
6360
  }
5430
6361
 
@@ -5446,34 +6377,47 @@ export declare enum KnownThreatIntelligenceResourceKindEnum {
5446
6377
 
5447
6378
  /** Known values of {@link ThreatIntelligenceSortingCriteriaEnum} that the service accepts. */
5448
6379
  export declare enum KnownThreatIntelligenceSortingCriteriaEnum {
6380
+ /** Unsorted */
5449
6381
  Unsorted = "unsorted",
6382
+ /** Ascending */
5450
6383
  Ascending = "ascending",
6384
+ /** Descending */
5451
6385
  Descending = "descending"
5452
6386
  }
5453
6387
 
5454
6388
  /** Known values of {@link TriggersOn} that the service accepts. */
5455
6389
  export declare enum KnownTriggersOn {
5456
6390
  /** Trigger on Incidents */
5457
- Incidents = "Incidents"
6391
+ Incidents = "Incidents",
6392
+ /** Trigger on Alerts */
6393
+ Alerts = "Alerts"
5458
6394
  }
5459
6395
 
5460
6396
  /** Known values of {@link TriggersWhen} that the service accepts. */
5461
6397
  export declare enum KnownTriggersWhen {
5462
6398
  /** Trigger on created objects */
5463
- Created = "Created"
6399
+ Created = "Created",
6400
+ /** Trigger on updated objects */
6401
+ Updated = "Updated"
5464
6402
  }
5465
6403
 
5466
6404
  /** Known values of {@link UebaDataSources} that the service accepts. */
5467
6405
  export declare enum KnownUebaDataSources {
6406
+ /** AuditLogs */
5468
6407
  AuditLogs = "AuditLogs",
6408
+ /** AzureActivity */
5469
6409
  AzureActivity = "AzureActivity",
6410
+ /** SecurityEvent */
5470
6411
  SecurityEvent = "SecurityEvent",
6412
+ /** SigninLogs */
5471
6413
  SigninLogs = "SigninLogs"
5472
6414
  }
5473
6415
 
5474
6416
  /** Known values of {@link Version} that the service accepts. */
5475
6417
  export declare enum KnownVersion {
6418
+ /** V1 */
5476
6419
  V1 = "V1",
6420
+ /** V2 */
5477
6421
  V2 = "V2"
5478
6422
  }
5479
6423
 
@@ -5486,7 +6430,9 @@ export declare interface LastDataReceivedDataType {
5486
6430
  }
5487
6431
 
5488
6432
  /** Represents a mailbox entity. */
5489
- export declare type MailboxEntity = Entity & {
6433
+ export declare interface MailboxEntity extends Entity {
6434
+ /** Polymorphic discriminator, which specifies the different types this object can be */
6435
+ kind: "Mailbox";
5490
6436
  /**
5491
6437
  * A bag of custom fields that should be part of the entity and will be presented to the user.
5492
6438
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5519,10 +6465,10 @@ export declare type MailboxEntity = Entity & {
5519
6465
  * NOTE: This property will not be serialized. It can only be populated by the server.
5520
6466
  */
5521
6467
  readonly externalDirectoryObjectId?: string;
5522
- };
6468
+ }
5523
6469
 
5524
6470
  /** Mailbox entity property bag. */
5525
- export declare type MailboxEntityProperties = EntityCommonProperties & {
6471
+ export declare interface MailboxEntityProperties extends EntityCommonProperties {
5526
6472
  /**
5527
6473
  * The mailbox's primary address
5528
6474
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5543,10 +6489,12 @@ export declare type MailboxEntityProperties = EntityCommonProperties & {
5543
6489
  * NOTE: This property will not be serialized. It can only be populated by the server.
5544
6490
  */
5545
6491
  readonly externalDirectoryObjectId?: string;
5546
- };
6492
+ }
5547
6493
 
5548
6494
  /** Represents a mail cluster entity. */
5549
- export declare type MailClusterEntity = Entity & {
6495
+ export declare interface MailClusterEntity extends Entity {
6496
+ /** Polymorphic discriminator, which specifies the different types this object can be */
6497
+ kind: "MailCluster";
5550
6498
  /**
5551
6499
  * A bag of custom fields that should be part of the entity and will be presented to the user.
5552
6500
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5634,10 +6582,10 @@ export declare type MailClusterEntity = Entity & {
5634
6582
  * NOTE: This property will not be serialized. It can only be populated by the server.
5635
6583
  */
5636
6584
  readonly clusterGroup?: string;
5637
- };
6585
+ }
5638
6586
 
5639
6587
  /** Mail cluster entity property bag. */
5640
- export declare type MailClusterEntityProperties = EntityCommonProperties & {
6588
+ export declare interface MailClusterEntityProperties extends EntityCommonProperties {
5641
6589
  /**
5642
6590
  * The mail message IDs that are part of the mail cluster
5643
6591
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5713,10 +6661,12 @@ export declare type MailClusterEntityProperties = EntityCommonProperties & {
5713
6661
  * NOTE: This property will not be serialized. It can only be populated by the server.
5714
6662
  */
5715
6663
  readonly clusterGroup?: string;
5716
- };
6664
+ }
5717
6665
 
5718
6666
  /** Represents a mail message entity. */
5719
- export declare type MailMessageEntity = Entity & {
6667
+ export declare interface MailMessageEntity extends Entity {
6668
+ /** Polymorphic discriminator, which specifies the different types this object can be */
6669
+ kind: "MailMessage";
5720
6670
  /**
5721
6671
  * A bag of custom fields that should be part of the entity and will be presented to the user.
5722
6672
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5830,10 +6780,10 @@ export declare type MailMessageEntity = Entity & {
5830
6780
  deliveryAction?: DeliveryAction;
5831
6781
  /** The delivery location of this mail message like Inbox, JunkFolder etc */
5832
6782
  deliveryLocation?: DeliveryLocation;
5833
- };
6783
+ }
5834
6784
 
5835
6785
  /** Mail message entity property bag. */
5836
- export declare type MailMessageEntityProperties = EntityCommonProperties & {
6786
+ export declare interface MailMessageEntityProperties extends EntityCommonProperties {
5837
6787
  /**
5838
6788
  * The File entity ids of this mail message's attachments
5839
6789
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5935,10 +6885,12 @@ export declare type MailMessageEntityProperties = EntityCommonProperties & {
5935
6885
  deliveryAction?: DeliveryAction;
5936
6886
  /** The delivery location of this mail message like Inbox, JunkFolder etc */
5937
6887
  deliveryLocation?: DeliveryLocation;
5938
- };
6888
+ }
5939
6889
 
5940
6890
  /** Represents a malware entity. */
5941
- export declare type MalwareEntity = Entity & {
6891
+ export declare interface MalwareEntity extends Entity {
6892
+ /** Polymorphic discriminator, which specifies the different types this object can be */
6893
+ kind: "Malware";
5942
6894
  /**
5943
6895
  * A bag of custom fields that should be part of the entity and will be presented to the user.
5944
6896
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5971,10 +6923,10 @@ export declare type MalwareEntity = Entity & {
5971
6923
  * NOTE: This property will not be serialized. It can only be populated by the server.
5972
6924
  */
5973
6925
  readonly processEntityIds?: string[];
5974
- };
6926
+ }
5975
6927
 
5976
6928
  /** Malware entity property bag. */
5977
- export declare type MalwareEntityProperties = EntityCommonProperties & {
6929
+ export declare interface MalwareEntityProperties extends EntityCommonProperties {
5978
6930
  /**
5979
6931
  * The malware category by the vendor, e.g. Trojan
5980
6932
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5995,11 +6947,11 @@ export declare type MalwareEntityProperties = EntityCommonProperties & {
5995
6947
  * NOTE: This property will not be serialized. It can only be populated by the server.
5996
6948
  */
5997
6949
  readonly processEntityIds?: string[];
5998
- };
6950
+ }
5999
6951
 
6000
6952
  export declare interface ManualTriggerRequestBody {
6001
6953
  tenantId?: string;
6002
- logicAppsResourceId?: string;
6954
+ logicAppsResourceId: string;
6003
6955
  }
6004
6956
 
6005
6957
  /**
@@ -6014,57 +6966,64 @@ export declare interface ManualTriggerRequestBody {
6014
6966
  export declare type MatchingMethod = string;
6015
6967
 
6016
6968
  /** Represents MCAS (Microsoft Cloud App Security) requirements check request. */
6017
- export declare type McasCheckRequirements = DataConnectorsCheckRequirements & {
6969
+ export declare interface McasCheckRequirements extends DataConnectorsCheckRequirements {
6018
6970
  /** Polymorphic discriminator, which specifies the different types this object can be */
6019
6971
  kind: "MicrosoftCloudAppSecurity";
6020
6972
  /** The tenant id to connect to, and get the data from. */
6021
6973
  tenantId?: string;
6022
- };
6974
+ }
6023
6975
 
6024
6976
  /** MCAS (Microsoft Cloud App Security) requirements check properties. */
6025
- export declare type McasCheckRequirementsProperties = DataConnectorTenantId & {};
6977
+ export declare interface McasCheckRequirementsProperties extends DataConnectorTenantId {
6978
+ }
6026
6979
 
6027
6980
  /** Represents MCAS (Microsoft Cloud App Security) data connector. */
6028
- export declare type McasDataConnector = DataConnector & {
6981
+ export declare interface McasDataConnector extends DataConnector {
6982
+ /** Polymorphic discriminator, which specifies the different types this object can be */
6983
+ kind: "MicrosoftCloudAppSecurity";
6029
6984
  /** The tenant id to connect to, and get the data from. */
6030
6985
  tenantId?: string;
6031
6986
  /** The available data types for the connector. */
6032
6987
  dataTypes?: McasDataConnectorDataTypes;
6033
- };
6988
+ }
6034
6989
 
6035
6990
  /** The available data types for MCAS (Microsoft Cloud App Security) data connector. */
6036
- export declare type McasDataConnectorDataTypes = AlertsDataTypeOfDataConnector & {
6991
+ export declare interface McasDataConnectorDataTypes extends AlertsDataTypeOfDataConnector {
6037
6992
  /** Discovery log data type connection. */
6038
6993
  discoveryLogs?: DataConnectorDataTypeCommon;
6039
- };
6994
+ }
6040
6995
 
6041
6996
  /** MCAS (Microsoft Cloud App Security) data connector properties. */
6042
- export declare type McasDataConnectorProperties = DataConnectorTenantId & {
6997
+ export declare interface McasDataConnectorProperties extends DataConnectorTenantId {
6043
6998
  /** The available data types for the connector. */
6044
6999
  dataTypes: McasDataConnectorDataTypes;
6045
- };
7000
+ }
6046
7001
 
6047
7002
  /** Represents MDATP (Microsoft Defender Advanced Threat Protection) requirements check request. */
6048
- export declare type MdatpCheckRequirements = DataConnectorsCheckRequirements & {
7003
+ export declare interface MdatpCheckRequirements extends DataConnectorsCheckRequirements {
6049
7004
  /** Polymorphic discriminator, which specifies the different types this object can be */
6050
7005
  kind: "MicrosoftDefenderAdvancedThreatProtection";
6051
7006
  /** The tenant id to connect to, and get the data from. */
6052
7007
  tenantId?: string;
6053
- };
7008
+ }
6054
7009
 
6055
7010
  /** MDATP (Microsoft Defender Advanced Threat Protection) requirements check properties. */
6056
- export declare type MdatpCheckRequirementsProperties = DataConnectorTenantId & {};
7011
+ export declare interface MdatpCheckRequirementsProperties extends DataConnectorTenantId {
7012
+ }
6057
7013
 
6058
7014
  /** Represents MDATP (Microsoft Defender Advanced Threat Protection) data connector. */
6059
- export declare type MdatpDataConnector = DataConnector & {
7015
+ export declare interface MdatpDataConnector extends DataConnector {
7016
+ /** Polymorphic discriminator, which specifies the different types this object can be */
7017
+ kind: "MicrosoftDefenderAdvancedThreatProtection";
6060
7018
  /** The tenant id to connect to, and get the data from. */
6061
7019
  tenantId?: string;
6062
7020
  /** The available data types for the connector. */
6063
7021
  dataTypes?: AlertsDataTypeOfDataConnector;
6064
- };
7022
+ }
6065
7023
 
6066
7024
  /** MDATP (Microsoft Defender Advanced Threat Protection) data connector properties. */
6067
- export declare type MdatpDataConnectorProperties = DataConnectorTenantId & DataConnectorWithAlertsProperties & {};
7025
+ export declare interface MdatpDataConnectorProperties extends DataConnectorTenantId, DataConnectorWithAlertsProperties {
7026
+ }
6068
7027
 
6069
7028
  /** Interface representing a Metadata. */
6070
7029
  export declare interface Metadata {
@@ -6205,7 +7164,7 @@ export declare interface MetadataListOptionalParams extends coreClient.Operation
6205
7164
  export declare type MetadataListResponse = MetadataList;
6206
7165
 
6207
7166
  /** Metadata resource definition. */
6208
- export declare type MetadataModel = ResourceWithEtag & {
7167
+ export declare interface MetadataModel extends ResourceWithEtag {
6209
7168
  /** Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Dynamic for user-created. This is the resource name */
6210
7169
  contentId?: string;
6211
7170
  /** Full parent resource ID of the content item the metadata is for. This is the full resource ID including the scope (subscription and resource group) */
@@ -6244,10 +7203,10 @@ export declare type MetadataModel = ResourceWithEtag & {
6244
7203
  previewImages?: string[];
6245
7204
  /** preview image file names. These will be taken from the solution artifacts. used for dark theme support */
6246
7205
  previewImagesDark?: string[];
6247
- };
7206
+ }
6248
7207
 
6249
7208
  /** Metadata patch request body. */
6250
- export declare type MetadataPatch = ResourceWithEtag & {
7209
+ export declare interface MetadataPatch extends ResourceWithEtag {
6251
7210
  /** Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Dynamic for user-created. This is the resource name */
6252
7211
  contentId?: string;
6253
7212
  /** Full parent resource ID of the content item the metadata is for. This is the full resource ID including the scope (subscription and resource group) */
@@ -6286,7 +7245,7 @@ export declare type MetadataPatch = ResourceWithEtag & {
6286
7245
  previewImages?: string[];
6287
7246
  /** preview image file names. These will be taken from the solution artifacts. used for dark theme support */
6288
7247
  previewImagesDark?: string[];
6289
- };
7248
+ }
6290
7249
 
6291
7250
  /** The original source of the content item, where it comes from. */
6292
7251
  export declare interface MetadataSource {
@@ -6318,7 +7277,9 @@ export declare interface MetadataUpdateOptionalParams extends coreClient.Operati
6318
7277
  export declare type MetadataUpdateResponse = MetadataModel;
6319
7278
 
6320
7279
  /** Represents MicrosoftSecurityIncidentCreation rule. */
6321
- export declare type MicrosoftSecurityIncidentCreationAlertRule = AlertRule & {
7280
+ export declare interface MicrosoftSecurityIncidentCreationAlertRule extends AlertRule {
7281
+ /** Polymorphic discriminator, which specifies the different types this object can be */
7282
+ kind: "MicrosoftSecurityIncidentCreation";
6322
7283
  /** the alerts' displayNames on which the cases will be generated */
6323
7284
  displayNamesFilter?: string[];
6324
7285
  /** the alerts' displayNames on which the cases will not be generated */
@@ -6340,7 +7301,7 @@ export declare type MicrosoftSecurityIncidentCreationAlertRule = AlertRule & {
6340
7301
  * NOTE: This property will not be serialized. It can only be populated by the server.
6341
7302
  */
6342
7303
  readonly lastModifiedUtc?: Date;
6343
- };
7304
+ }
6344
7305
 
6345
7306
  /** MicrosoftSecurityIncidentCreation rule common property bag. */
6346
7307
  export declare interface MicrosoftSecurityIncidentCreationAlertRuleCommonProperties {
@@ -6355,7 +7316,7 @@ export declare interface MicrosoftSecurityIncidentCreationAlertRuleCommonPropert
6355
7316
  }
6356
7317
 
6357
7318
  /** MicrosoftSecurityIncidentCreation rule property bag. */
6358
- export declare type MicrosoftSecurityIncidentCreationAlertRuleProperties = MicrosoftSecurityIncidentCreationAlertRuleCommonProperties & {
7319
+ export declare interface MicrosoftSecurityIncidentCreationAlertRuleProperties extends MicrosoftSecurityIncidentCreationAlertRuleCommonProperties {
6359
7320
  /** The Name of the alert rule template used to create this rule. */
6360
7321
  alertRuleTemplateName?: string;
6361
7322
  /** The description of the alert rule. */
@@ -6369,10 +7330,12 @@ export declare type MicrosoftSecurityIncidentCreationAlertRuleProperties = Micro
6369
7330
  * NOTE: This property will not be serialized. It can only be populated by the server.
6370
7331
  */
6371
7332
  readonly lastModifiedUtc?: Date;
6372
- };
7333
+ }
6373
7334
 
6374
7335
  /** Represents MicrosoftSecurityIncidentCreation rule template. */
6375
- export declare type MicrosoftSecurityIncidentCreationAlertRuleTemplate = AlertRuleTemplate & {
7336
+ export declare interface MicrosoftSecurityIncidentCreationAlertRuleTemplate extends AlertRuleTemplate {
7337
+ /** Polymorphic discriminator, which specifies the different types this object can be */
7338
+ kind: "MicrosoftSecurityIncidentCreation";
6376
7339
  /** the number of alert rules that were created by this template */
6377
7340
  alertRulesCreatedByTemplateCount?: number;
6378
7341
  /**
@@ -6401,10 +7364,10 @@ export declare type MicrosoftSecurityIncidentCreationAlertRuleTemplate = AlertRu
6401
7364
  productFilter?: MicrosoftSecurityProductName;
6402
7365
  /** the alerts' severities on which the cases will be generated */
6403
7366
  severitiesFilter?: AlertSeverity[];
6404
- };
7367
+ }
6405
7368
 
6406
7369
  /** MicrosoftSecurityIncidentCreation rule template properties */
6407
- export declare type MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties = AlertRuleTemplatePropertiesBase & {
7370
+ export declare interface MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties extends AlertRuleTemplatePropertiesBase {
6408
7371
  /** the alerts' displayNames on which the cases will be generated */
6409
7372
  displayNamesFilter?: string[];
6410
7373
  /** the alerts' displayNames on which the cases will not be generated */
@@ -6413,7 +7376,7 @@ export declare type MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties
6413
7376
  productFilter?: MicrosoftSecurityProductName;
6414
7377
  /** the alerts' severities on which the cases will be generated */
6415
7378
  severitiesFilter?: AlertSeverity[];
6416
- };
7379
+ }
6417
7380
 
6418
7381
  /**
6419
7382
  * Defines values for MicrosoftSecurityProductName. \
@@ -6431,7 +7394,9 @@ export declare type MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties
6431
7394
  export declare type MicrosoftSecurityProductName = string;
6432
7395
 
6433
7396
  /** Represents MLBehaviorAnalytics alert rule. */
6434
- export declare type MLBehaviorAnalyticsAlertRule = AlertRule & {
7397
+ export declare interface MLBehaviorAnalyticsAlertRule extends AlertRule {
7398
+ /** Polymorphic discriminator, which specifies the different types this object can be */
7399
+ kind: "MLBehaviorAnalytics";
6435
7400
  /** The Name of the alert rule template used to create this rule. */
6436
7401
  alertRuleTemplateName?: string;
6437
7402
  /**
@@ -6466,10 +7431,12 @@ export declare type MLBehaviorAnalyticsAlertRule = AlertRule & {
6466
7431
  * NOTE: This property will not be serialized. It can only be populated by the server.
6467
7432
  */
6468
7433
  readonly techniques?: string[];
6469
- };
7434
+ }
6470
7435
 
6471
7436
  /** Represents MLBehaviorAnalytics alert rule template. */
6472
- export declare type MLBehaviorAnalyticsAlertRuleTemplate = AlertRuleTemplate & {
7437
+ export declare interface MLBehaviorAnalyticsAlertRuleTemplate extends AlertRuleTemplate {
7438
+ /** Polymorphic discriminator, which specifies the different types this object can be */
7439
+ kind: "MLBehaviorAnalytics";
6473
7440
  /** the number of alert rules that were created by this template */
6474
7441
  alertRulesCreatedByTemplateCount?: number;
6475
7442
  /**
@@ -6496,32 +7463,35 @@ export declare type MLBehaviorAnalyticsAlertRuleTemplate = AlertRuleTemplate & {
6496
7463
  techniques?: string[];
6497
7464
  /** The severity for alerts created by this alert rule. */
6498
7465
  severity?: AlertSeverity;
6499
- };
7466
+ }
6500
7467
 
6501
7468
  /** MLBehaviorAnalytics alert rule template properties. */
6502
- export declare type MLBehaviorAnalyticsAlertRuleTemplateProperties = AlertRuleTemplateWithMitreProperties & {
7469
+ export declare interface MLBehaviorAnalyticsAlertRuleTemplateProperties extends AlertRuleTemplateWithMitreProperties {
6503
7470
  /** The severity for alerts created by this alert rule. */
6504
7471
  severity: AlertSeverity;
6505
- };
7472
+ }
6506
7473
 
6507
7474
  /** Represents Microsoft Threat Intelligence requirements check request. */
6508
- export declare type MstiCheckRequirements = DataConnectorsCheckRequirements & {
7475
+ export declare interface MstiCheckRequirements extends DataConnectorsCheckRequirements {
6509
7476
  /** Polymorphic discriminator, which specifies the different types this object can be */
6510
7477
  kind: "MicrosoftThreatIntelligence";
6511
7478
  /** The tenant id to connect to, and get the data from. */
6512
7479
  tenantId?: string;
6513
- };
7480
+ }
6514
7481
 
6515
7482
  /** Microsoft Threat Intelligence requirements check properties. */
6516
- export declare type MstiCheckRequirementsProperties = DataConnectorTenantId & {};
7483
+ export declare interface MstiCheckRequirementsProperties extends DataConnectorTenantId {
7484
+ }
6517
7485
 
6518
7486
  /** Represents Microsoft Threat Intelligence data connector. */
6519
- export declare type MstiDataConnector = DataConnector & {
7487
+ export declare interface MstiDataConnector extends DataConnector {
7488
+ /** Polymorphic discriminator, which specifies the different types this object can be */
7489
+ kind: "MicrosoftThreatIntelligence";
6520
7490
  /** The tenant id to connect to, and get the data from. */
6521
7491
  tenantId?: string;
6522
7492
  /** The available data types for the connector. */
6523
7493
  dataTypes?: MstiDataConnectorDataTypes;
6524
- };
7494
+ }
6525
7495
 
6526
7496
  /** The available data types for Microsoft Threat Intelligence Platforms data connector. */
6527
7497
  export declare interface MstiDataConnectorDataTypes {
@@ -6532,41 +7502,44 @@ export declare interface MstiDataConnectorDataTypes {
6532
7502
  }
6533
7503
 
6534
7504
  /** Data type for Microsoft Threat Intelligence Platforms data connector. */
6535
- export declare type MstiDataConnectorDataTypesBingSafetyPhishingURL = DataConnectorDataTypeCommon & {
7505
+ export declare interface MstiDataConnectorDataTypesBingSafetyPhishingURL extends DataConnectorDataTypeCommon {
6536
7506
  /** lookback period */
6537
7507
  lookbackPeriod: string;
6538
- };
7508
+ }
6539
7509
 
6540
7510
  /** Data type for Microsoft Threat Intelligence Platforms data connector. */
6541
- export declare type MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed = DataConnectorDataTypeCommon & {
7511
+ export declare interface MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed extends DataConnectorDataTypeCommon {
6542
7512
  /** lookback period */
6543
7513
  lookbackPeriod: string;
6544
- };
7514
+ }
6545
7515
 
6546
7516
  /** Microsoft Threat Intelligence data connector properties. */
6547
- export declare type MstiDataConnectorProperties = DataConnectorTenantId & {
7517
+ export declare interface MstiDataConnectorProperties extends DataConnectorTenantId {
6548
7518
  /** The available data types for the connector. */
6549
7519
  dataTypes: MstiDataConnectorDataTypes;
6550
- };
7520
+ }
6551
7521
 
6552
7522
  /** Represents MTP (Microsoft Threat Protection) requirements check request. */
6553
- export declare type MtpCheckRequirements = DataConnectorsCheckRequirements & {
7523
+ export declare interface MtpCheckRequirements extends DataConnectorsCheckRequirements {
6554
7524
  /** Polymorphic discriminator, which specifies the different types this object can be */
6555
7525
  kind: "MicrosoftThreatProtection";
6556
7526
  /** The tenant id to connect to, and get the data from. */
6557
7527
  tenantId?: string;
6558
- };
7528
+ }
6559
7529
 
6560
7530
  /** MTP (Microsoft Threat Protection) requirements check properties. */
6561
- export declare type MTPCheckRequirementsProperties = DataConnectorTenantId & {};
7531
+ export declare interface MTPCheckRequirementsProperties extends DataConnectorTenantId {
7532
+ }
6562
7533
 
6563
7534
  /** Represents MTP (Microsoft Threat Protection) data connector. */
6564
- export declare type MTPDataConnector = DataConnector & {
7535
+ export declare interface MTPDataConnector extends DataConnector {
7536
+ /** Polymorphic discriminator, which specifies the different types this object can be */
7537
+ kind: "MicrosoftThreatProtection";
6565
7538
  /** The tenant id to connect to, and get the data from. */
6566
7539
  tenantId?: string;
6567
7540
  /** The available data types for the connector. */
6568
7541
  dataTypes?: MTPDataConnectorDataTypes;
6569
- };
7542
+ }
6570
7543
 
6571
7544
  /** The available data types for Microsoft Threat Protection Platforms data connector. */
6572
7545
  export declare interface MTPDataConnectorDataTypes {
@@ -6575,16 +7548,71 @@ export declare interface MTPDataConnectorDataTypes {
6575
7548
  }
6576
7549
 
6577
7550
  /** Data type for Microsoft Threat Protection Platforms data connector. */
6578
- export declare type MTPDataConnectorDataTypesIncidents = DataConnectorDataTypeCommon & {};
7551
+ export declare interface MTPDataConnectorDataTypesIncidents extends DataConnectorDataTypeCommon {
7552
+ }
6579
7553
 
6580
7554
  /** MTP (Microsoft Threat Protection) data connector properties. */
6581
- export declare type MTPDataConnectorProperties = DataConnectorTenantId & {
7555
+ export declare interface MTPDataConnectorProperties extends DataConnectorTenantId {
6582
7556
  /** The available data types for the connector. */
6583
7557
  dataTypes: MTPDataConnectorDataTypes;
6584
- };
7558
+ }
7559
+
7560
+ /** Represents an network interface entity. */
7561
+ export declare interface NicEntity extends Entity {
7562
+ /** Polymorphic discriminator, which specifies the different types this object can be */
7563
+ kind: "Nic";
7564
+ /**
7565
+ * A bag of custom fields that should be part of the entity and will be presented to the user.
7566
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7567
+ */
7568
+ readonly additionalData?: {
7569
+ [propertyName: string]: Record<string, unknown>;
7570
+ };
7571
+ /**
7572
+ * The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.
7573
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7574
+ */
7575
+ readonly friendlyName?: string;
7576
+ /**
7577
+ * The MAC address of this network interface
7578
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7579
+ */
7580
+ readonly macAddress?: string;
7581
+ /**
7582
+ * The IP entity id of this network interface
7583
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7584
+ */
7585
+ readonly ipAddressEntityId?: string;
7586
+ /**
7587
+ * A list of VLANs of the network interface entity.
7588
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7589
+ */
7590
+ readonly vlans?: string[];
7591
+ }
7592
+
7593
+ /** Nic entity property bag. */
7594
+ export declare interface NicEntityProperties extends EntityCommonProperties {
7595
+ /**
7596
+ * The MAC address of this network interface
7597
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7598
+ */
7599
+ readonly macAddress?: string;
7600
+ /**
7601
+ * The IP entity id of this network interface
7602
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7603
+ */
7604
+ readonly ipAddressEntityId?: string;
7605
+ /**
7606
+ * A list of VLANs of the network interface entity.
7607
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7608
+ */
7609
+ readonly vlans?: string[];
7610
+ }
6585
7611
 
6586
7612
  /** Represents NRT alert rule. */
6587
- export declare type NrtAlertRule = AlertRule & {
7613
+ export declare interface NrtAlertRule extends AlertRule {
7614
+ /** Polymorphic discriminator, which specifies the different types this object can be */
7615
+ kind: "NRT";
6588
7616
  /** The Name of the alert rule template used to create this rule. */
6589
7617
  alertRuleTemplateName?: string;
6590
7618
  /** 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> */
@@ -6622,10 +7650,14 @@ export declare type NrtAlertRule = AlertRule & {
6622
7650
  entityMappings?: EntityMapping[];
6623
7651
  /** The alert details override settings */
6624
7652
  alertDetailsOverride?: AlertDetailsOverride;
6625
- };
7653
+ /** The event grouping settings. */
7654
+ eventGroupingSettings?: EventGroupingSettings;
7655
+ }
6626
7656
 
6627
7657
  /** Represents NRT alert rule template. */
6628
- export declare type NrtAlertRuleTemplate = AlertRuleTemplate & {
7658
+ export declare interface NrtAlertRuleTemplate extends AlertRuleTemplate {
7659
+ /** Polymorphic discriminator, which specifies the different types this object can be */
7660
+ kind: "NRT";
6629
7661
  /** the number of alert rules that were created by this template */
6630
7662
  alertRulesCreatedByTemplateCount?: number;
6631
7663
  /**
@@ -6664,21 +7696,25 @@ export declare type NrtAlertRuleTemplate = AlertRuleTemplate & {
6664
7696
  entityMappings?: EntityMapping[];
6665
7697
  /** The alert details override settings */
6666
7698
  alertDetailsOverride?: AlertDetailsOverride;
6667
- };
7699
+ /** The event grouping settings. */
7700
+ eventGroupingSettings?: EventGroupingSettings;
7701
+ }
6668
7702
 
6669
7703
  /** NRT alert rule template properties */
6670
- export declare type NrtAlertRuleTemplateProperties = AlertRuleTemplateWithMitreProperties & QueryBasedAlertRuleTemplateProperties & {};
7704
+ export declare interface NrtAlertRuleTemplateProperties extends AlertRuleTemplateWithMitreProperties, QueryBasedAlertRuleTemplateProperties {
7705
+ }
6671
7706
 
6672
7707
  /** Represents Office365 Project requirements check request. */
6673
- export declare type Office365ProjectCheckRequirements = DataConnectorsCheckRequirements & {
7708
+ export declare interface Office365ProjectCheckRequirements extends DataConnectorsCheckRequirements {
6674
7709
  /** Polymorphic discriminator, which specifies the different types this object can be */
6675
7710
  kind: "Office365Project";
6676
7711
  /** The tenant id to connect to, and get the data from. */
6677
7712
  tenantId?: string;
6678
- };
7713
+ }
6679
7714
 
6680
7715
  /** Office365 Project requirements check properties. */
6681
- export declare type Office365ProjectCheckRequirementsProperties = DataConnectorTenantId & {};
7716
+ export declare interface Office365ProjectCheckRequirementsProperties extends DataConnectorTenantId {
7717
+ }
6682
7718
 
6683
7719
  /** The available data types for Office Microsoft Project data connector. */
6684
7720
  export declare interface Office365ProjectConnectorDataTypes {
@@ -6687,51 +7723,58 @@ export declare interface Office365ProjectConnectorDataTypes {
6687
7723
  }
6688
7724
 
6689
7725
  /** Logs data type. */
6690
- export declare type Office365ProjectConnectorDataTypesLogs = DataConnectorDataTypeCommon & {};
7726
+ export declare interface Office365ProjectConnectorDataTypesLogs extends DataConnectorDataTypeCommon {
7727
+ }
6691
7728
 
6692
7729
  /** Represents Office Microsoft Project data connector. */
6693
- export declare type Office365ProjectDataConnector = DataConnector & {
7730
+ export declare interface Office365ProjectDataConnector extends DataConnector {
7731
+ /** Polymorphic discriminator, which specifies the different types this object can be */
7732
+ kind: "Office365Project";
6694
7733
  /** The tenant id to connect to, and get the data from. */
6695
7734
  tenantId?: string;
6696
7735
  /** The available data types for the connector. */
6697
7736
  dataTypes?: Office365ProjectConnectorDataTypes;
6698
- };
7737
+ }
6699
7738
 
6700
7739
  /** Office Microsoft Project data connector properties. */
6701
- export declare type Office365ProjectDataConnectorProperties = DataConnectorTenantId & {
7740
+ export declare interface Office365ProjectDataConnectorProperties extends DataConnectorTenantId {
6702
7741
  /** The available data types for the connector. */
6703
7742
  dataTypes: Office365ProjectConnectorDataTypes;
6704
- };
7743
+ }
6705
7744
 
6706
7745
  /** Represents OfficeATP (Office 365 Advanced Threat Protection) requirements check request. */
6707
- export declare type OfficeATPCheckRequirements = DataConnectorsCheckRequirements & {
7746
+ export declare interface OfficeATPCheckRequirements extends DataConnectorsCheckRequirements {
6708
7747
  /** Polymorphic discriminator, which specifies the different types this object can be */
6709
7748
  kind: "OfficeATP";
6710
7749
  /** The tenant id to connect to, and get the data from. */
6711
7750
  tenantId?: string;
6712
- };
7751
+ }
6713
7752
 
6714
7753
  /** OfficeATP (Office 365 Advanced Threat Protection) requirements check properties. */
6715
- export declare type OfficeATPCheckRequirementsProperties = DataConnectorTenantId & {};
7754
+ export declare interface OfficeATPCheckRequirementsProperties extends DataConnectorTenantId {
7755
+ }
6716
7756
 
6717
7757
  /** Represents OfficeATP (Office 365 Advanced Threat Protection) data connector. */
6718
- export declare type OfficeATPDataConnector = DataConnector & {
7758
+ export declare interface OfficeATPDataConnector extends DataConnector {
7759
+ /** Polymorphic discriminator, which specifies the different types this object can be */
7760
+ kind: "OfficeATP";
6719
7761
  /** The tenant id to connect to, and get the data from. */
6720
7762
  tenantId?: string;
6721
7763
  /** The available data types for the connector. */
6722
7764
  dataTypes?: AlertsDataTypeOfDataConnector;
6723
- };
7765
+ }
6724
7766
 
6725
7767
  /** OfficeATP (Office 365 Advanced Threat Protection) data connector properties. */
6726
- export declare type OfficeATPDataConnectorProperties = DataConnectorTenantId & DataConnectorWithAlertsProperties & {};
7768
+ export declare interface OfficeATPDataConnectorProperties extends DataConnectorTenantId, DataConnectorWithAlertsProperties {
7769
+ }
6727
7770
 
6728
7771
  /** Consent for Office365 tenant that already made. */
6729
- export declare type OfficeConsent = Resource & {
7772
+ export declare interface OfficeConsent extends Resource {
6730
7773
  /** The tenantId of the Office365 with the consent. */
6731
7774
  tenantId?: string;
6732
7775
  /** Help to easily cascade among the data layers. */
6733
7776
  consentId?: string;
6734
- };
7777
+ }
6735
7778
 
6736
7779
  /** List of all the office365 consents. */
6737
7780
  export declare interface OfficeConsentList {
@@ -6797,12 +7840,14 @@ export declare interface OfficeConsentsListOptionalParams extends coreClient.Ope
6797
7840
  export declare type OfficeConsentsListResponse = OfficeConsentList;
6798
7841
 
6799
7842
  /** Represents office data connector. */
6800
- export declare type OfficeDataConnector = DataConnector & {
7843
+ export declare interface OfficeDataConnector extends DataConnector {
7844
+ /** Polymorphic discriminator, which specifies the different types this object can be */
7845
+ kind: "Office365";
6801
7846
  /** The tenant id to connect to, and get the data from. */
6802
7847
  tenantId?: string;
6803
7848
  /** The available data types for the connector. */
6804
7849
  dataTypes?: OfficeDataConnectorDataTypes;
6805
- };
7850
+ }
6806
7851
 
6807
7852
  /** The available data types for office data connector. */
6808
7853
  export declare interface OfficeDataConnectorDataTypes {
@@ -6815,52 +7860,60 @@ export declare interface OfficeDataConnectorDataTypes {
6815
7860
  }
6816
7861
 
6817
7862
  /** Exchange data type connection. */
6818
- export declare type OfficeDataConnectorDataTypesExchange = DataConnectorDataTypeCommon & {};
7863
+ export declare interface OfficeDataConnectorDataTypesExchange extends DataConnectorDataTypeCommon {
7864
+ }
6819
7865
 
6820
7866
  /** SharePoint data type connection. */
6821
- export declare type OfficeDataConnectorDataTypesSharePoint = DataConnectorDataTypeCommon & {};
7867
+ export declare interface OfficeDataConnectorDataTypesSharePoint extends DataConnectorDataTypeCommon {
7868
+ }
6822
7869
 
6823
7870
  /** Teams data type connection. */
6824
- export declare type OfficeDataConnectorDataTypesTeams = DataConnectorDataTypeCommon & {};
7871
+ export declare interface OfficeDataConnectorDataTypesTeams extends DataConnectorDataTypeCommon {
7872
+ }
6825
7873
 
6826
7874
  /** Office data connector properties. */
6827
- export declare type OfficeDataConnectorProperties = DataConnectorTenantId & {
7875
+ export declare interface OfficeDataConnectorProperties extends DataConnectorTenantId {
6828
7876
  /** The available data types for the connector. */
6829
7877
  dataTypes: OfficeDataConnectorDataTypes;
6830
- };
7878
+ }
6831
7879
 
6832
7880
  /** Represents OfficeIRM (Microsoft Insider Risk Management) requirements check request. */
6833
- export declare type OfficeIRMCheckRequirements = DataConnectorsCheckRequirements & {
7881
+ export declare interface OfficeIRMCheckRequirements extends DataConnectorsCheckRequirements {
6834
7882
  /** Polymorphic discriminator, which specifies the different types this object can be */
6835
7883
  kind: "OfficeIRM";
6836
7884
  /** The tenant id to connect to, and get the data from. */
6837
7885
  tenantId?: string;
6838
- };
7886
+ }
6839
7887
 
6840
7888
  /** OfficeIRM (Microsoft Insider Risk Management) requirements check properties. */
6841
- export declare type OfficeIRMCheckRequirementsProperties = DataConnectorTenantId & {};
7889
+ export declare interface OfficeIRMCheckRequirementsProperties extends DataConnectorTenantId {
7890
+ }
6842
7891
 
6843
7892
  /** Represents OfficeIRM (Microsoft Insider Risk Management) data connector. */
6844
- export declare type OfficeIRMDataConnector = DataConnector & {
7893
+ export declare interface OfficeIRMDataConnector extends DataConnector {
7894
+ /** Polymorphic discriminator, which specifies the different types this object can be */
7895
+ kind: "OfficeIRM";
6845
7896
  /** The tenant id to connect to, and get the data from. */
6846
7897
  tenantId?: string;
6847
7898
  /** The available data types for the connector. */
6848
7899
  dataTypes?: AlertsDataTypeOfDataConnector;
6849
- };
7900
+ }
6850
7901
 
6851
7902
  /** OfficeIRM (Microsoft Insider Risk Management) data connector properties. */
6852
- export declare type OfficeIRMDataConnectorProperties = DataConnectorTenantId & DataConnectorWithAlertsProperties & {};
7903
+ export declare interface OfficeIRMDataConnectorProperties extends DataConnectorTenantId, DataConnectorWithAlertsProperties {
7904
+ }
6853
7905
 
6854
7906
  /** Represents Office PowerBI requirements check request. */
6855
- export declare type OfficePowerBICheckRequirements = DataConnectorsCheckRequirements & {
7907
+ export declare interface OfficePowerBICheckRequirements extends DataConnectorsCheckRequirements {
6856
7908
  /** Polymorphic discriminator, which specifies the different types this object can be */
6857
7909
  kind: "OfficePowerBI";
6858
7910
  /** The tenant id to connect to, and get the data from. */
6859
7911
  tenantId?: string;
6860
- };
7912
+ }
6861
7913
 
6862
7914
  /** Office PowerBI requirements check properties. */
6863
- export declare type OfficePowerBICheckRequirementsProperties = DataConnectorTenantId & {};
7915
+ export declare interface OfficePowerBICheckRequirementsProperties extends DataConnectorTenantId {
7916
+ }
6864
7917
 
6865
7918
  /** The available data types for Office Microsoft PowerBI data connector. */
6866
7919
  export declare interface OfficePowerBIConnectorDataTypes {
@@ -6869,21 +7922,24 @@ export declare interface OfficePowerBIConnectorDataTypes {
6869
7922
  }
6870
7923
 
6871
7924
  /** Logs data type. */
6872
- export declare type OfficePowerBIConnectorDataTypesLogs = DataConnectorDataTypeCommon & {};
7925
+ export declare interface OfficePowerBIConnectorDataTypesLogs extends DataConnectorDataTypeCommon {
7926
+ }
6873
7927
 
6874
7928
  /** Represents Office Microsoft PowerBI data connector. */
6875
- export declare type OfficePowerBIDataConnector = DataConnector & {
7929
+ export declare interface OfficePowerBIDataConnector extends DataConnector {
7930
+ /** Polymorphic discriminator, which specifies the different types this object can be */
7931
+ kind: "OfficePowerBI";
6876
7932
  /** The tenant id to connect to, and get the data from. */
6877
7933
  tenantId?: string;
6878
7934
  /** The available data types for the connector. */
6879
7935
  dataTypes?: OfficePowerBIConnectorDataTypes;
6880
- };
7936
+ }
6881
7937
 
6882
7938
  /** Office Microsoft PowerBI data connector properties. */
6883
- export declare type OfficePowerBIDataConnectorProperties = DataConnectorTenantId & {
7939
+ export declare interface OfficePowerBIDataConnectorProperties extends DataConnectorTenantId {
6884
7940
  /** The available data types for the connector. */
6885
7941
  dataTypes: OfficePowerBIConnectorDataTypes;
6886
- };
7942
+ }
6887
7943
 
6888
7944
  /** Operation provided by provider */
6889
7945
  export declare interface Operation {
@@ -6999,14 +8055,16 @@ declare interface Permissions_2 {
6999
8055
  }
7000
8056
  export { Permissions_2 as Permissions }
7001
8057
 
7002
- export declare type PermissionsCustomsItem = Customs & {};
8058
+ export declare interface PermissionsCustomsItem extends Customs {
8059
+ }
7003
8060
 
7004
- export declare type PermissionsResourceProviderItem = ResourceProvider & {};
8061
+ export declare interface PermissionsResourceProviderItem extends ResourceProvider {
8062
+ }
7005
8063
 
7006
8064
  export declare interface PlaybookActionProperties {
7007
- /** The resource id of the playbook resource */
8065
+ /** The resource id of the playbook resource. */
7008
8066
  logicAppResourceId?: string;
7009
- /** The tenant id of the playbook resource */
8067
+ /** The tenant id of the playbook resource. */
7010
8068
  tenantId?: string;
7011
8069
  }
7012
8070
 
@@ -7022,7 +8080,9 @@ export declare interface PlaybookActionProperties {
7022
8080
  export declare type PollingFrequency = string;
7023
8081
 
7024
8082
  /** Represents a process entity. */
7025
- export declare type ProcessEntity = Entity & {
8083
+ export declare interface ProcessEntity extends Entity {
8084
+ /** Polymorphic discriminator, which specifies the different types this object can be */
8085
+ kind: "Process";
7026
8086
  /**
7027
8087
  * A bag of custom fields that should be part of the entity and will be presented to the user.
7028
8088
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -7077,10 +8137,10 @@ export declare type ProcessEntity = Entity & {
7077
8137
  * NOTE: This property will not be serialized. It can only be populated by the server.
7078
8138
  */
7079
8139
  readonly processId?: string;
7080
- };
8140
+ }
7081
8141
 
7082
8142
  /** Process entity property bag. */
7083
- export declare type ProcessEntityProperties = EntityCommonProperties & {
8143
+ export declare interface ProcessEntityProperties extends EntityCommonProperties {
7084
8144
  /**
7085
8145
  * The account entity id running the processes.
7086
8146
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -7123,7 +8183,7 @@ export declare type ProcessEntityProperties = EntityCommonProperties & {
7123
8183
  * NOTE: This property will not be serialized. It can only be populated by the server.
7124
8184
  */
7125
8185
  readonly processId?: string;
7126
- };
8186
+ }
7127
8187
 
7128
8188
  /** Interface representing a ProductSettings. */
7129
8189
  export declare interface ProductSettings {
@@ -7186,12 +8246,33 @@ export declare interface ProductSettingsUpdateOptionalParams extends coreClient.
7186
8246
  /** Contains response data for the update operation. */
7187
8247
  export declare type ProductSettingsUpdateResponse = SettingsUnion;
7188
8248
 
8249
+ /** Describes an automation rule condition that evaluates an array property's value change */
8250
+ export declare interface PropertyArrayChangedConditionProperties extends AutomationRuleCondition {
8251
+ /** Polymorphic discriminator, which specifies the different types this object can be */
8252
+ conditionType: "PropertyArrayChanged";
8253
+ conditionProperties?: AutomationRulePropertyArrayChangedValuesCondition;
8254
+ }
8255
+
8256
+ /** Describes an automation rule condition that evaluates an array property's value */
8257
+ export declare interface PropertyArrayConditionProperties extends AutomationRuleCondition {
8258
+ /** Polymorphic discriminator, which specifies the different types this object can be */
8259
+ conditionType: "PropertyArray";
8260
+ conditionProperties?: AutomationRulePropertyArrayValuesCondition;
8261
+ }
8262
+
8263
+ /** Describes an automation rule condition that evaluates a property's value change */
8264
+ export declare interface PropertyChangedConditionProperties extends AutomationRuleCondition {
8265
+ /** Polymorphic discriminator, which specifies the different types this object can be */
8266
+ conditionType: "PropertyChanged";
8267
+ conditionProperties?: AutomationRulePropertyValuesChangedCondition;
8268
+ }
8269
+
7189
8270
  /** Describes an automation rule condition that evaluates a property's value */
7190
- export declare type PropertyConditionProperties = AutomationRuleCondition & {
8271
+ export declare interface PropertyConditionProperties extends AutomationRuleCondition {
7191
8272
  /** Polymorphic discriminator, which specifies the different types this object can be */
7192
8273
  conditionType: "Property";
7193
8274
  conditionProperties?: AutomationRulePropertyValuesCondition;
7194
- };
8275
+ }
7195
8276
 
7196
8277
  /**
7197
8278
  * Defines values for ProviderName. \
@@ -7207,18 +8288,6 @@ export declare type PropertyConditionProperties = AutomationRuleCondition & {
7207
8288
  */
7208
8289
  export declare type ProviderName = string;
7209
8290
 
7210
- /**
7211
- * Defines values for ProvisioningState. \
7212
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
7213
- * this enum contains the known values that the service supports.
7214
- * ### Known values supported by the service
7215
- * **Succeeded** \
7216
- * **Failed** \
7217
- * **Canceled** \
7218
- * **InProgress**
7219
- */
7220
- export declare type ProvisioningState = string;
7221
-
7222
8291
  /** Query based alert rule template base property bag. */
7223
8292
  export declare interface QueryBasedAlertRuleTemplateProperties {
7224
8293
  /** The query that creates alerts for this rule. */
@@ -7235,6 +8304,8 @@ export declare interface QueryBasedAlertRuleTemplateProperties {
7235
8304
  entityMappings?: EntityMapping[];
7236
8305
  /** The alert details override settings */
7237
8306
  alertDetailsOverride?: AlertDetailsOverride;
8307
+ /** The event grouping settings. */
8308
+ eventGroupingSettings?: EventGroupingSettings;
7238
8309
  }
7239
8310
 
7240
8311
  /**
@@ -7256,7 +8327,9 @@ export declare interface QueryBasedAlertRuleTemplateProperties {
7256
8327
  export declare type RegistryHive = string;
7257
8328
 
7258
8329
  /** Represents a registry key entity. */
7259
- export declare type RegistryKeyEntity = Entity & {
8330
+ export declare interface RegistryKeyEntity extends Entity {
8331
+ /** Polymorphic discriminator, which specifies the different types this object can be */
8332
+ kind: "RegistryKey";
7260
8333
  /**
7261
8334
  * A bag of custom fields that should be part of the entity and will be presented to the user.
7262
8335
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -7279,10 +8352,10 @@ export declare type RegistryKeyEntity = Entity & {
7279
8352
  * NOTE: This property will not be serialized. It can only be populated by the server.
7280
8353
  */
7281
8354
  readonly key?: string;
7282
- };
8355
+ }
7283
8356
 
7284
8357
  /** RegistryKey entity property bag. */
7285
- export declare type RegistryKeyEntityProperties = EntityCommonProperties & {
8358
+ export declare interface RegistryKeyEntityProperties extends EntityCommonProperties {
7286
8359
  /**
7287
8360
  * the hive that holds the registry key.
7288
8361
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -7293,10 +8366,12 @@ export declare type RegistryKeyEntityProperties = EntityCommonProperties & {
7293
8366
  * NOTE: This property will not be serialized. It can only be populated by the server.
7294
8367
  */
7295
8368
  readonly key?: string;
7296
- };
8369
+ }
7297
8370
 
7298
8371
  /** Represents a registry value entity. */
7299
- export declare type RegistryValueEntity = Entity & {
8372
+ export declare interface RegistryValueEntity extends Entity {
8373
+ /** Polymorphic discriminator, which specifies the different types this object can be */
8374
+ kind: "RegistryValue";
7300
8375
  /**
7301
8376
  * A bag of custom fields that should be part of the entity and will be presented to the user.
7302
8377
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -7329,10 +8404,10 @@ export declare type RegistryValueEntity = Entity & {
7329
8404
  * NOTE: This property will not be serialized. It can only be populated by the server.
7330
8405
  */
7331
8406
  readonly valueType?: RegistryValueKind;
7332
- };
8407
+ }
7333
8408
 
7334
8409
  /** RegistryValue entity property bag. */
7335
- export declare type RegistryValueEntityProperties = EntityCommonProperties & {
8410
+ export declare interface RegistryValueEntityProperties extends EntityCommonProperties {
7336
8411
  /**
7337
8412
  * The registry key entity id.
7338
8413
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -7353,7 +8428,7 @@ export declare type RegistryValueEntityProperties = EntityCommonProperties & {
7353
8428
  * NOTE: This property will not be serialized. It can only be populated by the server.
7354
8429
  */
7355
8430
  readonly valueType?: RegistryValueKind;
7356
- };
8431
+ }
7357
8432
 
7358
8433
  /**
7359
8434
  * Defines values for RegistryValueKind. \
@@ -7372,7 +8447,7 @@ export declare type RegistryValueEntityProperties = EntityCommonProperties & {
7372
8447
  export declare type RegistryValueKind = string;
7373
8448
 
7374
8449
  /** Represents a relation between two resources */
7375
- export declare type Relation = ResourceWithEtag & {
8450
+ export declare interface Relation extends ResourceWithEtag {
7376
8451
  /** The resource ID of the related resource */
7377
8452
  relatedResourceId?: string;
7378
8453
  /**
@@ -7390,7 +8465,7 @@ export declare type Relation = ResourceWithEtag & {
7390
8465
  * NOTE: This property will not be serialized. It can only be populated by the server.
7391
8466
  */
7392
8467
  readonly relatedResourceKind?: string;
7393
- };
8468
+ }
7394
8469
 
7395
8470
  /** List of relations. */
7396
8471
  export declare interface RelationList {
@@ -7509,10 +8584,10 @@ export declare interface ResourceProvider {
7509
8584
  }
7510
8585
 
7511
8586
  /** An azure resource object with an Etag property */
7512
- export declare type ResourceWithEtag = Resource & {
8587
+ export declare interface ResourceWithEtag extends Resource {
7513
8588
  /** Etag of the azure resource */
7514
8589
  etag?: string;
7515
- };
8590
+ }
7516
8591
 
7517
8592
  /** The sample queries for the connector */
7518
8593
  export declare interface SampleQueries {
@@ -7523,7 +8598,9 @@ export declare interface SampleQueries {
7523
8598
  }
7524
8599
 
7525
8600
  /** Represents scheduled alert rule. */
7526
- export declare type ScheduledAlertRule = AlertRule & {
8601
+ export declare interface ScheduledAlertRule extends AlertRule {
8602
+ /** Polymorphic discriminator, which specifies the different types this object can be */
8603
+ kind: "Scheduled";
7527
8604
  /** The query that creates alerts for this rule. */
7528
8605
  query?: string;
7529
8606
  /** The frequency (in ISO 8601 duration format) for this alert rule to run. */
@@ -7571,7 +8648,7 @@ export declare type ScheduledAlertRule = AlertRule & {
7571
8648
  techniques?: string[];
7572
8649
  /** The settings of the incidents that created from alerts triggered by this analytics rule */
7573
8650
  incidentConfiguration?: IncidentConfiguration;
7574
- };
8651
+ }
7575
8652
 
7576
8653
  /** Scheduled alert rule template property bag. */
7577
8654
  export declare interface ScheduledAlertRuleCommonProperties {
@@ -7600,7 +8677,7 @@ export declare interface ScheduledAlertRuleCommonProperties {
7600
8677
  }
7601
8678
 
7602
8679
  /** Scheduled alert rule base property bag. */
7603
- export declare type ScheduledAlertRuleProperties = ScheduledAlertRuleCommonProperties & {
8680
+ export declare interface ScheduledAlertRuleProperties extends ScheduledAlertRuleCommonProperties {
7604
8681
  /** The Name of the alert rule template used to create this rule. */
7605
8682
  alertRuleTemplateName?: string;
7606
8683
  /** 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> */
@@ -7626,10 +8703,12 @@ export declare type ScheduledAlertRuleProperties = ScheduledAlertRuleCommonPrope
7626
8703
  techniques?: string[];
7627
8704
  /** The settings of the incidents that created from alerts triggered by this analytics rule */
7628
8705
  incidentConfiguration?: IncidentConfiguration;
7629
- };
8706
+ }
7630
8707
 
7631
8708
  /** Represents scheduled alert rule template. */
7632
- export declare type ScheduledAlertRuleTemplate = AlertRuleTemplate & {
8709
+ export declare interface ScheduledAlertRuleTemplate extends AlertRuleTemplate {
8710
+ /** Polymorphic discriminator, which specifies the different types this object can be */
8711
+ kind: "Scheduled";
7633
8712
  /** the number of alert rules that were created by this template */
7634
8713
  alertRulesCreatedByTemplateCount?: number;
7635
8714
  /**
@@ -7678,10 +8757,12 @@ export declare type ScheduledAlertRuleTemplate = AlertRuleTemplate & {
7678
8757
  entityMappings?: EntityMapping[];
7679
8758
  /** The alert details override settings */
7680
8759
  alertDetailsOverride?: AlertDetailsOverride;
7681
- };
8760
+ }
7682
8761
 
7683
8762
  /** Represents a security alert entity. */
7684
- export declare type SecurityAlert = Entity & {
8763
+ export declare interface SecurityAlert extends Entity {
8764
+ /** Polymorphic discriminator, which specifies the different types this object can be */
8765
+ kind: "SecurityAlert";
7685
8766
  /**
7686
8767
  * A bag of custom fields that should be part of the entity and will be presented to the user.
7687
8768
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -7816,10 +8897,10 @@ export declare type SecurityAlert = Entity & {
7816
8897
  * NOTE: This property will not be serialized. It can only be populated by the server.
7817
8898
  */
7818
8899
  readonly resourceIdentifiers?: Record<string, unknown>[];
7819
- };
8900
+ }
7820
8901
 
7821
8902
  /** SecurityAlert entity property bag. */
7822
- export declare type SecurityAlertProperties = EntityCommonProperties & {
8903
+ export declare interface SecurityAlertProperties extends EntityCommonProperties {
7823
8904
  /**
7824
8905
  * The display name of the alert.
7825
8906
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -7942,7 +9023,7 @@ export declare type SecurityAlertProperties = EntityCommonProperties & {
7942
9023
  * NOTE: This property will not be serialized. It can only be populated by the server.
7943
9024
  */
7944
9025
  readonly resourceIdentifiers?: Record<string, unknown>[];
7945
- };
9026
+ }
7946
9027
 
7947
9028
  /** confidence reason item */
7948
9029
  export declare interface SecurityAlertPropertiesConfidenceReasonsItem {
@@ -7959,7 +9040,7 @@ export declare interface SecurityAlertPropertiesConfidenceReasonsItem {
7959
9040
  }
7960
9041
 
7961
9042
  /** Represents security alert timeline item. */
7962
- export declare type SecurityAlertTimelineItem = EntityTimelineItem & {
9043
+ export declare interface SecurityAlertTimelineItem extends EntityTimelineItem {
7963
9044
  /** Polymorphic discriminator, which specifies the different types this object can be */
7964
9045
  kind: "SecurityAlert";
7965
9046
  /** The alert azure resource id. */
@@ -7980,10 +9061,12 @@ export declare type SecurityAlertTimelineItem = EntityTimelineItem & {
7980
9061
  timeGenerated: Date;
7981
9062
  /** The name of the alert type. */
7982
9063
  alertType: string;
7983
- };
9064
+ }
7984
9065
 
7985
9066
  /** Represents a security group entity. */
7986
- export declare type SecurityGroupEntity = Entity & {
9067
+ export declare interface SecurityGroupEntity extends Entity {
9068
+ /** Polymorphic discriminator, which specifies the different types this object can be */
9069
+ kind: "SecurityGroup";
7987
9070
  /**
7988
9071
  * A bag of custom fields that should be part of the entity and will be presented to the user.
7989
9072
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -8011,10 +9094,10 @@ export declare type SecurityGroupEntity = Entity & {
8011
9094
  * NOTE: This property will not be serialized. It can only be populated by the server.
8012
9095
  */
8013
9096
  readonly sid?: string;
8014
- };
9097
+ }
8015
9098
 
8016
9099
  /** SecurityGroup entity property bag. */
8017
- export declare type SecurityGroupEntityProperties = EntityCommonProperties & {
9100
+ export declare interface SecurityGroupEntityProperties extends EntityCommonProperties {
8018
9101
  /**
8019
9102
  * The group distinguished name
8020
9103
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -8030,7 +9113,7 @@ export declare type SecurityGroupEntityProperties = EntityCommonProperties & {
8030
9113
  * NOTE: This property will not be serialized. It can only be populated by the server.
8031
9114
  */
8032
9115
  readonly sid?: string;
8033
- };
9116
+ }
8034
9117
 
8035
9118
  export declare class SecurityInsights extends coreClient.ServiceClient {
8036
9119
  $host: string;
@@ -8043,6 +9126,8 @@ export declare class SecurityInsights extends coreClient.ServiceClient {
8043
9126
  * @param options The parameter options
8044
9127
  */
8045
9128
  constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: SecurityInsightsOptionalParams);
9129
+ /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
9130
+ private addCustomApiVersionPolicy;
8046
9131
  alertRules: AlertRules;
8047
9132
  actions: Actions;
8048
9133
  alertRuleTemplates: AlertRuleTemplates;
@@ -8059,11 +9144,13 @@ export declare class SecurityInsights extends coreClient.ServiceClient {
8059
9144
  entityRelations: EntityRelations;
8060
9145
  entityQueries: EntityQueries;
8061
9146
  entityQueryTemplates: EntityQueryTemplates;
9147
+ fileImports: FileImports;
8062
9148
  incidentComments: IncidentComments;
8063
9149
  incidentRelations: IncidentRelations;
8064
9150
  metadata: Metadata;
8065
9151
  officeConsents: OfficeConsents;
8066
9152
  sentinelOnboardingStates: SentinelOnboardingStates;
9153
+ securityMLAnalyticsSettings: SecurityMLAnalyticsSettings;
8067
9154
  productSettings: ProductSettings;
8068
9155
  sourceControlOperations: SourceControlOperations;
8069
9156
  sourceControls: SourceControls;
@@ -8087,11 +9174,115 @@ export declare interface SecurityInsightsOptionalParams extends coreClient.Servi
8087
9174
  endpoint?: string;
8088
9175
  }
8089
9176
 
9177
+ /** Security ML Analytics Setting */
9178
+ export declare interface SecurityMLAnalyticsSetting extends ResourceWithEtag {
9179
+ /** The kind of security ML Analytics Settings */
9180
+ kind: SecurityMLAnalyticsSettingsKind;
9181
+ }
9182
+
9183
+ /** Interface representing a SecurityMLAnalyticsSettings. */
9184
+ export declare interface SecurityMLAnalyticsSettings {
9185
+ /**
9186
+ * Gets all Security ML Analytics Settings.
9187
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
9188
+ * @param workspaceName The name of the workspace.
9189
+ * @param options The options parameters.
9190
+ */
9191
+ list(resourceGroupName: string, workspaceName: string, options?: SecurityMLAnalyticsSettingsListOptionalParams): PagedAsyncIterableIterator<SecurityMLAnalyticsSettingUnion>;
9192
+ /**
9193
+ * Gets the Security ML Analytics Settings.
9194
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
9195
+ * @param workspaceName The name of the workspace.
9196
+ * @param settingsResourceName Security ML Analytics Settings resource name
9197
+ * @param options The options parameters.
9198
+ */
9199
+ get(resourceGroupName: string, workspaceName: string, settingsResourceName: string, options?: SecurityMLAnalyticsSettingsGetOptionalParams): Promise<SecurityMLAnalyticsSettingsGetResponse>;
9200
+ /**
9201
+ * Creates or updates the Security ML Analytics Settings.
9202
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
9203
+ * @param workspaceName The name of the workspace.
9204
+ * @param settingsResourceName Security ML Analytics Settings resource name
9205
+ * @param securityMLAnalyticsSetting The security ML Analytics setting
9206
+ * @param options The options parameters.
9207
+ */
9208
+ createOrUpdate(resourceGroupName: string, workspaceName: string, settingsResourceName: string, securityMLAnalyticsSetting: SecurityMLAnalyticsSettingUnion, options?: SecurityMLAnalyticsSettingsCreateOrUpdateOptionalParams): Promise<SecurityMLAnalyticsSettingsCreateOrUpdateResponse>;
9209
+ /**
9210
+ * Delete the Security ML Analytics Settings.
9211
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
9212
+ * @param workspaceName The name of the workspace.
9213
+ * @param settingsResourceName Security ML Analytics Settings resource name
9214
+ * @param options The options parameters.
9215
+ */
9216
+ delete(resourceGroupName: string, workspaceName: string, settingsResourceName: string, options?: SecurityMLAnalyticsSettingsDeleteOptionalParams): Promise<void>;
9217
+ }
9218
+
9219
+ /** Optional parameters. */
9220
+ export declare interface SecurityMLAnalyticsSettingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
9221
+ }
9222
+
9223
+ /** Contains response data for the createOrUpdate operation. */
9224
+ export declare type SecurityMLAnalyticsSettingsCreateOrUpdateResponse = SecurityMLAnalyticsSettingUnion;
9225
+
9226
+ /** security ml analytics settings data sources */
9227
+ export declare interface SecurityMLAnalyticsSettingsDataSource {
9228
+ /** The connector id that provides the following data types */
9229
+ connectorId?: string;
9230
+ /** The data types used by the security ml analytics settings */
9231
+ dataTypes?: string[];
9232
+ }
9233
+
9234
+ /** Optional parameters. */
9235
+ export declare interface SecurityMLAnalyticsSettingsDeleteOptionalParams extends coreClient.OperationOptions {
9236
+ }
9237
+
9238
+ /** Optional parameters. */
9239
+ export declare interface SecurityMLAnalyticsSettingsGetOptionalParams extends coreClient.OperationOptions {
9240
+ }
9241
+
9242
+ /** Contains response data for the get operation. */
9243
+ export declare type SecurityMLAnalyticsSettingsGetResponse = SecurityMLAnalyticsSettingUnion;
9244
+
9245
+ /**
9246
+ * Defines values for SecurityMLAnalyticsSettingsKind. \
9247
+ * {@link KnownSecurityMLAnalyticsSettingsKind} can be used interchangeably with SecurityMLAnalyticsSettingsKind,
9248
+ * this enum contains the known values that the service supports.
9249
+ * ### Known values supported by the service
9250
+ * **Anomaly**
9251
+ */
9252
+ export declare type SecurityMLAnalyticsSettingsKind = string;
9253
+
9254
+ /** List all the SecurityMLAnalyticsSettings */
9255
+ export declare interface SecurityMLAnalyticsSettingsList {
9256
+ /**
9257
+ * URL to fetch the next set of SecurityMLAnalyticsSettings.
9258
+ * NOTE: This property will not be serialized. It can only be populated by the server.
9259
+ */
9260
+ readonly nextLink?: string;
9261
+ /** Array of SecurityMLAnalyticsSettings */
9262
+ value: SecurityMLAnalyticsSettingUnion[];
9263
+ }
9264
+
9265
+ /** Optional parameters. */
9266
+ export declare interface SecurityMLAnalyticsSettingsListNextOptionalParams extends coreClient.OperationOptions {
9267
+ }
9268
+
9269
+ /** Contains response data for the listNext operation. */
9270
+ export declare type SecurityMLAnalyticsSettingsListNextResponse = SecurityMLAnalyticsSettingsList;
9271
+
9272
+ /** Optional parameters. */
9273
+ export declare interface SecurityMLAnalyticsSettingsListOptionalParams extends coreClient.OperationOptions {
9274
+ }
9275
+
9276
+ /** Contains response data for the list operation. */
9277
+ export declare type SecurityMLAnalyticsSettingsListResponse = SecurityMLAnalyticsSettingsList;
9278
+
9279
+ export declare type SecurityMLAnalyticsSettingUnion = SecurityMLAnalyticsSetting | AnomalySecurityMLAnalyticsSettings;
9280
+
8090
9281
  /** Sentinel onboarding state */
8091
- export declare type SentinelOnboardingState = ResourceWithEtag & {
9282
+ export declare interface SentinelOnboardingState extends ResourceWithEtag {
8092
9283
  /** Flag that indicates the status of the CMK setting */
8093
9284
  customerManagedKey?: boolean;
8094
- };
9285
+ }
8095
9286
 
8096
9287
  /** Interface representing a SentinelOnboardingStates. */
8097
9288
  export declare interface SentinelOnboardingStates {
@@ -8180,10 +9371,20 @@ export declare interface SettingList {
8180
9371
  }
8181
9372
 
8182
9373
  /** The Setting. */
8183
- export declare type Settings = ResourceWithEtag & {
9374
+ export declare interface Settings extends ResourceWithEtag {
8184
9375
  /** The kind of the setting */
8185
9376
  kind: SettingKind;
8186
- };
9377
+ }
9378
+
9379
+ /**
9380
+ * Defines values for SettingsStatus. \
9381
+ * {@link KnownSettingsStatus} can be used interchangeably with SettingsStatus,
9382
+ * this enum contains the known values that the service supports.
9383
+ * ### Known values supported by the service
9384
+ * **Production**: Anomaly settings status in Production mode \
9385
+ * **Flighting**: Anomaly settings status in Flighting mode
9386
+ */
9387
+ export declare type SettingsStatus = string;
8187
9388
 
8188
9389
  export declare type SettingsUnion = Settings | Anomalies | EyesOn | EntityAnalytics | Ueba;
8189
9390
 
@@ -8198,26 +9399,8 @@ export declare type SettingsUnion = Settings | Anomalies | EyesOn | EntityAnalyt
8198
9399
  */
8199
9400
  export declare type SettingType = string;
8200
9401
 
8201
- /** The pricing tier of the solution */
8202
- export declare interface Sku {
8203
- /** The kind of the tier */
8204
- name?: SkuKind;
8205
- /** The amount of reservation level */
8206
- capacityReservationLevel?: number;
8207
- }
8208
-
8209
- /**
8210
- * Defines values for SkuKind. \
8211
- * {@link KnownSkuKind} can be used interchangeably with SkuKind,
8212
- * this enum contains the known values that the service supports.
8213
- * ### Known values supported by the service
8214
- * **PerGB** \
8215
- * **CapacityReservation**
8216
- */
8217
- export declare type SkuKind = string;
8218
-
8219
9402
  /** Represents a SourceControl in Azure Security Insights. */
8220
- export declare type SourceControl = ResourceWithEtag & {
9403
+ export declare interface SourceControl extends ResourceWithEtag {
8221
9404
  /** The id (a Guid) of the source control */
8222
9405
  idPropertiesId?: string;
8223
9406
  /** The version number associated with the source control */
@@ -8236,7 +9419,7 @@ export declare type SourceControl = ResourceWithEtag & {
8236
9419
  repositoryResourceInfo?: RepositoryResourceInfo;
8237
9420
  /** Information regarding the latest deployment for the source control. */
8238
9421
  lastDeploymentInfo?: DeploymentInfo;
8239
- };
9422
+ }
8240
9423
 
8241
9424
  /** List all the source controls. */
8242
9425
  export declare interface SourceControlList {
@@ -8366,7 +9549,9 @@ export declare type SourceKind = string;
8366
9549
  export declare type SourceType = string;
8367
9550
 
8368
9551
  /** Represents a submission mail entity. */
8369
- export declare type SubmissionMailEntity = Entity & {
9552
+ export declare interface SubmissionMailEntity extends Entity {
9553
+ /** Polymorphic discriminator, which specifies the different types this object can be */
9554
+ kind: "SubmissionMail";
8370
9555
  /**
8371
9556
  * A bag of custom fields that should be part of the entity and will be presented to the user.
8372
9557
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -8429,10 +9614,10 @@ export declare type SubmissionMailEntity = Entity & {
8429
9614
  * NOTE: This property will not be serialized. It can only be populated by the server.
8430
9615
  */
8431
9616
  readonly reportType?: string;
8432
- };
9617
+ }
8433
9618
 
8434
9619
  /** Submission mail entity property bag. */
8435
- export declare type SubmissionMailEntityProperties = EntityCommonProperties & {
9620
+ export declare interface SubmissionMailEntityProperties extends EntityCommonProperties {
8436
9621
  /**
8437
9622
  * The network message id of email to which submission belongs
8438
9623
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -8483,7 +9668,7 @@ export declare type SubmissionMailEntityProperties = EntityCommonProperties & {
8483
9668
  * NOTE: This property will not be serialized. It can only be populated by the server.
8484
9669
  */
8485
9670
  readonly reportType?: string;
8486
- };
9671
+ }
8487
9672
 
8488
9673
  /**
8489
9674
  * Defines values for SupportTier. \
@@ -8599,7 +9784,9 @@ export declare interface ThreatIntelligence {
8599
9784
  }
8600
9785
 
8601
9786
  /** Represents Threat Intelligence alert rule. */
8602
- export declare type ThreatIntelligenceAlertRule = AlertRule & {
9787
+ export declare interface ThreatIntelligenceAlertRule extends AlertRule {
9788
+ /** Polymorphic discriminator, which specifies the different types this object can be */
9789
+ kind: "ThreatIntelligence";
8603
9790
  /** The Name of the alert rule template used to create this rule. */
8604
9791
  alertRuleTemplateName?: string;
8605
9792
  /**
@@ -8634,10 +9821,12 @@ export declare type ThreatIntelligenceAlertRule = AlertRule & {
8634
9821
  * NOTE: This property will not be serialized. It can only be populated by the server.
8635
9822
  */
8636
9823
  readonly techniques?: string[];
8637
- };
9824
+ }
8638
9825
 
8639
9826
  /** Represents Threat Intelligence alert rule template. */
8640
- export declare type ThreatIntelligenceAlertRuleTemplate = AlertRuleTemplate & {
9827
+ export declare interface ThreatIntelligenceAlertRuleTemplate extends AlertRuleTemplate {
9828
+ /** Polymorphic discriminator, which specifies the different types this object can be */
9829
+ kind: "ThreatIntelligence";
8641
9830
  /** the number of alert rules that were created by this template */
8642
9831
  alertRulesCreatedByTemplateCount?: number;
8643
9832
  /**
@@ -8664,13 +9853,13 @@ export declare type ThreatIntelligenceAlertRuleTemplate = AlertRuleTemplate & {
8664
9853
  techniques?: string[];
8665
9854
  /** The severity for alerts created by this alert rule. */
8666
9855
  severity?: AlertSeverity;
8667
- };
9856
+ }
8668
9857
 
8669
9858
  /** Threat Intelligence alert rule template properties */
8670
- export declare type ThreatIntelligenceAlertRuleTemplateProperties = AlertRuleTemplateWithMitreProperties & {
9859
+ export declare interface ThreatIntelligenceAlertRuleTemplateProperties extends AlertRuleTemplateWithMitreProperties {
8671
9860
  /** The severity for alerts created by this alert rule. */
8672
9861
  severity: AlertSeverity;
8673
- };
9862
+ }
8674
9863
 
8675
9864
  /** Array of tags to be appended to the threat intelligence indicator. */
8676
9865
  export declare interface ThreatIntelligenceAppendTags {
@@ -8848,7 +10037,9 @@ export declare interface ThreatIntelligenceIndicatorMetricsListOptionalParams ex
8848
10037
  export declare type ThreatIntelligenceIndicatorMetricsListResponse = ThreatIntelligenceMetricsList;
8849
10038
 
8850
10039
  /** Threat intelligence indicator entity. */
8851
- export declare type ThreatIntelligenceIndicatorModel = ThreatIntelligenceInformation & {
10040
+ export declare interface ThreatIntelligenceIndicatorModel extends ThreatIntelligenceInformation {
10041
+ /** Polymorphic discriminator, which specifies the different types this object can be */
10042
+ kind: "indicator";
8852
10043
  /**
8853
10044
  * A bag of custom fields that should be part of the entity and will be presented to the user.
8854
10045
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -8919,10 +10110,10 @@ export declare type ThreatIntelligenceIndicatorModel = ThreatIntelligenceInforma
8919
10110
  extensions?: {
8920
10111
  [propertyName: string]: any;
8921
10112
  };
8922
- };
10113
+ }
8923
10114
 
8924
10115
  /** Describes threat intelligence entity properties */
8925
- export declare type ThreatIntelligenceIndicatorProperties = EntityCommonProperties & {
10116
+ export declare interface ThreatIntelligenceIndicatorProperties extends EntityCommonProperties {
8926
10117
  /** List of tags */
8927
10118
  threatIntelligenceTags?: string[];
8928
10119
  /** Last updated time in UTC */
@@ -8981,7 +10172,7 @@ export declare type ThreatIntelligenceIndicatorProperties = EntityCommonProperti
8981
10172
  extensions?: {
8982
10173
  [propertyName: string]: any;
8983
10174
  };
8984
- };
10175
+ }
8985
10176
 
8986
10177
  /** Optional parameters. */
8987
10178
  export declare interface ThreatIntelligenceIndicatorQueryIndicatorsNextOptionalParams extends coreClient.OperationOptions {
@@ -9046,10 +10237,10 @@ export declare interface ThreatIntelligenceIndicatorsListOptionalParams extends
9046
10237
  export declare type ThreatIntelligenceIndicatorsListResponse = ThreatIntelligenceInformationList;
9047
10238
 
9048
10239
  /** Threat intelligence information object. */
9049
- export declare type ThreatIntelligenceInformation = ResourceWithEtag & {
10240
+ export declare interface ThreatIntelligenceInformation extends ResourceWithEtag {
9050
10241
  /** The kind of the entity. */
9051
10242
  kind: ThreatIntelligenceResourceKindEnum;
9052
- };
10243
+ }
9053
10244
 
9054
10245
  /** List of all the threat intelligence information objects. */
9055
10246
  export declare interface ThreatIntelligenceInformationList {
@@ -9149,25 +10340,28 @@ export declare interface ThreatIntelligenceSortingCriteria {
9149
10340
  export declare type ThreatIntelligenceSortingCriteriaEnum = string;
9150
10341
 
9151
10342
  /** Threat Intelligence Platforms data connector check requirements */
9152
- export declare type TICheckRequirements = DataConnectorsCheckRequirements & {
10343
+ export declare interface TICheckRequirements extends DataConnectorsCheckRequirements {
9153
10344
  /** Polymorphic discriminator, which specifies the different types this object can be */
9154
10345
  kind: "ThreatIntelligence";
9155
10346
  /** The tenant id to connect to, and get the data from. */
9156
10347
  tenantId?: string;
9157
- };
10348
+ }
9158
10349
 
9159
10350
  /** Threat Intelligence Platforms data connector required properties. */
9160
- export declare type TICheckRequirementsProperties = DataConnectorTenantId & {};
10351
+ export declare interface TICheckRequirementsProperties extends DataConnectorTenantId {
10352
+ }
9161
10353
 
9162
10354
  /** Represents threat intelligence data connector. */
9163
- export declare type TIDataConnector = DataConnector & {
10355
+ export declare interface TIDataConnector extends DataConnector {
10356
+ /** Polymorphic discriminator, which specifies the different types this object can be */
10357
+ kind: "ThreatIntelligence";
9164
10358
  /** The tenant id to connect to, and get the data from. */
9165
10359
  tenantId?: string;
9166
10360
  /** The lookback period for the feed to be imported. */
9167
10361
  tipLookbackPeriod?: Date;
9168
10362
  /** The available data types for the connector. */
9169
10363
  dataTypes?: TIDataConnectorDataTypes;
9170
- };
10364
+ }
9171
10365
 
9172
10366
  /** The available data types for TI (Threat Intelligence) data connector. */
9173
10367
  export declare interface TIDataConnectorDataTypes {
@@ -9176,15 +10370,16 @@ export declare interface TIDataConnectorDataTypes {
9176
10370
  }
9177
10371
 
9178
10372
  /** Data type for indicators connection. */
9179
- export declare type TIDataConnectorDataTypesIndicators = DataConnectorDataTypeCommon & {};
10373
+ export declare interface TIDataConnectorDataTypesIndicators extends DataConnectorDataTypeCommon {
10374
+ }
9180
10375
 
9181
10376
  /** TI (Threat Intelligence) data connector properties. */
9182
- export declare type TIDataConnectorProperties = DataConnectorTenantId & {
10377
+ export declare interface TIDataConnectorProperties extends DataConnectorTenantId {
9183
10378
  /** The lookback period for the feed to be imported. */
9184
10379
  tipLookbackPeriod?: Date;
9185
10380
  /** The available data types for the connector. */
9186
10381
  dataTypes: TIDataConnectorDataTypes;
9187
- };
10382
+ }
9188
10383
 
9189
10384
  /** timeline aggregation information per kind */
9190
10385
  export declare interface TimelineAggregation {
@@ -9215,18 +10410,21 @@ export declare interface TimelineResultsMetadata {
9215
10410
  }
9216
10411
 
9217
10412
  /** Threat Intelligence TAXII data connector check requirements */
9218
- export declare type TiTaxiiCheckRequirements = DataConnectorsCheckRequirements & {
10413
+ export declare interface TiTaxiiCheckRequirements extends DataConnectorsCheckRequirements {
9219
10414
  /** Polymorphic discriminator, which specifies the different types this object can be */
9220
10415
  kind: "ThreatIntelligenceTaxii";
9221
10416
  /** The tenant id to connect to, and get the data from. */
9222
10417
  tenantId?: string;
9223
- };
10418
+ }
9224
10419
 
9225
10420
  /** Threat Intelligence TAXII data connector required properties. */
9226
- export declare type TiTaxiiCheckRequirementsProperties = DataConnectorTenantId & {};
10421
+ export declare interface TiTaxiiCheckRequirementsProperties extends DataConnectorTenantId {
10422
+ }
9227
10423
 
9228
10424
  /** Data connector to pull Threat intelligence data from TAXII 2.0/2.1 server */
9229
- export declare type TiTaxiiDataConnector = DataConnector & {
10425
+ export declare interface TiTaxiiDataConnector extends DataConnector {
10426
+ /** Polymorphic discriminator, which specifies the different types this object can be */
10427
+ kind: "ThreatIntelligenceTaxii";
9230
10428
  /** The tenant id to connect to, and get the data from. */
9231
10429
  tenantId?: string;
9232
10430
  /** The workspace id. */
@@ -9247,7 +10445,7 @@ export declare type TiTaxiiDataConnector = DataConnector & {
9247
10445
  pollingFrequency?: PollingFrequency;
9248
10446
  /** The available data types for Threat Intelligence TAXII data connector. */
9249
10447
  dataTypes?: TiTaxiiDataConnectorDataTypes;
9250
- };
10448
+ }
9251
10449
 
9252
10450
  /** The available data types for Threat Intelligence TAXII data connector. */
9253
10451
  export declare interface TiTaxiiDataConnectorDataTypes {
@@ -9256,10 +10454,11 @@ export declare interface TiTaxiiDataConnectorDataTypes {
9256
10454
  }
9257
10455
 
9258
10456
  /** Data type for TAXII connector. */
9259
- export declare type TiTaxiiDataConnectorDataTypesTaxiiClient = DataConnectorDataTypeCommon & {};
10457
+ export declare interface TiTaxiiDataConnectorDataTypesTaxiiClient extends DataConnectorDataTypeCommon {
10458
+ }
9260
10459
 
9261
10460
  /** Threat Intelligence TAXII data connector properties. */
9262
- export declare type TiTaxiiDataConnectorProperties = DataConnectorTenantId & {
10461
+ export declare interface TiTaxiiDataConnectorProperties extends DataConnectorTenantId {
9263
10462
  /** The workspace id. */
9264
10463
  workspaceId?: string;
9265
10464
  /** The friendly name for the TAXII server. */
@@ -9278,7 +10477,7 @@ export declare type TiTaxiiDataConnectorProperties = DataConnectorTenantId & {
9278
10477
  pollingFrequency: PollingFrequency | null;
9279
10478
  /** The available data types for Threat Intelligence TAXII data connector. */
9280
10479
  dataTypes: TiTaxiiDataConnectorDataTypes;
9281
- };
10480
+ }
9282
10481
 
9283
10482
  /** Defines values for TriggerOperator. */
9284
10483
  export declare type TriggerOperator = "GreaterThan" | "LessThan" | "Equal" | "NotEqual";
@@ -9288,7 +10487,8 @@ export declare type TriggerOperator = "GreaterThan" | "LessThan" | "Equal" | "No
9288
10487
  * {@link KnownTriggersOn} can be used interchangeably with TriggersOn,
9289
10488
  * this enum contains the known values that the service supports.
9290
10489
  * ### Known values supported by the service
9291
- * **Incidents**: Trigger on Incidents
10490
+ * **Incidents**: Trigger on Incidents \
10491
+ * **Alerts**: Trigger on Alerts
9292
10492
  */
9293
10493
  export declare type TriggersOn = string;
9294
10494
 
@@ -9297,15 +10497,18 @@ export declare type TriggersOn = string;
9297
10497
  * {@link KnownTriggersWhen} can be used interchangeably with TriggersWhen,
9298
10498
  * this enum contains the known values that the service supports.
9299
10499
  * ### Known values supported by the service
9300
- * **Created**: Trigger on created objects
10500
+ * **Created**: Trigger on created objects \
10501
+ * **Updated**: Trigger on updated objects
9301
10502
  */
9302
10503
  export declare type TriggersWhen = string;
9303
10504
 
9304
10505
  /** Settings with single toggle. */
9305
- export declare type Ueba = Settings & {
10506
+ export declare interface Ueba extends Settings {
10507
+ /** Polymorphic discriminator, which specifies the different types this object can be */
10508
+ kind: "Ueba";
9306
10509
  /** The relevant data sources that enriched by ueba */
9307
10510
  dataSources?: UebaDataSources[];
9308
- };
10511
+ }
9309
10512
 
9310
10513
  /**
9311
10514
  * Defines values for UebaDataSources. \
@@ -9320,7 +10523,9 @@ export declare type Ueba = Settings & {
9320
10523
  export declare type UebaDataSources = string;
9321
10524
 
9322
10525
  /** Represents a url entity. */
9323
- export declare type UrlEntity = Entity & {
10526
+ export declare interface UrlEntity extends Entity {
10527
+ /** Polymorphic discriminator, which specifies the different types this object can be */
10528
+ kind: "Url";
9324
10529
  /**
9325
10530
  * A bag of custom fields that should be part of the entity and will be presented to the user.
9326
10531
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -9338,16 +10543,16 @@ export declare type UrlEntity = Entity & {
9338
10543
  * NOTE: This property will not be serialized. It can only be populated by the server.
9339
10544
  */
9340
10545
  readonly url?: string;
9341
- };
10546
+ }
9342
10547
 
9343
10548
  /** Url entity property bag. */
9344
- export declare type UrlEntityProperties = EntityCommonProperties & {
10549
+ export declare interface UrlEntityProperties extends EntityCommonProperties {
9345
10550
  /**
9346
10551
  * A full URL the entity points to
9347
10552
  * NOTE: This property will not be serialized. It can only be populated by the server.
9348
10553
  */
9349
10554
  readonly url?: string;
9350
- };
10555
+ }
9351
10556
 
9352
10557
  /** User information that made some action */
9353
10558
  export declare interface UserInfo {
@@ -9365,6 +10570,17 @@ export declare interface UserInfo {
9365
10570
  objectId?: string;
9366
10571
  }
9367
10572
 
10573
+ /** Describes an error encountered in the file during validation. */
10574
+ export declare interface ValidationError {
10575
+ /** The number of the record that has the error. */
10576
+ recordIndex?: number;
10577
+ /**
10578
+ * A list of descriptions of the error.
10579
+ * NOTE: This property will not be serialized. It can only be populated by the server.
10580
+ */
10581
+ readonly errorMessages?: string[];
10582
+ }
10583
+
9368
10584
  /**
9369
10585
  * Defines values for Version. \
9370
10586
  * {@link KnownVersion} can be used interchangeably with Version,
@@ -9376,7 +10592,7 @@ export declare interface UserInfo {
9376
10592
  export declare type Version = string;
9377
10593
 
9378
10594
  /** Represents a Watchlist in Azure Security Insights. */
9379
- export declare type Watchlist = ResourceWithEtag & {
10595
+ export declare interface Watchlist extends ResourceWithEtag {
9380
10596
  /** The id (a Guid) of the watchlist */
9381
10597
  watchlistId?: string;
9382
10598
  /** The display name of the watchlist */
@@ -9413,23 +10629,16 @@ export declare type Watchlist = ResourceWithEtag & {
9413
10629
  numberOfLinesToSkip?: number;
9414
10630
  /** The raw content that represents to watchlist items to create. In case of csv/tsv content type, it's the content of the file that will parsed by the endpoint */
9415
10631
  rawContent?: string;
9416
- /** The Shared Access Signature (SAS) URI under which the large csv watchlist file is located and from which the watchlist and its items will be created */
9417
- sasUri?: string;
9418
10632
  /** The search key is used to optimize query performance when using watchlists for joins with other data. For example, enable a column with IP addresses to be the designated SearchKey field, then use this field as the key field when joining to other event data by IP address. */
9419
10633
  itemsSearchKey?: string;
9420
10634
  /** The content type of the raw content. Example : text/csv or text/tsv */
9421
10635
  contentType?: string;
9422
10636
  /** The status of the Watchlist upload : New, InProgress or Complete. Pls note : When a Watchlist upload status is equal to InProgress, the Watchlist cannot be deleted */
9423
10637
  uploadStatus?: string;
9424
- /**
9425
- * The provisioning state of the watchlist resource.
9426
- * NOTE: This property will not be serialized. It can only be populated by the server.
9427
- */
9428
- readonly provisioningState?: ProvisioningState;
9429
- };
10638
+ }
9430
10639
 
9431
10640
  /** Represents a Watchlist item in Azure Security Insights. */
9432
- export declare type WatchlistItem = ResourceWithEtag & {
10641
+ export declare interface WatchlistItem extends ResourceWithEtag {
9433
10642
  /** The type of the watchlist item */
9434
10643
  watchlistItemType?: string;
9435
10644
  /** The id (a Guid) of the watchlist item */
@@ -9454,7 +10663,7 @@ export declare type WatchlistItem = ResourceWithEtag & {
9454
10663
  entityMapping?: {
9455
10664
  [propertyName: string]: any;
9456
10665
  };
9457
- };
10666
+ }
9458
10667
 
9459
10668
  /** List all the watchlist items. */
9460
10669
  export declare interface WatchlistItemList {