@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,15 +1,16 @@
1
1
  import * as coreClient from "@azure/core-client";
2
- export declare type AutomationRuleConditionUnion = AutomationRuleCondition | PropertyConditionProperties;
2
+ export declare type AutomationRuleConditionUnion = AutomationRuleCondition | BooleanConditionProperties | PropertyArrayChangedConditionProperties | PropertyArrayConditionProperties | PropertyChangedConditionProperties | PropertyConditionProperties;
3
3
  export declare type AutomationRuleActionUnion = AutomationRuleAction | AutomationRuleModifyPropertiesAction | AutomationRuleRunPlaybookAction;
4
- export declare type EntityTimelineItemUnion = EntityTimelineItem | ActivityTimelineItem | BookmarkTimelineItem | SecurityAlertTimelineItem;
4
+ export declare type EntityTimelineItemUnion = EntityTimelineItem | ActivityTimelineItem | BookmarkTimelineItem | AnomalyTimelineItem | SecurityAlertTimelineItem;
5
5
  export declare type EntityQueryItemUnion = EntityQueryItem | InsightQueryItem;
6
6
  export declare type DataConnectorsCheckRequirementsUnion = DataConnectorsCheckRequirements | AADCheckRequirements | AatpCheckRequirements | ASCCheckRequirements | AwsCloudTrailCheckRequirements | AwsS3CheckRequirements | Dynamics365CheckRequirements | McasCheckRequirements | MdatpCheckRequirements | MstiCheckRequirements | MtpCheckRequirements | OfficeATPCheckRequirements | OfficeIRMCheckRequirements | Office365ProjectCheckRequirements | OfficePowerBICheckRequirements | TICheckRequirements | TiTaxiiCheckRequirements | IoTCheckRequirements;
7
7
  export declare type AlertRuleTemplateUnion = AlertRuleTemplate | MLBehaviorAnalyticsAlertRuleTemplate | FusionAlertRuleTemplate | ThreatIntelligenceAlertRuleTemplate | MicrosoftSecurityIncidentCreationAlertRuleTemplate | ScheduledAlertRuleTemplate | NrtAlertRuleTemplate;
8
- 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;
8
+ 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;
9
9
  export declare type EntityQueryTemplateUnion = EntityQueryTemplate | ActivityEntityQueryTemplate;
10
10
  export declare type AlertRuleUnion = AlertRule | MLBehaviorAnalyticsAlertRule | FusionAlertRule | ThreatIntelligenceAlertRule | MicrosoftSecurityIncidentCreationAlertRule | ScheduledAlertRule | NrtAlertRule;
11
11
  export declare type EntityQueryUnion = EntityQuery | ExpansionEntityQuery | ActivityEntityQuery;
12
12
  export declare type CustomEntityQueryUnion = CustomEntityQuery | ActivityCustomEntityQuery;
13
+ export declare type SecurityMLAnalyticsSettingUnion = SecurityMLAnalyticsSetting | AnomalySecurityMLAnalyticsSettings;
13
14
  export declare type SettingsUnion = Settings | Anomalies | EyesOn | EntityAnalytics | Ueba;
14
15
  export declare type ThreatIntelligenceInformationUnion = ThreatIntelligenceInformation | ThreatIntelligenceIndicatorModel;
15
16
  export declare type DataConnectorUnion = DataConnector | AADDataConnector | MstiDataConnector | MTPDataConnector | AatpDataConnector | ASCDataConnector | AwsCloudTrailDataConnector | AwsS3DataConnector | McasDataConnector | Dynamics365DataConnector | OfficeATPDataConnector | Office365ProjectDataConnector | OfficePowerBIDataConnector | OfficeIRMDataConnector | MdatpDataConnector | OfficeDataConnector | TIDataConnector | TiTaxiiDataConnector | IoTDataConnector | CodelessUiDataConnector | CodelessApiPollingDataConnector;
@@ -104,23 +105,23 @@ export interface AlertRuleTemplatesList {
104
105
  /** Array of alert rule templates. */
105
106
  value: AlertRuleTemplateUnion[];
106
107
  }
107
- /** Describes automation rule triggering logic */
108
+ /** Describes automation rule triggering logic. */
108
109
  export interface AutomationRuleTriggeringLogic {
109
- /** Determines whether the automation rule is enabled or disabled */
110
+ /** Determines whether the automation rule is enabled or disabled. */
110
111
  isEnabled: boolean;
111
112
  /** Determines when the automation rule should automatically expire and be disabled. */
112
113
  expirationTimeUtc?: Date;
113
114
  triggersOn: TriggersOn;
114
115
  triggersWhen: TriggersWhen;
115
- /** The conditions to evaluate to determine if the automation rule should be triggered on a given object */
116
+ /** The conditions to evaluate to determine if the automation rule should be triggered on a given object. */
116
117
  conditions?: AutomationRuleConditionUnion[];
117
118
  }
118
- /** Describes an automation rule condition */
119
+ /** Describes an automation rule condition. */
119
120
  export interface AutomationRuleCondition {
120
121
  /** Polymorphic discriminator, which specifies the different types this object can be */
121
- conditionType: "Property";
122
+ conditionType: "Boolean" | "PropertyArrayChanged" | "PropertyArray" | "PropertyChanged" | "Property";
122
123
  }
123
- /** Describes an automation rule action */
124
+ /** Describes an automation rule action. */
124
125
  export interface AutomationRuleAction {
125
126
  /** Polymorphic discriminator, which specifies the different types this object can be */
126
127
  actionType: "ModifyProperties" | "RunPlaybook";
@@ -143,7 +144,7 @@ export interface AutomationRulesList {
143
144
  }
144
145
  export interface ManualTriggerRequestBody {
145
146
  tenantId?: string;
146
- logicAppsResourceId?: string;
147
+ logicAppsResourceId: string;
147
148
  }
148
149
  /** List all the bookmarks. */
149
150
  export interface BookmarkList {
@@ -451,7 +452,7 @@ export interface TimelineError {
451
452
  /** Entity timeline Item. */
452
453
  export interface EntityTimelineItem {
453
454
  /** Polymorphic discriminator, which specifies the different types this object can be */
454
- kind: "Activity" | "Bookmark" | "SecurityAlert";
455
+ kind: "Activity" | "Bookmark" | "Anomaly" | "SecurityAlert";
455
456
  }
456
457
  /** Retrieve queries for entity result operation response. */
457
458
  export interface GetQueriesResponse {
@@ -495,12 +496,12 @@ export interface GetInsightsResultsMetadata {
495
496
  /** the total items found for the insights request */
496
497
  totalCount: number;
497
498
  /** information about the failed queries */
498
- errors?: GetInsightsError[];
499
+ errors?: GetInsightsErrorKind[];
499
500
  }
500
501
  /** GetInsights Query Errors. */
501
- export interface GetInsightsError {
502
+ export interface GetInsightsErrorKind {
502
503
  /** the query kind */
503
- kind: "Insight";
504
+ kind: GetInsightsError;
504
505
  /** the query id */
505
506
  queryId?: string;
506
507
  /** the error message */
@@ -557,6 +558,45 @@ export interface EntityQueryTemplateList {
557
558
  /** Array of entity query templates. */
558
559
  value: EntityQueryTemplateUnion[];
559
560
  }
561
+ /** List all the file imports. */
562
+ export interface FileImportList {
563
+ /**
564
+ * URL to fetch the next set of file imports.
565
+ * NOTE: This property will not be serialized. It can only be populated by the server.
566
+ */
567
+ readonly nextLink?: string;
568
+ /** Array of file imports. */
569
+ value: FileImport[];
570
+ }
571
+ /** Represents a file. */
572
+ export interface FileMetadata {
573
+ /** The format of the file */
574
+ fileFormat?: FileFormat;
575
+ /** The name of the file. */
576
+ fileName?: string;
577
+ /** The size of the file. */
578
+ fileSize?: number;
579
+ /**
580
+ * A URI with a valid SAS token to allow uploading / downloading the file.
581
+ * NOTE: This property will not be serialized. It can only be populated by the server.
582
+ */
583
+ readonly fileContentUri?: string;
584
+ /**
585
+ * Indicates whether the file was deleted from the storage account.
586
+ * NOTE: This property will not be serialized. It can only be populated by the server.
587
+ */
588
+ readonly deleteStatus?: DeleteStatus;
589
+ }
590
+ /** Describes an error encountered in the file during validation. */
591
+ export interface ValidationError {
592
+ /** The number of the record that has the error. */
593
+ recordIndex?: number;
594
+ /**
595
+ * A list of descriptions of the error.
596
+ * NOTE: This property will not be serialized. It can only be populated by the server.
597
+ */
598
+ readonly errorMessages?: string[];
599
+ }
560
600
  /** List all the incidents. */
561
601
  export interface IncidentList {
562
602
  /**
@@ -625,11 +665,8 @@ export interface IncidentOwnerInfo {
625
665
  objectId?: string;
626
666
  /** The user principal name of the user the incident is assigned to. */
627
667
  userPrincipalName?: string;
628
- /**
629
- * The type of the owner the incident is assigned to.
630
- * NOTE: This property will not be serialized. It can only be populated by the server.
631
- */
632
- readonly ownerType?: OwnerType;
668
+ /** The type of the owner the incident is assigned to. */
669
+ ownerType?: OwnerType;
633
670
  }
634
671
  /** Describes team information */
635
672
  export interface TeamInformation {
@@ -808,6 +845,16 @@ export interface SentinelOnboardingStatesList {
808
845
  /** Array of Sentinel onboarding states */
809
846
  value: SentinelOnboardingState[];
810
847
  }
848
+ /** List all the SecurityMLAnalyticsSettings */
849
+ export interface SecurityMLAnalyticsSettingsList {
850
+ /**
851
+ * URL to fetch the next set of SecurityMLAnalyticsSettings.
852
+ * NOTE: This property will not be serialized. It can only be populated by the server.
853
+ */
854
+ readonly nextLink?: string;
855
+ /** Array of SecurityMLAnalyticsSettings */
856
+ value: SecurityMLAnalyticsSettingUnion[];
857
+ }
811
858
  /** List of all the settings. */
812
859
  export interface SettingList {
813
860
  /** Array of settings. */
@@ -1076,6 +1123,12 @@ export interface DataConnectorConnectBody {
1076
1123
  kind?: ConnectAuthKind;
1077
1124
  /** The API key of the audit server. */
1078
1125
  apiKey?: string;
1126
+ /** Used in v2 logs connector. Represents the data collection ingestion endpoint in log analytics. */
1127
+ dataCollectionEndpoint?: string;
1128
+ /** Used in v2 logs connector. The data collection rule immutable id, the rule defines the transformation and data destination. */
1129
+ dataCollectionRuleImmutableId?: string;
1130
+ /** Used in v2 logs connector. The stream we are sending the data to, this is the name of the streamDeclarations defined in the DCR. */
1131
+ outputStream?: string;
1079
1132
  /** The client secret of the OAuth 2.0 application. */
1080
1133
  clientSecret?: string;
1081
1134
  /** The client id of the OAuth 2.0 application. */
@@ -1178,6 +1231,8 @@ export interface QueryBasedAlertRuleTemplateProperties {
1178
1231
  entityMappings?: EntityMapping[];
1179
1232
  /** The alert details override settings */
1180
1233
  alertDetailsOverride?: AlertDetailsOverride;
1234
+ /** The event grouping settings. */
1235
+ eventGroupingSettings?: EventGroupingSettings;
1181
1236
  }
1182
1237
  /** Single entity mapping for the alert rule */
1183
1238
  export interface EntityMapping {
@@ -1204,6 +1259,11 @@ export interface AlertDetailsOverride {
1204
1259
  /** the column name to take the alert severity from */
1205
1260
  alertSeverityColumnName?: string;
1206
1261
  }
1262
+ /** Event grouping settings property bag. */
1263
+ export interface EventGroupingSettings {
1264
+ /** The event grouping aggregation kinds */
1265
+ aggregationKind?: EventGroupingAggregationKind;
1266
+ }
1207
1267
  /** Represents a supported source signal configuration in Fusion detection. */
1208
1268
  export interface FusionSourceSettings {
1209
1269
  /** Determines whether this source signal is enabled or disabled in Fusion detection. */
@@ -1337,10 +1397,9 @@ export interface ScheduledAlertRuleCommonProperties {
1337
1397
  /** The alert details override settings */
1338
1398
  alertDetailsOverride?: AlertDetailsOverride;
1339
1399
  }
1340
- /** Event grouping settings property bag. */
1341
- export interface EventGroupingSettings {
1342
- /** The event grouping aggregation kinds */
1343
- aggregationKind?: EventGroupingAggregationKind;
1400
+ export interface AutomationRuleBooleanCondition {
1401
+ operator?: AutomationRuleBooleanConditionSupportedOperator;
1402
+ innerConditions?: AutomationRuleConditionUnion[];
1344
1403
  }
1345
1404
  export interface IncidentPropertiesAction {
1346
1405
  /** The severity of the incident */
@@ -1351,23 +1410,38 @@ export interface IncidentPropertiesAction {
1351
1410
  classification?: IncidentClassification;
1352
1411
  /** The classification reason the incident was closed with */
1353
1412
  classificationReason?: IncidentClassificationReason;
1354
- /** Describes the reason the incident was closed */
1413
+ /** Describes the reason the incident was closed. */
1355
1414
  classificationComment?: string;
1356
1415
  /** Information on the user an incident is assigned to */
1357
1416
  owner?: IncidentOwnerInfo;
1358
- /** List of labels to add to the incident */
1417
+ /** List of labels to add to the incident. */
1359
1418
  labels?: IncidentLabel[];
1360
1419
  }
1420
+ export interface AutomationRulePropertyArrayChangedValuesCondition {
1421
+ arrayType?: AutomationRulePropertyArrayChangedConditionSupportedArrayType;
1422
+ changeType?: AutomationRulePropertyArrayChangedConditionSupportedChangeType;
1423
+ }
1424
+ export interface AutomationRulePropertyArrayValuesCondition {
1425
+ arrayType?: AutomationRulePropertyArrayConditionSupportedArrayType;
1426
+ arrayConditionType?: AutomationRulePropertyArrayConditionSupportedArrayConditionType;
1427
+ itemConditions?: AutomationRuleConditionUnion[];
1428
+ }
1429
+ export interface AutomationRulePropertyValuesChangedCondition {
1430
+ propertyName?: AutomationRulePropertyChangedConditionSupportedPropertyType;
1431
+ changeType?: AutomationRulePropertyChangedConditionSupportedChangedType;
1432
+ operator?: AutomationRulePropertyConditionSupportedOperator;
1433
+ propertyValues?: string[];
1434
+ }
1361
1435
  export interface AutomationRulePropertyValuesCondition {
1362
- /** The property to evaluate in an automation rule property condition */
1436
+ /** The property to evaluate in an automation rule property condition. */
1363
1437
  propertyName?: AutomationRulePropertyConditionSupportedProperty;
1364
1438
  operator?: AutomationRulePropertyConditionSupportedOperator;
1365
1439
  propertyValues?: string[];
1366
1440
  }
1367
1441
  export interface PlaybookActionProperties {
1368
- /** The resource id of the playbook resource */
1442
+ /** The resource id of the playbook resource. */
1369
1443
  logicAppResourceId?: string;
1370
- /** The tenant id of the playbook resource */
1444
+ /** The tenant id of the playbook resource. */
1371
1445
  tenantId?: string;
1372
1446
  }
1373
1447
  /** An properties abstract Query item for entity */
@@ -1452,12 +1526,12 @@ export interface DataTypeDefinitions {
1452
1526
  /** The data type name */
1453
1527
  dataType?: string;
1454
1528
  }
1455
- /** The pricing tier of the solution */
1456
- export interface Sku {
1457
- /** The kind of the tier */
1458
- name?: SkuKind;
1459
- /** The amount of reservation level */
1460
- capacityReservationLevel?: number;
1529
+ /** security ml analytics settings data sources */
1530
+ export interface SecurityMLAnalyticsSettingsDataSource {
1531
+ /** The connector id that provides the following data types */
1532
+ connectorId?: string;
1533
+ /** The data types used by the security ml analytics settings */
1534
+ dataTypes?: string[];
1461
1535
  }
1462
1536
  /** Properties data connector on tenant level. */
1463
1537
  export interface DataConnectorTenantId {
@@ -1826,62 +1900,142 @@ export interface GeoLocation {
1826
1900
  readonly state?: string;
1827
1901
  }
1828
1902
  /** An azure resource object with an Etag property */
1829
- export declare type ResourceWithEtag = Resource & {
1903
+ export interface ResourceWithEtag extends Resource {
1830
1904
  /** Etag of the azure resource */
1831
1905
  etag?: string;
1832
- };
1906
+ }
1833
1907
  /** Alert rule template. */
1834
- export declare type AlertRuleTemplate = Resource & {
1908
+ export interface AlertRuleTemplate extends Resource {
1835
1909
  /** The kind of the alert rule */
1836
1910
  kind: AlertRuleKind;
1837
- };
1911
+ }
1838
1912
  /** Specific entity. */
1839
- export declare type Entity = Resource & {
1913
+ export interface Entity extends Resource {
1840
1914
  /** The kind of the entity. */
1841
1915
  kind: EntityKind;
1842
- };
1916
+ }
1843
1917
  /** Specific entity query template. */
1844
- export declare type EntityQueryTemplate = Resource & {
1918
+ export interface EntityQueryTemplate extends Resource {
1845
1919
  /** the entity query template kind */
1846
1920
  kind: EntityQueryTemplateKind;
1847
- };
1921
+ }
1922
+ /** Represents a file import in Azure Security Insights. */
1923
+ export interface FileImport extends Resource {
1924
+ /** Describes how to ingest the records in the file. */
1925
+ ingestionMode?: IngestionMode;
1926
+ /** The content type of this file. */
1927
+ contentType?: FileImportContentType;
1928
+ /**
1929
+ * The time the file was imported.
1930
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1931
+ */
1932
+ readonly createdTimeUTC?: Date;
1933
+ /**
1934
+ * Represents the error file (if the import was ingested with errors or failed the validation).
1935
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1936
+ */
1937
+ readonly errorFile?: FileMetadata;
1938
+ /**
1939
+ * An ordered list of some of the errors that were encountered during validation.
1940
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1941
+ */
1942
+ readonly errorsPreview?: ValidationError[];
1943
+ /** Represents the imported file. */
1944
+ importFile?: FileMetadata;
1945
+ /**
1946
+ * The number of records that have been successfully ingested.
1947
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1948
+ */
1949
+ readonly ingestedRecordCount?: number;
1950
+ /** The source for the data in the file. */
1951
+ source?: string;
1952
+ /**
1953
+ * The state of the file import.
1954
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1955
+ */
1956
+ readonly state?: FileImportState;
1957
+ /**
1958
+ * The number of records in the file.
1959
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1960
+ */
1961
+ readonly totalRecordCount?: number;
1962
+ /**
1963
+ * The number of records that have passed validation.
1964
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1965
+ */
1966
+ readonly validRecordCount?: number;
1967
+ /**
1968
+ * The time the files associated with this import are deleted from the storage account.
1969
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1970
+ */
1971
+ readonly filesValidUntilTimeUTC?: Date;
1972
+ /**
1973
+ * The time the file import record is soft deleted from the database and history.
1974
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1975
+ */
1976
+ readonly importValidUntilTimeUTC?: Date;
1977
+ }
1848
1978
  /** Consent for Office365 tenant that already made. */
1849
- export declare type OfficeConsent = Resource & {
1979
+ export interface OfficeConsent extends Resource {
1850
1980
  /** The tenantId of the Office365 with the consent. */
1851
1981
  tenantId?: string;
1852
1982
  /** Help to easily cascade among the data layers. */
1853
1983
  consentId?: string;
1854
- };
1984
+ }
1855
1985
  /** Action property bag. */
1856
- export declare type ActionResponseProperties = ActionPropertiesBase & {
1986
+ export interface ActionResponseProperties extends ActionPropertiesBase {
1857
1987
  /** The name of the logic app's workflow. */
1858
1988
  workflowId?: string;
1859
- };
1989
+ }
1860
1990
  /** Action property bag. */
1861
- export declare type ActionRequestProperties = ActionPropertiesBase & {
1991
+ export interface ActionRequestProperties extends ActionPropertiesBase {
1862
1992
  /** Logic App Callback URL for this specific workflow. */
1863
1993
  triggerUri: string;
1864
- };
1994
+ }
1995
+ /** Describes an automation rule condition that applies a boolean operator (e.g AND, OR) to conditions */
1996
+ export interface BooleanConditionProperties extends AutomationRuleCondition {
1997
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1998
+ conditionType: "Boolean";
1999
+ conditionProperties?: AutomationRuleBooleanCondition;
2000
+ }
2001
+ /** Describes an automation rule condition that evaluates an array property's value change */
2002
+ export interface PropertyArrayChangedConditionProperties extends AutomationRuleCondition {
2003
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2004
+ conditionType: "PropertyArrayChanged";
2005
+ conditionProperties?: AutomationRulePropertyArrayChangedValuesCondition;
2006
+ }
2007
+ /** Describes an automation rule condition that evaluates an array property's value */
2008
+ export interface PropertyArrayConditionProperties extends AutomationRuleCondition {
2009
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2010
+ conditionType: "PropertyArray";
2011
+ conditionProperties?: AutomationRulePropertyArrayValuesCondition;
2012
+ }
2013
+ /** Describes an automation rule condition that evaluates a property's value change */
2014
+ export interface PropertyChangedConditionProperties extends AutomationRuleCondition {
2015
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2016
+ conditionType: "PropertyChanged";
2017
+ conditionProperties?: AutomationRulePropertyValuesChangedCondition;
2018
+ }
1865
2019
  /** Describes an automation rule condition that evaluates a property's value */
1866
- export declare type PropertyConditionProperties = AutomationRuleCondition & {
2020
+ export interface PropertyConditionProperties extends AutomationRuleCondition {
1867
2021
  /** Polymorphic discriminator, which specifies the different types this object can be */
1868
2022
  conditionType: "Property";
1869
2023
  conditionProperties?: AutomationRulePropertyValuesCondition;
1870
- };
2024
+ }
1871
2025
  /** Describes an automation rule action to modify an object's properties */
1872
- export declare type AutomationRuleModifyPropertiesAction = AutomationRuleAction & {
2026
+ export interface AutomationRuleModifyPropertiesAction extends AutomationRuleAction {
1873
2027
  /** Polymorphic discriminator, which specifies the different types this object can be */
1874
2028
  actionType: "ModifyProperties";
1875
2029
  actionConfiguration?: IncidentPropertiesAction;
1876
- };
2030
+ }
1877
2031
  /** Describes an automation rule action to run a playbook */
1878
- export declare type AutomationRuleRunPlaybookAction = AutomationRuleAction & {
2032
+ export interface AutomationRuleRunPlaybookAction extends AutomationRuleAction {
1879
2033
  /** Polymorphic discriminator, which specifies the different types this object can be */
1880
2034
  actionType: "RunPlaybook";
1881
2035
  actionConfiguration?: PlaybookActionProperties;
1882
- };
2036
+ }
1883
2037
  /** Represents Activity timeline item. */
1884
- export declare type ActivityTimelineItem = EntityTimelineItem & {
2038
+ export interface ActivityTimelineItem extends EntityTimelineItem {
1885
2039
  /** Polymorphic discriminator, which specifies the different types this object can be */
1886
2040
  kind: "Activity";
1887
2041
  /** The activity query id. */
@@ -1898,9 +2052,9 @@ export declare type ActivityTimelineItem = EntityTimelineItem & {
1898
2052
  content: string;
1899
2053
  /** The activity timeline title. */
1900
2054
  title: string;
1901
- };
2055
+ }
1902
2056
  /** Represents bookmark timeline item. */
1903
- export declare type BookmarkTimelineItem = EntityTimelineItem & {
2057
+ export interface BookmarkTimelineItem extends EntityTimelineItem {
1904
2058
  /** Polymorphic discriminator, which specifies the different types this object can be */
1905
2059
  kind: "Bookmark";
1906
2060
  /** The bookmark azure resource id. */
@@ -1919,9 +2073,36 @@ export declare type BookmarkTimelineItem = EntityTimelineItem & {
1919
2073
  createdBy?: UserInfo;
1920
2074
  /** List of labels relevant to this bookmark */
1921
2075
  labels?: string[];
1922
- };
2076
+ }
2077
+ /** Represents anomaly timeline item. */
2078
+ export interface AnomalyTimelineItem extends EntityTimelineItem {
2079
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2080
+ kind: "Anomaly";
2081
+ /** The anomaly azure resource id. */
2082
+ azureResourceId: string;
2083
+ /** The anomaly product name. */
2084
+ productName?: string;
2085
+ /** The anomaly description. */
2086
+ description?: string;
2087
+ /** The anomaly name. */
2088
+ displayName: string;
2089
+ /** The anomaly end time. */
2090
+ endTimeUtc: Date;
2091
+ /** The anomaly start time. */
2092
+ startTimeUtc: Date;
2093
+ /** The anomaly generated time. */
2094
+ timeGenerated: Date;
2095
+ /** The name of the anomaly vendor. */
2096
+ vendor?: string;
2097
+ /** The intent of the anomaly. */
2098
+ intent?: string;
2099
+ /** The techniques of the anomaly. */
2100
+ techniques?: string[];
2101
+ /** The reasons that cause the anomaly. */
2102
+ reasons?: string[];
2103
+ }
1923
2104
  /** Represents security alert timeline item. */
1924
- export declare type SecurityAlertTimelineItem = EntityTimelineItem & {
2105
+ export interface SecurityAlertTimelineItem extends EntityTimelineItem {
1925
2106
  /** Polymorphic discriminator, which specifies the different types this object can be */
1926
2107
  kind: "SecurityAlert";
1927
2108
  /** The alert azure resource id. */
@@ -1942,16 +2123,16 @@ export declare type SecurityAlertTimelineItem = EntityTimelineItem & {
1942
2123
  timeGenerated: Date;
1943
2124
  /** The name of the alert type. */
1944
2125
  alertType: string;
1945
- };
2126
+ }
1946
2127
  /** Represents Insight Query. */
1947
- export declare type InsightQueryItem = EntityQueryItem & {
2128
+ export interface InsightQueryItem extends EntityQueryItem {
1948
2129
  /** Polymorphic discriminator, which specifies the different types this object can be */
1949
2130
  kind: "Insight";
1950
2131
  /** Properties bag for InsightQueryItem */
1951
2132
  properties?: InsightQueryItemProperties;
1952
- };
2133
+ }
1953
2134
  /** SecurityAlert entity property bag. */
1954
- export declare type SecurityAlertProperties = EntityCommonProperties & {
2135
+ export interface SecurityAlertProperties extends EntityCommonProperties {
1955
2136
  /**
1956
2137
  * The display name of the alert.
1957
2138
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2074,9 +2255,9 @@ export declare type SecurityAlertProperties = EntityCommonProperties & {
2074
2255
  * NOTE: This property will not be serialized. It can only be populated by the server.
2075
2256
  */
2076
2257
  readonly resourceIdentifiers?: Record<string, unknown>[];
2077
- };
2258
+ }
2078
2259
  /** Describes bookmark properties */
2079
- export declare type HuntingBookmarkProperties = EntityCommonProperties & {
2260
+ export interface HuntingBookmarkProperties extends EntityCommonProperties {
2080
2261
  /** The time the bookmark was created */
2081
2262
  created?: Date;
2082
2263
  /** Describes a user that created the bookmark */
@@ -2099,9 +2280,9 @@ export declare type HuntingBookmarkProperties = EntityCommonProperties & {
2099
2280
  updatedBy?: UserInfo;
2100
2281
  /** Describes an incident that relates to bookmark */
2101
2282
  incidentInfo?: IncidentInfo;
2102
- };
2283
+ }
2103
2284
  /** Describes threat intelligence entity properties */
2104
- export declare type ThreatIntelligenceIndicatorProperties = EntityCommonProperties & {
2285
+ export interface ThreatIntelligenceIndicatorProperties extends EntityCommonProperties {
2105
2286
  /** List of tags */
2106
2287
  threatIntelligenceTags?: string[];
2107
2288
  /** Last updated time in UTC */
@@ -2160,9 +2341,9 @@ export declare type ThreatIntelligenceIndicatorProperties = EntityCommonProperti
2160
2341
  extensions?: {
2161
2342
  [propertyName: string]: any;
2162
2343
  };
2163
- };
2344
+ }
2164
2345
  /** Account entity property bag. */
2165
- export declare type AccountEntityProperties = EntityCommonProperties & {
2346
+ export interface AccountEntityProperties extends EntityCommonProperties {
2166
2347
  /**
2167
2348
  * The Azure Active Directory tenant id.
2168
2349
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2223,9 +2404,9 @@ export declare type AccountEntityProperties = EntityCommonProperties & {
2223
2404
  * NOTE: This property will not be serialized. It can only be populated by the server.
2224
2405
  */
2225
2406
  readonly dnsDomain?: string;
2226
- };
2407
+ }
2227
2408
  /** AzureResource entity property bag. */
2228
- export declare type AzureResourceEntityProperties = EntityCommonProperties & {
2409
+ export interface AzureResourceEntityProperties extends EntityCommonProperties {
2229
2410
  /**
2230
2411
  * The azure resource id of the resource
2231
2412
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2236,9 +2417,9 @@ export declare type AzureResourceEntityProperties = EntityCommonProperties & {
2236
2417
  * NOTE: This property will not be serialized. It can only be populated by the server.
2237
2418
  */
2238
2419
  readonly subscriptionId?: string;
2239
- };
2420
+ }
2240
2421
  /** CloudApplication entity property bag. */
2241
- export declare type CloudApplicationEntityProperties = EntityCommonProperties & {
2422
+ export interface CloudApplicationEntityProperties extends EntityCommonProperties {
2242
2423
  /**
2243
2424
  * The technical identifier of the application.
2244
2425
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2254,9 +2435,9 @@ export declare type CloudApplicationEntityProperties = EntityCommonProperties &
2254
2435
  * NOTE: This property will not be serialized. It can only be populated by the server.
2255
2436
  */
2256
2437
  readonly instanceName?: string;
2257
- };
2438
+ }
2258
2439
  /** Dns entity property bag. */
2259
- export declare type DnsEntityProperties = EntityCommonProperties & {
2440
+ export interface DnsEntityProperties extends EntityCommonProperties {
2260
2441
  /**
2261
2442
  * An ip entity id for the dns server resolving the request
2262
2443
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2277,9 +2458,9 @@ export declare type DnsEntityProperties = EntityCommonProperties & {
2277
2458
  * NOTE: This property will not be serialized. It can only be populated by the server.
2278
2459
  */
2279
2460
  readonly ipAddressEntityIds?: string[];
2280
- };
2461
+ }
2281
2462
  /** File entity property bag. */
2282
- export declare type FileEntityProperties = EntityCommonProperties & {
2463
+ export interface FileEntityProperties extends EntityCommonProperties {
2283
2464
  /**
2284
2465
  * The full path to the file.
2285
2466
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2300,9 +2481,9 @@ export declare type FileEntityProperties = EntityCommonProperties & {
2300
2481
  * NOTE: This property will not be serialized. It can only be populated by the server.
2301
2482
  */
2302
2483
  readonly hostEntityId?: string;
2303
- };
2484
+ }
2304
2485
  /** FileHash entity property bag. */
2305
- export declare type FileHashEntityProperties = EntityCommonProperties & {
2486
+ export interface FileHashEntityProperties extends EntityCommonProperties {
2306
2487
  /**
2307
2488
  * The hash algorithm type.
2308
2489
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2313,9 +2494,9 @@ export declare type FileHashEntityProperties = EntityCommonProperties & {
2313
2494
  * NOTE: This property will not be serialized. It can only be populated by the server.
2314
2495
  */
2315
2496
  readonly hashValue?: string;
2316
- };
2497
+ }
2317
2498
  /** Host entity property bag. */
2318
- export declare type HostEntityProperties = EntityCommonProperties & {
2499
+ export interface HostEntityProperties extends EntityCommonProperties {
2319
2500
  /**
2320
2501
  * The azure resource id of the VM.
2321
2502
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2358,9 +2539,9 @@ export declare type HostEntityProperties = EntityCommonProperties & {
2358
2539
  * NOTE: This property will not be serialized. It can only be populated by the server.
2359
2540
  */
2360
2541
  readonly osVersion?: string;
2361
- };
2542
+ }
2362
2543
  /** IoTDevice entity property bag. */
2363
- export declare type IoTDeviceEntityProperties = EntityCommonProperties & {
2544
+ export interface IoTDeviceEntityProperties extends EntityCommonProperties {
2364
2545
  /**
2365
2546
  * The ID of the IoT Device in the IoT Hub
2366
2547
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2446,9 +2627,61 @@ export declare type IoTDeviceEntityProperties = EntityCommonProperties & {
2446
2627
  * NOTE: This property will not be serialized. It can only be populated by the server.
2447
2628
  */
2448
2629
  readonly protocols?: string[];
2449
- };
2630
+ /**
2631
+ * A list of owners of the IoTDevice entity.
2632
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2633
+ */
2634
+ readonly owners?: string[];
2635
+ /**
2636
+ * A list of Nic entity ids of the IoTDevice entity.
2637
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2638
+ */
2639
+ readonly nicEntityIds?: string[];
2640
+ /**
2641
+ * The site of the device
2642
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2643
+ */
2644
+ readonly site?: string;
2645
+ /**
2646
+ * The zone location of the device within a site
2647
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2648
+ */
2649
+ readonly zone?: string;
2650
+ /**
2651
+ * The sensor the device is monitored by
2652
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2653
+ */
2654
+ readonly sensor?: string;
2655
+ /**
2656
+ * The subType of the device ('PLC', 'HMI', 'EWS', etc.)
2657
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2658
+ */
2659
+ readonly deviceSubType?: string;
2660
+ /** Device importance, determines if the device classified as 'crown jewel' */
2661
+ importance?: DeviceImportance;
2662
+ /**
2663
+ * The Purdue Layer of the device
2664
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2665
+ */
2666
+ readonly purdueLayer?: string;
2667
+ /**
2668
+ * Determines whether the device classified as authorized device
2669
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2670
+ */
2671
+ readonly isAuthorized?: boolean;
2672
+ /**
2673
+ * Determines whether the device classified as programming device
2674
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2675
+ */
2676
+ readonly isProgramming?: boolean;
2677
+ /**
2678
+ * Is the device classified as a scanner device
2679
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2680
+ */
2681
+ readonly isScanner?: boolean;
2682
+ }
2450
2683
  /** Ip entity property bag. */
2451
- export declare type IpEntityProperties = EntityCommonProperties & {
2684
+ export interface IpEntityProperties extends EntityCommonProperties {
2452
2685
  /**
2453
2686
  * The IP address as string, e.g. 127.0.0.1 (either in Ipv4 or Ipv6)
2454
2687
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2464,9 +2697,9 @@ export declare type IpEntityProperties = EntityCommonProperties & {
2464
2697
  * NOTE: This property will not be serialized. It can only be populated by the server.
2465
2698
  */
2466
2699
  readonly threatIntelligence?: ThreatIntelligence[];
2467
- };
2700
+ }
2468
2701
  /** Mailbox entity property bag. */
2469
- export declare type MailboxEntityProperties = EntityCommonProperties & {
2702
+ export interface MailboxEntityProperties extends EntityCommonProperties {
2470
2703
  /**
2471
2704
  * The mailbox's primary address
2472
2705
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2487,9 +2720,9 @@ export declare type MailboxEntityProperties = EntityCommonProperties & {
2487
2720
  * NOTE: This property will not be serialized. It can only be populated by the server.
2488
2721
  */
2489
2722
  readonly externalDirectoryObjectId?: string;
2490
- };
2723
+ }
2491
2724
  /** Mail cluster entity property bag. */
2492
- export declare type MailClusterEntityProperties = EntityCommonProperties & {
2725
+ export interface MailClusterEntityProperties extends EntityCommonProperties {
2493
2726
  /**
2494
2727
  * The mail message IDs that are part of the mail cluster
2495
2728
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2565,9 +2798,9 @@ export declare type MailClusterEntityProperties = EntityCommonProperties & {
2565
2798
  * NOTE: This property will not be serialized. It can only be populated by the server.
2566
2799
  */
2567
2800
  readonly clusterGroup?: string;
2568
- };
2801
+ }
2569
2802
  /** Mail message entity property bag. */
2570
- export declare type MailMessageEntityProperties = EntityCommonProperties & {
2803
+ export interface MailMessageEntityProperties extends EntityCommonProperties {
2571
2804
  /**
2572
2805
  * The File entity ids of this mail message's attachments
2573
2806
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2669,9 +2902,9 @@ export declare type MailMessageEntityProperties = EntityCommonProperties & {
2669
2902
  deliveryAction?: DeliveryAction;
2670
2903
  /** The delivery location of this mail message like Inbox, JunkFolder etc */
2671
2904
  deliveryLocation?: DeliveryLocation;
2672
- };
2905
+ }
2673
2906
  /** Malware entity property bag. */
2674
- export declare type MalwareEntityProperties = EntityCommonProperties & {
2907
+ export interface MalwareEntityProperties extends EntityCommonProperties {
2675
2908
  /**
2676
2909
  * The malware category by the vendor, e.g. Trojan
2677
2910
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2692,9 +2925,9 @@ export declare type MalwareEntityProperties = EntityCommonProperties & {
2692
2925
  * NOTE: This property will not be serialized. It can only be populated by the server.
2693
2926
  */
2694
2927
  readonly processEntityIds?: string[];
2695
- };
2928
+ }
2696
2929
  /** Process entity property bag. */
2697
- export declare type ProcessEntityProperties = EntityCommonProperties & {
2930
+ export interface ProcessEntityProperties extends EntityCommonProperties {
2698
2931
  /**
2699
2932
  * The account entity id running the processes.
2700
2933
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2737,9 +2970,9 @@ export declare type ProcessEntityProperties = EntityCommonProperties & {
2737
2970
  * NOTE: This property will not be serialized. It can only be populated by the server.
2738
2971
  */
2739
2972
  readonly processId?: string;
2740
- };
2973
+ }
2741
2974
  /** RegistryKey entity property bag. */
2742
- export declare type RegistryKeyEntityProperties = EntityCommonProperties & {
2975
+ export interface RegistryKeyEntityProperties extends EntityCommonProperties {
2743
2976
  /**
2744
2977
  * the hive that holds the registry key.
2745
2978
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2750,9 +2983,9 @@ export declare type RegistryKeyEntityProperties = EntityCommonProperties & {
2750
2983
  * NOTE: This property will not be serialized. It can only be populated by the server.
2751
2984
  */
2752
2985
  readonly key?: string;
2753
- };
2986
+ }
2754
2987
  /** RegistryValue entity property bag. */
2755
- export declare type RegistryValueEntityProperties = EntityCommonProperties & {
2988
+ export interface RegistryValueEntityProperties extends EntityCommonProperties {
2756
2989
  /**
2757
2990
  * The registry key entity id.
2758
2991
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2773,9 +3006,9 @@ export declare type RegistryValueEntityProperties = EntityCommonProperties & {
2773
3006
  * NOTE: This property will not be serialized. It can only be populated by the server.
2774
3007
  */
2775
3008
  readonly valueType?: RegistryValueKind;
2776
- };
3009
+ }
2777
3010
  /** SecurityGroup entity property bag. */
2778
- export declare type SecurityGroupEntityProperties = EntityCommonProperties & {
3011
+ export interface SecurityGroupEntityProperties extends EntityCommonProperties {
2779
3012
  /**
2780
3013
  * The group distinguished name
2781
3014
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2791,9 +3024,9 @@ export declare type SecurityGroupEntityProperties = EntityCommonProperties & {
2791
3024
  * NOTE: This property will not be serialized. It can only be populated by the server.
2792
3025
  */
2793
3026
  readonly sid?: string;
2794
- };
3027
+ }
2795
3028
  /** Submission mail entity property bag. */
2796
- export declare type SubmissionMailEntityProperties = EntityCommonProperties & {
3029
+ export interface SubmissionMailEntityProperties extends EntityCommonProperties {
2797
3030
  /**
2798
3031
  * The network message id of email to which submission belongs
2799
3032
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2844,139 +3077,157 @@ export declare type SubmissionMailEntityProperties = EntityCommonProperties & {
2844
3077
  * NOTE: This property will not be serialized. It can only be populated by the server.
2845
3078
  */
2846
3079
  readonly reportType?: string;
2847
- };
3080
+ }
2848
3081
  /** Url entity property bag. */
2849
- export declare type UrlEntityProperties = EntityCommonProperties & {
3082
+ export interface UrlEntityProperties extends EntityCommonProperties {
2850
3083
  /**
2851
3084
  * A full URL the entity points to
2852
3085
  * NOTE: This property will not be serialized. It can only be populated by the server.
2853
3086
  */
2854
3087
  readonly url?: string;
2855
- };
3088
+ }
3089
+ /** Nic entity property bag. */
3090
+ export interface NicEntityProperties extends EntityCommonProperties {
3091
+ /**
3092
+ * The MAC address of this network interface
3093
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3094
+ */
3095
+ readonly macAddress?: string;
3096
+ /**
3097
+ * The IP entity id of this network interface
3098
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3099
+ */
3100
+ readonly ipAddressEntityId?: string;
3101
+ /**
3102
+ * A list of VLANs of the network interface entity.
3103
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3104
+ */
3105
+ readonly vlans?: string[];
3106
+ }
2856
3107
  /** Represents AAD (Azure Active Directory) requirements check request. */
2857
- export declare type AADCheckRequirements = DataConnectorsCheckRequirements & {
3108
+ export interface AADCheckRequirements extends DataConnectorsCheckRequirements {
2858
3109
  /** Polymorphic discriminator, which specifies the different types this object can be */
2859
3110
  kind: "AzureActiveDirectory";
2860
3111
  /** The tenant id to connect to, and get the data from. */
2861
3112
  tenantId?: string;
2862
- };
3113
+ }
2863
3114
  /** Represents AATP (Azure Advanced Threat Protection) requirements check request. */
2864
- export declare type AatpCheckRequirements = DataConnectorsCheckRequirements & {
3115
+ export interface AatpCheckRequirements extends DataConnectorsCheckRequirements {
2865
3116
  /** Polymorphic discriminator, which specifies the different types this object can be */
2866
3117
  kind: "AzureAdvancedThreatProtection";
2867
3118
  /** The tenant id to connect to, and get the data from. */
2868
3119
  tenantId?: string;
2869
- };
3120
+ }
2870
3121
  /** Represents ASC (Azure Security Center) requirements check request. */
2871
- export declare type ASCCheckRequirements = DataConnectorsCheckRequirements & {
3122
+ export interface ASCCheckRequirements extends DataConnectorsCheckRequirements {
2872
3123
  /** Polymorphic discriminator, which specifies the different types this object can be */
2873
3124
  kind: "AzureSecurityCenter";
2874
3125
  /** The subscription id to connect to, and get the data from. */
2875
3126
  subscriptionId?: string;
2876
- };
3127
+ }
2877
3128
  /** Amazon Web Services CloudTrail requirements check request. */
2878
- export declare type AwsCloudTrailCheckRequirements = DataConnectorsCheckRequirements & {
3129
+ export interface AwsCloudTrailCheckRequirements extends DataConnectorsCheckRequirements {
2879
3130
  /** Polymorphic discriminator, which specifies the different types this object can be */
2880
3131
  kind: "AmazonWebServicesCloudTrail";
2881
- };
3132
+ }
2882
3133
  /** Amazon Web Services S3 requirements check request. */
2883
- export declare type AwsS3CheckRequirements = DataConnectorsCheckRequirements & {
3134
+ export interface AwsS3CheckRequirements extends DataConnectorsCheckRequirements {
2884
3135
  /** Polymorphic discriminator, which specifies the different types this object can be */
2885
3136
  kind: "AmazonWebServicesS3";
2886
- };
3137
+ }
2887
3138
  /** Represents Dynamics365 requirements check request. */
2888
- export declare type Dynamics365CheckRequirements = DataConnectorsCheckRequirements & {
3139
+ export interface Dynamics365CheckRequirements extends DataConnectorsCheckRequirements {
2889
3140
  /** Polymorphic discriminator, which specifies the different types this object can be */
2890
3141
  kind: "Dynamics365";
2891
3142
  /** The tenant id to connect to, and get the data from. */
2892
3143
  tenantId?: string;
2893
- };
3144
+ }
2894
3145
  /** Represents MCAS (Microsoft Cloud App Security) requirements check request. */
2895
- export declare type McasCheckRequirements = DataConnectorsCheckRequirements & {
3146
+ export interface McasCheckRequirements extends DataConnectorsCheckRequirements {
2896
3147
  /** Polymorphic discriminator, which specifies the different types this object can be */
2897
3148
  kind: "MicrosoftCloudAppSecurity";
2898
3149
  /** The tenant id to connect to, and get the data from. */
2899
3150
  tenantId?: string;
2900
- };
3151
+ }
2901
3152
  /** Represents MDATP (Microsoft Defender Advanced Threat Protection) requirements check request. */
2902
- export declare type MdatpCheckRequirements = DataConnectorsCheckRequirements & {
3153
+ export interface MdatpCheckRequirements extends DataConnectorsCheckRequirements {
2903
3154
  /** Polymorphic discriminator, which specifies the different types this object can be */
2904
3155
  kind: "MicrosoftDefenderAdvancedThreatProtection";
2905
3156
  /** The tenant id to connect to, and get the data from. */
2906
3157
  tenantId?: string;
2907
- };
3158
+ }
2908
3159
  /** Represents Microsoft Threat Intelligence requirements check request. */
2909
- export declare type MstiCheckRequirements = DataConnectorsCheckRequirements & {
3160
+ export interface MstiCheckRequirements extends DataConnectorsCheckRequirements {
2910
3161
  /** Polymorphic discriminator, which specifies the different types this object can be */
2911
3162
  kind: "MicrosoftThreatIntelligence";
2912
3163
  /** The tenant id to connect to, and get the data from. */
2913
3164
  tenantId?: string;
2914
- };
3165
+ }
2915
3166
  /** Represents MTP (Microsoft Threat Protection) requirements check request. */
2916
- export declare type MtpCheckRequirements = DataConnectorsCheckRequirements & {
3167
+ export interface MtpCheckRequirements extends DataConnectorsCheckRequirements {
2917
3168
  /** Polymorphic discriminator, which specifies the different types this object can be */
2918
3169
  kind: "MicrosoftThreatProtection";
2919
3170
  /** The tenant id to connect to, and get the data from. */
2920
3171
  tenantId?: string;
2921
- };
3172
+ }
2922
3173
  /** Represents OfficeATP (Office 365 Advanced Threat Protection) requirements check request. */
2923
- export declare type OfficeATPCheckRequirements = DataConnectorsCheckRequirements & {
3174
+ export interface OfficeATPCheckRequirements extends DataConnectorsCheckRequirements {
2924
3175
  /** Polymorphic discriminator, which specifies the different types this object can be */
2925
3176
  kind: "OfficeATP";
2926
3177
  /** The tenant id to connect to, and get the data from. */
2927
3178
  tenantId?: string;
2928
- };
3179
+ }
2929
3180
  /** Represents OfficeIRM (Microsoft Insider Risk Management) requirements check request. */
2930
- export declare type OfficeIRMCheckRequirements = DataConnectorsCheckRequirements & {
3181
+ export interface OfficeIRMCheckRequirements extends DataConnectorsCheckRequirements {
2931
3182
  /** Polymorphic discriminator, which specifies the different types this object can be */
2932
3183
  kind: "OfficeIRM";
2933
3184
  /** The tenant id to connect to, and get the data from. */
2934
3185
  tenantId?: string;
2935
- };
3186
+ }
2936
3187
  /** Represents Office365 Project requirements check request. */
2937
- export declare type Office365ProjectCheckRequirements = DataConnectorsCheckRequirements & {
3188
+ export interface Office365ProjectCheckRequirements extends DataConnectorsCheckRequirements {
2938
3189
  /** Polymorphic discriminator, which specifies the different types this object can be */
2939
3190
  kind: "Office365Project";
2940
3191
  /** The tenant id to connect to, and get the data from. */
2941
3192
  tenantId?: string;
2942
- };
3193
+ }
2943
3194
  /** Represents Office PowerBI requirements check request. */
2944
- export declare type OfficePowerBICheckRequirements = DataConnectorsCheckRequirements & {
3195
+ export interface OfficePowerBICheckRequirements extends DataConnectorsCheckRequirements {
2945
3196
  /** Polymorphic discriminator, which specifies the different types this object can be */
2946
3197
  kind: "OfficePowerBI";
2947
3198
  /** The tenant id to connect to, and get the data from. */
2948
3199
  tenantId?: string;
2949
- };
3200
+ }
2950
3201
  /** Threat Intelligence Platforms data connector check requirements */
2951
- export declare type TICheckRequirements = DataConnectorsCheckRequirements & {
3202
+ export interface TICheckRequirements extends DataConnectorsCheckRequirements {
2952
3203
  /** Polymorphic discriminator, which specifies the different types this object can be */
2953
3204
  kind: "ThreatIntelligence";
2954
3205
  /** The tenant id to connect to, and get the data from. */
2955
3206
  tenantId?: string;
2956
- };
3207
+ }
2957
3208
  /** Threat Intelligence TAXII data connector check requirements */
2958
- export declare type TiTaxiiCheckRequirements = DataConnectorsCheckRequirements & {
3209
+ export interface TiTaxiiCheckRequirements extends DataConnectorsCheckRequirements {
2959
3210
  /** Polymorphic discriminator, which specifies the different types this object can be */
2960
3211
  kind: "ThreatIntelligenceTaxii";
2961
3212
  /** The tenant id to connect to, and get the data from. */
2962
3213
  tenantId?: string;
2963
- };
3214
+ }
2964
3215
  /** Represents IoT requirements check request. */
2965
- export declare type IoTCheckRequirements = DataConnectorsCheckRequirements & {
3216
+ export interface IoTCheckRequirements extends DataConnectorsCheckRequirements {
2966
3217
  /** Polymorphic discriminator, which specifies the different types this object can be */
2967
3218
  kind: "IOT";
2968
3219
  /** The subscription id to connect to, and get the data from. */
2969
3220
  subscriptionId?: string;
2970
- };
3221
+ }
2971
3222
  /** Alert rule template with MITRE property bag. */
2972
- export declare type AlertRuleTemplateWithMitreProperties = AlertRuleTemplatePropertiesBase & {
3223
+ export interface AlertRuleTemplateWithMitreProperties extends AlertRuleTemplatePropertiesBase {
2973
3224
  /** The tactics of the alert rule */
2974
3225
  tactics?: AttackTactic[];
2975
3226
  /** The techniques of the alert rule */
2976
3227
  techniques?: string[];
2977
- };
3228
+ }
2978
3229
  /** MicrosoftSecurityIncidentCreation rule template properties */
2979
- export declare type MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties = AlertRuleTemplatePropertiesBase & {
3230
+ export interface MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties extends AlertRuleTemplatePropertiesBase {
2980
3231
  /** the alerts' displayNames on which the cases will be generated */
2981
3232
  displayNamesFilter?: string[];
2982
3233
  /** the alerts' displayNames on which the cases will not be generated */
@@ -2985,11 +3236,12 @@ export declare type MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties
2985
3236
  productFilter?: MicrosoftSecurityProductName;
2986
3237
  /** the alerts' severities on which the cases will be generated */
2987
3238
  severitiesFilter?: AlertSeverity[];
2988
- };
3239
+ }
2989
3240
  /** NRT alert rule template properties */
2990
- export declare type NrtAlertRuleTemplateProperties = AlertRuleTemplateWithMitreProperties & QueryBasedAlertRuleTemplateProperties & {};
3241
+ export interface NrtAlertRuleTemplateProperties extends AlertRuleTemplateWithMitreProperties, QueryBasedAlertRuleTemplateProperties {
3242
+ }
2991
3243
  /** MicrosoftSecurityIncidentCreation rule property bag. */
2992
- export declare type MicrosoftSecurityIncidentCreationAlertRuleProperties = MicrosoftSecurityIncidentCreationAlertRuleCommonProperties & {
3244
+ export interface MicrosoftSecurityIncidentCreationAlertRuleProperties extends MicrosoftSecurityIncidentCreationAlertRuleCommonProperties {
2993
3245
  /** The Name of the alert rule template used to create this rule. */
2994
3246
  alertRuleTemplateName?: string;
2995
3247
  /** The description of the alert rule. */
@@ -3003,9 +3255,9 @@ export declare type MicrosoftSecurityIncidentCreationAlertRuleProperties = Micro
3003
3255
  * NOTE: This property will not be serialized. It can only be populated by the server.
3004
3256
  */
3005
3257
  readonly lastModifiedUtc?: Date;
3006
- };
3258
+ }
3007
3259
  /** Scheduled alert rule base property bag. */
3008
- export declare type ScheduledAlertRuleProperties = ScheduledAlertRuleCommonProperties & {
3260
+ export interface ScheduledAlertRuleProperties extends ScheduledAlertRuleCommonProperties {
3009
3261
  /** The Name of the alert rule template used to create this rule. */
3010
3262
  alertRuleTemplateName?: string;
3011
3263
  /** 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> */
@@ -3031,9 +3283,9 @@ export declare type ScheduledAlertRuleProperties = ScheduledAlertRuleCommonPrope
3031
3283
  techniques?: string[];
3032
3284
  /** The settings of the incidents that created from alerts triggered by this analytics rule */
3033
3285
  incidentConfiguration?: IncidentConfiguration;
3034
- };
3286
+ }
3035
3287
  /** Represents Insight Query. */
3036
- export declare type InsightQueryItemProperties = EntityQueryItemProperties & {
3288
+ export interface InsightQueryItemProperties extends EntityQueryItemProperties {
3037
3289
  /** The insight display name. */
3038
3290
  displayName?: string;
3039
3291
  /** The insight description. */
@@ -3050,87 +3302,105 @@ export declare type InsightQueryItemProperties = EntityQueryItemProperties & {
3050
3302
  defaultTimeRange?: InsightQueryItemPropertiesDefaultTimeRange;
3051
3303
  /** The insight chart query. */
3052
3304
  referenceTimeRange?: InsightQueryItemPropertiesReferenceTimeRange;
3053
- };
3305
+ }
3054
3306
  /** AAD (Azure Active Directory) requirements check properties. */
3055
- export declare type AADCheckRequirementsProperties = DataConnectorTenantId & {};
3307
+ export interface AADCheckRequirementsProperties extends DataConnectorTenantId {
3308
+ }
3056
3309
  /** AATP (Azure Advanced Threat Protection) requirements check properties. */
3057
- export declare type AatpCheckRequirementsProperties = DataConnectorTenantId & {};
3310
+ export interface AatpCheckRequirementsProperties extends DataConnectorTenantId {
3311
+ }
3058
3312
  /** Dynamics365 requirements check properties. */
3059
- export declare type Dynamics365CheckRequirementsProperties = DataConnectorTenantId & {};
3313
+ export interface Dynamics365CheckRequirementsProperties extends DataConnectorTenantId {
3314
+ }
3060
3315
  /** MCAS (Microsoft Cloud App Security) requirements check properties. */
3061
- export declare type McasCheckRequirementsProperties = DataConnectorTenantId & {};
3316
+ export interface McasCheckRequirementsProperties extends DataConnectorTenantId {
3317
+ }
3062
3318
  /** MDATP (Microsoft Defender Advanced Threat Protection) requirements check properties. */
3063
- export declare type MdatpCheckRequirementsProperties = DataConnectorTenantId & {};
3319
+ export interface MdatpCheckRequirementsProperties extends DataConnectorTenantId {
3320
+ }
3064
3321
  /** Microsoft Threat Intelligence requirements check properties. */
3065
- export declare type MstiCheckRequirementsProperties = DataConnectorTenantId & {};
3322
+ export interface MstiCheckRequirementsProperties extends DataConnectorTenantId {
3323
+ }
3066
3324
  /** MTP (Microsoft Threat Protection) requirements check properties. */
3067
- export declare type MTPCheckRequirementsProperties = DataConnectorTenantId & {};
3325
+ export interface MTPCheckRequirementsProperties extends DataConnectorTenantId {
3326
+ }
3068
3327
  /** OfficeATP (Office 365 Advanced Threat Protection) requirements check properties. */
3069
- export declare type OfficeATPCheckRequirementsProperties = DataConnectorTenantId & {};
3328
+ export interface OfficeATPCheckRequirementsProperties extends DataConnectorTenantId {
3329
+ }
3070
3330
  /** OfficeIRM (Microsoft Insider Risk Management) requirements check properties. */
3071
- export declare type OfficeIRMCheckRequirementsProperties = DataConnectorTenantId & {};
3331
+ export interface OfficeIRMCheckRequirementsProperties extends DataConnectorTenantId {
3332
+ }
3072
3333
  /** Office365 Project requirements check properties. */
3073
- export declare type Office365ProjectCheckRequirementsProperties = DataConnectorTenantId & {};
3334
+ export interface Office365ProjectCheckRequirementsProperties extends DataConnectorTenantId {
3335
+ }
3074
3336
  /** Office PowerBI requirements check properties. */
3075
- export declare type OfficePowerBICheckRequirementsProperties = DataConnectorTenantId & {};
3337
+ export interface OfficePowerBICheckRequirementsProperties extends DataConnectorTenantId {
3338
+ }
3076
3339
  /** Threat Intelligence Platforms data connector required properties. */
3077
- export declare type TICheckRequirementsProperties = DataConnectorTenantId & {};
3340
+ export interface TICheckRequirementsProperties extends DataConnectorTenantId {
3341
+ }
3078
3342
  /** Threat Intelligence TAXII data connector required properties. */
3079
- export declare type TiTaxiiCheckRequirementsProperties = DataConnectorTenantId & {};
3343
+ export interface TiTaxiiCheckRequirementsProperties extends DataConnectorTenantId {
3344
+ }
3080
3345
  /** AAD (Azure Active Directory) data connector properties. */
3081
- export declare type AADDataConnectorProperties = DataConnectorTenantId & DataConnectorWithAlertsProperties & {};
3346
+ export interface AADDataConnectorProperties extends DataConnectorTenantId, DataConnectorWithAlertsProperties {
3347
+ }
3082
3348
  /** Microsoft Threat Intelligence data connector properties. */
3083
- export declare type MstiDataConnectorProperties = DataConnectorTenantId & {
3349
+ export interface MstiDataConnectorProperties extends DataConnectorTenantId {
3084
3350
  /** The available data types for the connector. */
3085
3351
  dataTypes: MstiDataConnectorDataTypes;
3086
- };
3352
+ }
3087
3353
  /** MTP (Microsoft Threat Protection) data connector properties. */
3088
- export declare type MTPDataConnectorProperties = DataConnectorTenantId & {
3354
+ export interface MTPDataConnectorProperties extends DataConnectorTenantId {
3089
3355
  /** The available data types for the connector. */
3090
3356
  dataTypes: MTPDataConnectorDataTypes;
3091
- };
3357
+ }
3092
3358
  /** AATP (Azure Advanced Threat Protection) data connector properties. */
3093
- export declare type AatpDataConnectorProperties = DataConnectorTenantId & DataConnectorWithAlertsProperties & {};
3359
+ export interface AatpDataConnectorProperties extends DataConnectorTenantId, DataConnectorWithAlertsProperties {
3360
+ }
3094
3361
  /** MCAS (Microsoft Cloud App Security) data connector properties. */
3095
- export declare type McasDataConnectorProperties = DataConnectorTenantId & {
3362
+ export interface McasDataConnectorProperties extends DataConnectorTenantId {
3096
3363
  /** The available data types for the connector. */
3097
3364
  dataTypes: McasDataConnectorDataTypes;
3098
- };
3365
+ }
3099
3366
  /** Dynamics365 data connector properties. */
3100
- export declare type Dynamics365DataConnectorProperties = DataConnectorTenantId & {
3367
+ export interface Dynamics365DataConnectorProperties extends DataConnectorTenantId {
3101
3368
  /** The available data types for the connector. */
3102
3369
  dataTypes: Dynamics365DataConnectorDataTypes;
3103
- };
3370
+ }
3104
3371
  /** OfficeATP (Office 365 Advanced Threat Protection) data connector properties. */
3105
- export declare type OfficeATPDataConnectorProperties = DataConnectorTenantId & DataConnectorWithAlertsProperties & {};
3372
+ export interface OfficeATPDataConnectorProperties extends DataConnectorTenantId, DataConnectorWithAlertsProperties {
3373
+ }
3106
3374
  /** Office Microsoft Project data connector properties. */
3107
- export declare type Office365ProjectDataConnectorProperties = DataConnectorTenantId & {
3375
+ export interface Office365ProjectDataConnectorProperties extends DataConnectorTenantId {
3108
3376
  /** The available data types for the connector. */
3109
3377
  dataTypes: Office365ProjectConnectorDataTypes;
3110
- };
3378
+ }
3111
3379
  /** Office Microsoft PowerBI data connector properties. */
3112
- export declare type OfficePowerBIDataConnectorProperties = DataConnectorTenantId & {
3380
+ export interface OfficePowerBIDataConnectorProperties extends DataConnectorTenantId {
3113
3381
  /** The available data types for the connector. */
3114
3382
  dataTypes: OfficePowerBIConnectorDataTypes;
3115
- };
3383
+ }
3116
3384
  /** OfficeIRM (Microsoft Insider Risk Management) data connector properties. */
3117
- export declare type OfficeIRMDataConnectorProperties = DataConnectorTenantId & DataConnectorWithAlertsProperties & {};
3385
+ export interface OfficeIRMDataConnectorProperties extends DataConnectorTenantId, DataConnectorWithAlertsProperties {
3386
+ }
3118
3387
  /** MDATP (Microsoft Defender Advanced Threat Protection) data connector properties. */
3119
- export declare type MdatpDataConnectorProperties = DataConnectorTenantId & DataConnectorWithAlertsProperties & {};
3388
+ export interface MdatpDataConnectorProperties extends DataConnectorTenantId, DataConnectorWithAlertsProperties {
3389
+ }
3120
3390
  /** Office data connector properties. */
3121
- export declare type OfficeDataConnectorProperties = DataConnectorTenantId & {
3391
+ export interface OfficeDataConnectorProperties extends DataConnectorTenantId {
3122
3392
  /** The available data types for the connector. */
3123
3393
  dataTypes: OfficeDataConnectorDataTypes;
3124
- };
3394
+ }
3125
3395
  /** TI (Threat Intelligence) data connector properties. */
3126
- export declare type TIDataConnectorProperties = DataConnectorTenantId & {
3396
+ export interface TIDataConnectorProperties extends DataConnectorTenantId {
3127
3397
  /** The lookback period for the feed to be imported. */
3128
3398
  tipLookbackPeriod?: Date;
3129
3399
  /** The available data types for the connector. */
3130
3400
  dataTypes: TIDataConnectorDataTypes;
3131
- };
3401
+ }
3132
3402
  /** Threat Intelligence TAXII data connector properties. */
3133
- export declare type TiTaxiiDataConnectorProperties = DataConnectorTenantId & {
3403
+ export interface TiTaxiiDataConnectorProperties extends DataConnectorTenantId {
3134
3404
  /** The workspace id. */
3135
3405
  workspaceId?: string;
3136
3406
  /** The friendly name for the TAXII server. */
@@ -3149,98 +3419,117 @@ export declare type TiTaxiiDataConnectorProperties = DataConnectorTenantId & {
3149
3419
  pollingFrequency: PollingFrequency | null;
3150
3420
  /** The available data types for Threat Intelligence TAXII data connector. */
3151
3421
  dataTypes: TiTaxiiDataConnectorDataTypes;
3152
- };
3422
+ }
3153
3423
  /** ASC (Azure Security Center) data connector properties. */
3154
- export declare type ASCDataConnectorProperties = DataConnectorWithAlertsProperties & {
3424
+ export interface ASCDataConnectorProperties extends DataConnectorWithAlertsProperties {
3155
3425
  /** The subscription id to connect to, and get the data from. */
3156
3426
  subscriptionId?: string;
3157
- };
3427
+ }
3158
3428
  /** IoT data connector properties. */
3159
- export declare type IoTDataConnectorProperties = DataConnectorWithAlertsProperties & {
3429
+ export interface IoTDataConnectorProperties extends DataConnectorWithAlertsProperties {
3160
3430
  /** The subscription id to connect to, and get the data from. */
3161
3431
  subscriptionId?: string;
3162
- };
3432
+ }
3163
3433
  /** The available data types for MCAS (Microsoft Cloud App Security) data connector. */
3164
- export declare type McasDataConnectorDataTypes = AlertsDataTypeOfDataConnector & {
3434
+ export interface McasDataConnectorDataTypes extends AlertsDataTypeOfDataConnector {
3165
3435
  /** Discovery log data type connection. */
3166
3436
  discoveryLogs?: DataConnectorDataTypeCommon;
3167
- };
3437
+ }
3168
3438
  /** Data type for Microsoft Threat Intelligence Platforms data connector. */
3169
- export declare type MstiDataConnectorDataTypesBingSafetyPhishingURL = DataConnectorDataTypeCommon & {
3439
+ export interface MstiDataConnectorDataTypesBingSafetyPhishingURL extends DataConnectorDataTypeCommon {
3170
3440
  /** lookback period */
3171
3441
  lookbackPeriod: string;
3172
- };
3442
+ }
3173
3443
  /** Data type for Microsoft Threat Intelligence Platforms data connector. */
3174
- export declare type MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed = DataConnectorDataTypeCommon & {
3444
+ export interface MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed extends DataConnectorDataTypeCommon {
3175
3445
  /** lookback period */
3176
3446
  lookbackPeriod: string;
3177
- };
3447
+ }
3178
3448
  /** Data type for Microsoft Threat Protection Platforms data connector. */
3179
- export declare type MTPDataConnectorDataTypesIncidents = DataConnectorDataTypeCommon & {};
3449
+ export interface MTPDataConnectorDataTypesIncidents extends DataConnectorDataTypeCommon {
3450
+ }
3180
3451
  /** Logs data type. */
3181
- export declare type AwsCloudTrailDataConnectorDataTypesLogs = DataConnectorDataTypeCommon & {};
3452
+ export interface AwsCloudTrailDataConnectorDataTypesLogs extends DataConnectorDataTypeCommon {
3453
+ }
3182
3454
  /** Logs data type. */
3183
- export declare type AwsS3DataConnectorDataTypesLogs = DataConnectorDataTypeCommon & {};
3455
+ export interface AwsS3DataConnectorDataTypesLogs extends DataConnectorDataTypeCommon {
3456
+ }
3184
3457
  /** Common Data Service data type connection. */
3185
- export declare type Dynamics365DataConnectorDataTypesDynamics365CdsActivities = DataConnectorDataTypeCommon & {};
3458
+ export interface Dynamics365DataConnectorDataTypesDynamics365CdsActivities extends DataConnectorDataTypeCommon {
3459
+ }
3186
3460
  /** Logs data type. */
3187
- export declare type Office365ProjectConnectorDataTypesLogs = DataConnectorDataTypeCommon & {};
3461
+ export interface Office365ProjectConnectorDataTypesLogs extends DataConnectorDataTypeCommon {
3462
+ }
3188
3463
  /** Logs data type. */
3189
- export declare type OfficePowerBIConnectorDataTypesLogs = DataConnectorDataTypeCommon & {};
3464
+ export interface OfficePowerBIConnectorDataTypesLogs extends DataConnectorDataTypeCommon {
3465
+ }
3190
3466
  /** Exchange data type connection. */
3191
- export declare type OfficeDataConnectorDataTypesExchange = DataConnectorDataTypeCommon & {};
3467
+ export interface OfficeDataConnectorDataTypesExchange extends DataConnectorDataTypeCommon {
3468
+ }
3192
3469
  /** SharePoint data type connection. */
3193
- export declare type OfficeDataConnectorDataTypesSharePoint = DataConnectorDataTypeCommon & {};
3470
+ export interface OfficeDataConnectorDataTypesSharePoint extends DataConnectorDataTypeCommon {
3471
+ }
3194
3472
  /** Teams data type connection. */
3195
- export declare type OfficeDataConnectorDataTypesTeams = DataConnectorDataTypeCommon & {};
3473
+ export interface OfficeDataConnectorDataTypesTeams extends DataConnectorDataTypeCommon {
3474
+ }
3196
3475
  /** Data type for indicators connection. */
3197
- export declare type TIDataConnectorDataTypesIndicators = DataConnectorDataTypeCommon & {};
3476
+ export interface TIDataConnectorDataTypesIndicators extends DataConnectorDataTypeCommon {
3477
+ }
3198
3478
  /** Data type for TAXII connector. */
3199
- export declare type TiTaxiiDataConnectorDataTypesTaxiiClient = DataConnectorDataTypeCommon & {};
3200
- export declare type CodelessUiConnectorConfigPropertiesGraphQueriesItem = GraphQueries & {};
3201
- export declare type CodelessUiConnectorConfigPropertiesSampleQueriesItem = SampleQueries & {};
3202
- export declare type CodelessUiConnectorConfigPropertiesDataTypesItem = LastDataReceivedDataType & {};
3203
- export declare type CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem = ConnectivityCriteria & {};
3204
- export declare type PermissionsResourceProviderItem = ResourceProvider & {};
3479
+ export interface TiTaxiiDataConnectorDataTypesTaxiiClient extends DataConnectorDataTypeCommon {
3480
+ }
3481
+ export interface CodelessUiConnectorConfigPropertiesGraphQueriesItem extends GraphQueries {
3482
+ }
3483
+ export interface CodelessUiConnectorConfigPropertiesSampleQueriesItem extends SampleQueries {
3484
+ }
3485
+ export interface CodelessUiConnectorConfigPropertiesDataTypesItem extends LastDataReceivedDataType {
3486
+ }
3487
+ export interface CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem extends ConnectivityCriteria {
3488
+ }
3489
+ export interface PermissionsResourceProviderItem extends ResourceProvider {
3490
+ }
3205
3491
  /** Customs permissions required for the connector */
3206
- export declare type Customs = CustomsPermission & {};
3207
- export declare type CodelessUiConnectorConfigPropertiesInstructionStepsItem = InstructionSteps & {};
3208
- export declare type InstructionStepsInstructionsItem = ConnectorInstructionModelBase & {};
3492
+ export interface Customs extends CustomsPermission {
3493
+ }
3494
+ export interface CodelessUiConnectorConfigPropertiesInstructionStepsItem extends InstructionSteps {
3495
+ }
3496
+ export interface InstructionStepsInstructionsItem extends ConnectorInstructionModelBase {
3497
+ }
3209
3498
  /** Alert rule. */
3210
- export declare type AlertRule = ResourceWithEtag & {
3499
+ export interface AlertRule extends ResourceWithEtag {
3211
3500
  /** The kind of the alert rule */
3212
3501
  kind: AlertRuleKind;
3213
- };
3502
+ }
3214
3503
  /** Action for alert rule. */
3215
- export declare type ActionResponse = ResourceWithEtag & {
3504
+ export interface ActionResponse extends ResourceWithEtag {
3216
3505
  /** Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}. */
3217
3506
  logicAppResourceId?: string;
3218
3507
  /** The name of the logic app's workflow. */
3219
3508
  workflowId?: string;
3220
- };
3509
+ }
3221
3510
  /** Action for alert rule. */
3222
- export declare type ActionRequest = ResourceWithEtag & {
3511
+ export interface ActionRequest extends ResourceWithEtag {
3223
3512
  /** Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}. */
3224
3513
  logicAppResourceId?: string;
3225
3514
  /** Logic App Callback URL for this specific workflow. */
3226
3515
  triggerUri?: string;
3227
- };
3228
- export declare type AutomationRule = ResourceWithEtag & {
3229
- /** The display name of the automation rule */
3516
+ }
3517
+ export interface AutomationRule extends ResourceWithEtag {
3518
+ /** The display name of the automation rule. */
3230
3519
  displayName: string;
3231
- /** The order of execution of the automation rule */
3520
+ /** The order of execution of the automation rule. */
3232
3521
  order: number;
3233
- /** Describes automation rule triggering logic */
3522
+ /** Describes automation rule triggering logic. */
3234
3523
  triggeringLogic: AutomationRuleTriggeringLogic;
3235
- /** The actions to execute when the automation rule is triggered */
3524
+ /** The actions to execute when the automation rule is triggered. */
3236
3525
  actions: AutomationRuleActionUnion[];
3237
3526
  /**
3238
- * The last time the automation rule was updated
3527
+ * The last time the automation rule was updated.
3239
3528
  * NOTE: This property will not be serialized. It can only be populated by the server.
3240
3529
  */
3241
3530
  readonly lastModifiedTimeUtc?: Date;
3242
3531
  /**
3243
- * The time the automation rule was created
3532
+ * The time the automation rule was created.
3244
3533
  * NOTE: This property will not be serialized. It can only be populated by the server.
3245
3534
  */
3246
3535
  readonly createdTimeUtc?: Date;
@@ -3254,9 +3543,9 @@ export declare type AutomationRule = ResourceWithEtag & {
3254
3543
  * NOTE: This property will not be serialized. It can only be populated by the server.
3255
3544
  */
3256
3545
  readonly createdBy?: ClientInfo;
3257
- };
3546
+ }
3258
3547
  /** Represents a bookmark in Azure Security Insights. */
3259
- export declare type Bookmark = ResourceWithEtag & {
3548
+ export interface Bookmark extends ResourceWithEtag {
3260
3549
  /** The time the bookmark was created */
3261
3550
  created?: Date;
3262
3551
  /** Describes a user that created the bookmark */
@@ -3289,9 +3578,9 @@ export declare type Bookmark = ResourceWithEtag & {
3289
3578
  tactics?: AttackTactic[];
3290
3579
  /** A list of relevant mitre techniques */
3291
3580
  techniques?: string[];
3292
- };
3581
+ }
3293
3582
  /** Represents a relation between two resources */
3294
- export declare type Relation = ResourceWithEtag & {
3583
+ export interface Relation extends ResourceWithEtag {
3295
3584
  /** The resource ID of the related resource */
3296
3585
  relatedResourceId?: string;
3297
3586
  /**
@@ -3309,19 +3598,19 @@ export declare type Relation = ResourceWithEtag & {
3309
3598
  * NOTE: This property will not be serialized. It can only be populated by the server.
3310
3599
  */
3311
3600
  readonly relatedResourceKind?: string;
3312
- };
3601
+ }
3313
3602
  /** Specific entity query. */
3314
- export declare type EntityQuery = ResourceWithEtag & {
3603
+ export interface EntityQuery extends ResourceWithEtag {
3315
3604
  /** the entity query kind */
3316
3605
  kind: EntityQueryKind;
3317
- };
3606
+ }
3318
3607
  /** Specific entity query that supports put requests. */
3319
- export declare type CustomEntityQuery = ResourceWithEtag & {
3608
+ export interface CustomEntityQuery extends ResourceWithEtag {
3320
3609
  /** the entity query kind */
3321
3610
  kind: CustomEntityQueryKind;
3322
- };
3611
+ }
3323
3612
  /** Represents an incident in Azure Security Insights. */
3324
- export declare type Incident = ResourceWithEtag & {
3613
+ export interface Incident extends ResourceWithEtag {
3325
3614
  /**
3326
3615
  * Additional data on the incident
3327
3616
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -3380,9 +3669,9 @@ export declare type Incident = ResourceWithEtag & {
3380
3669
  teamInformation?: TeamInformation;
3381
3670
  /** The title of the incident */
3382
3671
  title?: string;
3383
- };
3672
+ }
3384
3673
  /** Represents an incident comment */
3385
- export declare type IncidentComment = ResourceWithEtag & {
3674
+ export interface IncidentComment extends ResourceWithEtag {
3386
3675
  /**
3387
3676
  * The time the comment was created
3388
3677
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -3400,9 +3689,9 @@ export declare type IncidentComment = ResourceWithEtag & {
3400
3689
  * NOTE: This property will not be serialized. It can only be populated by the server.
3401
3690
  */
3402
3691
  readonly author?: ClientInfo;
3403
- };
3692
+ }
3404
3693
  /** Metadata resource definition. */
3405
- export declare type MetadataModel = ResourceWithEtag & {
3694
+ export interface MetadataModel extends ResourceWithEtag {
3406
3695
  /** 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 */
3407
3696
  contentId?: string;
3408
3697
  /** 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) */
@@ -3441,9 +3730,9 @@ export declare type MetadataModel = ResourceWithEtag & {
3441
3730
  previewImages?: string[];
3442
3731
  /** preview image file names. These will be taken from the solution artifacts. used for dark theme support */
3443
3732
  previewImagesDark?: string[];
3444
- };
3733
+ }
3445
3734
  /** Metadata patch request body. */
3446
- export declare type MetadataPatch = ResourceWithEtag & {
3735
+ export interface MetadataPatch extends ResourceWithEtag {
3447
3736
  /** 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 */
3448
3737
  contentId?: string;
3449
3738
  /** 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) */
@@ -3482,19 +3771,24 @@ export declare type MetadataPatch = ResourceWithEtag & {
3482
3771
  previewImages?: string[];
3483
3772
  /** preview image file names. These will be taken from the solution artifacts. used for dark theme support */
3484
3773
  previewImagesDark?: string[];
3485
- };
3774
+ }
3486
3775
  /** Sentinel onboarding state */
3487
- export declare type SentinelOnboardingState = ResourceWithEtag & {
3776
+ export interface SentinelOnboardingState extends ResourceWithEtag {
3488
3777
  /** Flag that indicates the status of the CMK setting */
3489
3778
  customerManagedKey?: boolean;
3490
- };
3779
+ }
3780
+ /** Security ML Analytics Setting */
3781
+ export interface SecurityMLAnalyticsSetting extends ResourceWithEtag {
3782
+ /** The kind of security ML Analytics Settings */
3783
+ kind: SecurityMLAnalyticsSettingsKind;
3784
+ }
3491
3785
  /** The Setting. */
3492
- export declare type Settings = ResourceWithEtag & {
3786
+ export interface Settings extends ResourceWithEtag {
3493
3787
  /** The kind of the setting */
3494
3788
  kind: SettingKind;
3495
- };
3789
+ }
3496
3790
  /** Represents a SourceControl in Azure Security Insights. */
3497
- export declare type SourceControl = ResourceWithEtag & {
3791
+ export interface SourceControl extends ResourceWithEtag {
3498
3792
  /** The id (a Guid) of the source control */
3499
3793
  idPropertiesId?: string;
3500
3794
  /** The version number associated with the source control */
@@ -3513,14 +3807,14 @@ export declare type SourceControl = ResourceWithEtag & {
3513
3807
  repositoryResourceInfo?: RepositoryResourceInfo;
3514
3808
  /** Information regarding the latest deployment for the source control. */
3515
3809
  lastDeploymentInfo?: DeploymentInfo;
3516
- };
3810
+ }
3517
3811
  /** Threat intelligence information object. */
3518
- export declare type ThreatIntelligenceInformation = ResourceWithEtag & {
3812
+ export interface ThreatIntelligenceInformation extends ResourceWithEtag {
3519
3813
  /** The kind of the entity. */
3520
3814
  kind: ThreatIntelligenceResourceKindEnum;
3521
- };
3815
+ }
3522
3816
  /** Represents a Watchlist in Azure Security Insights. */
3523
- export declare type Watchlist = ResourceWithEtag & {
3817
+ export interface Watchlist extends ResourceWithEtag {
3524
3818
  /** The id (a Guid) of the watchlist */
3525
3819
  watchlistId?: string;
3526
3820
  /** The display name of the watchlist */
@@ -3557,22 +3851,15 @@ export declare type Watchlist = ResourceWithEtag & {
3557
3851
  numberOfLinesToSkip?: number;
3558
3852
  /** 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 */
3559
3853
  rawContent?: string;
3560
- /** 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 */
3561
- sasUri?: string;
3562
3854
  /** 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. */
3563
3855
  itemsSearchKey?: string;
3564
3856
  /** The content type of the raw content. Example : text/csv or text/tsv */
3565
3857
  contentType?: string;
3566
3858
  /** 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 */
3567
3859
  uploadStatus?: string;
3568
- /**
3569
- * The provisioning state of the watchlist resource.
3570
- * NOTE: This property will not be serialized. It can only be populated by the server.
3571
- */
3572
- readonly provisioningState?: ProvisioningState;
3573
- };
3860
+ }
3574
3861
  /** Represents a Watchlist item in Azure Security Insights. */
3575
- export declare type WatchlistItem = ResourceWithEtag & {
3862
+ export interface WatchlistItem extends ResourceWithEtag {
3576
3863
  /** The type of the watchlist item */
3577
3864
  watchlistItemType?: string;
3578
3865
  /** The id (a Guid) of the watchlist item */
@@ -3597,14 +3884,16 @@ export declare type WatchlistItem = ResourceWithEtag & {
3597
3884
  entityMapping?: {
3598
3885
  [propertyName: string]: any;
3599
3886
  };
3600
- };
3887
+ }
3601
3888
  /** Data connector */
3602
- export declare type DataConnector = ResourceWithEtag & {
3889
+ export interface DataConnector extends ResourceWithEtag {
3603
3890
  /** The data connector kind */
3604
3891
  kind: DataConnectorKind;
3605
- };
3892
+ }
3606
3893
  /** Represents MLBehaviorAnalytics alert rule template. */
3607
- export declare type MLBehaviorAnalyticsAlertRuleTemplate = AlertRuleTemplate & {
3894
+ export interface MLBehaviorAnalyticsAlertRuleTemplate extends AlertRuleTemplate {
3895
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3896
+ kind: "MLBehaviorAnalytics";
3608
3897
  /** the number of alert rules that were created by this template */
3609
3898
  alertRulesCreatedByTemplateCount?: number;
3610
3899
  /**
@@ -3631,9 +3920,11 @@ export declare type MLBehaviorAnalyticsAlertRuleTemplate = AlertRuleTemplate & {
3631
3920
  techniques?: string[];
3632
3921
  /** The severity for alerts created by this alert rule. */
3633
3922
  severity?: AlertSeverity;
3634
- };
3923
+ }
3635
3924
  /** Represents Fusion alert rule template. */
3636
- export declare type FusionAlertRuleTemplate = AlertRuleTemplate & {
3925
+ export interface FusionAlertRuleTemplate extends AlertRuleTemplate {
3926
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3927
+ kind: "Fusion";
3637
3928
  /** the number of alert rules that were created by this template */
3638
3929
  alertRulesCreatedByTemplateCount?: number;
3639
3930
  /**
@@ -3662,9 +3953,11 @@ export declare type FusionAlertRuleTemplate = AlertRuleTemplate & {
3662
3953
  techniques?: string[];
3663
3954
  /** All supported source signal configurations consumed in fusion detection. */
3664
3955
  sourceSettings?: FusionTemplateSourceSetting[];
3665
- };
3956
+ }
3666
3957
  /** Represents Threat Intelligence alert rule template. */
3667
- export declare type ThreatIntelligenceAlertRuleTemplate = AlertRuleTemplate & {
3958
+ export interface ThreatIntelligenceAlertRuleTemplate extends AlertRuleTemplate {
3959
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3960
+ kind: "ThreatIntelligence";
3668
3961
  /** the number of alert rules that were created by this template */
3669
3962
  alertRulesCreatedByTemplateCount?: number;
3670
3963
  /**
@@ -3691,9 +3984,11 @@ export declare type ThreatIntelligenceAlertRuleTemplate = AlertRuleTemplate & {
3691
3984
  techniques?: string[];
3692
3985
  /** The severity for alerts created by this alert rule. */
3693
3986
  severity?: AlertSeverity;
3694
- };
3987
+ }
3695
3988
  /** Represents MicrosoftSecurityIncidentCreation rule template. */
3696
- export declare type MicrosoftSecurityIncidentCreationAlertRuleTemplate = AlertRuleTemplate & {
3989
+ export interface MicrosoftSecurityIncidentCreationAlertRuleTemplate extends AlertRuleTemplate {
3990
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3991
+ kind: "MicrosoftSecurityIncidentCreation";
3697
3992
  /** the number of alert rules that were created by this template */
3698
3993
  alertRulesCreatedByTemplateCount?: number;
3699
3994
  /**
@@ -3722,9 +4017,11 @@ export declare type MicrosoftSecurityIncidentCreationAlertRuleTemplate = AlertRu
3722
4017
  productFilter?: MicrosoftSecurityProductName;
3723
4018
  /** the alerts' severities on which the cases will be generated */
3724
4019
  severitiesFilter?: AlertSeverity[];
3725
- };
4020
+ }
3726
4021
  /** Represents scheduled alert rule template. */
3727
- export declare type ScheduledAlertRuleTemplate = AlertRuleTemplate & {
4022
+ export interface ScheduledAlertRuleTemplate extends AlertRuleTemplate {
4023
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4024
+ kind: "Scheduled";
3728
4025
  /** the number of alert rules that were created by this template */
3729
4026
  alertRulesCreatedByTemplateCount?: number;
3730
4027
  /**
@@ -3773,9 +4070,11 @@ export declare type ScheduledAlertRuleTemplate = AlertRuleTemplate & {
3773
4070
  entityMappings?: EntityMapping[];
3774
4071
  /** The alert details override settings */
3775
4072
  alertDetailsOverride?: AlertDetailsOverride;
3776
- };
4073
+ }
3777
4074
  /** Represents NRT alert rule template. */
3778
- export declare type NrtAlertRuleTemplate = AlertRuleTemplate & {
4075
+ export interface NrtAlertRuleTemplate extends AlertRuleTemplate {
4076
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4077
+ kind: "NRT";
3779
4078
  /** the number of alert rules that were created by this template */
3780
4079
  alertRulesCreatedByTemplateCount?: number;
3781
4080
  /**
@@ -3814,9 +4113,13 @@ export declare type NrtAlertRuleTemplate = AlertRuleTemplate & {
3814
4113
  entityMappings?: EntityMapping[];
3815
4114
  /** The alert details override settings */
3816
4115
  alertDetailsOverride?: AlertDetailsOverride;
3817
- };
4116
+ /** The event grouping settings. */
4117
+ eventGroupingSettings?: EventGroupingSettings;
4118
+ }
3818
4119
  /** Represents a security alert entity. */
3819
- export declare type SecurityAlert = Entity & {
4120
+ export interface SecurityAlert extends Entity {
4121
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4122
+ kind: "SecurityAlert";
3820
4123
  /**
3821
4124
  * A bag of custom fields that should be part of the entity and will be presented to the user.
3822
4125
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -3951,9 +4254,11 @@ export declare type SecurityAlert = Entity & {
3951
4254
  * NOTE: This property will not be serialized. It can only be populated by the server.
3952
4255
  */
3953
4256
  readonly resourceIdentifiers?: Record<string, unknown>[];
3954
- };
4257
+ }
3955
4258
  /** Represents a Hunting bookmark entity. */
3956
- export declare type HuntingBookmark = Entity & {
4259
+ export interface HuntingBookmark extends Entity {
4260
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4261
+ kind: "Bookmark";
3957
4262
  /**
3958
4263
  * A bag of custom fields that should be part of the entity and will be presented to the user.
3959
4264
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -3988,9 +4293,11 @@ export declare type HuntingBookmark = Entity & {
3988
4293
  updatedBy?: UserInfo;
3989
4294
  /** Describes an incident that relates to bookmark */
3990
4295
  incidentInfo?: IncidentInfo;
3991
- };
4296
+ }
3992
4297
  /** Represents an account entity. */
3993
- export declare type AccountEntity = Entity & {
4298
+ export interface AccountEntity extends Entity {
4299
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4300
+ kind: "Account";
3994
4301
  /**
3995
4302
  * A bag of custom fields that should be part of the entity and will be presented to the user.
3996
4303
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4063,9 +4370,11 @@ export declare type AccountEntity = Entity & {
4063
4370
  * NOTE: This property will not be serialized. It can only be populated by the server.
4064
4371
  */
4065
4372
  readonly dnsDomain?: string;
4066
- };
4373
+ }
4067
4374
  /** Represents an azure resource entity. */
4068
- export declare type AzureResourceEntity = Entity & {
4375
+ export interface AzureResourceEntity extends Entity {
4376
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4377
+ kind: "AzureResource";
4069
4378
  /**
4070
4379
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4071
4380
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4088,9 +4397,11 @@ export declare type AzureResourceEntity = Entity & {
4088
4397
  * NOTE: This property will not be serialized. It can only be populated by the server.
4089
4398
  */
4090
4399
  readonly subscriptionId?: string;
4091
- };
4400
+ }
4092
4401
  /** Represents a cloud application entity. */
4093
- export declare type CloudApplicationEntity = Entity & {
4402
+ export interface CloudApplicationEntity extends Entity {
4403
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4404
+ kind: "CloudApplication";
4094
4405
  /**
4095
4406
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4096
4407
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4118,9 +4429,11 @@ export declare type CloudApplicationEntity = Entity & {
4118
4429
  * NOTE: This property will not be serialized. It can only be populated by the server.
4119
4430
  */
4120
4431
  readonly instanceName?: string;
4121
- };
4432
+ }
4122
4433
  /** Represents a dns entity. */
4123
- export declare type DnsEntity = Entity & {
4434
+ export interface DnsEntity extends Entity {
4435
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4436
+ kind: "DnsResolution";
4124
4437
  /**
4125
4438
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4126
4439
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4153,9 +4466,11 @@ export declare type DnsEntity = Entity & {
4153
4466
  * NOTE: This property will not be serialized. It can only be populated by the server.
4154
4467
  */
4155
4468
  readonly ipAddressEntityIds?: string[];
4156
- };
4469
+ }
4157
4470
  /** Represents a file entity. */
4158
- export declare type FileEntity = Entity & {
4471
+ export interface FileEntity extends Entity {
4472
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4473
+ kind: "File";
4159
4474
  /**
4160
4475
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4161
4476
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4188,9 +4503,11 @@ export declare type FileEntity = Entity & {
4188
4503
  * NOTE: This property will not be serialized. It can only be populated by the server.
4189
4504
  */
4190
4505
  readonly hostEntityId?: string;
4191
- };
4506
+ }
4192
4507
  /** Represents a file hash entity. */
4193
- export declare type FileHashEntity = Entity & {
4508
+ export interface FileHashEntity extends Entity {
4509
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4510
+ kind: "FileHash";
4194
4511
  /**
4195
4512
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4196
4513
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4213,9 +4530,11 @@ export declare type FileHashEntity = Entity & {
4213
4530
  * NOTE: This property will not be serialized. It can only be populated by the server.
4214
4531
  */
4215
4532
  readonly hashValue?: string;
4216
- };
4533
+ }
4217
4534
  /** Represents a host entity. */
4218
- export declare type HostEntity = Entity & {
4535
+ export interface HostEntity extends Entity {
4536
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4537
+ kind: "Host";
4219
4538
  /**
4220
4539
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4221
4540
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4270,9 +4589,11 @@ export declare type HostEntity = Entity & {
4270
4589
  * NOTE: This property will not be serialized. It can only be populated by the server.
4271
4590
  */
4272
4591
  readonly osVersion?: string;
4273
- };
4592
+ }
4274
4593
  /** Represents an IoT device entity. */
4275
- export declare type IoTDeviceEntity = Entity & {
4594
+ export interface IoTDeviceEntity extends Entity {
4595
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4596
+ kind: "IoTDevice";
4276
4597
  /**
4277
4598
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4278
4599
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4370,9 +4691,63 @@ export declare type IoTDeviceEntity = Entity & {
4370
4691
  * NOTE: This property will not be serialized. It can only be populated by the server.
4371
4692
  */
4372
4693
  readonly protocols?: string[];
4373
- };
4694
+ /**
4695
+ * A list of owners of the IoTDevice entity.
4696
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4697
+ */
4698
+ readonly owners?: string[];
4699
+ /**
4700
+ * A list of Nic entity ids of the IoTDevice entity.
4701
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4702
+ */
4703
+ readonly nicEntityIds?: string[];
4704
+ /**
4705
+ * The site of the device
4706
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4707
+ */
4708
+ readonly site?: string;
4709
+ /**
4710
+ * The zone location of the device within a site
4711
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4712
+ */
4713
+ readonly zone?: string;
4714
+ /**
4715
+ * The sensor the device is monitored by
4716
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4717
+ */
4718
+ readonly sensor?: string;
4719
+ /**
4720
+ * The subType of the device ('PLC', 'HMI', 'EWS', etc.)
4721
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4722
+ */
4723
+ readonly deviceSubType?: string;
4724
+ /** Device importance, determines if the device classified as 'crown jewel' */
4725
+ importance?: DeviceImportance;
4726
+ /**
4727
+ * The Purdue Layer of the device
4728
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4729
+ */
4730
+ readonly purdueLayer?: string;
4731
+ /**
4732
+ * Determines whether the device classified as authorized device
4733
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4734
+ */
4735
+ readonly isAuthorized?: boolean;
4736
+ /**
4737
+ * Determines whether the device classified as programming device
4738
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4739
+ */
4740
+ readonly isProgramming?: boolean;
4741
+ /**
4742
+ * Is the device classified as a scanner device
4743
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4744
+ */
4745
+ readonly isScanner?: boolean;
4746
+ }
4374
4747
  /** Represents an ip entity. */
4375
- export declare type IpEntity = Entity & {
4748
+ export interface IpEntity extends Entity {
4749
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4750
+ kind: "Ip";
4376
4751
  /**
4377
4752
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4378
4753
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4400,9 +4775,11 @@ export declare type IpEntity = Entity & {
4400
4775
  * NOTE: This property will not be serialized. It can only be populated by the server.
4401
4776
  */
4402
4777
  readonly threatIntelligence?: ThreatIntelligence[];
4403
- };
4778
+ }
4404
4779
  /** Represents a mailbox entity. */
4405
- export declare type MailboxEntity = Entity & {
4780
+ export interface MailboxEntity extends Entity {
4781
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4782
+ kind: "Mailbox";
4406
4783
  /**
4407
4784
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4408
4785
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4435,9 +4812,11 @@ export declare type MailboxEntity = Entity & {
4435
4812
  * NOTE: This property will not be serialized. It can only be populated by the server.
4436
4813
  */
4437
4814
  readonly externalDirectoryObjectId?: string;
4438
- };
4815
+ }
4439
4816
  /** Represents a mail cluster entity. */
4440
- export declare type MailClusterEntity = Entity & {
4817
+ export interface MailClusterEntity extends Entity {
4818
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4819
+ kind: "MailCluster";
4441
4820
  /**
4442
4821
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4443
4822
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4525,9 +4904,11 @@ export declare type MailClusterEntity = Entity & {
4525
4904
  * NOTE: This property will not be serialized. It can only be populated by the server.
4526
4905
  */
4527
4906
  readonly clusterGroup?: string;
4528
- };
4907
+ }
4529
4908
  /** Represents a mail message entity. */
4530
- export declare type MailMessageEntity = Entity & {
4909
+ export interface MailMessageEntity extends Entity {
4910
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4911
+ kind: "MailMessage";
4531
4912
  /**
4532
4913
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4533
4914
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4641,9 +5022,11 @@ export declare type MailMessageEntity = Entity & {
4641
5022
  deliveryAction?: DeliveryAction;
4642
5023
  /** The delivery location of this mail message like Inbox, JunkFolder etc */
4643
5024
  deliveryLocation?: DeliveryLocation;
4644
- };
5025
+ }
4645
5026
  /** Represents a malware entity. */
4646
- export declare type MalwareEntity = Entity & {
5027
+ export interface MalwareEntity extends Entity {
5028
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5029
+ kind: "Malware";
4647
5030
  /**
4648
5031
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4649
5032
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4676,9 +5059,11 @@ export declare type MalwareEntity = Entity & {
4676
5059
  * NOTE: This property will not be serialized. It can only be populated by the server.
4677
5060
  */
4678
5061
  readonly processEntityIds?: string[];
4679
- };
5062
+ }
4680
5063
  /** Represents a process entity. */
4681
- export declare type ProcessEntity = Entity & {
5064
+ export interface ProcessEntity extends Entity {
5065
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5066
+ kind: "Process";
4682
5067
  /**
4683
5068
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4684
5069
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4733,9 +5118,11 @@ export declare type ProcessEntity = Entity & {
4733
5118
  * NOTE: This property will not be serialized. It can only be populated by the server.
4734
5119
  */
4735
5120
  readonly processId?: string;
4736
- };
5121
+ }
4737
5122
  /** Represents a registry key entity. */
4738
- export declare type RegistryKeyEntity = Entity & {
5123
+ export interface RegistryKeyEntity extends Entity {
5124
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5125
+ kind: "RegistryKey";
4739
5126
  /**
4740
5127
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4741
5128
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4758,9 +5145,11 @@ export declare type RegistryKeyEntity = Entity & {
4758
5145
  * NOTE: This property will not be serialized. It can only be populated by the server.
4759
5146
  */
4760
5147
  readonly key?: string;
4761
- };
5148
+ }
4762
5149
  /** Represents a registry value entity. */
4763
- export declare type RegistryValueEntity = Entity & {
5150
+ export interface RegistryValueEntity extends Entity {
5151
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5152
+ kind: "RegistryValue";
4764
5153
  /**
4765
5154
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4766
5155
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4793,9 +5182,11 @@ export declare type RegistryValueEntity = Entity & {
4793
5182
  * NOTE: This property will not be serialized. It can only be populated by the server.
4794
5183
  */
4795
5184
  readonly valueType?: RegistryValueKind;
4796
- };
5185
+ }
4797
5186
  /** Represents a security group entity. */
4798
- export declare type SecurityGroupEntity = Entity & {
5187
+ export interface SecurityGroupEntity extends Entity {
5188
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5189
+ kind: "SecurityGroup";
4799
5190
  /**
4800
5191
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4801
5192
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4823,9 +5214,11 @@ export declare type SecurityGroupEntity = Entity & {
4823
5214
  * NOTE: This property will not be serialized. It can only be populated by the server.
4824
5215
  */
4825
5216
  readonly sid?: string;
4826
- };
5217
+ }
4827
5218
  /** Represents a submission mail entity. */
4828
- export declare type SubmissionMailEntity = Entity & {
5219
+ export interface SubmissionMailEntity extends Entity {
5220
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5221
+ kind: "SubmissionMail";
4829
5222
  /**
4830
5223
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4831
5224
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4888,9 +5281,11 @@ export declare type SubmissionMailEntity = Entity & {
4888
5281
  * NOTE: This property will not be serialized. It can only be populated by the server.
4889
5282
  */
4890
5283
  readonly reportType?: string;
4891
- };
5284
+ }
4892
5285
  /** Represents a url entity. */
4893
- export declare type UrlEntity = Entity & {
5286
+ export interface UrlEntity extends Entity {
5287
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5288
+ kind: "Url";
4894
5289
  /**
4895
5290
  * A bag of custom fields that should be part of the entity and will be presented to the user.
4896
5291
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4908,9 +5303,43 @@ export declare type UrlEntity = Entity & {
4908
5303
  * NOTE: This property will not be serialized. It can only be populated by the server.
4909
5304
  */
4910
5305
  readonly url?: string;
4911
- };
5306
+ }
5307
+ /** Represents an network interface entity. */
5308
+ export interface NicEntity extends Entity {
5309
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5310
+ kind: "Nic";
5311
+ /**
5312
+ * A bag of custom fields that should be part of the entity and will be presented to the user.
5313
+ * NOTE: This property will not be serialized. It can only be populated by the server.
5314
+ */
5315
+ readonly additionalData?: {
5316
+ [propertyName: string]: Record<string, unknown>;
5317
+ };
5318
+ /**
5319
+ * 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.
5320
+ * NOTE: This property will not be serialized. It can only be populated by the server.
5321
+ */
5322
+ readonly friendlyName?: string;
5323
+ /**
5324
+ * The MAC address of this network interface
5325
+ * NOTE: This property will not be serialized. It can only be populated by the server.
5326
+ */
5327
+ readonly macAddress?: string;
5328
+ /**
5329
+ * The IP entity id of this network interface
5330
+ * NOTE: This property will not be serialized. It can only be populated by the server.
5331
+ */
5332
+ readonly ipAddressEntityId?: string;
5333
+ /**
5334
+ * A list of VLANs of the network interface entity.
5335
+ * NOTE: This property will not be serialized. It can only be populated by the server.
5336
+ */
5337
+ readonly vlans?: string[];
5338
+ }
4912
5339
  /** Represents Activity entity query. */
4913
- export declare type ActivityEntityQueryTemplate = EntityQueryTemplate & {
5340
+ export interface ActivityEntityQueryTemplate extends EntityQueryTemplate {
5341
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5342
+ kind: "Activity";
4914
5343
  /** The entity query title */
4915
5344
  title?: string;
4916
5345
  /** The entity query content to display in timeline */
@@ -4929,20 +5358,23 @@ export declare type ActivityEntityQueryTemplate = EntityQueryTemplate & {
4929
5358
  entitiesFilter?: {
4930
5359
  [propertyName: string]: string[];
4931
5360
  };
4932
- };
5361
+ }
4933
5362
  /** MLBehaviorAnalytics alert rule template properties. */
4934
- export declare type MLBehaviorAnalyticsAlertRuleTemplateProperties = AlertRuleTemplateWithMitreProperties & {
5363
+ export interface MLBehaviorAnalyticsAlertRuleTemplateProperties extends AlertRuleTemplateWithMitreProperties {
4935
5364
  /** The severity for alerts created by this alert rule. */
4936
5365
  severity: AlertSeverity;
4937
- };
5366
+ }
4938
5367
  /** Threat Intelligence alert rule template properties */
4939
- export declare type ThreatIntelligenceAlertRuleTemplateProperties = AlertRuleTemplateWithMitreProperties & {
5368
+ export interface ThreatIntelligenceAlertRuleTemplateProperties extends AlertRuleTemplateWithMitreProperties {
4940
5369
  /** The severity for alerts created by this alert rule. */
4941
5370
  severity: AlertSeverity;
4942
- };
4943
- export declare type PermissionsCustomsItem = Customs & {};
5371
+ }
5372
+ export interface PermissionsCustomsItem extends Customs {
5373
+ }
4944
5374
  /** Represents MLBehaviorAnalytics alert rule. */
4945
- export declare type MLBehaviorAnalyticsAlertRule = AlertRule & {
5375
+ export interface MLBehaviorAnalyticsAlertRule extends AlertRule {
5376
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5377
+ kind: "MLBehaviorAnalytics";
4946
5378
  /** The Name of the alert rule template used to create this rule. */
4947
5379
  alertRuleTemplateName?: string;
4948
5380
  /**
@@ -4977,9 +5409,11 @@ export declare type MLBehaviorAnalyticsAlertRule = AlertRule & {
4977
5409
  * NOTE: This property will not be serialized. It can only be populated by the server.
4978
5410
  */
4979
5411
  readonly techniques?: string[];
4980
- };
5412
+ }
4981
5413
  /** Represents Fusion alert rule. */
4982
- export declare type FusionAlertRule = AlertRule & {
5414
+ export interface FusionAlertRule extends AlertRule {
5415
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5416
+ kind: "Fusion";
4983
5417
  /** The Name of the alert rule template used to create this rule. */
4984
5418
  alertRuleTemplateName?: string;
4985
5419
  /**
@@ -5018,9 +5452,11 @@ export declare type FusionAlertRule = AlertRule & {
5018
5452
  * NOTE: This property will not be serialized. It can only be populated by the server.
5019
5453
  */
5020
5454
  readonly techniques?: string[];
5021
- };
5455
+ }
5022
5456
  /** Represents Threat Intelligence alert rule. */
5023
- export declare type ThreatIntelligenceAlertRule = AlertRule & {
5457
+ export interface ThreatIntelligenceAlertRule extends AlertRule {
5458
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5459
+ kind: "ThreatIntelligence";
5024
5460
  /** The Name of the alert rule template used to create this rule. */
5025
5461
  alertRuleTemplateName?: string;
5026
5462
  /**
@@ -5055,9 +5491,11 @@ export declare type ThreatIntelligenceAlertRule = AlertRule & {
5055
5491
  * NOTE: This property will not be serialized. It can only be populated by the server.
5056
5492
  */
5057
5493
  readonly techniques?: string[];
5058
- };
5494
+ }
5059
5495
  /** Represents MicrosoftSecurityIncidentCreation rule. */
5060
- export declare type MicrosoftSecurityIncidentCreationAlertRule = AlertRule & {
5496
+ export interface MicrosoftSecurityIncidentCreationAlertRule extends AlertRule {
5497
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5498
+ kind: "MicrosoftSecurityIncidentCreation";
5061
5499
  /** the alerts' displayNames on which the cases will be generated */
5062
5500
  displayNamesFilter?: string[];
5063
5501
  /** the alerts' displayNames on which the cases will not be generated */
@@ -5079,9 +5517,11 @@ export declare type MicrosoftSecurityIncidentCreationAlertRule = AlertRule & {
5079
5517
  * NOTE: This property will not be serialized. It can only be populated by the server.
5080
5518
  */
5081
5519
  readonly lastModifiedUtc?: Date;
5082
- };
5520
+ }
5083
5521
  /** Represents scheduled alert rule. */
5084
- export declare type ScheduledAlertRule = AlertRule & {
5522
+ export interface ScheduledAlertRule extends AlertRule {
5523
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5524
+ kind: "Scheduled";
5085
5525
  /** The query that creates alerts for this rule. */
5086
5526
  query?: string;
5087
5527
  /** The frequency (in ISO 8601 duration format) for this alert rule to run. */
@@ -5129,9 +5569,11 @@ export declare type ScheduledAlertRule = AlertRule & {
5129
5569
  techniques?: string[];
5130
5570
  /** The settings of the incidents that created from alerts triggered by this analytics rule */
5131
5571
  incidentConfiguration?: IncidentConfiguration;
5132
- };
5572
+ }
5133
5573
  /** Represents NRT alert rule. */
5134
- export declare type NrtAlertRule = AlertRule & {
5574
+ export interface NrtAlertRule extends AlertRule {
5575
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5576
+ kind: "NRT";
5135
5577
  /** The Name of the alert rule template used to create this rule. */
5136
5578
  alertRuleTemplateName?: string;
5137
5579
  /** The version of the alert rule template used to create this rule - in format <a.b.c>, where all are numbers, for example 0 <1.0.2> */
@@ -5169,9 +5611,13 @@ export declare type NrtAlertRule = AlertRule & {
5169
5611
  entityMappings?: EntityMapping[];
5170
5612
  /** The alert details override settings */
5171
5613
  alertDetailsOverride?: AlertDetailsOverride;
5172
- };
5614
+ /** The event grouping settings. */
5615
+ eventGroupingSettings?: EventGroupingSettings;
5616
+ }
5173
5617
  /** Represents Expansion entity query. */
5174
- export declare type ExpansionEntityQuery = EntityQuery & {
5618
+ export interface ExpansionEntityQuery extends EntityQuery {
5619
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5620
+ kind: "Expansion";
5175
5621
  /** List of the data sources that are required to run the query */
5176
5622
  dataSources?: string[];
5177
5623
  /** The query display name */
@@ -5184,9 +5630,11 @@ export declare type ExpansionEntityQuery = EntityQuery & {
5184
5630
  outputEntityTypes?: EntityType[];
5185
5631
  /** The template query string to be parsed and formatted */
5186
5632
  queryTemplate?: string;
5187
- };
5633
+ }
5188
5634
  /** Represents Activity entity query. */
5189
- export declare type ActivityEntityQuery = EntityQuery & {
5635
+ export interface ActivityEntityQuery extends EntityQuery {
5636
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5637
+ kind: "Activity";
5190
5638
  /** The entity query title */
5191
5639
  title?: string;
5192
5640
  /** The entity query content to display in timeline */
@@ -5217,9 +5665,11 @@ export declare type ActivityEntityQuery = EntityQuery & {
5217
5665
  * NOTE: This property will not be serialized. It can only be populated by the server.
5218
5666
  */
5219
5667
  readonly lastModifiedTimeUtc?: Date;
5220
- };
5668
+ }
5221
5669
  /** Represents Activity entity query. */
5222
- export declare type ActivityCustomEntityQuery = CustomEntityQuery & {
5670
+ export interface ActivityCustomEntityQuery extends CustomEntityQuery {
5671
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5672
+ kind: "Activity";
5223
5673
  /** The entity query title */
5224
5674
  title?: string;
5225
5675
  /** The entity query content to display in timeline */
@@ -5250,38 +5700,81 @@ export declare type ActivityCustomEntityQuery = CustomEntityQuery & {
5250
5700
  * NOTE: This property will not be serialized. It can only be populated by the server.
5251
5701
  */
5252
5702
  readonly lastModifiedTimeUtc?: Date;
5253
- };
5254
- /** Settings with single toggle. */
5255
- export declare type Anomalies = Settings & {
5703
+ }
5704
+ /** Represents Anomaly Security ML Analytics Settings */
5705
+ export interface AnomalySecurityMLAnalyticsSettings extends SecurityMLAnalyticsSetting {
5706
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5707
+ kind: "Anomaly";
5708
+ /** The description of the SecurityMLAnalyticsSettings. */
5709
+ description?: string;
5710
+ /** The display name for settings created by this SecurityMLAnalyticsSettings. */
5711
+ displayName?: string;
5712
+ /** Determines whether this settings is enabled or disabled. */
5713
+ enabled?: boolean;
5256
5714
  /**
5257
- * Determines whether the setting is enable or disabled.
5715
+ * The last time that this SecurityMLAnalyticsSettings has been modified.
5258
5716
  * NOTE: This property will not be serialized. It can only be populated by the server.
5259
5717
  */
5260
- readonly isEnabled?: boolean;
5261
- };
5718
+ readonly lastModifiedUtc?: Date;
5719
+ /** The required data sources for this SecurityMLAnalyticsSettings */
5720
+ requiredDataConnectors?: SecurityMLAnalyticsSettingsDataSource[];
5721
+ /** The tactics of the SecurityMLAnalyticsSettings */
5722
+ tactics?: AttackTactic[];
5723
+ /** The techniques of the SecurityMLAnalyticsSettings */
5724
+ techniques?: string[];
5725
+ /** The anomaly version of the AnomalySecurityMLAnalyticsSettings. */
5726
+ anomalyVersion?: string;
5727
+ /** The customizable observations of the AnomalySecurityMLAnalyticsSettings. */
5728
+ customizableObservations?: Record<string, unknown>;
5729
+ /** The frequency that this SecurityMLAnalyticsSettings will be run. */
5730
+ frequency?: string;
5731
+ /** The anomaly SecurityMLAnalyticsSettings status */
5732
+ settingsStatus?: SettingsStatus;
5733
+ /** Determines whether this anomaly security ml analytics settings is a default settings */
5734
+ isDefaultSettings?: boolean;
5735
+ /** The anomaly settings version of the Anomaly security ml analytics settings that dictates whether job version gets updated or not. */
5736
+ anomalySettingsVersion?: number;
5737
+ /** The anomaly settings definition Id */
5738
+ settingsDefinitionId?: string;
5739
+ }
5262
5740
  /** Settings with single toggle. */
5263
- export declare type EyesOn = Settings & {
5741
+ export interface Anomalies extends Settings {
5742
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5743
+ kind: "Anomalies";
5264
5744
  /**
5265
5745
  * Determines whether the setting is enable or disabled.
5266
5746
  * NOTE: This property will not be serialized. It can only be populated by the server.
5267
5747
  */
5268
5748
  readonly isEnabled?: boolean;
5269
- };
5749
+ }
5270
5750
  /** Settings with single toggle. */
5271
- export declare type EntityAnalytics = Settings & {
5751
+ export interface EyesOn extends Settings {
5752
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5753
+ kind: "EyesOn";
5272
5754
  /**
5273
5755
  * Determines whether the setting is enable or disabled.
5274
5756
  * NOTE: This property will not be serialized. It can only be populated by the server.
5275
5757
  */
5276
5758
  readonly isEnabled?: boolean;
5277
- };
5759
+ }
5760
+ /** Settings with single toggle. */
5761
+ export interface EntityAnalytics extends Settings {
5762
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5763
+ kind: "EntityAnalytics";
5764
+ /** The relevant entity providers that are synced */
5765
+ entityProviders?: EntityProviders[];
5766
+ }
5278
5767
  /** Settings with single toggle. */
5279
- export declare type Ueba = Settings & {
5768
+ export interface Ueba extends Settings {
5769
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5770
+ kind: "Ueba";
5280
5771
  /** The relevant data sources that enriched by ueba */
5281
5772
  dataSources?: UebaDataSources[];
5282
- };
5773
+ }
5283
5774
  /** Threat intelligence indicator entity. */
5284
- export declare type ThreatIntelligenceIndicatorModel = ThreatIntelligenceInformation & {
5775
+ export interface ThreatIntelligenceIndicatorModel extends ThreatIntelligenceInformation {
5776
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5777
+ kind: "indicator";
5285
5778
  /**
5286
5779
  * A bag of custom fields that should be part of the entity and will be presented to the user.
5287
5780
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -5352,51 +5845,65 @@ export declare type ThreatIntelligenceIndicatorModel = ThreatIntelligenceInforma
5352
5845
  extensions?: {
5353
5846
  [propertyName: string]: any;
5354
5847
  };
5355
- };
5848
+ }
5356
5849
  /** Represents AAD (Azure Active Directory) data connector. */
5357
- export declare type AADDataConnector = DataConnector & {
5850
+ export interface AADDataConnector extends DataConnector {
5851
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5852
+ kind: "AzureActiveDirectory";
5358
5853
  /** The tenant id to connect to, and get the data from. */
5359
5854
  tenantId?: string;
5360
5855
  /** The available data types for the connector. */
5361
5856
  dataTypes?: AlertsDataTypeOfDataConnector;
5362
- };
5857
+ }
5363
5858
  /** Represents Microsoft Threat Intelligence data connector. */
5364
- export declare type MstiDataConnector = DataConnector & {
5859
+ export interface MstiDataConnector extends DataConnector {
5860
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5861
+ kind: "MicrosoftThreatIntelligence";
5365
5862
  /** The tenant id to connect to, and get the data from. */
5366
5863
  tenantId?: string;
5367
5864
  /** The available data types for the connector. */
5368
5865
  dataTypes?: MstiDataConnectorDataTypes;
5369
- };
5866
+ }
5370
5867
  /** Represents MTP (Microsoft Threat Protection) data connector. */
5371
- export declare type MTPDataConnector = DataConnector & {
5868
+ export interface MTPDataConnector extends DataConnector {
5869
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5870
+ kind: "MicrosoftThreatProtection";
5372
5871
  /** The tenant id to connect to, and get the data from. */
5373
5872
  tenantId?: string;
5374
5873
  /** The available data types for the connector. */
5375
5874
  dataTypes?: MTPDataConnectorDataTypes;
5376
- };
5875
+ }
5377
5876
  /** Represents AATP (Azure Advanced Threat Protection) data connector. */
5378
- export declare type AatpDataConnector = DataConnector & {
5877
+ export interface AatpDataConnector extends DataConnector {
5878
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5879
+ kind: "AzureAdvancedThreatProtection";
5379
5880
  /** The tenant id to connect to, and get the data from. */
5380
5881
  tenantId?: string;
5381
5882
  /** The available data types for the connector. */
5382
5883
  dataTypes?: AlertsDataTypeOfDataConnector;
5383
- };
5884
+ }
5384
5885
  /** Represents ASC (Azure Security Center) data connector. */
5385
- export declare type ASCDataConnector = DataConnector & {
5886
+ export interface ASCDataConnector extends DataConnector {
5887
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5888
+ kind: "AzureSecurityCenter";
5386
5889
  /** The available data types for the connector. */
5387
5890
  dataTypes?: AlertsDataTypeOfDataConnector;
5388
5891
  /** The subscription id to connect to, and get the data from. */
5389
5892
  subscriptionId?: string;
5390
- };
5893
+ }
5391
5894
  /** Represents Amazon Web Services CloudTrail data connector. */
5392
- export declare type AwsCloudTrailDataConnector = DataConnector & {
5895
+ export interface AwsCloudTrailDataConnector extends DataConnector {
5896
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5897
+ kind: "AmazonWebServicesCloudTrail";
5393
5898
  /** The Aws Role Arn (with CloudTrailReadOnly policy) that is used to access the Aws account. */
5394
5899
  awsRoleArn?: string;
5395
5900
  /** The available data types for the connector. */
5396
5901
  dataTypes?: AwsCloudTrailDataConnectorDataTypes;
5397
- };
5902
+ }
5398
5903
  /** Represents Amazon Web Services S3 data connector. */
5399
- export declare type AwsS3DataConnector = DataConnector & {
5904
+ export interface AwsS3DataConnector extends DataConnector {
5905
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5906
+ kind: "AmazonWebServicesS3";
5400
5907
  /** The logs destination table name in LogAnalytics. */
5401
5908
  destinationTable?: string;
5402
5909
  /** The AWS sqs urls for the connector. */
@@ -5405,74 +5912,94 @@ export declare type AwsS3DataConnector = DataConnector & {
5405
5912
  roleArn?: string;
5406
5913
  /** The available data types for the connector. */
5407
5914
  dataTypes?: AwsS3DataConnectorDataTypes;
5408
- };
5915
+ }
5409
5916
  /** Represents MCAS (Microsoft Cloud App Security) data connector. */
5410
- export declare type McasDataConnector = DataConnector & {
5917
+ export interface McasDataConnector extends DataConnector {
5918
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5919
+ kind: "MicrosoftCloudAppSecurity";
5411
5920
  /** The tenant id to connect to, and get the data from. */
5412
5921
  tenantId?: string;
5413
5922
  /** The available data types for the connector. */
5414
5923
  dataTypes?: McasDataConnectorDataTypes;
5415
- };
5924
+ }
5416
5925
  /** Represents Dynamics365 data connector. */
5417
- export declare type Dynamics365DataConnector = DataConnector & {
5926
+ export interface Dynamics365DataConnector extends DataConnector {
5927
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5928
+ kind: "Dynamics365";
5418
5929
  /** The tenant id to connect to, and get the data from. */
5419
5930
  tenantId?: string;
5420
5931
  /** The available data types for the connector. */
5421
5932
  dataTypes?: Dynamics365DataConnectorDataTypes;
5422
- };
5933
+ }
5423
5934
  /** Represents OfficeATP (Office 365 Advanced Threat Protection) data connector. */
5424
- export declare type OfficeATPDataConnector = DataConnector & {
5935
+ export interface OfficeATPDataConnector extends DataConnector {
5936
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5937
+ kind: "OfficeATP";
5425
5938
  /** The tenant id to connect to, and get the data from. */
5426
5939
  tenantId?: string;
5427
5940
  /** The available data types for the connector. */
5428
5941
  dataTypes?: AlertsDataTypeOfDataConnector;
5429
- };
5942
+ }
5430
5943
  /** Represents Office Microsoft Project data connector. */
5431
- export declare type Office365ProjectDataConnector = DataConnector & {
5944
+ export interface Office365ProjectDataConnector extends DataConnector {
5945
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5946
+ kind: "Office365Project";
5432
5947
  /** The tenant id to connect to, and get the data from. */
5433
5948
  tenantId?: string;
5434
5949
  /** The available data types for the connector. */
5435
5950
  dataTypes?: Office365ProjectConnectorDataTypes;
5436
- };
5951
+ }
5437
5952
  /** Represents Office Microsoft PowerBI data connector. */
5438
- export declare type OfficePowerBIDataConnector = DataConnector & {
5953
+ export interface OfficePowerBIDataConnector extends DataConnector {
5954
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5955
+ kind: "OfficePowerBI";
5439
5956
  /** The tenant id to connect to, and get the data from. */
5440
5957
  tenantId?: string;
5441
5958
  /** The available data types for the connector. */
5442
5959
  dataTypes?: OfficePowerBIConnectorDataTypes;
5443
- };
5960
+ }
5444
5961
  /** Represents OfficeIRM (Microsoft Insider Risk Management) data connector. */
5445
- export declare type OfficeIRMDataConnector = DataConnector & {
5962
+ export interface OfficeIRMDataConnector extends DataConnector {
5963
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5964
+ kind: "OfficeIRM";
5446
5965
  /** The tenant id to connect to, and get the data from. */
5447
5966
  tenantId?: string;
5448
5967
  /** The available data types for the connector. */
5449
5968
  dataTypes?: AlertsDataTypeOfDataConnector;
5450
- };
5969
+ }
5451
5970
  /** Represents MDATP (Microsoft Defender Advanced Threat Protection) data connector. */
5452
- export declare type MdatpDataConnector = DataConnector & {
5971
+ export interface MdatpDataConnector extends DataConnector {
5972
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5973
+ kind: "MicrosoftDefenderAdvancedThreatProtection";
5453
5974
  /** The tenant id to connect to, and get the data from. */
5454
5975
  tenantId?: string;
5455
5976
  /** The available data types for the connector. */
5456
5977
  dataTypes?: AlertsDataTypeOfDataConnector;
5457
- };
5978
+ }
5458
5979
  /** Represents office data connector. */
5459
- export declare type OfficeDataConnector = DataConnector & {
5980
+ export interface OfficeDataConnector extends DataConnector {
5981
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5982
+ kind: "Office365";
5460
5983
  /** The tenant id to connect to, and get the data from. */
5461
5984
  tenantId?: string;
5462
5985
  /** The available data types for the connector. */
5463
5986
  dataTypes?: OfficeDataConnectorDataTypes;
5464
- };
5987
+ }
5465
5988
  /** Represents threat intelligence data connector. */
5466
- export declare type TIDataConnector = DataConnector & {
5989
+ export interface TIDataConnector extends DataConnector {
5990
+ /** Polymorphic discriminator, which specifies the different types this object can be */
5991
+ kind: "ThreatIntelligence";
5467
5992
  /** The tenant id to connect to, and get the data from. */
5468
5993
  tenantId?: string;
5469
5994
  /** The lookback period for the feed to be imported. */
5470
5995
  tipLookbackPeriod?: Date;
5471
5996
  /** The available data types for the connector. */
5472
5997
  dataTypes?: TIDataConnectorDataTypes;
5473
- };
5998
+ }
5474
5999
  /** Data connector to pull Threat intelligence data from TAXII 2.0/2.1 server */
5475
- export declare type TiTaxiiDataConnector = DataConnector & {
6000
+ export interface TiTaxiiDataConnector extends DataConnector {
6001
+ /** Polymorphic discriminator, which specifies the different types this object can be */
6002
+ kind: "ThreatIntelligenceTaxii";
5476
6003
  /** The tenant id to connect to, and get the data from. */
5477
6004
  tenantId?: string;
5478
6005
  /** The workspace id. */
@@ -5493,26 +6020,32 @@ export declare type TiTaxiiDataConnector = DataConnector & {
5493
6020
  pollingFrequency?: PollingFrequency;
5494
6021
  /** The available data types for Threat Intelligence TAXII data connector. */
5495
6022
  dataTypes?: TiTaxiiDataConnectorDataTypes;
5496
- };
6023
+ }
5497
6024
  /** Represents IoT data connector. */
5498
- export declare type IoTDataConnector = DataConnector & {
6025
+ export interface IoTDataConnector extends DataConnector {
6026
+ /** Polymorphic discriminator, which specifies the different types this object can be */
6027
+ kind: "IOT";
5499
6028
  /** The available data types for the connector. */
5500
6029
  dataTypes?: AlertsDataTypeOfDataConnector;
5501
6030
  /** The subscription id to connect to, and get the data from. */
5502
6031
  subscriptionId?: string;
5503
- };
6032
+ }
5504
6033
  /** Represents Codeless UI data connector. */
5505
- export declare type CodelessUiDataConnector = DataConnector & {
6034
+ export interface CodelessUiDataConnector extends DataConnector {
6035
+ /** Polymorphic discriminator, which specifies the different types this object can be */
6036
+ kind: "GenericUI";
5506
6037
  /** Config to describe the instructions blade */
5507
6038
  connectorUiConfig?: CodelessUiConnectorConfigProperties;
5508
- };
6039
+ }
5509
6040
  /** Represents Codeless API Polling data connector. */
5510
- export declare type CodelessApiPollingDataConnector = DataConnector & {
6041
+ export interface CodelessApiPollingDataConnector extends DataConnector {
6042
+ /** Polymorphic discriminator, which specifies the different types this object can be */
6043
+ kind: "APIPolling";
5511
6044
  /** Config to describe the instructions blade */
5512
6045
  connectorUiConfig?: CodelessUiConnectorConfigProperties;
5513
6046
  /** Config to describe the polling instructions */
5514
6047
  pollingConfig?: CodelessConnectorPollingConfigProperties;
5515
- };
6048
+ }
5516
6049
  /** Defines headers for Watchlists_delete operation. */
5517
6050
  export interface WatchlistsDeleteHeaders {
5518
6051
  /** Contains the status URL on which clients are expected to poll the status of the delete operation. */
@@ -5525,11 +6058,17 @@ export interface WatchlistsCreateOrUpdateHeaders {
5525
6058
  }
5526
6059
  /** Known values of {@link AlertRuleKind} that the service accepts. */
5527
6060
  export declare enum KnownAlertRuleKind {
6061
+ /** Scheduled */
5528
6062
  Scheduled = "Scheduled",
6063
+ /** MicrosoftSecurityIncidentCreation */
5529
6064
  MicrosoftSecurityIncidentCreation = "MicrosoftSecurityIncidentCreation",
6065
+ /** Fusion */
5530
6066
  Fusion = "Fusion",
6067
+ /** MLBehaviorAnalytics */
5531
6068
  MLBehaviorAnalytics = "MLBehaviorAnalytics",
6069
+ /** ThreatIntelligence */
5532
6070
  ThreatIntelligence = "ThreatIntelligence",
6071
+ /** NRT */
5533
6072
  NRT = "NRT"
5534
6073
  }
5535
6074
  /**
@@ -5547,9 +6086,13 @@ export declare enum KnownAlertRuleKind {
5547
6086
  export declare type AlertRuleKind = string;
5548
6087
  /** Known values of {@link CreatedByType} that the service accepts. */
5549
6088
  export declare enum KnownCreatedByType {
6089
+ /** User */
5550
6090
  User = "User",
6091
+ /** Application */
5551
6092
  Application = "Application",
6093
+ /** ManagedIdentity */
5552
6094
  ManagedIdentity = "ManagedIdentity",
6095
+ /** Key */
5553
6096
  Key = "Key"
5554
6097
  }
5555
6098
  /**
@@ -5566,40 +6109,58 @@ export declare type CreatedByType = string;
5566
6109
  /** Known values of {@link TriggersOn} that the service accepts. */
5567
6110
  export declare enum KnownTriggersOn {
5568
6111
  /** Trigger on Incidents */
5569
- Incidents = "Incidents"
6112
+ Incidents = "Incidents",
6113
+ /** Trigger on Alerts */
6114
+ Alerts = "Alerts"
5570
6115
  }
5571
6116
  /**
5572
6117
  * Defines values for TriggersOn. \
5573
6118
  * {@link KnownTriggersOn} can be used interchangeably with TriggersOn,
5574
6119
  * this enum contains the known values that the service supports.
5575
6120
  * ### Known values supported by the service
5576
- * **Incidents**: Trigger on Incidents
6121
+ * **Incidents**: Trigger on Incidents \
6122
+ * **Alerts**: Trigger on Alerts
5577
6123
  */
5578
6124
  export declare type TriggersOn = string;
5579
6125
  /** Known values of {@link TriggersWhen} that the service accepts. */
5580
6126
  export declare enum KnownTriggersWhen {
5581
6127
  /** Trigger on created objects */
5582
- Created = "Created"
6128
+ Created = "Created",
6129
+ /** Trigger on updated objects */
6130
+ Updated = "Updated"
5583
6131
  }
5584
6132
  /**
5585
6133
  * Defines values for TriggersWhen. \
5586
6134
  * {@link KnownTriggersWhen} can be used interchangeably with TriggersWhen,
5587
6135
  * this enum contains the known values that the service supports.
5588
6136
  * ### Known values supported by the service
5589
- * **Created**: Trigger on created objects
6137
+ * **Created**: Trigger on created objects \
6138
+ * **Updated**: Trigger on updated objects
5590
6139
  */
5591
6140
  export declare type TriggersWhen = string;
5592
6141
  /** Known values of {@link ConditionType} that the service accepts. */
5593
6142
  export declare enum KnownConditionType {
5594
6143
  /** Evaluate an object property value */
5595
- Property = "Property"
6144
+ Property = "Property",
6145
+ /** Evaluate an object array property value */
6146
+ PropertyArray = "PropertyArray",
6147
+ /** Evaluate an object property changed value */
6148
+ PropertyChanged = "PropertyChanged",
6149
+ /** Evaluate an object array property changed value */
6150
+ PropertyArrayChanged = "PropertyArrayChanged",
6151
+ /** Apply a boolean operator (e.g AND, OR) to conditions */
6152
+ Boolean = "Boolean"
5596
6153
  }
5597
6154
  /**
5598
6155
  * Defines values for ConditionType. \
5599
6156
  * {@link KnownConditionType} can be used interchangeably with ConditionType,
5600
6157
  * this enum contains the known values that the service supports.
5601
6158
  * ### Known values supported by the service
5602
- * **Property**: Evaluate an object property value
6159
+ * **Property**: Evaluate an object property value \
6160
+ * **PropertyArray**: Evaluate an object array property value \
6161
+ * **PropertyChanged**: Evaluate an object property changed value \
6162
+ * **PropertyArrayChanged**: Evaluate an object array property changed value \
6163
+ * **Boolean**: Apply a boolean operator (e.g AND, OR) to conditions
5603
6164
  */
5604
6165
  export declare type ConditionType = string;
5605
6166
  /** Known values of {@link ActionType} that the service accepts. */
@@ -5642,22 +6203,39 @@ export declare enum KnownIncidentSeverity {
5642
6203
  export declare type IncidentSeverity = string;
5643
6204
  /** Known values of {@link AttackTactic} that the service accepts. */
5644
6205
  export declare enum KnownAttackTactic {
6206
+ /** Reconnaissance */
5645
6207
  Reconnaissance = "Reconnaissance",
6208
+ /** ResourceDevelopment */
5646
6209
  ResourceDevelopment = "ResourceDevelopment",
6210
+ /** InitialAccess */
5647
6211
  InitialAccess = "InitialAccess",
6212
+ /** Execution */
5648
6213
  Execution = "Execution",
6214
+ /** Persistence */
5649
6215
  Persistence = "Persistence",
6216
+ /** PrivilegeEscalation */
5650
6217
  PrivilegeEscalation = "PrivilegeEscalation",
6218
+ /** DefenseEvasion */
5651
6219
  DefenseEvasion = "DefenseEvasion",
6220
+ /** CredentialAccess */
5652
6221
  CredentialAccess = "CredentialAccess",
6222
+ /** Discovery */
5653
6223
  Discovery = "Discovery",
6224
+ /** LateralMovement */
5654
6225
  LateralMovement = "LateralMovement",
6226
+ /** Collection */
5655
6227
  Collection = "Collection",
6228
+ /** Exfiltration */
5656
6229
  Exfiltration = "Exfiltration",
6230
+ /** CommandAndControl */
5657
6231
  CommandAndControl = "CommandAndControl",
6232
+ /** Impact */
5658
6233
  Impact = "Impact",
6234
+ /** PreAttack */
5659
6235
  PreAttack = "PreAttack",
6236
+ /** ImpairProcessControl */
5660
6237
  ImpairProcessControl = "ImpairProcessControl",
6238
+ /** InhibitResponseFunction */
5661
6239
  InhibitResponseFunction = "InhibitResponseFunction"
5662
6240
  }
5663
6241
  /**
@@ -5727,7 +6305,9 @@ export declare enum KnownEntityKind {
5727
6305
  /** Entity represents mailbox in the system. */
5728
6306
  Mailbox = "Mailbox",
5729
6307
  /** Entity represents submission mail in the system. */
5730
- SubmissionMail = "SubmissionMail"
6308
+ SubmissionMail = "SubmissionMail",
6309
+ /** Entity represents network interface in the system. */
6310
+ Nic = "Nic"
5731
6311
  }
5732
6312
  /**
5733
6313
  * Defines values for EntityKind. \
@@ -5754,7 +6334,8 @@ export declare enum KnownEntityKind {
5754
6334
  * **MailCluster**: Entity represents mail cluster in the system. \
5755
6335
  * **MailMessage**: Entity represents mail message in the system. \
5756
6336
  * **Mailbox**: Entity represents mailbox in the system. \
5757
- * **SubmissionMail**: Entity represents submission mail in the system.
6337
+ * **SubmissionMail**: Entity represents submission mail in the system. \
6338
+ * **Nic**: Entity represents network interface in the system.
5758
6339
  */
5759
6340
  export declare type EntityKind = string;
5760
6341
  /** Known values of {@link EntityTimelineKind} that the service accepts. */
@@ -5764,7 +6345,9 @@ export declare enum KnownEntityTimelineKind {
5764
6345
  /** bookmarks */
5765
6346
  Bookmark = "Bookmark",
5766
6347
  /** security alerts */
5767
- SecurityAlert = "SecurityAlert"
6348
+ SecurityAlert = "SecurityAlert",
6349
+ /** anomaly */
6350
+ Anomaly = "Anomaly"
5768
6351
  }
5769
6352
  /**
5770
6353
  * Defines values for EntityTimelineKind. \
@@ -5773,7 +6356,8 @@ export declare enum KnownEntityTimelineKind {
5773
6356
  * ### Known values supported by the service
5774
6357
  * **Activity**: activity \
5775
6358
  * **Bookmark**: bookmarks \
5776
- * **SecurityAlert**: security alerts
6359
+ * **SecurityAlert**: security alerts \
6360
+ * **Anomaly**: anomaly
5777
6361
  */
5778
6362
  export declare type EntityTimelineKind = string;
5779
6363
  /** Known values of {@link EntityItemQueryKind} that the service accepts. */
@@ -5791,8 +6375,11 @@ export declare enum KnownEntityItemQueryKind {
5791
6375
  export declare type EntityItemQueryKind = string;
5792
6376
  /** Known values of {@link EntityQueryKind} that the service accepts. */
5793
6377
  export declare enum KnownEntityQueryKind {
6378
+ /** Expansion */
5794
6379
  Expansion = "Expansion",
6380
+ /** Insight */
5795
6381
  Insight = "Insight",
6382
+ /** Activity */
5796
6383
  Activity = "Activity"
5797
6384
  }
5798
6385
  /**
@@ -5805,22 +6392,38 @@ export declare enum KnownEntityQueryKind {
5805
6392
  * **Activity**
5806
6393
  */
5807
6394
  export declare type EntityQueryKind = string;
5808
- /** Known values of {@link Enum12} that the service accepts. */
5809
- export declare enum KnownEnum12 {
6395
+ /** Known values of {@link GetInsightsError} that the service accepts. */
6396
+ export declare enum KnownGetInsightsError {
6397
+ /** Insight */
6398
+ Insight = "Insight"
6399
+ }
6400
+ /**
6401
+ * Defines values for GetInsightsError. \
6402
+ * {@link KnownGetInsightsError} can be used interchangeably with GetInsightsError,
6403
+ * this enum contains the known values that the service supports.
6404
+ * ### Known values supported by the service
6405
+ * **Insight**
6406
+ */
6407
+ export declare type GetInsightsError = string;
6408
+ /** Known values of {@link Enum13} that the service accepts. */
6409
+ export declare enum KnownEnum13 {
6410
+ /** Expansion */
5810
6411
  Expansion = "Expansion",
6412
+ /** Activity */
5811
6413
  Activity = "Activity"
5812
6414
  }
5813
6415
  /**
5814
- * Defines values for Enum12. \
5815
- * {@link KnownEnum12} can be used interchangeably with Enum12,
6416
+ * Defines values for Enum13. \
6417
+ * {@link KnownEnum13} can be used interchangeably with Enum13,
5816
6418
  * this enum contains the known values that the service supports.
5817
6419
  * ### Known values supported by the service
5818
6420
  * **Expansion** \
5819
6421
  * **Activity**
5820
6422
  */
5821
- export declare type Enum12 = string;
6423
+ export declare type Enum13 = string;
5822
6424
  /** Known values of {@link CustomEntityQueryKind} that the service accepts. */
5823
6425
  export declare enum KnownCustomEntityQueryKind {
6426
+ /** Activity */
5824
6427
  Activity = "Activity"
5825
6428
  }
5826
6429
  /**
@@ -5833,6 +6436,7 @@ export declare enum KnownCustomEntityQueryKind {
5833
6436
  export declare type CustomEntityQueryKind = string;
5834
6437
  /** Known values of {@link EntityQueryTemplateKind} that the service accepts. */
5835
6438
  export declare enum KnownEntityQueryTemplateKind {
6439
+ /** Activity */
5836
6440
  Activity = "Activity"
5837
6441
  }
5838
6442
  /**
@@ -5843,6 +6447,113 @@ export declare enum KnownEntityQueryTemplateKind {
5843
6447
  * **Activity**
5844
6448
  */
5845
6449
  export declare type EntityQueryTemplateKind = string;
6450
+ /** Known values of {@link IngestionMode} that the service accepts. */
6451
+ export declare enum KnownIngestionMode {
6452
+ /** No records should be ingested when invalid records are detected. */
6453
+ IngestOnlyIfAllAreValid = "IngestOnlyIfAllAreValid",
6454
+ /** Valid records should still be ingested when invalid records are detected. */
6455
+ IngestAnyValidRecords = "IngestAnyValidRecords",
6456
+ /** Unspecified */
6457
+ Unspecified = "Unspecified"
6458
+ }
6459
+ /**
6460
+ * Defines values for IngestionMode. \
6461
+ * {@link KnownIngestionMode} can be used interchangeably with IngestionMode,
6462
+ * this enum contains the known values that the service supports.
6463
+ * ### Known values supported by the service
6464
+ * **IngestOnlyIfAllAreValid**: No records should be ingested when invalid records are detected. \
6465
+ * **IngestAnyValidRecords**: Valid records should still be ingested when invalid records are detected. \
6466
+ * **Unspecified**: Unspecified
6467
+ */
6468
+ export declare type IngestionMode = string;
6469
+ /** Known values of {@link FileImportContentType} that the service accepts. */
6470
+ export declare enum KnownFileImportContentType {
6471
+ /** File containing records with the core fields of an indicator, plus the observables to construct the STIX pattern. */
6472
+ BasicIndicator = "BasicIndicator",
6473
+ /** File containing STIX indicators. */
6474
+ StixIndicator = "StixIndicator",
6475
+ /** File containing other records. */
6476
+ Unspecified = "Unspecified"
6477
+ }
6478
+ /**
6479
+ * Defines values for FileImportContentType. \
6480
+ * {@link KnownFileImportContentType} can be used interchangeably with FileImportContentType,
6481
+ * this enum contains the known values that the service supports.
6482
+ * ### Known values supported by the service
6483
+ * **BasicIndicator**: File containing records with the core fields of an indicator, plus the observables to construct the STIX pattern. \
6484
+ * **StixIndicator**: File containing STIX indicators. \
6485
+ * **Unspecified**: File containing other records.
6486
+ */
6487
+ export declare type FileImportContentType = string;
6488
+ /** Known values of {@link FileFormat} that the service accepts. */
6489
+ export declare enum KnownFileFormat {
6490
+ /** A CSV file. */
6491
+ CSV = "CSV",
6492
+ /** A JSON file. */
6493
+ Json = "JSON",
6494
+ /** A file of other format. */
6495
+ Unspecified = "Unspecified"
6496
+ }
6497
+ /**
6498
+ * Defines values for FileFormat. \
6499
+ * {@link KnownFileFormat} can be used interchangeably with FileFormat,
6500
+ * this enum contains the known values that the service supports.
6501
+ * ### Known values supported by the service
6502
+ * **CSV**: A CSV file. \
6503
+ * **JSON**: A JSON file. \
6504
+ * **Unspecified**: A file of other format.
6505
+ */
6506
+ export declare type FileFormat = string;
6507
+ /** Known values of {@link DeleteStatus} that the service accepts. */
6508
+ export declare enum KnownDeleteStatus {
6509
+ /** The file was deleted. */
6510
+ Deleted = "Deleted",
6511
+ /** The file was not deleted. */
6512
+ NotDeleted = "NotDeleted",
6513
+ /** Unspecified */
6514
+ Unspecified = "Unspecified"
6515
+ }
6516
+ /**
6517
+ * Defines values for DeleteStatus. \
6518
+ * {@link KnownDeleteStatus} can be used interchangeably with DeleteStatus,
6519
+ * this enum contains the known values that the service supports.
6520
+ * ### Known values supported by the service
6521
+ * **Deleted**: The file was deleted. \
6522
+ * **NotDeleted**: The file was not deleted. \
6523
+ * **Unspecified**: Unspecified
6524
+ */
6525
+ export declare type DeleteStatus = string;
6526
+ /** Known values of {@link FileImportState} that the service accepts. */
6527
+ export declare enum KnownFileImportState {
6528
+ /** A fatal error has occurred while ingesting the file. */
6529
+ FatalError = "FatalError",
6530
+ /** The file has been ingested. */
6531
+ Ingested = "Ingested",
6532
+ /** The file has been ingested with errors. */
6533
+ IngestedWithErrors = "IngestedWithErrors",
6534
+ /** The file ingestion is in progress. */
6535
+ InProgress = "InProgress",
6536
+ /** The file is invalid. */
6537
+ Invalid = "Invalid",
6538
+ /** Waiting for the file to be uploaded. */
6539
+ WaitingForUpload = "WaitingForUpload",
6540
+ /** Unspecified state. */
6541
+ Unspecified = "Unspecified"
6542
+ }
6543
+ /**
6544
+ * Defines values for FileImportState. \
6545
+ * {@link KnownFileImportState} can be used interchangeably with FileImportState,
6546
+ * this enum contains the known values that the service supports.
6547
+ * ### Known values supported by the service
6548
+ * **FatalError**: A fatal error has occurred while ingesting the file. \
6549
+ * **Ingested**: The file has been ingested. \
6550
+ * **IngestedWithErrors**: The file has been ingested with errors. \
6551
+ * **InProgress**: The file ingestion is in progress. \
6552
+ * **Invalid**: The file is invalid. \
6553
+ * **WaitingForUpload**: Waiting for the file to be uploaded. \
6554
+ * **Unspecified**: Unspecified state.
6555
+ */
6556
+ export declare type FileImportState = string;
5846
6557
  /** Known values of {@link IncidentClassification} that the service accepts. */
5847
6558
  export declare enum KnownIncidentClassification {
5848
6559
  /** Incident classification was undetermined */
@@ -6083,22 +6794,39 @@ export declare enum KnownAlertStatus {
6083
6794
  export declare type AlertStatus = string;
6084
6795
  /** Known values of {@link Kind} that the service accepts. */
6085
6796
  export declare enum KnownKind {
6797
+ /** DataConnector */
6086
6798
  DataConnector = "DataConnector",
6799
+ /** DataType */
6087
6800
  DataType = "DataType",
6801
+ /** Workbook */
6088
6802
  Workbook = "Workbook",
6803
+ /** WorkbookTemplate */
6089
6804
  WorkbookTemplate = "WorkbookTemplate",
6805
+ /** Playbook */
6090
6806
  Playbook = "Playbook",
6807
+ /** PlaybookTemplate */
6091
6808
  PlaybookTemplate = "PlaybookTemplate",
6809
+ /** AnalyticsRuleTemplate */
6092
6810
  AnalyticsRuleTemplate = "AnalyticsRuleTemplate",
6811
+ /** AnalyticsRule */
6093
6812
  AnalyticsRule = "AnalyticsRule",
6813
+ /** HuntingQuery */
6094
6814
  HuntingQuery = "HuntingQuery",
6815
+ /** InvestigationQuery */
6095
6816
  InvestigationQuery = "InvestigationQuery",
6817
+ /** Parser */
6096
6818
  Parser = "Parser",
6819
+ /** Watchlist */
6097
6820
  Watchlist = "Watchlist",
6821
+ /** WatchlistTemplate */
6098
6822
  WatchlistTemplate = "WatchlistTemplate",
6823
+ /** Solution */
6099
6824
  Solution = "Solution",
6825
+ /** AzureFunction */
6100
6826
  AzureFunction = "AzureFunction",
6827
+ /** LogicAppsCustomConnector */
6101
6828
  LogicAppsCustomConnector = "LogicAppsCustomConnector",
6829
+ /** AutomationRule */
6102
6830
  AutomationRule = "AutomationRule"
6103
6831
  }
6104
6832
  /**
@@ -6127,9 +6855,13 @@ export declare enum KnownKind {
6127
6855
  export declare type Kind = string;
6128
6856
  /** Known values of {@link SourceKind} that the service accepts. */
6129
6857
  export declare enum KnownSourceKind {
6858
+ /** LocalWorkspace */
6130
6859
  LocalWorkspace = "LocalWorkspace",
6860
+ /** Community */
6131
6861
  Community = "Community",
6862
+ /** Solution */
6132
6863
  Solution = "Solution",
6864
+ /** SourceRepository */
6133
6865
  SourceRepository = "SourceRepository"
6134
6866
  }
6135
6867
  /**
@@ -6145,8 +6877,11 @@ export declare enum KnownSourceKind {
6145
6877
  export declare type SourceKind = string;
6146
6878
  /** Known values of {@link SupportTier} that the service accepts. */
6147
6879
  export declare enum KnownSupportTier {
6880
+ /** Microsoft */
6148
6881
  Microsoft = "Microsoft",
6882
+ /** Partner */
6149
6883
  Partner = "Partner",
6884
+ /** Community */
6150
6885
  Community = "Community"
6151
6886
  }
6152
6887
  /**
@@ -6161,7 +6896,9 @@ export declare enum KnownSupportTier {
6161
6896
  export declare type SupportTier = string;
6162
6897
  /** Known values of {@link Operator} that the service accepts. */
6163
6898
  export declare enum KnownOperator {
6899
+ /** AND */
6164
6900
  AND = "AND",
6901
+ /** OR */
6165
6902
  OR = "OR"
6166
6903
  }
6167
6904
  /**
@@ -6173,11 +6910,28 @@ export declare enum KnownOperator {
6173
6910
  * **OR**
6174
6911
  */
6175
6912
  export declare type Operator = string;
6913
+ /** Known values of {@link SecurityMLAnalyticsSettingsKind} that the service accepts. */
6914
+ export declare enum KnownSecurityMLAnalyticsSettingsKind {
6915
+ /** Anomaly */
6916
+ Anomaly = "Anomaly"
6917
+ }
6918
+ /**
6919
+ * Defines values for SecurityMLAnalyticsSettingsKind. \
6920
+ * {@link KnownSecurityMLAnalyticsSettingsKind} can be used interchangeably with SecurityMLAnalyticsSettingsKind,
6921
+ * this enum contains the known values that the service supports.
6922
+ * ### Known values supported by the service
6923
+ * **Anomaly**
6924
+ */
6925
+ export declare type SecurityMLAnalyticsSettingsKind = string;
6176
6926
  /** Known values of {@link SettingKind} that the service accepts. */
6177
6927
  export declare enum KnownSettingKind {
6928
+ /** Anomalies */
6178
6929
  Anomalies = "Anomalies",
6930
+ /** EyesOn */
6179
6931
  EyesOn = "EyesOn",
6932
+ /** EntityAnalytics */
6180
6933
  EntityAnalytics = "EntityAnalytics",
6934
+ /** Ueba */
6181
6935
  Ueba = "Ueba"
6182
6936
  }
6183
6937
  /**
@@ -6193,7 +6947,9 @@ export declare enum KnownSettingKind {
6193
6947
  export declare type SettingKind = string;
6194
6948
  /** Known values of {@link RepoType} that the service accepts. */
6195
6949
  export declare enum KnownRepoType {
6950
+ /** Github */
6196
6951
  Github = "Github",
6952
+ /** DevOps */
6197
6953
  DevOps = "DevOps"
6198
6954
  }
6199
6955
  /**
@@ -6207,7 +6963,9 @@ export declare enum KnownRepoType {
6207
6963
  export declare type RepoType = string;
6208
6964
  /** Known values of {@link Version} that the service accepts. */
6209
6965
  export declare enum KnownVersion {
6966
+ /** V1 */
6210
6967
  V1 = "V1",
6968
+ /** V2 */
6211
6969
  V2 = "V2"
6212
6970
  }
6213
6971
  /**
@@ -6221,7 +6979,9 @@ export declare enum KnownVersion {
6221
6979
  export declare type Version = string;
6222
6980
  /** Known values of {@link ContentType} that the service accepts. */
6223
6981
  export declare enum KnownContentType {
6982
+ /** AnalyticRule */
6224
6983
  AnalyticRule = "AnalyticRule",
6984
+ /** Workbook */
6225
6985
  Workbook = "Workbook"
6226
6986
  }
6227
6987
  /**
@@ -6235,8 +6995,11 @@ export declare enum KnownContentType {
6235
6995
  export declare type ContentType = string;
6236
6996
  /** Known values of {@link DeploymentFetchStatus} that the service accepts. */
6237
6997
  export declare enum KnownDeploymentFetchStatus {
6998
+ /** Success */
6238
6999
  Success = "Success",
7000
+ /** Unauthorized */
6239
7001
  Unauthorized = "Unauthorized",
7002
+ /** NotFound */
6240
7003
  NotFound = "NotFound"
6241
7004
  }
6242
7005
  /**
@@ -6251,9 +7014,13 @@ export declare enum KnownDeploymentFetchStatus {
6251
7014
  export declare type DeploymentFetchStatus = string;
6252
7015
  /** Known values of {@link DeploymentState} that the service accepts. */
6253
7016
  export declare enum KnownDeploymentState {
7017
+ /** InProgress */
6254
7018
  InProgress = "In_Progress",
7019
+ /** Completed */
6255
7020
  Completed = "Completed",
7021
+ /** Queued */
6256
7022
  Queued = "Queued",
7023
+ /** Canceling */
6257
7024
  Canceling = "Canceling"
6258
7025
  }
6259
7026
  /**
@@ -6269,8 +7036,11 @@ export declare enum KnownDeploymentState {
6269
7036
  export declare type DeploymentState = string;
6270
7037
  /** Known values of {@link DeploymentResult} that the service accepts. */
6271
7038
  export declare enum KnownDeploymentResult {
7039
+ /** Success */
6272
7040
  Success = "Success",
7041
+ /** Canceled */
6273
7042
  Canceled = "Canceled",
7043
+ /** Failed */
6274
7044
  Failed = "Failed"
6275
7045
  }
6276
7046
  /**
@@ -6298,8 +7068,11 @@ export declare enum KnownThreatIntelligenceResourceKindEnum {
6298
7068
  export declare type ThreatIntelligenceResourceKindEnum = string;
6299
7069
  /** Known values of {@link ThreatIntelligenceSortingCriteriaEnum} that the service accepts. */
6300
7070
  export declare enum KnownThreatIntelligenceSortingCriteriaEnum {
7071
+ /** Unsorted */
6301
7072
  Unsorted = "unsorted",
7073
+ /** Ascending */
6302
7074
  Ascending = "ascending",
7075
+ /** Descending */
6303
7076
  Descending = "descending"
6304
7077
  }
6305
7078
  /**
@@ -6314,7 +7087,9 @@ export declare enum KnownThreatIntelligenceSortingCriteriaEnum {
6314
7087
  export declare type ThreatIntelligenceSortingCriteriaEnum = string;
6315
7088
  /** Known values of {@link SourceType} that the service accepts. */
6316
7089
  export declare enum KnownSourceType {
7090
+ /** LocalFile */
6317
7091
  LocalFile = "Local file",
7092
+ /** RemoteStorage */
6318
7093
  RemoteStorage = "Remote storage"
6319
7094
  }
6320
7095
  /**
@@ -6326,45 +7101,47 @@ export declare enum KnownSourceType {
6326
7101
  * **Remote storage**
6327
7102
  */
6328
7103
  export declare type SourceType = string;
6329
- /** Known values of {@link ProvisioningState} that the service accepts. */
6330
- export declare enum KnownProvisioningState {
6331
- Succeeded = "Succeeded",
6332
- Failed = "Failed",
6333
- Canceled = "Canceled",
6334
- InProgress = "InProgress"
6335
- }
6336
- /**
6337
- * Defines values for ProvisioningState. \
6338
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
6339
- * this enum contains the known values that the service supports.
6340
- * ### Known values supported by the service
6341
- * **Succeeded** \
6342
- * **Failed** \
6343
- * **Canceled** \
6344
- * **InProgress**
6345
- */
6346
- export declare type ProvisioningState = string;
6347
7104
  /** Known values of {@link DataConnectorKind} that the service accepts. */
6348
7105
  export declare enum KnownDataConnectorKind {
7106
+ /** AzureActiveDirectory */
6349
7107
  AzureActiveDirectory = "AzureActiveDirectory",
7108
+ /** AzureSecurityCenter */
6350
7109
  AzureSecurityCenter = "AzureSecurityCenter",
7110
+ /** MicrosoftCloudAppSecurity */
6351
7111
  MicrosoftCloudAppSecurity = "MicrosoftCloudAppSecurity",
7112
+ /** ThreatIntelligence */
6352
7113
  ThreatIntelligence = "ThreatIntelligence",
7114
+ /** ThreatIntelligenceTaxii */
6353
7115
  ThreatIntelligenceTaxii = "ThreatIntelligenceTaxii",
7116
+ /** Office365 */
6354
7117
  Office365 = "Office365",
7118
+ /** OfficeATP */
6355
7119
  OfficeATP = "OfficeATP",
7120
+ /** OfficeIRM */
6356
7121
  OfficeIRM = "OfficeIRM",
7122
+ /** Office365Project */
6357
7123
  Office365Project = "Office365Project",
7124
+ /** OfficePowerBI */
6358
7125
  OfficePowerBI = "OfficePowerBI",
7126
+ /** AmazonWebServicesCloudTrail */
6359
7127
  AmazonWebServicesCloudTrail = "AmazonWebServicesCloudTrail",
7128
+ /** AmazonWebServicesS3 */
6360
7129
  AmazonWebServicesS3 = "AmazonWebServicesS3",
7130
+ /** AzureAdvancedThreatProtection */
6361
7131
  AzureAdvancedThreatProtection = "AzureAdvancedThreatProtection",
7132
+ /** MicrosoftDefenderAdvancedThreatProtection */
6362
7133
  MicrosoftDefenderAdvancedThreatProtection = "MicrosoftDefenderAdvancedThreatProtection",
7134
+ /** Dynamics365 */
6363
7135
  Dynamics365 = "Dynamics365",
7136
+ /** MicrosoftThreatProtection */
6364
7137
  MicrosoftThreatProtection = "MicrosoftThreatProtection",
7138
+ /** MicrosoftThreatIntelligence */
6365
7139
  MicrosoftThreatIntelligence = "MicrosoftThreatIntelligence",
7140
+ /** GenericUI */
6366
7141
  GenericUI = "GenericUI",
7142
+ /** APIPolling */
6367
7143
  APIPolling = "APIPolling",
7144
+ /** IOT */
6368
7145
  IOT = "IOT"
6369
7146
  }
6370
7147
  /**
@@ -6396,8 +7173,11 @@ export declare enum KnownDataConnectorKind {
6396
7173
  export declare type DataConnectorKind = string;
6397
7174
  /** Known values of {@link ConnectAuthKind} that the service accepts. */
6398
7175
  export declare enum KnownConnectAuthKind {
7176
+ /** Basic */
6399
7177
  Basic = "Basic",
7178
+ /** OAuth2 */
6400
7179
  OAuth2 = "OAuth2",
7180
+ /** APIKey */
6401
7181
  APIKey = "APIKey"
6402
7182
  }
6403
7183
  /**
@@ -6412,7 +7192,9 @@ export declare enum KnownConnectAuthKind {
6412
7192
  export declare type ConnectAuthKind = string;
6413
7193
  /** Known values of {@link DataConnectorAuthorizationState} that the service accepts. */
6414
7194
  export declare enum KnownDataConnectorAuthorizationState {
7195
+ /** Valid */
6415
7196
  Valid = "Valid",
7197
+ /** Invalid */
6416
7198
  Invalid = "Invalid"
6417
7199
  }
6418
7200
  /**
@@ -6426,8 +7208,11 @@ export declare enum KnownDataConnectorAuthorizationState {
6426
7208
  export declare type DataConnectorAuthorizationState = string;
6427
7209
  /** Known values of {@link DataConnectorLicenseState} that the service accepts. */
6428
7210
  export declare enum KnownDataConnectorLicenseState {
7211
+ /** Valid */
6429
7212
  Valid = "Valid",
7213
+ /** Invalid */
6430
7214
  Invalid = "Invalid",
7215
+ /** Unknown */
6431
7216
  Unknown = "Unknown"
6432
7217
  }
6433
7218
  /**
@@ -6523,14 +7308,37 @@ export declare enum KnownEntityMappingType {
6523
7308
  * **SubmissionMail**: Submission mail entity type
6524
7309
  */
6525
7310
  export declare type EntityMappingType = string;
7311
+ /** Known values of {@link EventGroupingAggregationKind} that the service accepts. */
7312
+ export declare enum KnownEventGroupingAggregationKind {
7313
+ /** SingleAlert */
7314
+ SingleAlert = "SingleAlert",
7315
+ /** AlertPerResult */
7316
+ AlertPerResult = "AlertPerResult"
7317
+ }
7318
+ /**
7319
+ * Defines values for EventGroupingAggregationKind. \
7320
+ * {@link KnownEventGroupingAggregationKind} can be used interchangeably with EventGroupingAggregationKind,
7321
+ * this enum contains the known values that the service supports.
7322
+ * ### Known values supported by the service
7323
+ * **SingleAlert** \
7324
+ * **AlertPerResult**
7325
+ */
7326
+ export declare type EventGroupingAggregationKind = string;
6526
7327
  /** Known values of {@link MicrosoftSecurityProductName} that the service accepts. */
6527
7328
  export declare enum KnownMicrosoftSecurityProductName {
7329
+ /** MicrosoftCloudAppSecurity */
6528
7330
  MicrosoftCloudAppSecurity = "Microsoft Cloud App Security",
7331
+ /** AzureSecurityCenter */
6529
7332
  AzureSecurityCenter = "Azure Security Center",
7333
+ /** AzureAdvancedThreatProtection */
6530
7334
  AzureAdvancedThreatProtection = "Azure Advanced Threat Protection",
7335
+ /** AzureActiveDirectoryIdentityProtection */
6531
7336
  AzureActiveDirectoryIdentityProtection = "Azure Active Directory Identity Protection",
7337
+ /** AzureSecurityCenterForIoT */
6532
7338
  AzureSecurityCenterForIoT = "Azure Security Center for IoT",
7339
+ /** Office365AdvancedThreatProtection */
6533
7340
  Office365AdvancedThreatProtection = "Office 365 Advanced Threat Protection",
7341
+ /** MicrosoftDefenderAdvancedThreatProtection */
6534
7342
  MicrosoftDefenderAdvancedThreatProtection = "Microsoft Defender Advanced Threat Protection"
6535
7343
  }
6536
7344
  /**
@@ -6582,20 +7390,155 @@ export declare enum KnownAlertDetail {
6582
7390
  * **Severity**: Alert severity
6583
7391
  */
6584
7392
  export declare type AlertDetail = string;
6585
- /** Known values of {@link EventGroupingAggregationKind} that the service accepts. */
6586
- export declare enum KnownEventGroupingAggregationKind {
6587
- SingleAlert = "SingleAlert",
6588
- AlertPerResult = "AlertPerResult"
7393
+ /** Known values of {@link AutomationRuleBooleanConditionSupportedOperator} that the service accepts. */
7394
+ export declare enum KnownAutomationRuleBooleanConditionSupportedOperator {
7395
+ /** Evaluates as true if all the item conditions are evaluated as true */
7396
+ And = "And",
7397
+ /** Evaluates as true if at least one of the item conditions are evaluated as true */
7398
+ Or = "Or"
6589
7399
  }
6590
7400
  /**
6591
- * Defines values for EventGroupingAggregationKind. \
6592
- * {@link KnownEventGroupingAggregationKind} can be used interchangeably with EventGroupingAggregationKind,
7401
+ * Defines values for AutomationRuleBooleanConditionSupportedOperator. \
7402
+ * {@link KnownAutomationRuleBooleanConditionSupportedOperator} can be used interchangeably with AutomationRuleBooleanConditionSupportedOperator,
6593
7403
  * this enum contains the known values that the service supports.
6594
7404
  * ### Known values supported by the service
6595
- * **SingleAlert** \
6596
- * **AlertPerResult**
7405
+ * **And**: Evaluates as true if all the item conditions are evaluated as true \
7406
+ * **Or**: Evaluates as true if at least one of the item conditions are evaluated as true
6597
7407
  */
6598
- export declare type EventGroupingAggregationKind = string;
7408
+ export declare type AutomationRuleBooleanConditionSupportedOperator = string;
7409
+ /** Known values of {@link AutomationRulePropertyArrayChangedConditionSupportedArrayType} that the service accepts. */
7410
+ export declare enum KnownAutomationRulePropertyArrayChangedConditionSupportedArrayType {
7411
+ /** Evaluate the condition on the alerts */
7412
+ Alerts = "Alerts",
7413
+ /** Evaluate the condition on the labels */
7414
+ Labels = "Labels",
7415
+ /** Evaluate the condition on the tactics */
7416
+ Tactics = "Tactics",
7417
+ /** Evaluate the condition on the comments */
7418
+ Comments = "Comments"
7419
+ }
7420
+ /**
7421
+ * Defines values for AutomationRulePropertyArrayChangedConditionSupportedArrayType. \
7422
+ * {@link KnownAutomationRulePropertyArrayChangedConditionSupportedArrayType} can be used interchangeably with AutomationRulePropertyArrayChangedConditionSupportedArrayType,
7423
+ * this enum contains the known values that the service supports.
7424
+ * ### Known values supported by the service
7425
+ * **Alerts**: Evaluate the condition on the alerts \
7426
+ * **Labels**: Evaluate the condition on the labels \
7427
+ * **Tactics**: Evaluate the condition on the tactics \
7428
+ * **Comments**: Evaluate the condition on the comments
7429
+ */
7430
+ export declare type AutomationRulePropertyArrayChangedConditionSupportedArrayType = string;
7431
+ /** Known values of {@link AutomationRulePropertyArrayChangedConditionSupportedChangeType} that the service accepts. */
7432
+ export declare enum KnownAutomationRulePropertyArrayChangedConditionSupportedChangeType {
7433
+ /** Evaluate the condition on items added to the array */
7434
+ Added = "Added"
7435
+ }
7436
+ /**
7437
+ * Defines values for AutomationRulePropertyArrayChangedConditionSupportedChangeType. \
7438
+ * {@link KnownAutomationRulePropertyArrayChangedConditionSupportedChangeType} can be used interchangeably with AutomationRulePropertyArrayChangedConditionSupportedChangeType,
7439
+ * this enum contains the known values that the service supports.
7440
+ * ### Known values supported by the service
7441
+ * **Added**: Evaluate the condition on items added to the array
7442
+ */
7443
+ export declare type AutomationRulePropertyArrayChangedConditionSupportedChangeType = string;
7444
+ /** Known values of {@link AutomationRulePropertyArrayConditionSupportedArrayType} that the service accepts. */
7445
+ export declare enum KnownAutomationRulePropertyArrayConditionSupportedArrayType {
7446
+ /** Evaluate the condition on the custom detail keys */
7447
+ CustomDetails = "CustomDetails",
7448
+ /** Evaluate the condition on a custom detail's values */
7449
+ CustomDetailValues = "CustomDetailValues"
7450
+ }
7451
+ /**
7452
+ * Defines values for AutomationRulePropertyArrayConditionSupportedArrayType. \
7453
+ * {@link KnownAutomationRulePropertyArrayConditionSupportedArrayType} can be used interchangeably with AutomationRulePropertyArrayConditionSupportedArrayType,
7454
+ * this enum contains the known values that the service supports.
7455
+ * ### Known values supported by the service
7456
+ * **CustomDetails**: Evaluate the condition on the custom detail keys \
7457
+ * **CustomDetailValues**: Evaluate the condition on a custom detail's values
7458
+ */
7459
+ export declare type AutomationRulePropertyArrayConditionSupportedArrayType = string;
7460
+ /** Known values of {@link AutomationRulePropertyArrayConditionSupportedArrayConditionType} that the service accepts. */
7461
+ export declare enum KnownAutomationRulePropertyArrayConditionSupportedArrayConditionType {
7462
+ /** Evaluate the condition as true if any item fulfills it */
7463
+ AnyItem = "AnyItem"
7464
+ }
7465
+ /**
7466
+ * Defines values for AutomationRulePropertyArrayConditionSupportedArrayConditionType. \
7467
+ * {@link KnownAutomationRulePropertyArrayConditionSupportedArrayConditionType} can be used interchangeably with AutomationRulePropertyArrayConditionSupportedArrayConditionType,
7468
+ * this enum contains the known values that the service supports.
7469
+ * ### Known values supported by the service
7470
+ * **AnyItem**: Evaluate the condition as true if any item fulfills it
7471
+ */
7472
+ export declare type AutomationRulePropertyArrayConditionSupportedArrayConditionType = string;
7473
+ /** Known values of {@link AutomationRulePropertyChangedConditionSupportedPropertyType} that the service accepts. */
7474
+ export declare enum KnownAutomationRulePropertyChangedConditionSupportedPropertyType {
7475
+ /** Evaluate the condition on the incident severity */
7476
+ IncidentSeverity = "IncidentSeverity",
7477
+ /** Evaluate the condition on the incident status */
7478
+ IncidentStatus = "IncidentStatus",
7479
+ /** Evaluate the condition on the incident owner */
7480
+ IncidentOwner = "IncidentOwner"
7481
+ }
7482
+ /**
7483
+ * Defines values for AutomationRulePropertyChangedConditionSupportedPropertyType. \
7484
+ * {@link KnownAutomationRulePropertyChangedConditionSupportedPropertyType} can be used interchangeably with AutomationRulePropertyChangedConditionSupportedPropertyType,
7485
+ * this enum contains the known values that the service supports.
7486
+ * ### Known values supported by the service
7487
+ * **IncidentSeverity**: Evaluate the condition on the incident severity \
7488
+ * **IncidentStatus**: Evaluate the condition on the incident status \
7489
+ * **IncidentOwner**: Evaluate the condition on the incident owner
7490
+ */
7491
+ export declare type AutomationRulePropertyChangedConditionSupportedPropertyType = string;
7492
+ /** Known values of {@link AutomationRulePropertyChangedConditionSupportedChangedType} that the service accepts. */
7493
+ export declare enum KnownAutomationRulePropertyChangedConditionSupportedChangedType {
7494
+ /** Evaluate the condition on the previous value of the property */
7495
+ ChangedFrom = "ChangedFrom",
7496
+ /** Evaluate the condition on the updated value of the property */
7497
+ ChangedTo = "ChangedTo"
7498
+ }
7499
+ /**
7500
+ * Defines values for AutomationRulePropertyChangedConditionSupportedChangedType. \
7501
+ * {@link KnownAutomationRulePropertyChangedConditionSupportedChangedType} can be used interchangeably with AutomationRulePropertyChangedConditionSupportedChangedType,
7502
+ * this enum contains the known values that the service supports.
7503
+ * ### Known values supported by the service
7504
+ * **ChangedFrom**: Evaluate the condition on the previous value of the property \
7505
+ * **ChangedTo**: Evaluate the condition on the updated value of the property
7506
+ */
7507
+ export declare type AutomationRulePropertyChangedConditionSupportedChangedType = string;
7508
+ /** Known values of {@link AutomationRulePropertyConditionSupportedOperator} that the service accepts. */
7509
+ export declare enum KnownAutomationRulePropertyConditionSupportedOperator {
7510
+ /** Evaluates if the property equals at least one of the condition values */
7511
+ Equals = "Equals",
7512
+ /** Evaluates if the property does not equal any of the condition values */
7513
+ NotEquals = "NotEquals",
7514
+ /** Evaluates if the property contains at least one of the condition values */
7515
+ Contains = "Contains",
7516
+ /** Evaluates if the property does not contain any of the condition values */
7517
+ NotContains = "NotContains",
7518
+ /** Evaluates if the property starts with any of the condition values */
7519
+ StartsWith = "StartsWith",
7520
+ /** Evaluates if the property does not start with any of the condition values */
7521
+ NotStartsWith = "NotStartsWith",
7522
+ /** Evaluates if the property ends with any of the condition values */
7523
+ EndsWith = "EndsWith",
7524
+ /** Evaluates if the property does not end with any of the condition values */
7525
+ NotEndsWith = "NotEndsWith"
7526
+ }
7527
+ /**
7528
+ * Defines values for AutomationRulePropertyConditionSupportedOperator. \
7529
+ * {@link KnownAutomationRulePropertyConditionSupportedOperator} can be used interchangeably with AutomationRulePropertyConditionSupportedOperator,
7530
+ * this enum contains the known values that the service supports.
7531
+ * ### Known values supported by the service
7532
+ * **Equals**: Evaluates if the property equals at least one of the condition values \
7533
+ * **NotEquals**: Evaluates if the property does not equal any of the condition values \
7534
+ * **Contains**: Evaluates if the property contains at least one of the condition values \
7535
+ * **NotContains**: Evaluates if the property does not contain any of the condition values \
7536
+ * **StartsWith**: Evaluates if the property starts with any of the condition values \
7537
+ * **NotStartsWith**: Evaluates if the property does not start with any of the condition values \
7538
+ * **EndsWith**: Evaluates if the property ends with any of the condition values \
7539
+ * **NotEndsWith**: Evaluates if the property does not end with any of the condition values
7540
+ */
7541
+ export declare type AutomationRulePropertyConditionSupportedOperator = string;
6599
7542
  /** Known values of {@link AutomationRulePropertyConditionSupportedProperty} that the service accepts. */
6600
7543
  export declare enum KnownAutomationRulePropertyConditionSupportedProperty {
6601
7544
  /** The title of the incident */
@@ -6614,6 +7557,12 @@ export declare enum KnownAutomationRulePropertyConditionSupportedProperty {
6614
7557
  IncidentLabel = "IncidentLabel",
6615
7558
  /** The provider name of the incident */
6616
7559
  IncidentProviderName = "IncidentProviderName",
7560
+ /** The update source of the incident */
7561
+ IncidentUpdatedBySource = "IncidentUpdatedBySource",
7562
+ /** The incident custom detail key */
7563
+ IncidentCustomDetailsKey = "IncidentCustomDetailsKey",
7564
+ /** The incident custom detail value */
7565
+ IncidentCustomDetailsValue = "IncidentCustomDetailsValue",
6617
7566
  /** The account Azure Active Directory tenant id */
6618
7567
  AccountAadTenantId = "AccountAadTenantId",
6619
7568
  /** The account Azure Active Directory user id */
@@ -6632,6 +7581,8 @@ export declare enum KnownAutomationRulePropertyConditionSupportedProperty {
6632
7581
  AccountUPNSuffix = "AccountUPNSuffix",
6633
7582
  /** The name of the product of the alert */
6634
7583
  AlertProductNames = "AlertProductNames",
7584
+ /** The analytic rule ids of the alert */
7585
+ AlertAnalyticRuleIds = "AlertAnalyticRuleIds",
6635
7586
  /** The Azure resource id */
6636
7587
  AzureResourceResourceId = "AzureResourceResourceId",
6637
7588
  /** The Azure resource subscription id */
@@ -6720,6 +7671,9 @@ export declare enum KnownAutomationRulePropertyConditionSupportedProperty {
6720
7671
  * **IncidentTactics**: The tactics of the incident \
6721
7672
  * **IncidentLabel**: The labels of the incident \
6722
7673
  * **IncidentProviderName**: The provider name of the incident \
7674
+ * **IncidentUpdatedBySource**: The update source of the incident \
7675
+ * **IncidentCustomDetailsKey**: The incident custom detail key \
7676
+ * **IncidentCustomDetailsValue**: The incident custom detail value \
6723
7677
  * **AccountAadTenantId**: The account Azure Active Directory tenant id \
6724
7678
  * **AccountAadUserId**: The account Azure Active Directory user id \
6725
7679
  * **AccountName**: The account name \
@@ -6729,6 +7683,7 @@ export declare enum KnownAutomationRulePropertyConditionSupportedProperty {
6729
7683
  * **AccountObjectGuid**: The account unique identifier \
6730
7684
  * **AccountUPNSuffix**: The account user principal name suffix \
6731
7685
  * **AlertProductNames**: The name of the product of the alert \
7686
+ * **AlertAnalyticRuleIds**: The analytic rule ids of the alert \
6732
7687
  * **AzureResourceResourceId**: The Azure resource id \
6733
7688
  * **AzureResourceSubscriptionId**: The Azure resource subscription id \
6734
7689
  * **CloudApplicationAppId**: The cloud application identifier \
@@ -6768,40 +7723,6 @@ export declare enum KnownAutomationRulePropertyConditionSupportedProperty {
6768
7723
  * **Url**: The url
6769
7724
  */
6770
7725
  export declare type AutomationRulePropertyConditionSupportedProperty = string;
6771
- /** Known values of {@link AutomationRulePropertyConditionSupportedOperator} that the service accepts. */
6772
- export declare enum KnownAutomationRulePropertyConditionSupportedOperator {
6773
- /** Evaluates if the property equals at least one of the condition values */
6774
- Equals = "Equals",
6775
- /** Evaluates if the property does not equal any of the condition values */
6776
- NotEquals = "NotEquals",
6777
- /** Evaluates if the property contains at least one of the condition values */
6778
- Contains = "Contains",
6779
- /** Evaluates if the property does not contain any of the condition values */
6780
- NotContains = "NotContains",
6781
- /** Evaluates if the property starts with any of the condition values */
6782
- StartsWith = "StartsWith",
6783
- /** Evaluates if the property does not start with any of the condition values */
6784
- NotStartsWith = "NotStartsWith",
6785
- /** Evaluates if the property ends with any of the condition values */
6786
- EndsWith = "EndsWith",
6787
- /** Evaluates if the property does not end with any of the condition values */
6788
- NotEndsWith = "NotEndsWith"
6789
- }
6790
- /**
6791
- * Defines values for AutomationRulePropertyConditionSupportedOperator. \
6792
- * {@link KnownAutomationRulePropertyConditionSupportedOperator} can be used interchangeably with AutomationRulePropertyConditionSupportedOperator,
6793
- * this enum contains the known values that the service supports.
6794
- * ### Known values supported by the service
6795
- * **Equals**: Evaluates if the property equals at least one of the condition values \
6796
- * **NotEquals**: Evaluates if the property does not equal any of the condition values \
6797
- * **Contains**: Evaluates if the property contains at least one of the condition values \
6798
- * **NotContains**: Evaluates if the property does not contain any of the condition values \
6799
- * **StartsWith**: Evaluates if the property starts with any of the condition values \
6800
- * **NotStartsWith**: Evaluates if the property does not start with any of the condition values \
6801
- * **EndsWith**: Evaluates if the property ends with any of the condition values \
6802
- * **NotEndsWith**: Evaluates if the property does not end with any of the condition values
6803
- */
6804
- export declare type AutomationRulePropertyConditionSupportedOperator = string;
6805
7726
  /** Known values of {@link EntityType} that the service accepts. */
6806
7727
  export declare enum KnownEntityType {
6807
7728
  /** Entity represents account in the system. */
@@ -6845,7 +7766,9 @@ export declare enum KnownEntityType {
6845
7766
  /** Entity represents mailbox in the system. */
6846
7767
  Mailbox = "Mailbox",
6847
7768
  /** Entity represents submission mail in the system. */
6848
- SubmissionMail = "SubmissionMail"
7769
+ SubmissionMail = "SubmissionMail",
7770
+ /** Entity represents network interface in the system. */
7771
+ Nic = "Nic"
6849
7772
  }
6850
7773
  /**
6851
7774
  * Defines values for EntityType. \
@@ -6872,14 +7795,19 @@ export declare enum KnownEntityType {
6872
7795
  * **MailCluster**: Entity represents mail cluster in the system. \
6873
7796
  * **MailMessage**: Entity represents mail message in the system. \
6874
7797
  * **Mailbox**: Entity represents mailbox in the system. \
6875
- * **SubmissionMail**: Entity represents submission mail in the system.
7798
+ * **SubmissionMail**: Entity represents submission mail in the system. \
7799
+ * **Nic**: Entity represents network interface in the system.
6876
7800
  */
6877
7801
  export declare type EntityType = string;
6878
7802
  /** Known values of {@link OutputType} that the service accepts. */
6879
7803
  export declare enum KnownOutputType {
7804
+ /** Number */
6880
7805
  Number = "Number",
7806
+ /** String */
6881
7807
  String = "String",
7808
+ /** Date */
6882
7809
  Date = "Date",
7810
+ /** Entity */
6883
7811
  Entity = "Entity"
6884
7812
  }
6885
7813
  /**
@@ -6893,11 +7821,47 @@ export declare enum KnownOutputType {
6893
7821
  * **Entity**
6894
7822
  */
6895
7823
  export declare type OutputType = string;
7824
+ /** Known values of {@link SettingsStatus} that the service accepts. */
7825
+ export declare enum KnownSettingsStatus {
7826
+ /** Anomaly settings status in Production mode */
7827
+ Production = "Production",
7828
+ /** Anomaly settings status in Flighting mode */
7829
+ Flighting = "Flighting"
7830
+ }
7831
+ /**
7832
+ * Defines values for SettingsStatus. \
7833
+ * {@link KnownSettingsStatus} can be used interchangeably with SettingsStatus,
7834
+ * this enum contains the known values that the service supports.
7835
+ * ### Known values supported by the service
7836
+ * **Production**: Anomaly settings status in Production mode \
7837
+ * **Flighting**: Anomaly settings status in Flighting mode
7838
+ */
7839
+ export declare type SettingsStatus = string;
7840
+ /** Known values of {@link EntityProviders} that the service accepts. */
7841
+ export declare enum KnownEntityProviders {
7842
+ /** ActiveDirectory */
7843
+ ActiveDirectory = "ActiveDirectory",
7844
+ /** AzureActiveDirectory */
7845
+ AzureActiveDirectory = "AzureActiveDirectory"
7846
+ }
7847
+ /**
7848
+ * Defines values for EntityProviders. \
7849
+ * {@link KnownEntityProviders} can be used interchangeably with EntityProviders,
7850
+ * this enum contains the known values that the service supports.
7851
+ * ### Known values supported by the service
7852
+ * **ActiveDirectory** \
7853
+ * **AzureActiveDirectory**
7854
+ */
7855
+ export declare type EntityProviders = string;
6896
7856
  /** Known values of {@link UebaDataSources} that the service accepts. */
6897
7857
  export declare enum KnownUebaDataSources {
7858
+ /** AuditLogs */
6898
7859
  AuditLogs = "AuditLogs",
7860
+ /** AzureActivity */
6899
7861
  AzureActivity = "AzureActivity",
7862
+ /** SecurityEvent */
6900
7863
  SecurityEvent = "SecurityEvent",
7864
+ /** SigninLogs */
6901
7865
  SigninLogs = "SigninLogs"
6902
7866
  }
6903
7867
  /**
@@ -6911,23 +7875,11 @@ export declare enum KnownUebaDataSources {
6911
7875
  * **SigninLogs**
6912
7876
  */
6913
7877
  export declare type UebaDataSources = string;
6914
- /** Known values of {@link SkuKind} that the service accepts. */
6915
- export declare enum KnownSkuKind {
6916
- PerGB = "PerGB",
6917
- CapacityReservation = "CapacityReservation"
6918
- }
6919
- /**
6920
- * Defines values for SkuKind. \
6921
- * {@link KnownSkuKind} can be used interchangeably with SkuKind,
6922
- * this enum contains the known values that the service supports.
6923
- * ### Known values supported by the service
6924
- * **PerGB** \
6925
- * **CapacityReservation**
6926
- */
6927
- export declare type SkuKind = string;
6928
7878
  /** Known values of {@link DataTypeState} that the service accepts. */
6929
7879
  export declare enum KnownDataTypeState {
7880
+ /** Enabled */
6930
7881
  Enabled = "Enabled",
7882
+ /** Disabled */
6931
7883
  Disabled = "Disabled"
6932
7884
  }
6933
7885
  /**
@@ -6960,6 +7912,7 @@ export declare enum KnownPollingFrequency {
6960
7912
  export declare type PollingFrequency = string;
6961
7913
  /** Known values of {@link ConnectivityType} that the service accepts. */
6962
7914
  export declare enum KnownConnectivityType {
7915
+ /** IsConnectedQuery */
6963
7916
  IsConnectedQuery = "IsConnectedQuery"
6964
7917
  }
6965
7918
  /**
@@ -6972,11 +7925,17 @@ export declare enum KnownConnectivityType {
6972
7925
  export declare type ConnectivityType = string;
6973
7926
  /** Known values of {@link ProviderName} that the service accepts. */
6974
7927
  export declare enum KnownProviderName {
7928
+ /** MicrosoftOperationalInsightsSolutions */
6975
7929
  MicrosoftOperationalInsightsSolutions = "Microsoft.OperationalInsights/solutions",
7930
+ /** MicrosoftOperationalInsightsWorkspaces */
6976
7931
  MicrosoftOperationalInsightsWorkspaces = "Microsoft.OperationalInsights/workspaces",
7932
+ /** MicrosoftOperationalInsightsWorkspacesDatasources */
6977
7933
  MicrosoftOperationalInsightsWorkspacesDatasources = "Microsoft.OperationalInsights/workspaces/datasources",
7934
+ /** MicrosoftAadiamDiagnosticSettings */
6978
7935
  MicrosoftAadiamDiagnosticSettings = "microsoft.aadiam/diagnosticSettings",
7936
+ /** MicrosoftOperationalInsightsWorkspacesSharedKeys */
6979
7937
  MicrosoftOperationalInsightsWorkspacesSharedKeys = "Microsoft.OperationalInsights/workspaces/sharedKeys",
7938
+ /** MicrosoftAuthorizationPolicyAssignments */
6980
7939
  MicrosoftAuthorizationPolicyAssignments = "Microsoft.Authorization/policyAssignments"
6981
7940
  }
6982
7941
  /**
@@ -6994,8 +7953,11 @@ export declare enum KnownProviderName {
6994
7953
  export declare type ProviderName = string;
6995
7954
  /** Known values of {@link PermissionProviderScope} that the service accepts. */
6996
7955
  export declare enum KnownPermissionProviderScope {
7956
+ /** ResourceGroup */
6997
7957
  ResourceGroup = "ResourceGroup",
7958
+ /** Subscription */
6998
7959
  Subscription = "Subscription",
7960
+ /** Workspace */
6999
7961
  Workspace = "Workspace"
7000
7962
  }
7001
7963
  /**
@@ -7010,8 +7972,11 @@ export declare enum KnownPermissionProviderScope {
7010
7972
  export declare type PermissionProviderScope = string;
7011
7973
  /** Known values of {@link SettingType} that the service accepts. */
7012
7974
  export declare enum KnownSettingType {
7975
+ /** CopyableLabel */
7013
7976
  CopyableLabel = "CopyableLabel",
7977
+ /** InstructionStepsGroup */
7014
7978
  InstructionStepsGroup = "InstructionStepsGroup",
7979
+ /** InfoMessage */
7015
7980
  InfoMessage = "InfoMessage"
7016
7981
  }
7017
7982
  /**
@@ -7049,6 +8014,28 @@ export declare enum KnownFileHashAlgorithm {
7049
8014
  * **SHA256AC**: SHA256 Authenticode hash type
7050
8015
  */
7051
8016
  export declare type FileHashAlgorithm = string;
8017
+ /** Known values of {@link DeviceImportance} that the service accepts. */
8018
+ export declare enum KnownDeviceImportance {
8019
+ /** Unknown - Default value */
8020
+ Unknown = "Unknown",
8021
+ /** Low */
8022
+ Low = "Low",
8023
+ /** Normal */
8024
+ Normal = "Normal",
8025
+ /** High */
8026
+ High = "High"
8027
+ }
8028
+ /**
8029
+ * Defines values for DeviceImportance. \
8030
+ * {@link KnownDeviceImportance} can be used interchangeably with DeviceImportance,
8031
+ * this enum contains the known values that the service supports.
8032
+ * ### Known values supported by the service
8033
+ * **Unknown**: Unknown - Default value \
8034
+ * **Low**: Low \
8035
+ * **Normal**: Normal \
8036
+ * **High**: High
8037
+ */
8038
+ export declare type DeviceImportance = string;
7052
8039
  /** Known values of {@link AntispamMailDirection} that the service accepts. */
7053
8040
  export declare enum KnownAntispamMailDirection {
7054
8041
  /** Unknown */
@@ -7454,7 +8441,7 @@ export declare type EntityRelationsGetRelationResponse = Relation;
7454
8441
  /** Optional parameters. */
7455
8442
  export interface EntityQueriesListOptionalParams extends coreClient.OperationOptions {
7456
8443
  /** The entity query kind we want to fetch */
7457
- kind?: Enum12;
8444
+ kind?: Enum13;
7458
8445
  }
7459
8446
  /** Contains response data for the list operation. */
7460
8447
  export declare type EntityQueriesListResponse = EntityQueryList;
@@ -7474,7 +8461,7 @@ export interface EntityQueriesDeleteOptionalParams extends coreClient.OperationO
7474
8461
  /** Optional parameters. */
7475
8462
  export interface EntityQueriesListNextOptionalParams extends coreClient.OperationOptions {
7476
8463
  /** The entity query kind we want to fetch */
7477
- kind?: Enum12;
8464
+ kind?: Enum13;
7478
8465
  }
7479
8466
  /** Contains response data for the listNext operation. */
7480
8467
  export declare type EntityQueriesListNextResponse = EntityQueryList;
@@ -7494,6 +8481,51 @@ export interface EntityQueryTemplatesListNextOptionalParams extends coreClient.O
7494
8481
  /** Contains response data for the listNext operation. */
7495
8482
  export declare type EntityQueryTemplatesListNextResponse = EntityQueryTemplateList;
7496
8483
  /** Optional parameters. */
8484
+ export interface FileImportsListOptionalParams extends coreClient.OperationOptions {
8485
+ /** Filters the results, based on a Boolean condition. Optional. */
8486
+ filter?: string;
8487
+ /** Sorts the results. Optional. */
8488
+ orderby?: string;
8489
+ /** Returns only the first n results. Optional. */
8490
+ top?: number;
8491
+ /** 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. */
8492
+ skipToken?: string;
8493
+ }
8494
+ /** Contains response data for the list operation. */
8495
+ export declare type FileImportsListResponse = FileImportList;
8496
+ /** Optional parameters. */
8497
+ export interface FileImportsGetOptionalParams extends coreClient.OperationOptions {
8498
+ }
8499
+ /** Contains response data for the get operation. */
8500
+ export declare type FileImportsGetResponse = FileImport;
8501
+ /** Optional parameters. */
8502
+ export interface FileImportsCreateOptionalParams extends coreClient.OperationOptions {
8503
+ }
8504
+ /** Contains response data for the create operation. */
8505
+ export declare type FileImportsCreateResponse = FileImport;
8506
+ /** Optional parameters. */
8507
+ export interface FileImportsDeleteOptionalParams extends coreClient.OperationOptions {
8508
+ /** Delay to wait until next poll, in milliseconds. */
8509
+ updateIntervalInMs?: number;
8510
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
8511
+ resumeFrom?: string;
8512
+ }
8513
+ /** Contains response data for the delete operation. */
8514
+ export declare type FileImportsDeleteResponse = FileImport;
8515
+ /** Optional parameters. */
8516
+ export interface FileImportsListNextOptionalParams extends coreClient.OperationOptions {
8517
+ /** Filters the results, based on a Boolean condition. Optional. */
8518
+ filter?: string;
8519
+ /** Sorts the results. Optional. */
8520
+ orderby?: string;
8521
+ /** Returns only the first n results. Optional. */
8522
+ top?: number;
8523
+ /** 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. */
8524
+ skipToken?: string;
8525
+ }
8526
+ /** Contains response data for the listNext operation. */
8527
+ export declare type FileImportsListNextResponse = FileImportList;
8528
+ /** Optional parameters. */
7497
8529
  export interface IncidentCommentsListOptionalParams extends coreClient.OperationOptions {
7498
8530
  /** Filters the results, based on a Boolean condition. Optional. */
7499
8531
  filter?: string;
@@ -7654,6 +8686,29 @@ export interface SentinelOnboardingStatesListOptionalParams extends coreClient.O
7654
8686
  /** Contains response data for the list operation. */
7655
8687
  export declare type SentinelOnboardingStatesListResponse = SentinelOnboardingStatesList;
7656
8688
  /** Optional parameters. */
8689
+ export interface SecurityMLAnalyticsSettingsListOptionalParams extends coreClient.OperationOptions {
8690
+ }
8691
+ /** Contains response data for the list operation. */
8692
+ export declare type SecurityMLAnalyticsSettingsListResponse = SecurityMLAnalyticsSettingsList;
8693
+ /** Optional parameters. */
8694
+ export interface SecurityMLAnalyticsSettingsGetOptionalParams extends coreClient.OperationOptions {
8695
+ }
8696
+ /** Contains response data for the get operation. */
8697
+ export declare type SecurityMLAnalyticsSettingsGetResponse = SecurityMLAnalyticsSettingUnion;
8698
+ /** Optional parameters. */
8699
+ export interface SecurityMLAnalyticsSettingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
8700
+ }
8701
+ /** Contains response data for the createOrUpdate operation. */
8702
+ export declare type SecurityMLAnalyticsSettingsCreateOrUpdateResponse = SecurityMLAnalyticsSettingUnion;
8703
+ /** Optional parameters. */
8704
+ export interface SecurityMLAnalyticsSettingsDeleteOptionalParams extends coreClient.OperationOptions {
8705
+ }
8706
+ /** Optional parameters. */
8707
+ export interface SecurityMLAnalyticsSettingsListNextOptionalParams extends coreClient.OperationOptions {
8708
+ }
8709
+ /** Contains response data for the listNext operation. */
8710
+ export declare type SecurityMLAnalyticsSettingsListNextResponse = SecurityMLAnalyticsSettingsList;
8711
+ /** Optional parameters. */
7657
8712
  export interface ProductSettingsListOptionalParams extends coreClient.OperationOptions {
7658
8713
  }
7659
8714
  /** Contains response data for the list operation. */