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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (524) hide show
  1. package/CHANGELOG.md +446 -0
  2. package/README.md +18 -7
  3. package/dist/index.js +6280 -4211
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/actionsCreateOrUpdateSample.d.ts +2 -0
  8. package/dist-esm/samples-dev/actionsCreateOrUpdateSample.d.ts.map +1 -0
  9. package/dist-esm/samples-dev/actionsCreateOrUpdateSample.js +38 -0
  10. package/dist-esm/samples-dev/actionsCreateOrUpdateSample.js.map +1 -0
  11. package/dist-esm/samples-dev/actionsDeleteSample.d.ts +2 -0
  12. package/dist-esm/samples-dev/actionsDeleteSample.d.ts.map +1 -0
  13. package/dist-esm/samples-dev/actionsDeleteSample.js +33 -0
  14. package/dist-esm/samples-dev/actionsDeleteSample.js.map +1 -0
  15. package/dist-esm/samples-dev/actionsGetSample.d.ts +2 -0
  16. package/dist-esm/samples-dev/actionsGetSample.d.ts.map +1 -0
  17. package/dist-esm/samples-dev/actionsGetSample.js +33 -0
  18. package/dist-esm/samples-dev/actionsGetSample.js.map +1 -0
  19. package/dist-esm/samples-dev/actionsListByAlertRuleSample.d.ts +2 -0
  20. package/dist-esm/samples-dev/actionsListByAlertRuleSample.d.ts.map +1 -0
  21. package/dist-esm/samples-dev/actionsListByAlertRuleSample.js +46 -0
  22. package/dist-esm/samples-dev/actionsListByAlertRuleSample.js.map +1 -0
  23. package/dist-esm/samples-dev/alertRuleTemplatesGetSample.d.ts +2 -0
  24. package/dist-esm/samples-dev/alertRuleTemplatesGetSample.d.ts.map +1 -0
  25. package/dist-esm/samples-dev/alertRuleTemplatesGetSample.js +32 -0
  26. package/dist-esm/samples-dev/alertRuleTemplatesGetSample.js.map +1 -0
  27. package/dist-esm/samples-dev/alertRuleTemplatesListSample.d.ts +2 -0
  28. package/dist-esm/samples-dev/alertRuleTemplatesListSample.d.ts.map +1 -0
  29. package/dist-esm/samples-dev/alertRuleTemplatesListSample.js +45 -0
  30. package/dist-esm/samples-dev/alertRuleTemplatesListSample.js.map +1 -0
  31. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.d.ts +2 -0
  32. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.d.ts.map +1 -0
  33. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.js +454 -0
  34. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.js.map +1 -0
  35. package/dist-esm/samples-dev/alertRulesDeleteSample.d.ts +2 -0
  36. package/dist-esm/samples-dev/alertRulesDeleteSample.d.ts.map +1 -0
  37. package/dist-esm/samples-dev/alertRulesDeleteSample.js +32 -0
  38. package/dist-esm/samples-dev/alertRulesDeleteSample.js.map +1 -0
  39. package/dist-esm/samples-dev/alertRulesGetSample.d.ts +2 -0
  40. package/dist-esm/samples-dev/alertRulesGetSample.d.ts.map +1 -0
  41. package/dist-esm/samples-dev/alertRulesGetSample.js +89 -0
  42. package/dist-esm/samples-dev/alertRulesGetSample.js.map +1 -0
  43. package/dist-esm/samples-dev/alertRulesListSample.d.ts +2 -0
  44. package/dist-esm/samples-dev/alertRulesListSample.d.ts.map +1 -0
  45. package/dist-esm/samples-dev/alertRulesListSample.js +45 -0
  46. package/dist-esm/samples-dev/alertRulesListSample.js.map +1 -0
  47. package/dist-esm/samples-dev/automationRulesCreateOrUpdateSample.d.ts +2 -0
  48. package/dist-esm/samples-dev/automationRulesCreateOrUpdateSample.d.ts.map +1 -0
  49. package/dist-esm/samples-dev/automationRulesCreateOrUpdateSample.js +32 -0
  50. package/dist-esm/samples-dev/automationRulesCreateOrUpdateSample.js.map +1 -0
  51. package/dist-esm/samples-dev/automationRulesDeleteSample.d.ts +2 -0
  52. package/dist-esm/samples-dev/automationRulesDeleteSample.d.ts.map +1 -0
  53. package/dist-esm/samples-dev/automationRulesDeleteSample.js +32 -0
  54. package/dist-esm/samples-dev/automationRulesDeleteSample.js.map +1 -0
  55. package/dist-esm/samples-dev/automationRulesGetSample.d.ts +2 -0
  56. package/dist-esm/samples-dev/automationRulesGetSample.d.ts.map +1 -0
  57. package/dist-esm/samples-dev/automationRulesGetSample.js +32 -0
  58. package/dist-esm/samples-dev/automationRulesGetSample.js.map +1 -0
  59. package/dist-esm/samples-dev/automationRulesListSample.d.ts +2 -0
  60. package/dist-esm/samples-dev/automationRulesListSample.d.ts.map +1 -0
  61. package/dist-esm/samples-dev/automationRulesListSample.js +45 -0
  62. package/dist-esm/samples-dev/automationRulesListSample.js.map +1 -0
  63. package/dist-esm/samples-dev/bookmarkExpandSample.d.ts +2 -0
  64. package/dist-esm/samples-dev/bookmarkExpandSample.d.ts.map +1 -0
  65. package/dist-esm/samples-dev/bookmarkExpandSample.js +37 -0
  66. package/dist-esm/samples-dev/bookmarkExpandSample.js.map +1 -0
  67. package/dist-esm/samples-dev/bookmarkRelationsCreateOrUpdateSample.d.ts +2 -0
  68. package/dist-esm/samples-dev/bookmarkRelationsCreateOrUpdateSample.d.ts.map +1 -0
  69. package/dist-esm/samples-dev/bookmarkRelationsCreateOrUpdateSample.js +36 -0
  70. package/dist-esm/samples-dev/bookmarkRelationsCreateOrUpdateSample.js.map +1 -0
  71. package/dist-esm/samples-dev/bookmarkRelationsDeleteSample.d.ts +2 -0
  72. package/dist-esm/samples-dev/bookmarkRelationsDeleteSample.d.ts.map +1 -0
  73. package/dist-esm/samples-dev/bookmarkRelationsDeleteSample.js +33 -0
  74. package/dist-esm/samples-dev/bookmarkRelationsDeleteSample.js.map +1 -0
  75. package/dist-esm/samples-dev/bookmarkRelationsGetSample.d.ts +2 -0
  76. package/dist-esm/samples-dev/bookmarkRelationsGetSample.d.ts.map +1 -0
  77. package/dist-esm/samples-dev/bookmarkRelationsGetSample.js +33 -0
  78. package/dist-esm/samples-dev/bookmarkRelationsGetSample.js.map +1 -0
  79. package/dist-esm/samples-dev/bookmarkRelationsListSample.d.ts +2 -0
  80. package/dist-esm/samples-dev/bookmarkRelationsListSample.d.ts.map +1 -0
  81. package/dist-esm/samples-dev/bookmarkRelationsListSample.js +46 -0
  82. package/dist-esm/samples-dev/bookmarkRelationsListSample.js.map +1 -0
  83. package/dist-esm/samples-dev/bookmarksCreateOrUpdateSample.d.ts +2 -0
  84. package/dist-esm/samples-dev/bookmarksCreateOrUpdateSample.d.ts.map +1 -0
  85. package/dist-esm/samples-dev/bookmarksCreateOrUpdateSample.js +54 -0
  86. package/dist-esm/samples-dev/bookmarksCreateOrUpdateSample.js.map +1 -0
  87. package/dist-esm/samples-dev/bookmarksDeleteSample.d.ts +2 -0
  88. package/dist-esm/samples-dev/bookmarksDeleteSample.d.ts.map +1 -0
  89. package/dist-esm/samples-dev/bookmarksDeleteSample.js +32 -0
  90. package/dist-esm/samples-dev/bookmarksDeleteSample.js.map +1 -0
  91. package/dist-esm/samples-dev/bookmarksGetSample.d.ts +2 -0
  92. package/dist-esm/samples-dev/bookmarksGetSample.d.ts.map +1 -0
  93. package/dist-esm/samples-dev/bookmarksGetSample.js +32 -0
  94. package/dist-esm/samples-dev/bookmarksGetSample.js.map +1 -0
  95. package/dist-esm/samples-dev/bookmarksListSample.d.ts +2 -0
  96. package/dist-esm/samples-dev/bookmarksListSample.d.ts.map +1 -0
  97. package/dist-esm/samples-dev/bookmarksListSample.js +45 -0
  98. package/dist-esm/samples-dev/bookmarksListSample.js.map +1 -0
  99. package/dist-esm/samples-dev/dataConnectorsCheckRequirementsPostSample.d.ts +2 -0
  100. package/dist-esm/samples-dev/dataConnectorsCheckRequirementsPostSample.d.ts.map +1 -0
  101. package/dist-esm/samples-dev/dataConnectorsCheckRequirementsPostSample.js +365 -0
  102. package/dist-esm/samples-dev/dataConnectorsCheckRequirementsPostSample.js.map +1 -0
  103. package/dist-esm/samples-dev/dataConnectorsConnectSample.d.ts +2 -0
  104. package/dist-esm/samples-dev/dataConnectorsConnectSample.d.ts.map +1 -0
  105. package/dist-esm/samples-dev/dataConnectorsConnectSample.js +78 -0
  106. package/dist-esm/samples-dev/dataConnectorsConnectSample.js.map +1 -0
  107. package/dist-esm/samples-dev/dataConnectorsCreateOrUpdateSample.d.ts +2 -0
  108. package/dist-esm/samples-dev/dataConnectorsCreateOrUpdateSample.d.ts.map +1 -0
  109. package/dist-esm/samples-dev/dataConnectorsCreateOrUpdateSample.js +421 -0
  110. package/dist-esm/samples-dev/dataConnectorsCreateOrUpdateSample.js.map +1 -0
  111. package/dist-esm/samples-dev/dataConnectorsDeleteSample.d.ts +2 -0
  112. package/dist-esm/samples-dev/dataConnectorsDeleteSample.d.ts.map +1 -0
  113. package/dist-esm/samples-dev/dataConnectorsDeleteSample.js +108 -0
  114. package/dist-esm/samples-dev/dataConnectorsDeleteSample.js.map +1 -0
  115. package/dist-esm/samples-dev/dataConnectorsDisconnectSample.d.ts +2 -0
  116. package/dist-esm/samples-dev/dataConnectorsDisconnectSample.d.ts.map +1 -0
  117. package/dist-esm/samples-dev/dataConnectorsDisconnectSample.js +32 -0
  118. package/dist-esm/samples-dev/dataConnectorsDisconnectSample.js.map +1 -0
  119. package/dist-esm/samples-dev/dataConnectorsGetSample.d.ts +2 -0
  120. package/dist-esm/samples-dev/dataConnectorsGetSample.d.ts.map +1 -0
  121. package/dist-esm/samples-dev/dataConnectorsGetSample.js +393 -0
  122. package/dist-esm/samples-dev/dataConnectorsGetSample.js.map +1 -0
  123. package/dist-esm/samples-dev/dataConnectorsListSample.d.ts +2 -0
  124. package/dist-esm/samples-dev/dataConnectorsListSample.d.ts.map +1 -0
  125. package/dist-esm/samples-dev/dataConnectorsListSample.js +45 -0
  126. package/dist-esm/samples-dev/dataConnectorsListSample.js.map +1 -0
  127. package/dist-esm/samples-dev/domainWhoisGetSample.d.ts +2 -0
  128. package/dist-esm/samples-dev/domainWhoisGetSample.d.ts.map +1 -0
  129. package/dist-esm/samples-dev/domainWhoisGetSample.js +31 -0
  130. package/dist-esm/samples-dev/domainWhoisGetSample.js.map +1 -0
  131. package/dist-esm/samples-dev/entitiesExpandSample.d.ts +2 -0
  132. package/dist-esm/samples-dev/entitiesExpandSample.d.ts.map +1 -0
  133. package/dist-esm/samples-dev/entitiesExpandSample.js +37 -0
  134. package/dist-esm/samples-dev/entitiesExpandSample.js.map +1 -0
  135. package/dist-esm/samples-dev/entitiesGetInsightsSample.d.ts +2 -0
  136. package/dist-esm/samples-dev/entitiesGetInsightsSample.d.ts.map +1 -0
  137. package/dist-esm/samples-dev/entitiesGetInsightsSample.js +38 -0
  138. package/dist-esm/samples-dev/entitiesGetInsightsSample.js.map +1 -0
  139. package/dist-esm/samples-dev/entitiesGetSample.d.ts +2 -0
  140. package/dist-esm/samples-dev/entitiesGetSample.d.ts.map +1 -0
  141. package/dist-esm/samples-dev/entitiesGetSample.js +393 -0
  142. package/dist-esm/samples-dev/entitiesGetSample.js.map +1 -0
  143. package/dist-esm/samples-dev/entitiesGetTimelineListSample.d.ts +2 -0
  144. package/dist-esm/samples-dev/entitiesGetTimelineListSample.d.ts.map +1 -0
  145. package/dist-esm/samples-dev/entitiesGetTimelineListSample.js +37 -0
  146. package/dist-esm/samples-dev/entitiesGetTimelineListSample.js.map +1 -0
  147. package/dist-esm/samples-dev/entitiesListSample.d.ts +2 -0
  148. package/dist-esm/samples-dev/entitiesListSample.d.ts.map +1 -0
  149. package/dist-esm/samples-dev/entitiesListSample.js +45 -0
  150. package/dist-esm/samples-dev/entitiesListSample.js.map +1 -0
  151. package/dist-esm/samples-dev/entitiesQueriesSample.d.ts +2 -0
  152. package/dist-esm/samples-dev/entitiesQueriesSample.d.ts.map +1 -0
  153. package/dist-esm/samples-dev/entitiesQueriesSample.js +33 -0
  154. package/dist-esm/samples-dev/entitiesQueriesSample.js.map +1 -0
  155. package/dist-esm/samples-dev/entitiesRelationsListSample.d.ts +2 -0
  156. package/dist-esm/samples-dev/entitiesRelationsListSample.d.ts.map +1 -0
  157. package/dist-esm/samples-dev/entitiesRelationsListSample.js +46 -0
  158. package/dist-esm/samples-dev/entitiesRelationsListSample.js.map +1 -0
  159. package/dist-esm/samples-dev/entityQueriesCreateOrUpdateSample.d.ts +2 -0
  160. package/dist-esm/samples-dev/entityQueriesCreateOrUpdateSample.d.ts.map +1 -0
  161. package/dist-esm/samples-dev/entityQueriesCreateOrUpdateSample.js +52 -0
  162. package/dist-esm/samples-dev/entityQueriesCreateOrUpdateSample.js.map +1 -0
  163. package/dist-esm/samples-dev/entityQueriesDeleteSample.d.ts +2 -0
  164. package/dist-esm/samples-dev/entityQueriesDeleteSample.d.ts.map +1 -0
  165. package/dist-esm/samples-dev/entityQueriesDeleteSample.js +32 -0
  166. package/dist-esm/samples-dev/entityQueriesDeleteSample.js.map +1 -0
  167. package/dist-esm/samples-dev/entityQueriesGetSample.d.ts +2 -0
  168. package/dist-esm/samples-dev/entityQueriesGetSample.d.ts.map +1 -0
  169. package/dist-esm/samples-dev/entityQueriesGetSample.js +51 -0
  170. package/dist-esm/samples-dev/entityQueriesGetSample.js.map +1 -0
  171. package/dist-esm/samples-dev/entityQueriesListSample.d.ts +2 -0
  172. package/dist-esm/samples-dev/entityQueriesListSample.d.ts.map +1 -0
  173. package/dist-esm/samples-dev/entityQueriesListSample.js +47 -0
  174. package/dist-esm/samples-dev/entityQueriesListSample.js.map +1 -0
  175. package/dist-esm/samples-dev/entityQueryTemplatesGetSample.d.ts +2 -0
  176. package/dist-esm/samples-dev/entityQueryTemplatesGetSample.d.ts.map +1 -0
  177. package/dist-esm/samples-dev/entityQueryTemplatesGetSample.js +32 -0
  178. package/dist-esm/samples-dev/entityQueryTemplatesGetSample.js.map +1 -0
  179. package/dist-esm/samples-dev/entityQueryTemplatesListSample.d.ts +2 -0
  180. package/dist-esm/samples-dev/entityQueryTemplatesListSample.d.ts.map +1 -0
  181. package/dist-esm/samples-dev/entityQueryTemplatesListSample.js +45 -0
  182. package/dist-esm/samples-dev/entityQueryTemplatesListSample.js.map +1 -0
  183. package/dist-esm/samples-dev/entityRelationsGetRelationSample.d.ts +2 -0
  184. package/dist-esm/samples-dev/entityRelationsGetRelationSample.d.ts.map +1 -0
  185. package/dist-esm/samples-dev/entityRelationsGetRelationSample.js +33 -0
  186. package/dist-esm/samples-dev/entityRelationsGetRelationSample.js.map +1 -0
  187. package/dist-esm/samples-dev/incidentCommentsCreateOrUpdateSample.d.ts +2 -0
  188. package/dist-esm/samples-dev/incidentCommentsCreateOrUpdateSample.d.ts.map +1 -0
  189. package/dist-esm/samples-dev/incidentCommentsCreateOrUpdateSample.js +34 -0
  190. package/dist-esm/samples-dev/incidentCommentsCreateOrUpdateSample.js.map +1 -0
  191. package/dist-esm/samples-dev/incidentCommentsDeleteSample.d.ts +2 -0
  192. package/dist-esm/samples-dev/incidentCommentsDeleteSample.d.ts.map +1 -0
  193. package/dist-esm/samples-dev/incidentCommentsDeleteSample.js +33 -0
  194. package/dist-esm/samples-dev/incidentCommentsDeleteSample.js.map +1 -0
  195. package/dist-esm/samples-dev/incidentCommentsGetSample.d.ts +2 -0
  196. package/dist-esm/samples-dev/incidentCommentsGetSample.d.ts.map +1 -0
  197. package/dist-esm/samples-dev/incidentCommentsGetSample.js +33 -0
  198. package/dist-esm/samples-dev/incidentCommentsGetSample.js.map +1 -0
  199. package/dist-esm/samples-dev/incidentCommentsListSample.d.ts +2 -0
  200. package/dist-esm/samples-dev/incidentCommentsListSample.d.ts.map +1 -0
  201. package/dist-esm/samples-dev/incidentCommentsListSample.js +46 -0
  202. package/dist-esm/samples-dev/incidentCommentsListSample.js.map +1 -0
  203. package/dist-esm/samples-dev/incidentRelationsCreateOrUpdateSample.d.ts +2 -0
  204. package/dist-esm/samples-dev/incidentRelationsCreateOrUpdateSample.d.ts.map +1 -0
  205. package/dist-esm/samples-dev/incidentRelationsCreateOrUpdateSample.js +36 -0
  206. package/dist-esm/samples-dev/incidentRelationsCreateOrUpdateSample.js.map +1 -0
  207. package/dist-esm/samples-dev/incidentRelationsDeleteSample.d.ts +2 -0
  208. package/dist-esm/samples-dev/incidentRelationsDeleteSample.d.ts.map +1 -0
  209. package/dist-esm/samples-dev/incidentRelationsDeleteSample.js +33 -0
  210. package/dist-esm/samples-dev/incidentRelationsDeleteSample.js.map +1 -0
  211. package/dist-esm/samples-dev/incidentRelationsGetSample.d.ts +2 -0
  212. package/dist-esm/samples-dev/incidentRelationsGetSample.d.ts.map +1 -0
  213. package/dist-esm/samples-dev/incidentRelationsGetSample.js +33 -0
  214. package/dist-esm/samples-dev/incidentRelationsGetSample.js.map +1 -0
  215. package/dist-esm/samples-dev/incidentRelationsListSample.d.ts +2 -0
  216. package/dist-esm/samples-dev/incidentRelationsListSample.d.ts.map +1 -0
  217. package/dist-esm/samples-dev/incidentRelationsListSample.js +46 -0
  218. package/dist-esm/samples-dev/incidentRelationsListSample.js.map +1 -0
  219. package/dist-esm/samples-dev/incidentsCreateOrUpdateSample.d.ts +2 -0
  220. package/dist-esm/samples-dev/incidentsCreateOrUpdateSample.d.ts.map +1 -0
  221. package/dist-esm/samples-dev/incidentsCreateOrUpdateSample.js +45 -0
  222. package/dist-esm/samples-dev/incidentsCreateOrUpdateSample.js.map +1 -0
  223. package/dist-esm/samples-dev/incidentsCreateTeamSample.d.ts +2 -0
  224. package/dist-esm/samples-dev/incidentsCreateTeamSample.d.ts.map +1 -0
  225. package/dist-esm/samples-dev/incidentsCreateTeamSample.js +36 -0
  226. package/dist-esm/samples-dev/incidentsCreateTeamSample.js.map +1 -0
  227. package/dist-esm/samples-dev/incidentsDeleteSample.d.ts +2 -0
  228. package/dist-esm/samples-dev/incidentsDeleteSample.d.ts.map +1 -0
  229. package/dist-esm/samples-dev/incidentsDeleteSample.js +32 -0
  230. package/dist-esm/samples-dev/incidentsDeleteSample.js.map +1 -0
  231. package/dist-esm/samples-dev/incidentsGetSample.d.ts +2 -0
  232. package/dist-esm/samples-dev/incidentsGetSample.d.ts.map +1 -0
  233. package/dist-esm/samples-dev/incidentsGetSample.js +32 -0
  234. package/dist-esm/samples-dev/incidentsGetSample.js.map +1 -0
  235. package/dist-esm/samples-dev/incidentsListAlertsSample.d.ts +2 -0
  236. package/dist-esm/samples-dev/incidentsListAlertsSample.d.ts.map +1 -0
  237. package/dist-esm/samples-dev/incidentsListAlertsSample.js +32 -0
  238. package/dist-esm/samples-dev/incidentsListAlertsSample.js.map +1 -0
  239. package/dist-esm/samples-dev/incidentsListBookmarksSample.d.ts +2 -0
  240. package/dist-esm/samples-dev/incidentsListBookmarksSample.d.ts.map +1 -0
  241. package/dist-esm/samples-dev/incidentsListBookmarksSample.js +32 -0
  242. package/dist-esm/samples-dev/incidentsListBookmarksSample.js.map +1 -0
  243. package/dist-esm/samples-dev/incidentsListEntitiesSample.d.ts +2 -0
  244. package/dist-esm/samples-dev/incidentsListEntitiesSample.d.ts.map +1 -0
  245. package/dist-esm/samples-dev/incidentsListEntitiesSample.js +32 -0
  246. package/dist-esm/samples-dev/incidentsListEntitiesSample.js.map +1 -0
  247. package/dist-esm/samples-dev/incidentsListSample.d.ts +2 -0
  248. package/dist-esm/samples-dev/incidentsListSample.d.ts.map +1 -0
  249. package/dist-esm/samples-dev/incidentsListSample.js +48 -0
  250. package/dist-esm/samples-dev/incidentsListSample.js.map +1 -0
  251. package/dist-esm/samples-dev/incidentsRunPlaybookSample.d.ts +2 -0
  252. package/dist-esm/samples-dev/incidentsRunPlaybookSample.d.ts.map +1 -0
  253. package/dist-esm/samples-dev/incidentsRunPlaybookSample.js +32 -0
  254. package/dist-esm/samples-dev/incidentsRunPlaybookSample.js.map +1 -0
  255. package/dist-esm/samples-dev/ipGeodataGetSample.d.ts +2 -0
  256. package/dist-esm/samples-dev/ipGeodataGetSample.d.ts.map +1 -0
  257. package/dist-esm/samples-dev/ipGeodataGetSample.js +31 -0
  258. package/dist-esm/samples-dev/ipGeodataGetSample.js.map +1 -0
  259. package/dist-esm/samples-dev/metadataCreateSample.d.ts +2 -0
  260. package/dist-esm/samples-dev/metadataCreateSample.d.ts.map +1 -0
  261. package/dist-esm/samples-dev/metadataCreateSample.js +117 -0
  262. package/dist-esm/samples-dev/metadataCreateSample.js.map +1 -0
  263. package/dist-esm/samples-dev/metadataDeleteSample.d.ts +2 -0
  264. package/dist-esm/samples-dev/metadataDeleteSample.d.ts.map +1 -0
  265. package/dist-esm/samples-dev/metadataDeleteSample.js +32 -0
  266. package/dist-esm/samples-dev/metadataDeleteSample.js.map +1 -0
  267. package/dist-esm/samples-dev/metadataGetSample.d.ts +2 -0
  268. package/dist-esm/samples-dev/metadataGetSample.d.ts.map +1 -0
  269. package/dist-esm/samples-dev/metadataGetSample.js +32 -0
  270. package/dist-esm/samples-dev/metadataGetSample.js.map +1 -0
  271. package/dist-esm/samples-dev/metadataListSample.d.ts +2 -0
  272. package/dist-esm/samples-dev/metadataListSample.d.ts.map +1 -0
  273. package/dist-esm/samples-dev/metadataListSample.js +77 -0
  274. package/dist-esm/samples-dev/metadataListSample.js.map +1 -0
  275. package/dist-esm/samples-dev/metadataUpdateSample.d.ts +2 -0
  276. package/dist-esm/samples-dev/metadataUpdateSample.d.ts.map +1 -0
  277. package/dist-esm/samples-dev/metadataUpdateSample.js +35 -0
  278. package/dist-esm/samples-dev/metadataUpdateSample.js.map +1 -0
  279. package/dist-esm/samples-dev/officeConsentsDeleteSample.d.ts +2 -0
  280. package/dist-esm/samples-dev/officeConsentsDeleteSample.d.ts.map +1 -0
  281. package/dist-esm/samples-dev/officeConsentsDeleteSample.js +32 -0
  282. package/dist-esm/samples-dev/officeConsentsDeleteSample.js.map +1 -0
  283. package/dist-esm/samples-dev/officeConsentsGetSample.d.ts +2 -0
  284. package/dist-esm/samples-dev/officeConsentsGetSample.d.ts.map +1 -0
  285. package/dist-esm/samples-dev/officeConsentsGetSample.js +32 -0
  286. package/dist-esm/samples-dev/officeConsentsGetSample.js.map +1 -0
  287. package/dist-esm/samples-dev/officeConsentsListSample.d.ts +2 -0
  288. package/dist-esm/samples-dev/officeConsentsListSample.d.ts.map +1 -0
  289. package/dist-esm/samples-dev/officeConsentsListSample.js +45 -0
  290. package/dist-esm/samples-dev/officeConsentsListSample.js.map +1 -0
  291. package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
  292. package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
  293. package/dist-esm/samples-dev/operationsListSample.js +43 -0
  294. package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
  295. package/dist-esm/samples-dev/productSettingsDeleteSample.d.ts +2 -0
  296. package/dist-esm/samples-dev/productSettingsDeleteSample.d.ts.map +1 -0
  297. package/dist-esm/samples-dev/productSettingsDeleteSample.js +32 -0
  298. package/dist-esm/samples-dev/productSettingsDeleteSample.js.map +1 -0
  299. package/dist-esm/samples-dev/productSettingsGetSample.d.ts +2 -0
  300. package/dist-esm/samples-dev/productSettingsGetSample.d.ts.map +1 -0
  301. package/dist-esm/samples-dev/productSettingsGetSample.js +32 -0
  302. package/dist-esm/samples-dev/productSettingsGetSample.js.map +1 -0
  303. package/dist-esm/samples-dev/productSettingsListSample.d.ts +2 -0
  304. package/dist-esm/samples-dev/productSettingsListSample.d.ts.map +1 -0
  305. package/dist-esm/samples-dev/productSettingsListSample.js +31 -0
  306. package/dist-esm/samples-dev/productSettingsListSample.js.map +1 -0
  307. package/dist-esm/samples-dev/productSettingsUpdateSample.d.ts +2 -0
  308. package/dist-esm/samples-dev/productSettingsUpdateSample.d.ts.map +1 -0
  309. package/dist-esm/samples-dev/productSettingsUpdateSample.js +36 -0
  310. package/dist-esm/samples-dev/productSettingsUpdateSample.js.map +1 -0
  311. package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.d.ts +2 -0
  312. package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.d.ts.map +1 -0
  313. package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.js +87 -0
  314. package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.js.map +1 -0
  315. package/dist-esm/samples-dev/securityMlAnalyticsSettingsDeleteSample.d.ts +2 -0
  316. package/dist-esm/samples-dev/securityMlAnalyticsSettingsDeleteSample.d.ts.map +1 -0
  317. package/dist-esm/samples-dev/securityMlAnalyticsSettingsDeleteSample.js +32 -0
  318. package/dist-esm/samples-dev/securityMlAnalyticsSettingsDeleteSample.js.map +1 -0
  319. package/dist-esm/samples-dev/securityMlAnalyticsSettingsGetSample.d.ts +2 -0
  320. package/dist-esm/samples-dev/securityMlAnalyticsSettingsGetSample.d.ts.map +1 -0
  321. package/dist-esm/samples-dev/securityMlAnalyticsSettingsGetSample.js +32 -0
  322. package/dist-esm/samples-dev/securityMlAnalyticsSettingsGetSample.js.map +1 -0
  323. package/dist-esm/samples-dev/securityMlAnalyticsSettingsListSample.d.ts +2 -0
  324. package/dist-esm/samples-dev/securityMlAnalyticsSettingsListSample.d.ts.map +1 -0
  325. package/dist-esm/samples-dev/securityMlAnalyticsSettingsListSample.js +45 -0
  326. package/dist-esm/samples-dev/securityMlAnalyticsSettingsListSample.js.map +1 -0
  327. package/dist-esm/samples-dev/sentinelOnboardingStatesCreateSample.d.ts +2 -0
  328. package/dist-esm/samples-dev/sentinelOnboardingStatesCreateSample.d.ts.map +1 -0
  329. package/dist-esm/samples-dev/sentinelOnboardingStatesCreateSample.js +38 -0
  330. package/dist-esm/samples-dev/sentinelOnboardingStatesCreateSample.js.map +1 -0
  331. package/dist-esm/samples-dev/sentinelOnboardingStatesDeleteSample.d.ts +2 -0
  332. package/dist-esm/samples-dev/sentinelOnboardingStatesDeleteSample.d.ts.map +1 -0
  333. package/dist-esm/samples-dev/sentinelOnboardingStatesDeleteSample.js +32 -0
  334. package/dist-esm/samples-dev/sentinelOnboardingStatesDeleteSample.js.map +1 -0
  335. package/dist-esm/samples-dev/sentinelOnboardingStatesGetSample.d.ts +2 -0
  336. package/dist-esm/samples-dev/sentinelOnboardingStatesGetSample.d.ts.map +1 -0
  337. package/dist-esm/samples-dev/sentinelOnboardingStatesGetSample.js +32 -0
  338. package/dist-esm/samples-dev/sentinelOnboardingStatesGetSample.js.map +1 -0
  339. package/dist-esm/samples-dev/sentinelOnboardingStatesListSample.d.ts +2 -0
  340. package/dist-esm/samples-dev/sentinelOnboardingStatesListSample.d.ts.map +1 -0
  341. package/dist-esm/samples-dev/sentinelOnboardingStatesListSample.js +31 -0
  342. package/dist-esm/samples-dev/sentinelOnboardingStatesListSample.js.map +1 -0
  343. package/dist-esm/samples-dev/sourceControlListRepositoriesSample.d.ts +2 -0
  344. package/dist-esm/samples-dev/sourceControlListRepositoriesSample.d.ts.map +1 -0
  345. package/dist-esm/samples-dev/sourceControlListRepositoriesSample.js +46 -0
  346. package/dist-esm/samples-dev/sourceControlListRepositoriesSample.js.map +1 -0
  347. package/dist-esm/samples-dev/sourceControlsCreateSample.d.ts +2 -0
  348. package/dist-esm/samples-dev/sourceControlsCreateSample.d.ts.map +1 -0
  349. package/dist-esm/samples-dev/sourceControlsCreateSample.js +48 -0
  350. package/dist-esm/samples-dev/sourceControlsCreateSample.js.map +1 -0
  351. package/dist-esm/samples-dev/sourceControlsDeleteSample.d.ts +2 -0
  352. package/dist-esm/samples-dev/sourceControlsDeleteSample.d.ts.map +1 -0
  353. package/dist-esm/samples-dev/sourceControlsDeleteSample.js +32 -0
  354. package/dist-esm/samples-dev/sourceControlsDeleteSample.js.map +1 -0
  355. package/dist-esm/samples-dev/sourceControlsGetSample.d.ts +2 -0
  356. package/dist-esm/samples-dev/sourceControlsGetSample.d.ts.map +1 -0
  357. package/dist-esm/samples-dev/sourceControlsGetSample.js +32 -0
  358. package/dist-esm/samples-dev/sourceControlsGetSample.js.map +1 -0
  359. package/dist-esm/samples-dev/sourceControlsListSample.d.ts +2 -0
  360. package/dist-esm/samples-dev/sourceControlsListSample.d.ts.map +1 -0
  361. package/dist-esm/samples-dev/sourceControlsListSample.js +45 -0
  362. package/dist-esm/samples-dev/sourceControlsListSample.js.map +1 -0
  363. package/dist-esm/samples-dev/threatIntelligenceIndicatorAppendTagsSample.d.ts +2 -0
  364. package/dist-esm/samples-dev/threatIntelligenceIndicatorAppendTagsSample.d.ts.map +1 -0
  365. package/dist-esm/samples-dev/threatIntelligenceIndicatorAppendTagsSample.js +35 -0
  366. package/dist-esm/samples-dev/threatIntelligenceIndicatorAppendTagsSample.js.map +1 -0
  367. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateIndicatorSample.d.ts +2 -0
  368. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateIndicatorSample.d.ts.map +1 -0
  369. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateIndicatorSample.js +51 -0
  370. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateIndicatorSample.js.map +1 -0
  371. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateSample.d.ts +2 -0
  372. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateSample.d.ts.map +1 -0
  373. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateSample.js +52 -0
  374. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateSample.js.map +1 -0
  375. package/dist-esm/samples-dev/threatIntelligenceIndicatorDeleteSample.d.ts +2 -0
  376. package/dist-esm/samples-dev/threatIntelligenceIndicatorDeleteSample.d.ts.map +1 -0
  377. package/dist-esm/samples-dev/threatIntelligenceIndicatorDeleteSample.js +32 -0
  378. package/dist-esm/samples-dev/threatIntelligenceIndicatorDeleteSample.js.map +1 -0
  379. package/dist-esm/samples-dev/threatIntelligenceIndicatorGetSample.d.ts +2 -0
  380. package/dist-esm/samples-dev/threatIntelligenceIndicatorGetSample.d.ts.map +1 -0
  381. package/dist-esm/samples-dev/threatIntelligenceIndicatorGetSample.js +32 -0
  382. package/dist-esm/samples-dev/threatIntelligenceIndicatorGetSample.js.map +1 -0
  383. package/dist-esm/samples-dev/threatIntelligenceIndicatorMetricsListSample.d.ts +2 -0
  384. package/dist-esm/samples-dev/threatIntelligenceIndicatorMetricsListSample.d.ts.map +1 -0
  385. package/dist-esm/samples-dev/threatIntelligenceIndicatorMetricsListSample.js +31 -0
  386. package/dist-esm/samples-dev/threatIntelligenceIndicatorMetricsListSample.js.map +1 -0
  387. package/dist-esm/samples-dev/threatIntelligenceIndicatorQueryIndicatorsSample.d.ts +2 -0
  388. package/dist-esm/samples-dev/threatIntelligenceIndicatorQueryIndicatorsSample.d.ts.map +1 -0
  389. package/dist-esm/samples-dev/threatIntelligenceIndicatorQueryIndicatorsSample.js +54 -0
  390. package/dist-esm/samples-dev/threatIntelligenceIndicatorQueryIndicatorsSample.js.map +1 -0
  391. package/dist-esm/samples-dev/threatIntelligenceIndicatorReplaceTagsSample.d.ts +2 -0
  392. package/dist-esm/samples-dev/threatIntelligenceIndicatorReplaceTagsSample.d.ts.map +1 -0
  393. package/dist-esm/samples-dev/threatIntelligenceIndicatorReplaceTagsSample.js +37 -0
  394. package/dist-esm/samples-dev/threatIntelligenceIndicatorReplaceTagsSample.js.map +1 -0
  395. package/dist-esm/samples-dev/threatIntelligenceIndicatorsListSample.d.ts +2 -0
  396. package/dist-esm/samples-dev/threatIntelligenceIndicatorsListSample.d.ts.map +1 -0
  397. package/dist-esm/samples-dev/threatIntelligenceIndicatorsListSample.js +45 -0
  398. package/dist-esm/samples-dev/threatIntelligenceIndicatorsListSample.js.map +1 -0
  399. package/dist-esm/samples-dev/watchlistItemsCreateOrUpdateSample.d.ts +2 -0
  400. package/dist-esm/samples-dev/watchlistItemsCreateOrUpdateSample.d.ts.map +1 -0
  401. package/dist-esm/samples-dev/watchlistItemsCreateOrUpdateSample.js +44 -0
  402. package/dist-esm/samples-dev/watchlistItemsCreateOrUpdateSample.js.map +1 -0
  403. package/dist-esm/samples-dev/watchlistItemsDeleteSample.d.ts +2 -0
  404. package/dist-esm/samples-dev/watchlistItemsDeleteSample.d.ts.map +1 -0
  405. package/dist-esm/samples-dev/watchlistItemsDeleteSample.js +33 -0
  406. package/dist-esm/samples-dev/watchlistItemsDeleteSample.js.map +1 -0
  407. package/dist-esm/samples-dev/watchlistItemsGetSample.d.ts +2 -0
  408. package/dist-esm/samples-dev/watchlistItemsGetSample.d.ts.map +1 -0
  409. package/dist-esm/samples-dev/watchlistItemsGetSample.js +33 -0
  410. package/dist-esm/samples-dev/watchlistItemsGetSample.js.map +1 -0
  411. package/dist-esm/samples-dev/watchlistItemsListSample.d.ts +2 -0
  412. package/dist-esm/samples-dev/watchlistItemsListSample.d.ts.map +1 -0
  413. package/dist-esm/samples-dev/watchlistItemsListSample.js +46 -0
  414. package/dist-esm/samples-dev/watchlistItemsListSample.js.map +1 -0
  415. package/dist-esm/samples-dev/watchlistsCreateOrUpdateSample.d.ts +2 -0
  416. package/dist-esm/samples-dev/watchlistsCreateOrUpdateSample.d.ts.map +1 -0
  417. package/dist-esm/samples-dev/watchlistsCreateOrUpdateSample.js +72 -0
  418. package/dist-esm/samples-dev/watchlistsCreateOrUpdateSample.js.map +1 -0
  419. package/dist-esm/samples-dev/watchlistsDeleteSample.d.ts +2 -0
  420. package/dist-esm/samples-dev/watchlistsDeleteSample.d.ts.map +1 -0
  421. package/dist-esm/samples-dev/watchlistsDeleteSample.js +32 -0
  422. package/dist-esm/samples-dev/watchlistsDeleteSample.js.map +1 -0
  423. package/dist-esm/samples-dev/watchlistsGetSample.d.ts +2 -0
  424. package/dist-esm/samples-dev/watchlistsGetSample.d.ts.map +1 -0
  425. package/dist-esm/samples-dev/watchlistsGetSample.js +32 -0
  426. package/dist-esm/samples-dev/watchlistsGetSample.js.map +1 -0
  427. package/dist-esm/samples-dev/watchlistsListSample.d.ts +2 -0
  428. package/dist-esm/samples-dev/watchlistsListSample.d.ts.map +1 -0
  429. package/dist-esm/samples-dev/watchlistsListSample.js +45 -0
  430. package/dist-esm/samples-dev/watchlistsListSample.js.map +1 -0
  431. package/dist-esm/src/models/index.d.ts +2141 -1236
  432. package/dist-esm/src/models/index.d.ts.map +1 -1
  433. package/dist-esm/src/models/index.js +374 -101
  434. package/dist-esm/src/models/index.js.map +1 -1
  435. package/dist-esm/src/models/mappers.d.ts +85 -37
  436. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  437. package/dist-esm/src/models/mappers.js +2643 -1389
  438. package/dist-esm/src/models/mappers.js.map +1 -1
  439. package/dist-esm/src/models/parameters.d.ts +22 -18
  440. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  441. package/dist-esm/src/models/parameters.js +129 -101
  442. package/dist-esm/src/models/parameters.js.map +1 -1
  443. package/dist-esm/src/operations/automationRules.d.ts +10 -11
  444. package/dist-esm/src/operations/automationRules.d.ts.map +1 -1
  445. package/dist-esm/src/operations/automationRules.js +41 -40
  446. package/dist-esm/src/operations/automationRules.js.map +1 -1
  447. package/dist-esm/src/operations/dataConnectors.js +2 -2
  448. package/dist-esm/src/operations/dataConnectors.js.map +1 -1
  449. package/dist-esm/src/operations/entities.js +1 -1
  450. package/dist-esm/src/operations/entities.js.map +1 -1
  451. package/dist-esm/src/operations/entityQueries.js +2 -2
  452. package/dist-esm/src/operations/entityQueries.js.map +1 -1
  453. package/dist-esm/src/operations/incidentRelations.js +6 -6
  454. package/dist-esm/src/operations/incidentRelations.js.map +1 -1
  455. package/dist-esm/src/operations/incidents.d.ts +9 -1
  456. package/dist-esm/src/operations/incidents.d.ts.map +1 -1
  457. package/dist-esm/src/operations/incidents.js +36 -0
  458. package/dist-esm/src/operations/incidents.js.map +1 -1
  459. package/dist-esm/src/operations/index.d.ts +8 -7
  460. package/dist-esm/src/operations/index.d.ts.map +1 -1
  461. package/dist-esm/src/operations/index.js +8 -7
  462. package/dist-esm/src/operations/index.js.map +1 -1
  463. package/dist-esm/src/operations/securityMLAnalyticsSettings.d.ts +63 -0
  464. package/dist-esm/src/operations/securityMLAnalyticsSettings.d.ts.map +1 -0
  465. package/dist-esm/src/operations/securityMLAnalyticsSettings.js +244 -0
  466. package/dist-esm/src/operations/securityMLAnalyticsSettings.js.map +1 -0
  467. package/dist-esm/src/operations/threatIntelligenceIndicator.d.ts +4 -4
  468. package/dist-esm/src/operations/threatIntelligenceIndicator.d.ts.map +1 -1
  469. package/dist-esm/src/operations/threatIntelligenceIndicator.js.map +1 -1
  470. package/dist-esm/src/operations/watchlistItems.js +2 -2
  471. package/dist-esm/src/operations/watchlistItems.js.map +1 -1
  472. package/dist-esm/src/operations/watchlists.d.ts +8 -5
  473. package/dist-esm/src/operations/watchlists.d.ts.map +1 -1
  474. package/dist-esm/src/operations/watchlists.js +13 -7
  475. package/dist-esm/src/operations/watchlists.js.map +1 -1
  476. package/dist-esm/src/operationsInterfaces/automationRules.d.ts +3 -4
  477. package/dist-esm/src/operationsInterfaces/automationRules.d.ts.map +1 -1
  478. package/dist-esm/src/operationsInterfaces/incidents.d.ts +9 -1
  479. package/dist-esm/src/operationsInterfaces/incidents.d.ts.map +1 -1
  480. package/dist-esm/src/operationsInterfaces/index.d.ts +8 -7
  481. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  482. package/dist-esm/src/operationsInterfaces/index.js +8 -7
  483. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  484. package/dist-esm/src/operationsInterfaces/securityMLAnalyticsSettings.d.ts +38 -0
  485. package/dist-esm/src/operationsInterfaces/securityMLAnalyticsSettings.d.ts.map +1 -0
  486. package/dist-esm/src/operationsInterfaces/securityMLAnalyticsSettings.js +9 -0
  487. package/dist-esm/src/operationsInterfaces/securityMLAnalyticsSettings.js.map +1 -0
  488. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicator.d.ts +4 -4
  489. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicator.d.ts.map +1 -1
  490. package/dist-esm/src/operationsInterfaces/watchlists.d.ts +8 -5
  491. package/dist-esm/src/operationsInterfaces/watchlists.d.ts.map +1 -1
  492. package/dist-esm/src/securityInsights.d.ts +11 -8
  493. package/dist-esm/src/securityInsights.d.ts.map +1 -1
  494. package/dist-esm/src/securityInsights.js +64 -11
  495. package/dist-esm/src/securityInsights.js.map +1 -1
  496. package/dist-esm/test/sampleTest.js +11 -13
  497. package/dist-esm/test/sampleTest.js.map +1 -1
  498. package/package.json +45 -21
  499. package/review/arm-securityinsight.api.md +1367 -953
  500. package/rollup.config.js +6 -72
  501. package/src/models/index.ts +2339 -1321
  502. package/src/models/mappers.ts +2921 -1513
  503. package/src/models/parameters.ts +153 -119
  504. package/src/operations/automationRules.ts +51 -50
  505. package/src/operations/dataConnectors.ts +2 -2
  506. package/src/operations/entities.ts +1 -1
  507. package/src/operations/entityQueries.ts +2 -2
  508. package/src/operations/incidentRelations.ts +6 -6
  509. package/src/operations/incidents.ts +48 -0
  510. package/src/operations/index.ts +8 -7
  511. package/src/operations/securityMLAnalyticsSettings.ts +321 -0
  512. package/src/operations/threatIntelligenceIndicator.ts +4 -4
  513. package/src/operations/watchlistItems.ts +2 -2
  514. package/src/operations/watchlists.ts +15 -8
  515. package/src/operationsInterfaces/automationRules.ts +3 -4
  516. package/src/operationsInterfaces/incidents.ts +15 -0
  517. package/src/operationsInterfaces/index.ts +8 -7
  518. package/src/operationsInterfaces/securityMLAnalyticsSettings.ts +75 -0
  519. package/src/operationsInterfaces/threatIntelligenceIndicator.ts +4 -4
  520. package/src/operationsInterfaces/watchlists.ts +8 -4
  521. package/src/securityInsights.ts +108 -36
  522. package/tsconfig.json +19 -5
  523. package/types/arm-securityinsight.d.ts +1802 -774
  524. package/types/tsdoc-metadata.json +1 -1
@@ -8,19 +8,29 @@
8
8
  /** Known values of {@link AlertRuleKind} that the service accepts. */
9
9
  export var KnownAlertRuleKind;
10
10
  (function (KnownAlertRuleKind) {
11
+ /** Scheduled */
11
12
  KnownAlertRuleKind["Scheduled"] = "Scheduled";
13
+ /** MicrosoftSecurityIncidentCreation */
12
14
  KnownAlertRuleKind["MicrosoftSecurityIncidentCreation"] = "MicrosoftSecurityIncidentCreation";
15
+ /** Fusion */
13
16
  KnownAlertRuleKind["Fusion"] = "Fusion";
17
+ /** MLBehaviorAnalytics */
14
18
  KnownAlertRuleKind["MLBehaviorAnalytics"] = "MLBehaviorAnalytics";
19
+ /** ThreatIntelligence */
15
20
  KnownAlertRuleKind["ThreatIntelligence"] = "ThreatIntelligence";
21
+ /** NRT */
16
22
  KnownAlertRuleKind["NRT"] = "NRT";
17
23
  })(KnownAlertRuleKind || (KnownAlertRuleKind = {}));
18
24
  /** Known values of {@link CreatedByType} that the service accepts. */
19
25
  export var KnownCreatedByType;
20
26
  (function (KnownCreatedByType) {
27
+ /** User */
21
28
  KnownCreatedByType["User"] = "User";
29
+ /** Application */
22
30
  KnownCreatedByType["Application"] = "Application";
31
+ /** ManagedIdentity */
23
32
  KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
33
+ /** Key */
24
34
  KnownCreatedByType["Key"] = "Key";
25
35
  })(KnownCreatedByType || (KnownCreatedByType = {}));
26
36
  /** Known values of {@link TriggersOn} that the service accepts. */
@@ -28,27 +38,35 @@ export var KnownTriggersOn;
28
38
  (function (KnownTriggersOn) {
29
39
  /** Trigger on Incidents */
30
40
  KnownTriggersOn["Incidents"] = "Incidents";
41
+ /** Trigger on Alerts */
42
+ KnownTriggersOn["Alerts"] = "Alerts";
31
43
  })(KnownTriggersOn || (KnownTriggersOn = {}));
32
44
  /** Known values of {@link TriggersWhen} that the service accepts. */
33
45
  export var KnownTriggersWhen;
34
46
  (function (KnownTriggersWhen) {
35
47
  /** Trigger on created objects */
36
48
  KnownTriggersWhen["Created"] = "Created";
49
+ /** Trigger on updated objects */
50
+ KnownTriggersWhen["Updated"] = "Updated";
37
51
  })(KnownTriggersWhen || (KnownTriggersWhen = {}));
38
- /** Known values of {@link AutomationRuleConditionType} that the service accepts. */
39
- export var KnownAutomationRuleConditionType;
40
- (function (KnownAutomationRuleConditionType) {
52
+ /** Known values of {@link ConditionType} that the service accepts. */
53
+ export var KnownConditionType;
54
+ (function (KnownConditionType) {
41
55
  /** Evaluate an object property value */
42
- KnownAutomationRuleConditionType["Property"] = "Property";
43
- })(KnownAutomationRuleConditionType || (KnownAutomationRuleConditionType = {}));
44
- /** Known values of {@link AutomationRuleActionType} that the service accepts. */
45
- export var KnownAutomationRuleActionType;
46
- (function (KnownAutomationRuleActionType) {
56
+ KnownConditionType["Property"] = "Property";
57
+ /** Evaluate an object property changed value */
58
+ KnownConditionType["PropertyChanged"] = "PropertyChanged";
59
+ /** Evaluate an object array property changed value */
60
+ KnownConditionType["PropertyArrayChanged"] = "PropertyArrayChanged";
61
+ })(KnownConditionType || (KnownConditionType = {}));
62
+ /** Known values of {@link ActionType} that the service accepts. */
63
+ export var KnownActionType;
64
+ (function (KnownActionType) {
47
65
  /** Modify an object's properties */
48
- KnownAutomationRuleActionType["ModifyProperties"] = "ModifyProperties";
66
+ KnownActionType["ModifyProperties"] = "ModifyProperties";
49
67
  /** Run a playbook on an object */
50
- KnownAutomationRuleActionType["RunPlaybook"] = "RunPlaybook";
51
- })(KnownAutomationRuleActionType || (KnownAutomationRuleActionType = {}));
68
+ KnownActionType["RunPlaybook"] = "RunPlaybook";
69
+ })(KnownActionType || (KnownActionType = {}));
52
70
  /** Known values of {@link IncidentSeverity} that the service accepts. */
53
71
  export var KnownIncidentSeverity;
54
72
  (function (KnownIncidentSeverity) {
@@ -61,6 +79,44 @@ export var KnownIncidentSeverity;
61
79
  /** Informational severity */
62
80
  KnownIncidentSeverity["Informational"] = "Informational";
63
81
  })(KnownIncidentSeverity || (KnownIncidentSeverity = {}));
82
+ /** Known values of {@link AttackTactic} that the service accepts. */
83
+ export var KnownAttackTactic;
84
+ (function (KnownAttackTactic) {
85
+ /** Reconnaissance */
86
+ KnownAttackTactic["Reconnaissance"] = "Reconnaissance";
87
+ /** ResourceDevelopment */
88
+ KnownAttackTactic["ResourceDevelopment"] = "ResourceDevelopment";
89
+ /** InitialAccess */
90
+ KnownAttackTactic["InitialAccess"] = "InitialAccess";
91
+ /** Execution */
92
+ KnownAttackTactic["Execution"] = "Execution";
93
+ /** Persistence */
94
+ KnownAttackTactic["Persistence"] = "Persistence";
95
+ /** PrivilegeEscalation */
96
+ KnownAttackTactic["PrivilegeEscalation"] = "PrivilegeEscalation";
97
+ /** DefenseEvasion */
98
+ KnownAttackTactic["DefenseEvasion"] = "DefenseEvasion";
99
+ /** CredentialAccess */
100
+ KnownAttackTactic["CredentialAccess"] = "CredentialAccess";
101
+ /** Discovery */
102
+ KnownAttackTactic["Discovery"] = "Discovery";
103
+ /** LateralMovement */
104
+ KnownAttackTactic["LateralMovement"] = "LateralMovement";
105
+ /** Collection */
106
+ KnownAttackTactic["Collection"] = "Collection";
107
+ /** Exfiltration */
108
+ KnownAttackTactic["Exfiltration"] = "Exfiltration";
109
+ /** CommandAndControl */
110
+ KnownAttackTactic["CommandAndControl"] = "CommandAndControl";
111
+ /** Impact */
112
+ KnownAttackTactic["Impact"] = "Impact";
113
+ /** PreAttack */
114
+ KnownAttackTactic["PreAttack"] = "PreAttack";
115
+ /** ImpairProcessControl */
116
+ KnownAttackTactic["ImpairProcessControl"] = "ImpairProcessControl";
117
+ /** InhibitResponseFunction */
118
+ KnownAttackTactic["InhibitResponseFunction"] = "InhibitResponseFunction";
119
+ })(KnownAttackTactic || (KnownAttackTactic = {}));
64
120
  /** Known values of {@link EntityKind} that the service accepts. */
65
121
  export var KnownEntityKind;
66
122
  (function (KnownEntityKind) {
@@ -106,25 +162,9 @@ export var KnownEntityKind;
106
162
  KnownEntityKind["Mailbox"] = "Mailbox";
107
163
  /** Entity represents submission mail in the system. */
108
164
  KnownEntityKind["SubmissionMail"] = "SubmissionMail";
165
+ /** Entity represents network interface in the system. */
166
+ KnownEntityKind["Nic"] = "Nic";
109
167
  })(KnownEntityKind || (KnownEntityKind = {}));
110
- /** Known values of {@link Enum8} that the service accepts. */
111
- export var KnownEnum8;
112
- (function (KnownEnum8) {
113
- KnownEnum8["Expansion"] = "Expansion";
114
- KnownEnum8["Activity"] = "Activity";
115
- })(KnownEnum8 || (KnownEnum8 = {}));
116
- /** Known values of {@link EntityQueryKind} that the service accepts. */
117
- export var KnownEntityQueryKind;
118
- (function (KnownEntityQueryKind) {
119
- KnownEntityQueryKind["Expansion"] = "Expansion";
120
- KnownEntityQueryKind["Insight"] = "Insight";
121
- KnownEntityQueryKind["Activity"] = "Activity";
122
- })(KnownEntityQueryKind || (KnownEntityQueryKind = {}));
123
- /** Known values of {@link CustomEntityQueryKind} that the service accepts. */
124
- export var KnownCustomEntityQueryKind;
125
- (function (KnownCustomEntityQueryKind) {
126
- KnownCustomEntityQueryKind["Activity"] = "Activity";
127
- })(KnownCustomEntityQueryKind || (KnownCustomEntityQueryKind = {}));
128
168
  /** Known values of {@link EntityTimelineKind} that the service accepts. */
129
169
  export var KnownEntityTimelineKind;
130
170
  (function (KnownEntityTimelineKind) {
@@ -134,6 +174,8 @@ export var KnownEntityTimelineKind;
134
174
  KnownEntityTimelineKind["Bookmark"] = "Bookmark";
135
175
  /** security alerts */
136
176
  KnownEntityTimelineKind["SecurityAlert"] = "SecurityAlert";
177
+ /** anomaly */
178
+ KnownEntityTimelineKind["Anomaly"] = "Anomaly";
137
179
  })(KnownEntityTimelineKind || (KnownEntityTimelineKind = {}));
138
180
  /** Known values of {@link EntityItemQueryKind} that the service accepts. */
139
181
  export var KnownEntityItemQueryKind;
@@ -141,23 +183,42 @@ export var KnownEntityItemQueryKind;
141
183
  /** insight */
142
184
  KnownEntityItemQueryKind["Insight"] = "Insight";
143
185
  })(KnownEntityItemQueryKind || (KnownEntityItemQueryKind = {}));
144
- /** Known values of {@link AttackTactic} that the service accepts. */
145
- export var KnownAttackTactic;
146
- (function (KnownAttackTactic) {
147
- KnownAttackTactic["InitialAccess"] = "InitialAccess";
148
- KnownAttackTactic["Execution"] = "Execution";
149
- KnownAttackTactic["Persistence"] = "Persistence";
150
- KnownAttackTactic["PrivilegeEscalation"] = "PrivilegeEscalation";
151
- KnownAttackTactic["DefenseEvasion"] = "DefenseEvasion";
152
- KnownAttackTactic["CredentialAccess"] = "CredentialAccess";
153
- KnownAttackTactic["Discovery"] = "Discovery";
154
- KnownAttackTactic["LateralMovement"] = "LateralMovement";
155
- KnownAttackTactic["Collection"] = "Collection";
156
- KnownAttackTactic["Exfiltration"] = "Exfiltration";
157
- KnownAttackTactic["CommandAndControl"] = "CommandAndControl";
158
- KnownAttackTactic["Impact"] = "Impact";
159
- KnownAttackTactic["PreAttack"] = "PreAttack";
160
- })(KnownAttackTactic || (KnownAttackTactic = {}));
186
+ /** Known values of {@link EntityQueryKind} that the service accepts. */
187
+ export var KnownEntityQueryKind;
188
+ (function (KnownEntityQueryKind) {
189
+ /** Expansion */
190
+ KnownEntityQueryKind["Expansion"] = "Expansion";
191
+ /** Insight */
192
+ KnownEntityQueryKind["Insight"] = "Insight";
193
+ /** Activity */
194
+ KnownEntityQueryKind["Activity"] = "Activity";
195
+ })(KnownEntityQueryKind || (KnownEntityQueryKind = {}));
196
+ /** Known values of {@link GetInsightsError} that the service accepts. */
197
+ export var KnownGetInsightsError;
198
+ (function (KnownGetInsightsError) {
199
+ /** Insight */
200
+ KnownGetInsightsError["Insight"] = "Insight";
201
+ })(KnownGetInsightsError || (KnownGetInsightsError = {}));
202
+ /** Known values of {@link Enum13} that the service accepts. */
203
+ export var KnownEnum13;
204
+ (function (KnownEnum13) {
205
+ /** Expansion */
206
+ KnownEnum13["Expansion"] = "Expansion";
207
+ /** Activity */
208
+ KnownEnum13["Activity"] = "Activity";
209
+ })(KnownEnum13 || (KnownEnum13 = {}));
210
+ /** Known values of {@link CustomEntityQueryKind} that the service accepts. */
211
+ export var KnownCustomEntityQueryKind;
212
+ (function (KnownCustomEntityQueryKind) {
213
+ /** Activity */
214
+ KnownCustomEntityQueryKind["Activity"] = "Activity";
215
+ })(KnownCustomEntityQueryKind || (KnownCustomEntityQueryKind = {}));
216
+ /** Known values of {@link EntityQueryTemplateKind} that the service accepts. */
217
+ export var KnownEntityQueryTemplateKind;
218
+ (function (KnownEntityQueryTemplateKind) {
219
+ /** Activity */
220
+ KnownEntityQueryTemplateKind["Activity"] = "Activity";
221
+ })(KnownEntityQueryTemplateKind || (KnownEntityQueryTemplateKind = {}));
161
222
  /** Known values of {@link IncidentClassification} that the service accepts. */
162
223
  export var KnownIncidentClassification;
163
224
  (function (KnownIncidentClassification) {
@@ -188,7 +249,7 @@ export var KnownIncidentLabelType;
188
249
  /** Label manually created by a user */
189
250
  KnownIncidentLabelType["User"] = "User";
190
251
  /** Label automatically created by the system */
191
- KnownIncidentLabelType["System"] = "System";
252
+ KnownIncidentLabelType["AutoAssigned"] = "AutoAssigned";
192
253
  })(KnownIncidentLabelType || (KnownIncidentLabelType = {}));
193
254
  /** Known values of {@link OwnerType} that the service accepts. */
194
255
  export var KnownOwnerType;
@@ -293,127 +354,241 @@ export var KnownAlertStatus;
293
354
  /** Known values of {@link Kind} that the service accepts. */
294
355
  export var KnownKind;
295
356
  (function (KnownKind) {
357
+ /** DataConnector */
296
358
  KnownKind["DataConnector"] = "DataConnector";
359
+ /** DataType */
297
360
  KnownKind["DataType"] = "DataType";
361
+ /** Workbook */
298
362
  KnownKind["Workbook"] = "Workbook";
363
+ /** WorkbookTemplate */
299
364
  KnownKind["WorkbookTemplate"] = "WorkbookTemplate";
365
+ /** Playbook */
300
366
  KnownKind["Playbook"] = "Playbook";
367
+ /** PlaybookTemplate */
301
368
  KnownKind["PlaybookTemplate"] = "PlaybookTemplate";
369
+ /** AnalyticsRuleTemplate */
302
370
  KnownKind["AnalyticsRuleTemplate"] = "AnalyticsRuleTemplate";
371
+ /** AnalyticsRule */
303
372
  KnownKind["AnalyticsRule"] = "AnalyticsRule";
373
+ /** HuntingQuery */
304
374
  KnownKind["HuntingQuery"] = "HuntingQuery";
375
+ /** InvestigationQuery */
305
376
  KnownKind["InvestigationQuery"] = "InvestigationQuery";
377
+ /** Parser */
306
378
  KnownKind["Parser"] = "Parser";
379
+ /** Watchlist */
307
380
  KnownKind["Watchlist"] = "Watchlist";
381
+ /** WatchlistTemplate */
308
382
  KnownKind["WatchlistTemplate"] = "WatchlistTemplate";
383
+ /** Solution */
309
384
  KnownKind["Solution"] = "Solution";
385
+ /** AzureFunction */
386
+ KnownKind["AzureFunction"] = "AzureFunction";
387
+ /** LogicAppsCustomConnector */
388
+ KnownKind["LogicAppsCustomConnector"] = "LogicAppsCustomConnector";
389
+ /** AutomationRule */
390
+ KnownKind["AutomationRule"] = "AutomationRule";
310
391
  })(KnownKind || (KnownKind = {}));
311
392
  /** Known values of {@link SourceKind} that the service accepts. */
312
393
  export var KnownSourceKind;
313
394
  (function (KnownSourceKind) {
395
+ /** LocalWorkspace */
314
396
  KnownSourceKind["LocalWorkspace"] = "LocalWorkspace";
397
+ /** Community */
315
398
  KnownSourceKind["Community"] = "Community";
399
+ /** Solution */
316
400
  KnownSourceKind["Solution"] = "Solution";
401
+ /** SourceRepository */
317
402
  KnownSourceKind["SourceRepository"] = "SourceRepository";
318
403
  })(KnownSourceKind || (KnownSourceKind = {}));
319
404
  /** Known values of {@link SupportTier} that the service accepts. */
320
405
  export var KnownSupportTier;
321
406
  (function (KnownSupportTier) {
407
+ /** Microsoft */
322
408
  KnownSupportTier["Microsoft"] = "Microsoft";
409
+ /** Partner */
323
410
  KnownSupportTier["Partner"] = "Partner";
411
+ /** Community */
324
412
  KnownSupportTier["Community"] = "Community";
325
413
  })(KnownSupportTier || (KnownSupportTier = {}));
326
414
  /** Known values of {@link Operator} that the service accepts. */
327
415
  export var KnownOperator;
328
416
  (function (KnownOperator) {
417
+ /** AND */
329
418
  KnownOperator["AND"] = "AND";
419
+ /** OR */
330
420
  KnownOperator["OR"] = "OR";
331
421
  })(KnownOperator || (KnownOperator = {}));
422
+ /** Known values of {@link SecurityMLAnalyticsSettingsKind} that the service accepts. */
423
+ export var KnownSecurityMLAnalyticsSettingsKind;
424
+ (function (KnownSecurityMLAnalyticsSettingsKind) {
425
+ /** Anomaly */
426
+ KnownSecurityMLAnalyticsSettingsKind["Anomaly"] = "Anomaly";
427
+ })(KnownSecurityMLAnalyticsSettingsKind || (KnownSecurityMLAnalyticsSettingsKind = {}));
332
428
  /** Known values of {@link SettingKind} that the service accepts. */
333
429
  export var KnownSettingKind;
334
430
  (function (KnownSettingKind) {
431
+ /** Anomalies */
335
432
  KnownSettingKind["Anomalies"] = "Anomalies";
433
+ /** EyesOn */
336
434
  KnownSettingKind["EyesOn"] = "EyesOn";
435
+ /** EntityAnalytics */
337
436
  KnownSettingKind["EntityAnalytics"] = "EntityAnalytics";
437
+ /** Ueba */
338
438
  KnownSettingKind["Ueba"] = "Ueba";
339
439
  })(KnownSettingKind || (KnownSettingKind = {}));
340
440
  /** Known values of {@link RepoType} that the service accepts. */
341
441
  export var KnownRepoType;
342
442
  (function (KnownRepoType) {
443
+ /** Github */
343
444
  KnownRepoType["Github"] = "Github";
445
+ /** DevOps */
344
446
  KnownRepoType["DevOps"] = "DevOps";
345
447
  })(KnownRepoType || (KnownRepoType = {}));
448
+ /** Known values of {@link Version} that the service accepts. */
449
+ export var KnownVersion;
450
+ (function (KnownVersion) {
451
+ /** V1 */
452
+ KnownVersion["V1"] = "V1";
453
+ /** V2 */
454
+ KnownVersion["V2"] = "V2";
455
+ })(KnownVersion || (KnownVersion = {}));
346
456
  /** Known values of {@link ContentType} that the service accepts. */
347
457
  export var KnownContentType;
348
458
  (function (KnownContentType) {
459
+ /** AnalyticRule */
349
460
  KnownContentType["AnalyticRule"] = "AnalyticRule";
461
+ /** Workbook */
350
462
  KnownContentType["Workbook"] = "Workbook";
351
463
  })(KnownContentType || (KnownContentType = {}));
352
- /** Known values of {@link Source} that the service accepts. */
353
- export var KnownSource;
354
- (function (KnownSource) {
355
- KnownSource["LocalFile"] = "Local file";
356
- KnownSource["RemoteStorage"] = "Remote storage";
357
- })(KnownSource || (KnownSource = {}));
464
+ /** Known values of {@link DeploymentFetchStatus} that the service accepts. */
465
+ export var KnownDeploymentFetchStatus;
466
+ (function (KnownDeploymentFetchStatus) {
467
+ /** Success */
468
+ KnownDeploymentFetchStatus["Success"] = "Success";
469
+ /** Unauthorized */
470
+ KnownDeploymentFetchStatus["Unauthorized"] = "Unauthorized";
471
+ /** NotFound */
472
+ KnownDeploymentFetchStatus["NotFound"] = "NotFound";
473
+ })(KnownDeploymentFetchStatus || (KnownDeploymentFetchStatus = {}));
474
+ /** Known values of {@link DeploymentState} that the service accepts. */
475
+ export var KnownDeploymentState;
476
+ (function (KnownDeploymentState) {
477
+ /** InProgress */
478
+ KnownDeploymentState["InProgress"] = "In_Progress";
479
+ /** Completed */
480
+ KnownDeploymentState["Completed"] = "Completed";
481
+ /** Queued */
482
+ KnownDeploymentState["Queued"] = "Queued";
483
+ /** Canceling */
484
+ KnownDeploymentState["Canceling"] = "Canceling";
485
+ })(KnownDeploymentState || (KnownDeploymentState = {}));
486
+ /** Known values of {@link DeploymentResult} that the service accepts. */
487
+ export var KnownDeploymentResult;
488
+ (function (KnownDeploymentResult) {
489
+ /** Success */
490
+ KnownDeploymentResult["Success"] = "Success";
491
+ /** Canceled */
492
+ KnownDeploymentResult["Canceled"] = "Canceled";
493
+ /** Failed */
494
+ KnownDeploymentResult["Failed"] = "Failed";
495
+ })(KnownDeploymentResult || (KnownDeploymentResult = {}));
496
+ /** Known values of {@link ThreatIntelligenceResourceKindEnum} that the service accepts. */
497
+ export var KnownThreatIntelligenceResourceKindEnum;
498
+ (function (KnownThreatIntelligenceResourceKindEnum) {
499
+ /** Entity represents threat intelligence indicator in the system. */
500
+ KnownThreatIntelligenceResourceKindEnum["Indicator"] = "indicator";
501
+ })(KnownThreatIntelligenceResourceKindEnum || (KnownThreatIntelligenceResourceKindEnum = {}));
502
+ /** Known values of {@link ThreatIntelligenceSortingCriteriaEnum} that the service accepts. */
503
+ export var KnownThreatIntelligenceSortingCriteriaEnum;
504
+ (function (KnownThreatIntelligenceSortingCriteriaEnum) {
505
+ /** Unsorted */
506
+ KnownThreatIntelligenceSortingCriteriaEnum["Unsorted"] = "unsorted";
507
+ /** Ascending */
508
+ KnownThreatIntelligenceSortingCriteriaEnum["Ascending"] = "ascending";
509
+ /** Descending */
510
+ KnownThreatIntelligenceSortingCriteriaEnum["Descending"] = "descending";
511
+ })(KnownThreatIntelligenceSortingCriteriaEnum || (KnownThreatIntelligenceSortingCriteriaEnum = {}));
512
+ /** Known values of {@link SourceType} that the service accepts. */
513
+ export var KnownSourceType;
514
+ (function (KnownSourceType) {
515
+ /** LocalFile */
516
+ KnownSourceType["LocalFile"] = "Local file";
517
+ /** RemoteStorage */
518
+ KnownSourceType["RemoteStorage"] = "Remote storage";
519
+ })(KnownSourceType || (KnownSourceType = {}));
358
520
  /** Known values of {@link DataConnectorKind} that the service accepts. */
359
521
  export var KnownDataConnectorKind;
360
522
  (function (KnownDataConnectorKind) {
523
+ /** AzureActiveDirectory */
361
524
  KnownDataConnectorKind["AzureActiveDirectory"] = "AzureActiveDirectory";
525
+ /** AzureSecurityCenter */
362
526
  KnownDataConnectorKind["AzureSecurityCenter"] = "AzureSecurityCenter";
527
+ /** MicrosoftCloudAppSecurity */
363
528
  KnownDataConnectorKind["MicrosoftCloudAppSecurity"] = "MicrosoftCloudAppSecurity";
529
+ /** ThreatIntelligence */
364
530
  KnownDataConnectorKind["ThreatIntelligence"] = "ThreatIntelligence";
531
+ /** ThreatIntelligenceTaxii */
365
532
  KnownDataConnectorKind["ThreatIntelligenceTaxii"] = "ThreatIntelligenceTaxii";
533
+ /** Office365 */
366
534
  KnownDataConnectorKind["Office365"] = "Office365";
535
+ /** OfficeATP */
367
536
  KnownDataConnectorKind["OfficeATP"] = "OfficeATP";
537
+ /** OfficeIRM */
368
538
  KnownDataConnectorKind["OfficeIRM"] = "OfficeIRM";
539
+ /** Office365Project */
540
+ KnownDataConnectorKind["Office365Project"] = "Office365Project";
541
+ /** OfficePowerBI */
542
+ KnownDataConnectorKind["OfficePowerBI"] = "OfficePowerBI";
543
+ /** AmazonWebServicesCloudTrail */
369
544
  KnownDataConnectorKind["AmazonWebServicesCloudTrail"] = "AmazonWebServicesCloudTrail";
545
+ /** AmazonWebServicesS3 */
370
546
  KnownDataConnectorKind["AmazonWebServicesS3"] = "AmazonWebServicesS3";
547
+ /** AzureAdvancedThreatProtection */
371
548
  KnownDataConnectorKind["AzureAdvancedThreatProtection"] = "AzureAdvancedThreatProtection";
549
+ /** MicrosoftDefenderAdvancedThreatProtection */
372
550
  KnownDataConnectorKind["MicrosoftDefenderAdvancedThreatProtection"] = "MicrosoftDefenderAdvancedThreatProtection";
551
+ /** Dynamics365 */
373
552
  KnownDataConnectorKind["Dynamics365"] = "Dynamics365";
553
+ /** MicrosoftThreatProtection */
374
554
  KnownDataConnectorKind["MicrosoftThreatProtection"] = "MicrosoftThreatProtection";
555
+ /** MicrosoftThreatIntelligence */
375
556
  KnownDataConnectorKind["MicrosoftThreatIntelligence"] = "MicrosoftThreatIntelligence";
557
+ /** GenericUI */
376
558
  KnownDataConnectorKind["GenericUI"] = "GenericUI";
559
+ /** APIPolling */
377
560
  KnownDataConnectorKind["APIPolling"] = "APIPolling";
561
+ /** IOT */
562
+ KnownDataConnectorKind["IOT"] = "IOT";
378
563
  })(KnownDataConnectorKind || (KnownDataConnectorKind = {}));
379
564
  /** Known values of {@link ConnectAuthKind} that the service accepts. */
380
565
  export var KnownConnectAuthKind;
381
566
  (function (KnownConnectAuthKind) {
567
+ /** Basic */
382
568
  KnownConnectAuthKind["Basic"] = "Basic";
569
+ /** OAuth2 */
383
570
  KnownConnectAuthKind["OAuth2"] = "OAuth2";
571
+ /** APIKey */
384
572
  KnownConnectAuthKind["APIKey"] = "APIKey";
385
573
  })(KnownConnectAuthKind || (KnownConnectAuthKind = {}));
386
574
  /** Known values of {@link DataConnectorAuthorizationState} that the service accepts. */
387
575
  export var KnownDataConnectorAuthorizationState;
388
576
  (function (KnownDataConnectorAuthorizationState) {
577
+ /** Valid */
389
578
  KnownDataConnectorAuthorizationState["Valid"] = "Valid";
579
+ /** Invalid */
390
580
  KnownDataConnectorAuthorizationState["Invalid"] = "Invalid";
391
581
  })(KnownDataConnectorAuthorizationState || (KnownDataConnectorAuthorizationState = {}));
392
582
  /** Known values of {@link DataConnectorLicenseState} that the service accepts. */
393
583
  export var KnownDataConnectorLicenseState;
394
584
  (function (KnownDataConnectorLicenseState) {
585
+ /** Valid */
395
586
  KnownDataConnectorLicenseState["Valid"] = "Valid";
587
+ /** Invalid */
396
588
  KnownDataConnectorLicenseState["Invalid"] = "Invalid";
589
+ /** Unknown */
397
590
  KnownDataConnectorLicenseState["Unknown"] = "Unknown";
398
591
  })(KnownDataConnectorLicenseState || (KnownDataConnectorLicenseState = {}));
399
- /** Known values of {@link ThreatIntelligenceResourceKindEnum} that the service accepts. */
400
- export var KnownThreatIntelligenceResourceKindEnum;
401
- (function (KnownThreatIntelligenceResourceKindEnum) {
402
- /** Entity represents threat intelligence indicator in the system. */
403
- KnownThreatIntelligenceResourceKindEnum["Indicator"] = "indicator";
404
- })(KnownThreatIntelligenceResourceKindEnum || (KnownThreatIntelligenceResourceKindEnum = {}));
405
- /** Known values of {@link ThreatIntelligenceSortingCriteriaEnum} that the service accepts. */
406
- export var KnownThreatIntelligenceSortingCriteriaEnum;
407
- (function (KnownThreatIntelligenceSortingCriteriaEnum) {
408
- KnownThreatIntelligenceSortingCriteriaEnum["Unsorted"] = "unsorted";
409
- KnownThreatIntelligenceSortingCriteriaEnum["Ascending"] = "ascending";
410
- KnownThreatIntelligenceSortingCriteriaEnum["Descending"] = "descending";
411
- })(KnownThreatIntelligenceSortingCriteriaEnum || (KnownThreatIntelligenceSortingCriteriaEnum = {}));
412
- /** Known values of {@link EntityQueryTemplateKind} that the service accepts. */
413
- export var KnownEntityQueryTemplateKind;
414
- (function (KnownEntityQueryTemplateKind) {
415
- KnownEntityQueryTemplateKind["Activity"] = "Activity";
416
- })(KnownEntityQueryTemplateKind || (KnownEntityQueryTemplateKind = {}));
417
592
  /** Known values of {@link TemplateStatus} that the service accepts. */
418
593
  export var KnownTemplateStatus;
419
594
  (function (KnownTemplateStatus) {
@@ -467,12 +642,19 @@ export var KnownEntityMappingType;
467
642
  /** Known values of {@link MicrosoftSecurityProductName} that the service accepts. */
468
643
  export var KnownMicrosoftSecurityProductName;
469
644
  (function (KnownMicrosoftSecurityProductName) {
645
+ /** MicrosoftCloudAppSecurity */
470
646
  KnownMicrosoftSecurityProductName["MicrosoftCloudAppSecurity"] = "Microsoft Cloud App Security";
647
+ /** AzureSecurityCenter */
471
648
  KnownMicrosoftSecurityProductName["AzureSecurityCenter"] = "Azure Security Center";
649
+ /** AzureAdvancedThreatProtection */
472
650
  KnownMicrosoftSecurityProductName["AzureAdvancedThreatProtection"] = "Azure Advanced Threat Protection";
651
+ /** AzureActiveDirectoryIdentityProtection */
473
652
  KnownMicrosoftSecurityProductName["AzureActiveDirectoryIdentityProtection"] = "Azure Active Directory Identity Protection";
653
+ /** AzureSecurityCenterForIoT */
474
654
  KnownMicrosoftSecurityProductName["AzureSecurityCenterForIoT"] = "Azure Security Center for IoT";
655
+ /** Office365AdvancedThreatProtection */
475
656
  KnownMicrosoftSecurityProductName["Office365AdvancedThreatProtection"] = "Office 365 Advanced Threat Protection";
657
+ /** MicrosoftDefenderAdvancedThreatProtection */
476
658
  KnownMicrosoftSecurityProductName["MicrosoftDefenderAdvancedThreatProtection"] = "Microsoft Defender Advanced Threat Protection";
477
659
  })(KnownMicrosoftSecurityProductName || (KnownMicrosoftSecurityProductName = {}));
478
660
  /** Known values of {@link MatchingMethod} that the service accepts. */
@@ -496,9 +678,67 @@ export var KnownAlertDetail;
496
678
  /** Known values of {@link EventGroupingAggregationKind} that the service accepts. */
497
679
  export var KnownEventGroupingAggregationKind;
498
680
  (function (KnownEventGroupingAggregationKind) {
681
+ /** SingleAlert */
499
682
  KnownEventGroupingAggregationKind["SingleAlert"] = "SingleAlert";
683
+ /** AlertPerResult */
500
684
  KnownEventGroupingAggregationKind["AlertPerResult"] = "AlertPerResult";
501
685
  })(KnownEventGroupingAggregationKind || (KnownEventGroupingAggregationKind = {}));
686
+ /** Known values of {@link AutomationRulePropertyArrayChangedConditionSupportedArrayType} that the service accepts. */
687
+ export var KnownAutomationRulePropertyArrayChangedConditionSupportedArrayType;
688
+ (function (KnownAutomationRulePropertyArrayChangedConditionSupportedArrayType) {
689
+ /** Evaluate the condition on the alerts */
690
+ KnownAutomationRulePropertyArrayChangedConditionSupportedArrayType["Alerts"] = "Alerts";
691
+ /** Evaluate the condition on the labels */
692
+ KnownAutomationRulePropertyArrayChangedConditionSupportedArrayType["Labels"] = "Labels";
693
+ /** Evaluate the condition on the tactics */
694
+ KnownAutomationRulePropertyArrayChangedConditionSupportedArrayType["Tactics"] = "Tactics";
695
+ /** Evaluate the condition on the comments */
696
+ KnownAutomationRulePropertyArrayChangedConditionSupportedArrayType["Comments"] = "Comments";
697
+ })(KnownAutomationRulePropertyArrayChangedConditionSupportedArrayType || (KnownAutomationRulePropertyArrayChangedConditionSupportedArrayType = {}));
698
+ /** Known values of {@link AutomationRulePropertyArrayChangedConditionSupportedChangeType} that the service accepts. */
699
+ export var KnownAutomationRulePropertyArrayChangedConditionSupportedChangeType;
700
+ (function (KnownAutomationRulePropertyArrayChangedConditionSupportedChangeType) {
701
+ /** Evaluate the condition on items added to the array */
702
+ KnownAutomationRulePropertyArrayChangedConditionSupportedChangeType["Added"] = "Added";
703
+ })(KnownAutomationRulePropertyArrayChangedConditionSupportedChangeType || (KnownAutomationRulePropertyArrayChangedConditionSupportedChangeType = {}));
704
+ /** Known values of {@link AutomationRulePropertyChangedConditionSupportedPropertyType} that the service accepts. */
705
+ export var KnownAutomationRulePropertyChangedConditionSupportedPropertyType;
706
+ (function (KnownAutomationRulePropertyChangedConditionSupportedPropertyType) {
707
+ /** Evaluate the condition on the incident severity */
708
+ KnownAutomationRulePropertyChangedConditionSupportedPropertyType["IncidentSeverity"] = "IncidentSeverity";
709
+ /** Evaluate the condition on the incident status */
710
+ KnownAutomationRulePropertyChangedConditionSupportedPropertyType["IncidentStatus"] = "IncidentStatus";
711
+ /** Evaluate the condition on the incident owner */
712
+ KnownAutomationRulePropertyChangedConditionSupportedPropertyType["IncidentOwner"] = "IncidentOwner";
713
+ })(KnownAutomationRulePropertyChangedConditionSupportedPropertyType || (KnownAutomationRulePropertyChangedConditionSupportedPropertyType = {}));
714
+ /** Known values of {@link AutomationRulePropertyChangedConditionSupportedChangedType} that the service accepts. */
715
+ export var KnownAutomationRulePropertyChangedConditionSupportedChangedType;
716
+ (function (KnownAutomationRulePropertyChangedConditionSupportedChangedType) {
717
+ /** Evaluate the condition on the previous value of the property */
718
+ KnownAutomationRulePropertyChangedConditionSupportedChangedType["ChangedFrom"] = "ChangedFrom";
719
+ /** Evaluate the condition on the updated value of the property */
720
+ KnownAutomationRulePropertyChangedConditionSupportedChangedType["ChangedTo"] = "ChangedTo";
721
+ })(KnownAutomationRulePropertyChangedConditionSupportedChangedType || (KnownAutomationRulePropertyChangedConditionSupportedChangedType = {}));
722
+ /** Known values of {@link AutomationRulePropertyConditionSupportedOperator} that the service accepts. */
723
+ export var KnownAutomationRulePropertyConditionSupportedOperator;
724
+ (function (KnownAutomationRulePropertyConditionSupportedOperator) {
725
+ /** Evaluates if the property equals at least one of the condition values */
726
+ KnownAutomationRulePropertyConditionSupportedOperator["Equals"] = "Equals";
727
+ /** Evaluates if the property does not equal any of the condition values */
728
+ KnownAutomationRulePropertyConditionSupportedOperator["NotEquals"] = "NotEquals";
729
+ /** Evaluates if the property contains at least one of the condition values */
730
+ KnownAutomationRulePropertyConditionSupportedOperator["Contains"] = "Contains";
731
+ /** Evaluates if the property does not contain any of the condition values */
732
+ KnownAutomationRulePropertyConditionSupportedOperator["NotContains"] = "NotContains";
733
+ /** Evaluates if the property starts with any of the condition values */
734
+ KnownAutomationRulePropertyConditionSupportedOperator["StartsWith"] = "StartsWith";
735
+ /** Evaluates if the property does not start with any of the condition values */
736
+ KnownAutomationRulePropertyConditionSupportedOperator["NotStartsWith"] = "NotStartsWith";
737
+ /** Evaluates if the property ends with any of the condition values */
738
+ KnownAutomationRulePropertyConditionSupportedOperator["EndsWith"] = "EndsWith";
739
+ /** Evaluates if the property does not end with any of the condition values */
740
+ KnownAutomationRulePropertyConditionSupportedOperator["NotEndsWith"] = "NotEndsWith";
741
+ })(KnownAutomationRulePropertyConditionSupportedOperator || (KnownAutomationRulePropertyConditionSupportedOperator = {}));
502
742
  /** Known values of {@link AutomationRulePropertyConditionSupportedProperty} that the service accepts. */
503
743
  export var KnownAutomationRulePropertyConditionSupportedProperty;
504
744
  (function (KnownAutomationRulePropertyConditionSupportedProperty) {
@@ -510,15 +750,17 @@ export var KnownAutomationRulePropertyConditionSupportedProperty;
510
750
  KnownAutomationRulePropertyConditionSupportedProperty["IncidentSeverity"] = "IncidentSeverity";
511
751
  /** The status of the incident */
512
752
  KnownAutomationRulePropertyConditionSupportedProperty["IncidentStatus"] = "IncidentStatus";
513
- /** The tactics of the incident */
514
- KnownAutomationRulePropertyConditionSupportedProperty["IncidentTactics"] = "IncidentTactics";
515
753
  /** The related Analytic rule ids of the incident */
516
754
  KnownAutomationRulePropertyConditionSupportedProperty["IncidentRelatedAnalyticRuleIds"] = "IncidentRelatedAnalyticRuleIds";
755
+ /** The tactics of the incident */
756
+ KnownAutomationRulePropertyConditionSupportedProperty["IncidentTactics"] = "IncidentTactics";
757
+ /** The labels of the incident */
758
+ KnownAutomationRulePropertyConditionSupportedProperty["IncidentLabel"] = "IncidentLabel";
517
759
  /** The provider name of the incident */
518
760
  KnownAutomationRulePropertyConditionSupportedProperty["IncidentProviderName"] = "IncidentProviderName";
519
761
  /** The account Azure Active Directory tenant id */
520
762
  KnownAutomationRulePropertyConditionSupportedProperty["AccountAadTenantId"] = "AccountAadTenantId";
521
- /** The account Azure Active Directory user id. */
763
+ /** The account Azure Active Directory user id */
522
764
  KnownAutomationRulePropertyConditionSupportedProperty["AccountAadUserId"] = "AccountAadUserId";
523
765
  /** The account name */
524
766
  KnownAutomationRulePropertyConditionSupportedProperty["AccountName"] = "AccountName";
@@ -532,6 +774,10 @@ export var KnownAutomationRulePropertyConditionSupportedProperty;
532
774
  KnownAutomationRulePropertyConditionSupportedProperty["AccountObjectGuid"] = "AccountObjectGuid";
533
775
  /** The account user principal name suffix */
534
776
  KnownAutomationRulePropertyConditionSupportedProperty["AccountUPNSuffix"] = "AccountUPNSuffix";
777
+ /** The name of the product of the alert */
778
+ KnownAutomationRulePropertyConditionSupportedProperty["AlertProductNames"] = "AlertProductNames";
779
+ /** The analytic rule ids of the alert */
780
+ KnownAutomationRulePropertyConditionSupportedProperty["AlertAnalyticRuleIds"] = "AlertAnalyticRuleIds";
535
781
  /** The Azure resource id */
536
782
  KnownAutomationRulePropertyConditionSupportedProperty["AzureResourceResourceId"] = "AzureResourceResourceId";
537
783
  /** The Azure resource subscription id */
@@ -558,7 +804,7 @@ export var KnownAutomationRulePropertyConditionSupportedProperty;
558
804
  KnownAutomationRulePropertyConditionSupportedProperty["HostNTDomain"] = "HostNTDomain";
559
805
  /** The host operating system */
560
806
  KnownAutomationRulePropertyConditionSupportedProperty["HostOSVersion"] = "HostOSVersion";
561
- /** The IoT device id */
807
+ /** "The IoT device id */
562
808
  KnownAutomationRulePropertyConditionSupportedProperty["IoTDeviceId"] = "IoTDeviceId";
563
809
  /** The IoT device name */
564
810
  KnownAutomationRulePropertyConditionSupportedProperty["IoTDeviceName"] = "IoTDeviceName";
@@ -607,26 +853,6 @@ export var KnownAutomationRulePropertyConditionSupportedProperty;
607
853
  /** The url */
608
854
  KnownAutomationRulePropertyConditionSupportedProperty["Url"] = "Url";
609
855
  })(KnownAutomationRulePropertyConditionSupportedProperty || (KnownAutomationRulePropertyConditionSupportedProperty = {}));
610
- /** Known values of {@link AutomationRulePropertyConditionSupportedOperator} that the service accepts. */
611
- export var KnownAutomationRulePropertyConditionSupportedOperator;
612
- (function (KnownAutomationRulePropertyConditionSupportedOperator) {
613
- /** Evaluates if the property equals at least one of the condition values */
614
- KnownAutomationRulePropertyConditionSupportedOperator["Equals"] = "Equals";
615
- /** Evaluates if the property does not equal any of the condition values */
616
- KnownAutomationRulePropertyConditionSupportedOperator["NotEquals"] = "NotEquals";
617
- /** Evaluates if the property contains at least one of the condition values */
618
- KnownAutomationRulePropertyConditionSupportedOperator["Contains"] = "Contains";
619
- /** Evaluates if the property does not contain any of the condition values */
620
- KnownAutomationRulePropertyConditionSupportedOperator["NotContains"] = "NotContains";
621
- /** Evaluates if the property starts with any of the condition values */
622
- KnownAutomationRulePropertyConditionSupportedOperator["StartsWith"] = "StartsWith";
623
- /** Evaluates if the property does not start with any of the condition values */
624
- KnownAutomationRulePropertyConditionSupportedOperator["NotStartsWith"] = "NotStartsWith";
625
- /** Evaluates if the property ends with any of the condition values */
626
- KnownAutomationRulePropertyConditionSupportedOperator["EndsWith"] = "EndsWith";
627
- /** Evaluates if the property does not end with any of the condition values */
628
- KnownAutomationRulePropertyConditionSupportedOperator["NotEndsWith"] = "NotEndsWith";
629
- })(KnownAutomationRulePropertyConditionSupportedOperator || (KnownAutomationRulePropertyConditionSupportedOperator = {}));
630
856
  /** Known values of {@link EntityType} that the service accepts. */
631
857
  export var KnownEntityType;
632
858
  (function (KnownEntityType) {
@@ -672,33 +898,55 @@ export var KnownEntityType;
672
898
  KnownEntityType["Mailbox"] = "Mailbox";
673
899
  /** Entity represents submission mail in the system. */
674
900
  KnownEntityType["SubmissionMail"] = "SubmissionMail";
901
+ /** Entity represents network interface in the system. */
902
+ KnownEntityType["Nic"] = "Nic";
675
903
  })(KnownEntityType || (KnownEntityType = {}));
676
904
  /** Known values of {@link OutputType} that the service accepts. */
677
905
  export var KnownOutputType;
678
906
  (function (KnownOutputType) {
907
+ /** Number */
679
908
  KnownOutputType["Number"] = "Number";
909
+ /** String */
680
910
  KnownOutputType["String"] = "String";
911
+ /** Date */
681
912
  KnownOutputType["Date"] = "Date";
913
+ /** Entity */
682
914
  KnownOutputType["Entity"] = "Entity";
683
915
  })(KnownOutputType || (KnownOutputType = {}));
916
+ /** Known values of {@link SettingsStatus} that the service accepts. */
917
+ export var KnownSettingsStatus;
918
+ (function (KnownSettingsStatus) {
919
+ /** Anomaly settings status in Production mode */
920
+ KnownSettingsStatus["Production"] = "Production";
921
+ /** Anomaly settings status in Flighting mode */
922
+ KnownSettingsStatus["Flighting"] = "Flighting";
923
+ })(KnownSettingsStatus || (KnownSettingsStatus = {}));
924
+ /** Known values of {@link EntityProviders} that the service accepts. */
925
+ export var KnownEntityProviders;
926
+ (function (KnownEntityProviders) {
927
+ /** ActiveDirectory */
928
+ KnownEntityProviders["ActiveDirectory"] = "ActiveDirectory";
929
+ /** AzureActiveDirectory */
930
+ KnownEntityProviders["AzureActiveDirectory"] = "AzureActiveDirectory";
931
+ })(KnownEntityProviders || (KnownEntityProviders = {}));
684
932
  /** Known values of {@link UebaDataSources} that the service accepts. */
685
933
  export var KnownUebaDataSources;
686
934
  (function (KnownUebaDataSources) {
935
+ /** AuditLogs */
687
936
  KnownUebaDataSources["AuditLogs"] = "AuditLogs";
937
+ /** AzureActivity */
688
938
  KnownUebaDataSources["AzureActivity"] = "AzureActivity";
939
+ /** SecurityEvent */
689
940
  KnownUebaDataSources["SecurityEvent"] = "SecurityEvent";
941
+ /** SigninLogs */
690
942
  KnownUebaDataSources["SigninLogs"] = "SigninLogs";
691
943
  })(KnownUebaDataSources || (KnownUebaDataSources = {}));
692
- /** Known values of {@link SkuKind} that the service accepts. */
693
- export var KnownSkuKind;
694
- (function (KnownSkuKind) {
695
- KnownSkuKind["PerGB"] = "PerGB";
696
- KnownSkuKind["CapacityReservation"] = "CapacityReservation";
697
- })(KnownSkuKind || (KnownSkuKind = {}));
698
944
  /** Known values of {@link DataTypeState} that the service accepts. */
699
945
  export var KnownDataTypeState;
700
946
  (function (KnownDataTypeState) {
947
+ /** Enabled */
701
948
  KnownDataTypeState["Enabled"] = "Enabled";
949
+ /** Disabled */
702
950
  KnownDataTypeState["Disabled"] = "Disabled";
703
951
  })(KnownDataTypeState || (KnownDataTypeState = {}));
704
952
  /** Known values of {@link PollingFrequency} that the service accepts. */
@@ -714,30 +962,43 @@ export var KnownPollingFrequency;
714
962
  /** Known values of {@link ConnectivityType} that the service accepts. */
715
963
  export var KnownConnectivityType;
716
964
  (function (KnownConnectivityType) {
965
+ /** IsConnectedQuery */
717
966
  KnownConnectivityType["IsConnectedQuery"] = "IsConnectedQuery";
718
967
  })(KnownConnectivityType || (KnownConnectivityType = {}));
719
968
  /** Known values of {@link ProviderName} that the service accepts. */
720
969
  export var KnownProviderName;
721
970
  (function (KnownProviderName) {
971
+ /** MicrosoftOperationalInsightsSolutions */
722
972
  KnownProviderName["MicrosoftOperationalInsightsSolutions"] = "Microsoft.OperationalInsights/solutions";
973
+ /** MicrosoftOperationalInsightsWorkspaces */
723
974
  KnownProviderName["MicrosoftOperationalInsightsWorkspaces"] = "Microsoft.OperationalInsights/workspaces";
975
+ /** MicrosoftOperationalInsightsWorkspacesDatasources */
724
976
  KnownProviderName["MicrosoftOperationalInsightsWorkspacesDatasources"] = "Microsoft.OperationalInsights/workspaces/datasources";
977
+ /** MicrosoftAadiamDiagnosticSettings */
725
978
  KnownProviderName["MicrosoftAadiamDiagnosticSettings"] = "microsoft.aadiam/diagnosticSettings";
979
+ /** MicrosoftOperationalInsightsWorkspacesSharedKeys */
726
980
  KnownProviderName["MicrosoftOperationalInsightsWorkspacesSharedKeys"] = "Microsoft.OperationalInsights/workspaces/sharedKeys";
981
+ /** MicrosoftAuthorizationPolicyAssignments */
727
982
  KnownProviderName["MicrosoftAuthorizationPolicyAssignments"] = "Microsoft.Authorization/policyAssignments";
728
983
  })(KnownProviderName || (KnownProviderName = {}));
729
984
  /** Known values of {@link PermissionProviderScope} that the service accepts. */
730
985
  export var KnownPermissionProviderScope;
731
986
  (function (KnownPermissionProviderScope) {
987
+ /** ResourceGroup */
732
988
  KnownPermissionProviderScope["ResourceGroup"] = "ResourceGroup";
989
+ /** Subscription */
733
990
  KnownPermissionProviderScope["Subscription"] = "Subscription";
991
+ /** Workspace */
734
992
  KnownPermissionProviderScope["Workspace"] = "Workspace";
735
993
  })(KnownPermissionProviderScope || (KnownPermissionProviderScope = {}));
736
994
  /** Known values of {@link SettingType} that the service accepts. */
737
995
  export var KnownSettingType;
738
996
  (function (KnownSettingType) {
997
+ /** CopyableLabel */
739
998
  KnownSettingType["CopyableLabel"] = "CopyableLabel";
999
+ /** InstructionStepsGroup */
740
1000
  KnownSettingType["InstructionStepsGroup"] = "InstructionStepsGroup";
1001
+ /** InfoMessage */
741
1002
  KnownSettingType["InfoMessage"] = "InfoMessage";
742
1003
  })(KnownSettingType || (KnownSettingType = {}));
743
1004
  /** Known values of {@link FileHashAlgorithm} that the service accepts. */
@@ -754,6 +1015,18 @@ export var KnownFileHashAlgorithm;
754
1015
  /** SHA256 Authenticode hash type */
755
1016
  KnownFileHashAlgorithm["SHA256AC"] = "SHA256AC";
756
1017
  })(KnownFileHashAlgorithm || (KnownFileHashAlgorithm = {}));
1018
+ /** Known values of {@link DeviceImportance} that the service accepts. */
1019
+ export var KnownDeviceImportance;
1020
+ (function (KnownDeviceImportance) {
1021
+ /** Unknown - Default value */
1022
+ KnownDeviceImportance["Unknown"] = "Unknown";
1023
+ /** Low */
1024
+ KnownDeviceImportance["Low"] = "Low";
1025
+ /** Normal */
1026
+ KnownDeviceImportance["Normal"] = "Normal";
1027
+ /** High */
1028
+ KnownDeviceImportance["High"] = "High";
1029
+ })(KnownDeviceImportance || (KnownDeviceImportance = {}));
757
1030
  /** Known values of {@link AntispamMailDirection} that the service accepts. */
758
1031
  export var KnownAntispamMailDirection;
759
1032
  (function (KnownAntispamMailDirection) {