@azure/arm-securityinsight 1.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (372) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/LICENSE +21 -0
  3. package/README.md +98 -0
  4. package/dist/index.js +20426 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/index.d.ts +5 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/dist-esm/src/index.js +12 -0
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/models/index.d.ts +7571 -0
  13. package/dist-esm/src/models/index.d.ts.map +1 -0
  14. package/dist-esm/src/models/index.js +813 -0
  15. package/dist-esm/src/models/index.js.map +1 -0
  16. package/dist-esm/src/models/mappers.d.ts +437 -0
  17. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  18. package/dist-esm/src/models/mappers.js +12661 -0
  19. package/dist-esm/src/models/mappers.js.map +1 -0
  20. package/dist-esm/src/models/parameters.d.ts +68 -0
  21. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  22. package/dist-esm/src/models/parameters.js +518 -0
  23. package/dist-esm/src/models/parameters.js.map +1 -0
  24. package/dist-esm/src/operations/actions.d.ts +69 -0
  25. package/dist-esm/src/operations/actions.d.ts.map +1 -0
  26. package/dist-esm/src/operations/actions.js +249 -0
  27. package/dist-esm/src/operations/actions.js.map +1 -0
  28. package/dist-esm/src/operations/alertRuleTemplates.d.ts +46 -0
  29. package/dist-esm/src/operations/alertRuleTemplates.d.ts.map +1 -0
  30. package/dist-esm/src/operations/alertRuleTemplates.js +169 -0
  31. package/dist-esm/src/operations/alertRuleTemplates.js.map +1 -0
  32. package/dist-esm/src/operations/alertRules.d.ts +63 -0
  33. package/dist-esm/src/operations/alertRules.d.ts.map +1 -0
  34. package/dist-esm/src/operations/alertRules.js +238 -0
  35. package/dist-esm/src/operations/alertRules.js.map +1 -0
  36. package/dist-esm/src/operations/automationRules.d.ts +63 -0
  37. package/dist-esm/src/operations/automationRules.d.ts.map +1 -0
  38. package/dist-esm/src/operations/automationRules.js +244 -0
  39. package/dist-esm/src/operations/automationRules.js.map +1 -0
  40. package/dist-esm/src/operations/bookmarkOperations.d.ts +22 -0
  41. package/dist-esm/src/operations/bookmarkOperations.d.ts.map +1 -0
  42. package/dist-esm/src/operations/bookmarkOperations.js +58 -0
  43. package/dist-esm/src/operations/bookmarkOperations.js.map +1 -0
  44. package/dist-esm/src/operations/bookmarkRelations.d.ts +69 -0
  45. package/dist-esm/src/operations/bookmarkRelations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/bookmarkRelations.js +268 -0
  47. package/dist-esm/src/operations/bookmarkRelations.js.map +1 -0
  48. package/dist-esm/src/operations/bookmarks.d.ts +63 -0
  49. package/dist-esm/src/operations/bookmarks.d.ts.map +1 -0
  50. package/dist-esm/src/operations/bookmarks.js +238 -0
  51. package/dist-esm/src/operations/bookmarks.js.map +1 -0
  52. package/dist-esm/src/operations/dataConnectors.d.ts +80 -0
  53. package/dist-esm/src/operations/dataConnectors.d.ts.map +1 -0
  54. package/dist-esm/src/operations/dataConnectors.js +313 -0
  55. package/dist-esm/src/operations/dataConnectors.js.map +1 -0
  56. package/dist-esm/src/operations/dataConnectorsCheckRequirementsOperations.d.ts +21 -0
  57. package/dist-esm/src/operations/dataConnectorsCheckRequirementsOperations.d.ts.map +1 -0
  58. package/dist-esm/src/operations/dataConnectorsCheckRequirementsOperations.js +61 -0
  59. package/dist-esm/src/operations/dataConnectorsCheckRequirementsOperations.js.map +1 -0
  60. package/dist-esm/src/operations/domainWhois.d.ts +20 -0
  61. package/dist-esm/src/operations/domainWhois.d.ts.map +1 -0
  62. package/dist-esm/src/operations/domainWhois.js +52 -0
  63. package/dist-esm/src/operations/domainWhois.js.map +1 -0
  64. package/dist-esm/src/operations/entities.d.ts +73 -0
  65. package/dist-esm/src/operations/entities.d.ts.map +1 -0
  66. package/dist-esm/src/operations/entities.js +272 -0
  67. package/dist-esm/src/operations/entities.js.map +1 -0
  68. package/dist-esm/src/operations/entitiesGetTimeline.d.ts +22 -0
  69. package/dist-esm/src/operations/entitiesGetTimeline.d.ts.map +1 -0
  70. package/dist-esm/src/operations/entitiesGetTimeline.js +58 -0
  71. package/dist-esm/src/operations/entitiesGetTimeline.js.map +1 -0
  72. package/dist-esm/src/operations/entitiesRelations.d.ts +41 -0
  73. package/dist-esm/src/operations/entitiesRelations.d.ts.map +1 -0
  74. package/dist-esm/src/operations/entitiesRelations.js +154 -0
  75. package/dist-esm/src/operations/entitiesRelations.js.map +1 -0
  76. package/dist-esm/src/operations/entityQueries.d.ts +63 -0
  77. package/dist-esm/src/operations/entityQueries.d.ts.map +1 -0
  78. package/dist-esm/src/operations/entityQueries.js +238 -0
  79. package/dist-esm/src/operations/entityQueries.js.map +1 -0
  80. package/dist-esm/src/operations/entityQueryTemplates.d.ts +46 -0
  81. package/dist-esm/src/operations/entityQueryTemplates.d.ts.map +1 -0
  82. package/dist-esm/src/operations/entityQueryTemplates.js +169 -0
  83. package/dist-esm/src/operations/entityQueryTemplates.js.map +1 -0
  84. package/dist-esm/src/operations/entityRelations.d.ts +22 -0
  85. package/dist-esm/src/operations/entityRelations.d.ts.map +1 -0
  86. package/dist-esm/src/operations/entityRelations.js +57 -0
  87. package/dist-esm/src/operations/entityRelations.js.map +1 -0
  88. package/dist-esm/src/operations/iPGeodata.d.ts +20 -0
  89. package/dist-esm/src/operations/iPGeodata.d.ts.map +1 -0
  90. package/dist-esm/src/operations/iPGeodata.js +52 -0
  91. package/dist-esm/src/operations/iPGeodata.js.map +1 -0
  92. package/dist-esm/src/operations/incidentComments.d.ts +69 -0
  93. package/dist-esm/src/operations/incidentComments.d.ts.map +1 -0
  94. package/dist-esm/src/operations/incidentComments.js +280 -0
  95. package/dist-esm/src/operations/incidentComments.js.map +1 -0
  96. package/dist-esm/src/operations/incidentRelations.d.ts +69 -0
  97. package/dist-esm/src/operations/incidentRelations.d.ts.map +1 -0
  98. package/dist-esm/src/operations/incidentRelations.js +268 -0
  99. package/dist-esm/src/operations/incidentRelations.js.map +1 -0
  100. package/dist-esm/src/operations/incidents.d.ts +97 -0
  101. package/dist-esm/src/operations/incidents.d.ts.map +1 -0
  102. package/dist-esm/src/operations/incidents.js +382 -0
  103. package/dist-esm/src/operations/incidents.js.map +1 -0
  104. package/dist-esm/src/operations/index.d.ts +33 -0
  105. package/dist-esm/src/operations/index.d.ts.map +1 -0
  106. package/dist-esm/src/operations/index.js +40 -0
  107. package/dist-esm/src/operations/index.js.map +1 -0
  108. package/dist-esm/src/operations/metadata.d.ts +72 -0
  109. package/dist-esm/src/operations/metadata.d.ts.map +1 -0
  110. package/dist-esm/src/operations/metadata.js +291 -0
  111. package/dist-esm/src/operations/metadata.js.map +1 -0
  112. package/dist-esm/src/operations/officeConsents.d.ts +54 -0
  113. package/dist-esm/src/operations/officeConsents.d.ts.map +1 -0
  114. package/dist-esm/src/operations/officeConsents.js +200 -0
  115. package/dist-esm/src/operations/officeConsents.js.map +1 -0
  116. package/dist-esm/src/operations/operations.d.ts +32 -0
  117. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  118. package/dist-esm/src/operations/operations.js +120 -0
  119. package/dist-esm/src/operations/operations.js.map +1 -0
  120. package/dist-esm/src/operations/productSettings.d.ts +45 -0
  121. package/dist-esm/src/operations/productSettings.d.ts.map +1 -0
  122. package/dist-esm/src/operations/productSettings.js +151 -0
  123. package/dist-esm/src/operations/productSettings.js.map +1 -0
  124. package/dist-esm/src/operations/sentinelOnboardingStates.d.ts +44 -0
  125. package/dist-esm/src/operations/sentinelOnboardingStates.d.ts.map +1 -0
  126. package/dist-esm/src/operations/sentinelOnboardingStates.js +168 -0
  127. package/dist-esm/src/operations/sentinelOnboardingStates.js.map +1 -0
  128. package/dist-esm/src/operations/sourceControlOperations.d.ts +41 -0
  129. package/dist-esm/src/operations/sourceControlOperations.d.ts.map +1 -0
  130. package/dist-esm/src/operations/sourceControlOperations.js +143 -0
  131. package/dist-esm/src/operations/sourceControlOperations.js.map +1 -0
  132. package/dist-esm/src/operations/sourceControls.d.ts +63 -0
  133. package/dist-esm/src/operations/sourceControls.d.ts.map +1 -0
  134. package/dist-esm/src/operations/sourceControls.js +244 -0
  135. package/dist-esm/src/operations/sourceControls.js.map +1 -0
  136. package/dist-esm/src/operations/threatIntelligenceIndicator.d.ts +97 -0
  137. package/dist-esm/src/operations/threatIntelligenceIndicator.d.ts.map +1 -0
  138. package/dist-esm/src/operations/threatIntelligenceIndicator.js +387 -0
  139. package/dist-esm/src/operations/threatIntelligenceIndicator.js.map +1 -0
  140. package/dist-esm/src/operations/threatIntelligenceIndicatorMetrics.d.ts +20 -0
  141. package/dist-esm/src/operations/threatIntelligenceIndicatorMetrics.d.ts.map +1 -0
  142. package/dist-esm/src/operations/threatIntelligenceIndicatorMetrics.js +53 -0
  143. package/dist-esm/src/operations/threatIntelligenceIndicatorMetrics.js.map +1 -0
  144. package/dist-esm/src/operations/threatIntelligenceIndicators.d.ts +38 -0
  145. package/dist-esm/src/operations/threatIntelligenceIndicators.d.ts.map +1 -0
  146. package/dist-esm/src/operations/threatIntelligenceIndicators.js +149 -0
  147. package/dist-esm/src/operations/threatIntelligenceIndicators.js.map +1 -0
  148. package/dist-esm/src/operations/watchlistItems.d.ts +69 -0
  149. package/dist-esm/src/operations/watchlistItems.d.ts.map +1 -0
  150. package/dist-esm/src/operations/watchlistItems.js +268 -0
  151. package/dist-esm/src/operations/watchlistItems.js.map +1 -0
  152. package/dist-esm/src/operations/watchlists.d.ts +65 -0
  153. package/dist-esm/src/operations/watchlists.d.ts.map +1 -0
  154. package/dist-esm/src/operations/watchlists.js +240 -0
  155. package/dist-esm/src/operations/watchlists.js.map +1 -0
  156. package/dist-esm/src/operationsInterfaces/actions.d.ts +42 -0
  157. package/dist-esm/src/operationsInterfaces/actions.d.ts.map +1 -0
  158. package/dist-esm/src/operationsInterfaces/actions.js +9 -0
  159. package/dist-esm/src/operationsInterfaces/actions.js.map +1 -0
  160. package/dist-esm/src/operationsInterfaces/alertRuleTemplates.d.ts +21 -0
  161. package/dist-esm/src/operationsInterfaces/alertRuleTemplates.d.ts.map +1 -0
  162. package/dist-esm/src/operationsInterfaces/alertRuleTemplates.js +9 -0
  163. package/dist-esm/src/operationsInterfaces/alertRuleTemplates.js.map +1 -0
  164. package/dist-esm/src/operationsInterfaces/alertRules.d.ts +38 -0
  165. package/dist-esm/src/operationsInterfaces/alertRules.d.ts.map +1 -0
  166. package/dist-esm/src/operationsInterfaces/alertRules.js +9 -0
  167. package/dist-esm/src/operationsInterfaces/alertRules.js.map +1 -0
  168. package/dist-esm/src/operationsInterfaces/automationRules.d.ts +38 -0
  169. package/dist-esm/src/operationsInterfaces/automationRules.d.ts.map +1 -0
  170. package/dist-esm/src/operationsInterfaces/automationRules.js +9 -0
  171. package/dist-esm/src/operationsInterfaces/automationRules.js.map +1 -0
  172. package/dist-esm/src/operationsInterfaces/bookmarkOperations.d.ts +14 -0
  173. package/dist-esm/src/operationsInterfaces/bookmarkOperations.d.ts.map +1 -0
  174. package/dist-esm/src/operationsInterfaces/bookmarkOperations.js +9 -0
  175. package/dist-esm/src/operationsInterfaces/bookmarkOperations.js.map +1 -0
  176. package/dist-esm/src/operationsInterfaces/bookmarkRelations.d.ts +42 -0
  177. package/dist-esm/src/operationsInterfaces/bookmarkRelations.d.ts.map +1 -0
  178. package/dist-esm/src/operationsInterfaces/bookmarkRelations.js +9 -0
  179. package/dist-esm/src/operationsInterfaces/bookmarkRelations.js.map +1 -0
  180. package/dist-esm/src/operationsInterfaces/bookmarks.d.ts +38 -0
  181. package/dist-esm/src/operationsInterfaces/bookmarks.d.ts.map +1 -0
  182. package/dist-esm/src/operationsInterfaces/bookmarks.js +9 -0
  183. package/dist-esm/src/operationsInterfaces/bookmarks.js.map +1 -0
  184. package/dist-esm/src/operationsInterfaces/dataConnectors.d.ts +55 -0
  185. package/dist-esm/src/operationsInterfaces/dataConnectors.d.ts.map +1 -0
  186. package/dist-esm/src/operationsInterfaces/dataConnectors.js +9 -0
  187. package/dist-esm/src/operationsInterfaces/dataConnectors.js.map +1 -0
  188. package/dist-esm/src/operationsInterfaces/dataConnectorsCheckRequirementsOperations.d.ts +13 -0
  189. package/dist-esm/src/operationsInterfaces/dataConnectorsCheckRequirementsOperations.d.ts.map +1 -0
  190. package/dist-esm/src/operationsInterfaces/dataConnectorsCheckRequirementsOperations.js +9 -0
  191. package/dist-esm/src/operationsInterfaces/dataConnectorsCheckRequirementsOperations.js.map +1 -0
  192. package/dist-esm/src/operationsInterfaces/domainWhois.d.ts +12 -0
  193. package/dist-esm/src/operationsInterfaces/domainWhois.d.ts.map +1 -0
  194. package/dist-esm/src/operationsInterfaces/domainWhois.js +9 -0
  195. package/dist-esm/src/operationsInterfaces/domainWhois.js.map +1 -0
  196. package/dist-esm/src/operationsInterfaces/entities.d.ts +48 -0
  197. package/dist-esm/src/operationsInterfaces/entities.d.ts.map +1 -0
  198. package/dist-esm/src/operationsInterfaces/entities.js +9 -0
  199. package/dist-esm/src/operationsInterfaces/entities.js.map +1 -0
  200. package/dist-esm/src/operationsInterfaces/entitiesGetTimeline.d.ts +14 -0
  201. package/dist-esm/src/operationsInterfaces/entitiesGetTimeline.d.ts.map +1 -0
  202. package/dist-esm/src/operationsInterfaces/entitiesGetTimeline.js +9 -0
  203. package/dist-esm/src/operationsInterfaces/entitiesGetTimeline.js.map +1 -0
  204. package/dist-esm/src/operationsInterfaces/entitiesRelations.d.ts +14 -0
  205. package/dist-esm/src/operationsInterfaces/entitiesRelations.d.ts.map +1 -0
  206. package/dist-esm/src/operationsInterfaces/entitiesRelations.js +9 -0
  207. package/dist-esm/src/operationsInterfaces/entitiesRelations.js.map +1 -0
  208. package/dist-esm/src/operationsInterfaces/entityQueries.d.ts +38 -0
  209. package/dist-esm/src/operationsInterfaces/entityQueries.d.ts.map +1 -0
  210. package/dist-esm/src/operationsInterfaces/entityQueries.js +9 -0
  211. package/dist-esm/src/operationsInterfaces/entityQueries.js.map +1 -0
  212. package/dist-esm/src/operationsInterfaces/entityQueryTemplates.d.ts +21 -0
  213. package/dist-esm/src/operationsInterfaces/entityQueryTemplates.d.ts.map +1 -0
  214. package/dist-esm/src/operationsInterfaces/entityQueryTemplates.js +9 -0
  215. package/dist-esm/src/operationsInterfaces/entityQueryTemplates.js.map +1 -0
  216. package/dist-esm/src/operationsInterfaces/entityRelations.d.ts +14 -0
  217. package/dist-esm/src/operationsInterfaces/entityRelations.d.ts.map +1 -0
  218. package/dist-esm/src/operationsInterfaces/entityRelations.js +9 -0
  219. package/dist-esm/src/operationsInterfaces/entityRelations.js.map +1 -0
  220. package/dist-esm/src/operationsInterfaces/iPGeodata.d.ts +12 -0
  221. package/dist-esm/src/operationsInterfaces/iPGeodata.d.ts.map +1 -0
  222. package/dist-esm/src/operationsInterfaces/iPGeodata.js +9 -0
  223. package/dist-esm/src/operationsInterfaces/iPGeodata.js.map +1 -0
  224. package/dist-esm/src/operationsInterfaces/incidentComments.d.ts +42 -0
  225. package/dist-esm/src/operationsInterfaces/incidentComments.d.ts.map +1 -0
  226. package/dist-esm/src/operationsInterfaces/incidentComments.js +9 -0
  227. package/dist-esm/src/operationsInterfaces/incidentComments.js.map +1 -0
  228. package/dist-esm/src/operationsInterfaces/incidentRelations.d.ts +42 -0
  229. package/dist-esm/src/operationsInterfaces/incidentRelations.d.ts.map +1 -0
  230. package/dist-esm/src/operationsInterfaces/incidentRelations.js +9 -0
  231. package/dist-esm/src/operationsInterfaces/incidentRelations.js.map +1 -0
  232. package/dist-esm/src/operationsInterfaces/incidents.d.ts +72 -0
  233. package/dist-esm/src/operationsInterfaces/incidents.d.ts.map +1 -0
  234. package/dist-esm/src/operationsInterfaces/incidents.js +9 -0
  235. package/dist-esm/src/operationsInterfaces/incidents.js.map +1 -0
  236. package/dist-esm/src/operationsInterfaces/index.d.ts +33 -0
  237. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  238. package/dist-esm/src/operationsInterfaces/index.js +40 -0
  239. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  240. package/dist-esm/src/operationsInterfaces/metadata.d.ts +47 -0
  241. package/dist-esm/src/operationsInterfaces/metadata.d.ts.map +1 -0
  242. package/dist-esm/src/operationsInterfaces/metadata.js +9 -0
  243. package/dist-esm/src/operationsInterfaces/metadata.js.map +1 -0
  244. package/dist-esm/src/operationsInterfaces/officeConsents.d.ts +29 -0
  245. package/dist-esm/src/operationsInterfaces/officeConsents.d.ts.map +1 -0
  246. package/dist-esm/src/operationsInterfaces/officeConsents.js +9 -0
  247. package/dist-esm/src/operationsInterfaces/officeConsents.js.map +1 -0
  248. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  249. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  250. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  251. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  252. package/dist-esm/src/operationsInterfaces/productSettings.d.ts +37 -0
  253. package/dist-esm/src/operationsInterfaces/productSettings.d.ts.map +1 -0
  254. package/dist-esm/src/operationsInterfaces/productSettings.js +9 -0
  255. package/dist-esm/src/operationsInterfaces/productSettings.js.map +1 -0
  256. package/dist-esm/src/operationsInterfaces/sentinelOnboardingStates.d.ts +36 -0
  257. package/dist-esm/src/operationsInterfaces/sentinelOnboardingStates.d.ts.map +1 -0
  258. package/dist-esm/src/operationsInterfaces/sentinelOnboardingStates.js +9 -0
  259. package/dist-esm/src/operationsInterfaces/sentinelOnboardingStates.js.map +1 -0
  260. package/dist-esm/src/operationsInterfaces/sourceControlOperations.d.ts +14 -0
  261. package/dist-esm/src/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
  262. package/dist-esm/src/operationsInterfaces/sourceControlOperations.js +9 -0
  263. package/dist-esm/src/operationsInterfaces/sourceControlOperations.js.map +1 -0
  264. package/dist-esm/src/operationsInterfaces/sourceControls.d.ts +38 -0
  265. package/dist-esm/src/operationsInterfaces/sourceControls.d.ts.map +1 -0
  266. package/dist-esm/src/operationsInterfaces/sourceControls.js +9 -0
  267. package/dist-esm/src/operationsInterfaces/sourceControls.js.map +1 -0
  268. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicator.d.ts +68 -0
  269. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicator.d.ts.map +1 -0
  270. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicator.js +9 -0
  271. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicator.js.map +1 -0
  272. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicatorMetrics.d.ts +12 -0
  273. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicatorMetrics.d.ts.map +1 -0
  274. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicatorMetrics.js +9 -0
  275. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicatorMetrics.js.map +1 -0
  276. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicators.d.ts +13 -0
  277. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicators.d.ts.map +1 -0
  278. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicators.js +9 -0
  279. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicators.js.map +1 -0
  280. package/dist-esm/src/operationsInterfaces/watchlistItems.d.ts +42 -0
  281. package/dist-esm/src/operationsInterfaces/watchlistItems.d.ts.map +1 -0
  282. package/dist-esm/src/operationsInterfaces/watchlistItems.js +9 -0
  283. package/dist-esm/src/operationsInterfaces/watchlistItems.js.map +1 -0
  284. package/dist-esm/src/operationsInterfaces/watchlists.d.ts +40 -0
  285. package/dist-esm/src/operationsInterfaces/watchlists.d.ts.map +1 -0
  286. package/dist-esm/src/operationsInterfaces/watchlists.js +9 -0
  287. package/dist-esm/src/operationsInterfaces/watchlists.js.map +1 -0
  288. package/dist-esm/src/securityInsights.d.ts +49 -0
  289. package/dist-esm/src/securityInsights.d.ts.map +1 -0
  290. package/dist-esm/src/securityInsights.js +82 -0
  291. package/dist-esm/src/securityInsights.js.map +1 -0
  292. package/dist-esm/test/sampleTest.d.ts +2 -0
  293. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  294. package/dist-esm/test/sampleTest.js +40 -0
  295. package/dist-esm/test/sampleTest.js.map +1 -0
  296. package/package.json +95 -0
  297. package/review/arm-securityinsight.api.md +5007 -0
  298. package/rollup.config.js +188 -0
  299. package/src/index.ts +12 -0
  300. package/src/models/index.ts +8349 -0
  301. package/src/models/mappers.ts +14311 -0
  302. package/src/models/parameters.ts +616 -0
  303. package/src/operations/actions.ts +351 -0
  304. package/src/operations/alertRuleTemplates.ts +221 -0
  305. package/src/operations/alertRules.ts +314 -0
  306. package/src/operations/automationRules.ts +320 -0
  307. package/src/operations/bookmarkOperations.ts +80 -0
  308. package/src/operations/bookmarkRelations.ts +369 -0
  309. package/src/operations/bookmarks.ts +314 -0
  310. package/src/operations/dataConnectors.ts +413 -0
  311. package/src/operations/dataConnectorsCheckRequirementsOperations.ts +83 -0
  312. package/src/operations/domainWhois.ts +71 -0
  313. package/src/operations/entities.ts +366 -0
  314. package/src/operations/entitiesGetTimeline.ts +80 -0
  315. package/src/operations/entitiesRelations.ts +216 -0
  316. package/src/operations/entityQueries.ts +315 -0
  317. package/src/operations/entityQueryTemplates.ts +221 -0
  318. package/src/operations/entityRelations.ts +78 -0
  319. package/src/operations/iPGeodata.ts +68 -0
  320. package/src/operations/incidentComments.ts +381 -0
  321. package/src/operations/incidentRelations.ts +369 -0
  322. package/src/operations/incidents.ts +508 -0
  323. package/src/operations/index.ts +40 -0
  324. package/src/operations/metadata.ts +381 -0
  325. package/src/operations/officeConsents.ts +263 -0
  326. package/src/operations/operations.ts +137 -0
  327. package/src/operations/productSettings.ts +207 -0
  328. package/src/operations/sentinelOnboardingStates.ts +222 -0
  329. package/src/operations/sourceControlOperations.ts +206 -0
  330. package/src/operations/sourceControls.ts +320 -0
  331. package/src/operations/threatIntelligenceIndicator.ts +526 -0
  332. package/src/operations/threatIntelligenceIndicatorMetrics.ts +73 -0
  333. package/src/operations/threatIntelligenceIndicators.ts +190 -0
  334. package/src/operations/watchlistItems.ts +369 -0
  335. package/src/operations/watchlists.ts +316 -0
  336. package/src/operationsInterfaces/actions.ts +84 -0
  337. package/src/operationsInterfaces/alertRuleTemplates.ts +44 -0
  338. package/src/operationsInterfaces/alertRules.ts +75 -0
  339. package/src/operationsInterfaces/automationRules.ts +75 -0
  340. package/src/operationsInterfaces/bookmarkOperations.ts +32 -0
  341. package/src/operationsInterfaces/bookmarkRelations.ts +83 -0
  342. package/src/operationsInterfaces/bookmarks.ts +75 -0
  343. package/src/operationsInterfaces/dataConnectors.ts +106 -0
  344. package/src/operationsInterfaces/dataConnectorsCheckRequirementsOperations.ts +30 -0
  345. package/src/operationsInterfaces/domainWhois.ts +27 -0
  346. package/src/operationsInterfaces/entities.ts +98 -0
  347. package/src/operationsInterfaces/entitiesGetTimeline.ts +32 -0
  348. package/src/operationsInterfaces/entitiesRelations.ts +28 -0
  349. package/src/operationsInterfaces/entityQueries.ts +76 -0
  350. package/src/operationsInterfaces/entityQueryTemplates.ts +44 -0
  351. package/src/operationsInterfaces/entityRelations.ts +31 -0
  352. package/src/operationsInterfaces/iPGeodata.ts +24 -0
  353. package/src/operationsInterfaces/incidentComments.ts +83 -0
  354. package/src/operationsInterfaces/incidentRelations.ts +83 -0
  355. package/src/operationsInterfaces/incidents.ts +139 -0
  356. package/src/operationsInterfaces/index.ts +40 -0
  357. package/src/operationsInterfaces/metadata.ts +93 -0
  358. package/src/operationsInterfaces/officeConsents.ts +58 -0
  359. package/src/operationsInterfaces/operations.ts +22 -0
  360. package/src/operationsInterfaces/productSettings.ts +74 -0
  361. package/src/operationsInterfaces/sentinelOnboardingStates.ts +71 -0
  362. package/src/operationsInterfaces/sourceControlOperations.ts +32 -0
  363. package/src/operationsInterfaces/sourceControls.ts +75 -0
  364. package/src/operationsInterfaces/threatIntelligenceIndicator.ts +131 -0
  365. package/src/operationsInterfaces/threatIntelligenceIndicatorMetrics.ts +27 -0
  366. package/src/operationsInterfaces/threatIntelligenceIndicators.ts +29 -0
  367. package/src/operationsInterfaces/watchlistItems.ts +83 -0
  368. package/src/operationsInterfaces/watchlists.ts +77 -0
  369. package/src/securityInsights.ts +211 -0
  370. package/tsconfig.json +19 -0
  371. package/types/arm-securityinsight.d.ts +9299 -0
  372. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entitiesGetTimeline.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/entitiesGetTimeline.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,wBAAwB,EACxB,qCAAqC,EACrC,+BAA+B,EAChC,MAAM,WAAW,CAAC;AAEnB,oDAAoD;AACpD,MAAM,WAAW,mBAAmB;IAClC;;;;;;;OAOG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,wBAAwB,EACpC,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;CAC7C"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=entitiesGetTimeline.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entitiesGetTimeline.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/entitiesGetTimeline.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,14 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Relation, EntitiesRelationsListOptionalParams } from "../models";
3
+ /** Interface representing a EntitiesRelations. */
4
+ export interface EntitiesRelations {
5
+ /**
6
+ * Gets all relations of an entity.
7
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8
+ * @param workspaceName The name of the workspace.
9
+ * @param entityId entity ID
10
+ * @param options The options parameters.
11
+ */
12
+ list(resourceGroupName: string, workspaceName: string, entityId: string, options?: EntitiesRelationsListOptionalParams): PagedAsyncIterableIterator<Relation>;
13
+ }
14
+ //# sourceMappingURL=entitiesRelations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entitiesRelations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/entitiesRelations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,QAAQ,EAAE,mCAAmC,EAAE,MAAM,WAAW,CAAC;AAG1E,kDAAkD;AAClD,MAAM,WAAW,iBAAiB;IAChC;;;;;;OAMG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,0BAA0B,CAAC,QAAQ,CAAC,CAAC;CACzC"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=entitiesRelations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entitiesRelations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/entitiesRelations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,38 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { EntityQueryUnion, EntityQueriesListOptionalParams, EntityQueriesGetOptionalParams, EntityQueriesGetResponse, CustomEntityQueryUnion, EntityQueriesCreateOrUpdateOptionalParams, EntityQueriesCreateOrUpdateResponse, EntityQueriesDeleteOptionalParams } from "../models";
3
+ /** Interface representing a EntityQueries. */
4
+ export interface EntityQueries {
5
+ /**
6
+ * Gets all entity queries.
7
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8
+ * @param workspaceName The name of the workspace.
9
+ * @param options The options parameters.
10
+ */
11
+ list(resourceGroupName: string, workspaceName: string, options?: EntityQueriesListOptionalParams): PagedAsyncIterableIterator<EntityQueryUnion>;
12
+ /**
13
+ * Gets an entity query.
14
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
15
+ * @param workspaceName The name of the workspace.
16
+ * @param entityQueryId entity query ID
17
+ * @param options The options parameters.
18
+ */
19
+ get(resourceGroupName: string, workspaceName: string, entityQueryId: string, options?: EntityQueriesGetOptionalParams): Promise<EntityQueriesGetResponse>;
20
+ /**
21
+ * Creates or updates the entity query.
22
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
23
+ * @param workspaceName The name of the workspace.
24
+ * @param entityQueryId entity query ID
25
+ * @param entityQuery The entity query we want to create or update
26
+ * @param options The options parameters.
27
+ */
28
+ createOrUpdate(resourceGroupName: string, workspaceName: string, entityQueryId: string, entityQuery: CustomEntityQueryUnion, options?: EntityQueriesCreateOrUpdateOptionalParams): Promise<EntityQueriesCreateOrUpdateResponse>;
29
+ /**
30
+ * Delete the entity query.
31
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
32
+ * @param workspaceName The name of the workspace.
33
+ * @param entityQueryId entity query ID
34
+ * @param options The options parameters.
35
+ */
36
+ delete(resourceGroupName: string, workspaceName: string, entityQueryId: string, options?: EntityQueriesDeleteOptionalParams): Promise<void>;
37
+ }
38
+ //# sourceMappingURL=entityQueries.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entityQueries.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/entityQueries.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,gBAAgB,EAChB,+BAA+B,EAC/B,8BAA8B,EAC9B,wBAAwB,EACxB,sBAAsB,EACtB,yCAAyC,EACzC,mCAAmC,EACnC,iCAAiC,EAClC,MAAM,WAAW,CAAC;AAGnB,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,+BAA+B,GACxC,0BAA0B,CAAC,gBAAgB,CAAC,CAAC;IAChD;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;IACrC;;;;;;;OAOG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,sBAAsB,EACnC,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC,CAAC;IAChD;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=entityQueries.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entityQueries.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/entityQueries.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,21 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { EntityQueryTemplateUnion, EntityQueryTemplatesListOptionalParams, EntityQueryTemplatesGetOptionalParams, EntityQueryTemplatesGetResponse } from "../models";
3
+ /** Interface representing a EntityQueryTemplates. */
4
+ export interface EntityQueryTemplates {
5
+ /**
6
+ * Gets all entity query templates.
7
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8
+ * @param workspaceName The name of the workspace.
9
+ * @param options The options parameters.
10
+ */
11
+ list(resourceGroupName: string, workspaceName: string, options?: EntityQueryTemplatesListOptionalParams): PagedAsyncIterableIterator<EntityQueryTemplateUnion>;
12
+ /**
13
+ * Gets an entity query.
14
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
15
+ * @param workspaceName The name of the workspace.
16
+ * @param entityQueryTemplateId entity query template ID
17
+ * @param options The options parameters.
18
+ */
19
+ get(resourceGroupName: string, workspaceName: string, entityQueryTemplateId: string, options?: EntityQueryTemplatesGetOptionalParams): Promise<EntityQueryTemplatesGetResponse>;
20
+ }
21
+ //# sourceMappingURL=entityQueryTemplates.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entityQueryTemplates.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/entityQueryTemplates.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,wBAAwB,EACxB,sCAAsC,EACtC,qCAAqC,EACrC,+BAA+B,EAChC,MAAM,WAAW,CAAC;AAGnB,qDAAqD;AACrD,MAAM,WAAW,oBAAoB;IACnC;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,0BAA0B,CAAC,wBAAwB,CAAC,CAAC;IACxD;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;CAC7C"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=entityQueryTemplates.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entityQueryTemplates.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/entityQueryTemplates.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,14 @@
1
+ import { EntityRelationsGetRelationOptionalParams, EntityRelationsGetRelationResponse } from "../models";
2
+ /** Interface representing a EntityRelations. */
3
+ export interface EntityRelations {
4
+ /**
5
+ * Gets an entity relation.
6
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
7
+ * @param workspaceName The name of the workspace.
8
+ * @param entityId entity ID
9
+ * @param relationName Relation Name
10
+ * @param options The options parameters.
11
+ */
12
+ getRelation(resourceGroupName: string, workspaceName: string, entityId: string, relationName: string, options?: EntityRelationsGetRelationOptionalParams): Promise<EntityRelationsGetRelationResponse>;
13
+ }
14
+ //# sourceMappingURL=entityRelations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entityRelations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/entityRelations.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,wCAAwC,EACxC,kCAAkC,EACnC,MAAM,WAAW,CAAC;AAEnB,gDAAgD;AAChD,MAAM,WAAW,eAAe;IAC9B;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,QAAQ,EAAE,MAAM,EAChB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;CAChD"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=entityRelations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entityRelations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/entityRelations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,12 @@
1
+ import { IPGeodataGetOptionalParams, IPGeodataGetResponse } from "../models";
2
+ /** Interface representing a IPGeodata. */
3
+ export interface IPGeodata {
4
+ /**
5
+ * Get geodata for a single IP address
6
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
7
+ * @param ipAddress IP address (v4 or v6) to be enriched
8
+ * @param options The options parameters.
9
+ */
10
+ get(resourceGroupName: string, ipAddress: string, options?: IPGeodataGetOptionalParams): Promise<IPGeodataGetResponse>;
11
+ }
12
+ //# sourceMappingURL=iPGeodata.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"iPGeodata.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/iPGeodata.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAE7E,0CAA0C;AAC1C,MAAM,WAAW,SAAS;IACxB;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;CAClC"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=iPGeodata.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"iPGeodata.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/iPGeodata.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,42 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { IncidentComment, IncidentCommentsListOptionalParams, IncidentCommentsGetOptionalParams, IncidentCommentsGetResponse, IncidentCommentsCreateOrUpdateOptionalParams, IncidentCommentsCreateOrUpdateResponse, IncidentCommentsDeleteOptionalParams } from "../models";
3
+ /** Interface representing a IncidentComments. */
4
+ export interface IncidentComments {
5
+ /**
6
+ * Gets all incident comments.
7
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8
+ * @param workspaceName The name of the workspace.
9
+ * @param incidentId Incident ID
10
+ * @param options The options parameters.
11
+ */
12
+ list(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentCommentsListOptionalParams): PagedAsyncIterableIterator<IncidentComment>;
13
+ /**
14
+ * Gets an incident comment.
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
+ * @param workspaceName The name of the workspace.
17
+ * @param incidentId Incident ID
18
+ * @param incidentCommentId Incident comment ID
19
+ * @param options The options parameters.
20
+ */
21
+ get(resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, options?: IncidentCommentsGetOptionalParams): Promise<IncidentCommentsGetResponse>;
22
+ /**
23
+ * Creates or updates the incident comment.
24
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
25
+ * @param workspaceName The name of the workspace.
26
+ * @param incidentId Incident ID
27
+ * @param incidentCommentId Incident comment ID
28
+ * @param incidentComment The incident comment
29
+ * @param options The options parameters.
30
+ */
31
+ createOrUpdate(resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, incidentComment: IncidentComment, options?: IncidentCommentsCreateOrUpdateOptionalParams): Promise<IncidentCommentsCreateOrUpdateResponse>;
32
+ /**
33
+ * Delete the incident comment.
34
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
35
+ * @param workspaceName The name of the workspace.
36
+ * @param incidentId Incident ID
37
+ * @param incidentCommentId Incident comment ID
38
+ * @param options The options parameters.
39
+ */
40
+ delete(resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, options?: IncidentCommentsDeleteOptionalParams): Promise<void>;
41
+ }
42
+ //# sourceMappingURL=incidentComments.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"incidentComments.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/incidentComments.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,eAAe,EACf,kCAAkC,EAClC,iCAAiC,EACjC,2BAA2B,EAC3B,4CAA4C,EAC5C,sCAAsC,EACtC,oCAAoC,EACrC,MAAM,WAAW,CAAC;AAGnB,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;;OAMG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,eAAe,CAAC,CAAC;IAC/C;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,MAAM,EAClB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;;;;OAQG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,MAAM,EAClB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,eAAe,EAChC,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;IACnD;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,MAAM,EAClB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=incidentComments.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"incidentComments.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/incidentComments.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,42 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Relation, IncidentRelationsListOptionalParams, IncidentRelationsGetOptionalParams, IncidentRelationsGetResponse, IncidentRelationsCreateOrUpdateOptionalParams, IncidentRelationsCreateOrUpdateResponse, IncidentRelationsDeleteOptionalParams } from "../models";
3
+ /** Interface representing a IncidentRelations. */
4
+ export interface IncidentRelations {
5
+ /**
6
+ * Gets all incident relations.
7
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8
+ * @param workspaceName The name of the workspace.
9
+ * @param incidentId Incident ID
10
+ * @param options The options parameters.
11
+ */
12
+ list(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentRelationsListOptionalParams): PagedAsyncIterableIterator<Relation>;
13
+ /**
14
+ * Gets an incident relation.
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
+ * @param workspaceName The name of the workspace.
17
+ * @param incidentId Incident ID
18
+ * @param relationName Relation Name
19
+ * @param options The options parameters.
20
+ */
21
+ get(resourceGroupName: string, workspaceName: string, incidentId: string, relationName: string, options?: IncidentRelationsGetOptionalParams): Promise<IncidentRelationsGetResponse>;
22
+ /**
23
+ * Creates or updates the incident relation.
24
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
25
+ * @param workspaceName The name of the workspace.
26
+ * @param incidentId Incident ID
27
+ * @param relationName Relation Name
28
+ * @param relation The relation model
29
+ * @param options The options parameters.
30
+ */
31
+ createOrUpdate(resourceGroupName: string, workspaceName: string, incidentId: string, relationName: string, relation: Relation, options?: IncidentRelationsCreateOrUpdateOptionalParams): Promise<IncidentRelationsCreateOrUpdateResponse>;
32
+ /**
33
+ * Delete the incident relation.
34
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
35
+ * @param workspaceName The name of the workspace.
36
+ * @param incidentId Incident ID
37
+ * @param relationName Relation Name
38
+ * @param options The options parameters.
39
+ */
40
+ delete(resourceGroupName: string, workspaceName: string, incidentId: string, relationName: string, options?: IncidentRelationsDeleteOptionalParams): Promise<void>;
41
+ }
42
+ //# sourceMappingURL=incidentRelations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"incidentRelations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/incidentRelations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,QAAQ,EACR,mCAAmC,EACnC,kCAAkC,EAClC,4BAA4B,EAC5B,6CAA6C,EAC7C,uCAAuC,EACvC,qCAAqC,EACtC,MAAM,WAAW,CAAC;AAGnB,kDAAkD;AAClD,MAAM,WAAW,iBAAiB;IAChC;;;;;;OAMG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,0BAA0B,CAAC,QAAQ,CAAC,CAAC;IACxC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;;;OAQG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,QAAQ,EAClB,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;IACpD;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=incidentRelations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"incidentRelations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/incidentRelations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,72 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Incident, IncidentsListOptionalParams, IncidentsGetOptionalParams, IncidentsGetResponse, IncidentsCreateOrUpdateOptionalParams, IncidentsCreateOrUpdateResponse, IncidentsDeleteOptionalParams, TeamProperties, IncidentsCreateTeamOptionalParams, IncidentsCreateTeamResponse, IncidentsListAlertsOptionalParams, IncidentsListAlertsResponse, IncidentsListBookmarksOptionalParams, IncidentsListBookmarksResponse, IncidentsListEntitiesOptionalParams, IncidentsListEntitiesResponse } from "../models";
3
+ /** Interface representing a Incidents. */
4
+ export interface Incidents {
5
+ /**
6
+ * Gets all incidents.
7
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8
+ * @param workspaceName The name of the workspace.
9
+ * @param options The options parameters.
10
+ */
11
+ list(resourceGroupName: string, workspaceName: string, options?: IncidentsListOptionalParams): PagedAsyncIterableIterator<Incident>;
12
+ /**
13
+ * Gets an incident.
14
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
15
+ * @param workspaceName The name of the workspace.
16
+ * @param incidentId Incident ID
17
+ * @param options The options parameters.
18
+ */
19
+ get(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsGetOptionalParams): Promise<IncidentsGetResponse>;
20
+ /**
21
+ * Creates or updates the incident.
22
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
23
+ * @param workspaceName The name of the workspace.
24
+ * @param incidentId Incident ID
25
+ * @param incident The incident
26
+ * @param options The options parameters.
27
+ */
28
+ createOrUpdate(resourceGroupName: string, workspaceName: string, incidentId: string, incident: Incident, options?: IncidentsCreateOrUpdateOptionalParams): Promise<IncidentsCreateOrUpdateResponse>;
29
+ /**
30
+ * Delete the incident.
31
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
32
+ * @param workspaceName The name of the workspace.
33
+ * @param incidentId Incident ID
34
+ * @param options The options parameters.
35
+ */
36
+ delete(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsDeleteOptionalParams): Promise<void>;
37
+ /**
38
+ * Creates a Microsoft team to investigate the incident by sharing information and insights between
39
+ * participants.
40
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
41
+ * @param workspaceName The name of the workspace.
42
+ * @param incidentId Incident ID
43
+ * @param teamProperties Team properties
44
+ * @param options The options parameters.
45
+ */
46
+ createTeam(resourceGroupName: string, workspaceName: string, incidentId: string, teamProperties: TeamProperties, options?: IncidentsCreateTeamOptionalParams): Promise<IncidentsCreateTeamResponse>;
47
+ /**
48
+ * Gets all incident alerts.
49
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
50
+ * @param workspaceName The name of the workspace.
51
+ * @param incidentId Incident ID
52
+ * @param options The options parameters.
53
+ */
54
+ listAlerts(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListAlertsOptionalParams): Promise<IncidentsListAlertsResponse>;
55
+ /**
56
+ * Gets all incident bookmarks.
57
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
58
+ * @param workspaceName The name of the workspace.
59
+ * @param incidentId Incident ID
60
+ * @param options The options parameters.
61
+ */
62
+ listBookmarks(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListBookmarksOptionalParams): Promise<IncidentsListBookmarksResponse>;
63
+ /**
64
+ * Gets all incident related entities.
65
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
66
+ * @param workspaceName The name of the workspace.
67
+ * @param incidentId Incident ID
68
+ * @param options The options parameters.
69
+ */
70
+ listEntities(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListEntitiesOptionalParams): Promise<IncidentsListEntitiesResponse>;
71
+ }
72
+ //# sourceMappingURL=incidents.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"incidents.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/incidents.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,QAAQ,EACR,2BAA2B,EAC3B,0BAA0B,EAC1B,oBAAoB,EACpB,qCAAqC,EACrC,+BAA+B,EAC/B,6BAA6B,EAC7B,cAAc,EACd,iCAAiC,EACjC,2BAA2B,EAC3B,iCAAiC,EACjC,2BAA2B,EAC3B,oCAAoC,EACpC,8BAA8B,EAC9B,mCAAmC,EACnC,6BAA6B,EAC9B,MAAM,WAAW,CAAC;AAGnB,0CAA0C;AAC1C,MAAM,WAAW,SAAS;IACxB;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,2BAA2B,GACpC,0BAA0B,CAAC,QAAQ,CAAC,CAAC;IACxC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjC;;;;;;;OAOG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,QAAQ,EAClB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;OAQG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,MAAM,EAClB,cAAc,EAAE,cAAc,EAC9B,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;;OAMG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;;OAMG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;OAMG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;CAC3C"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=incidents.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"incidents.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/incidents.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,33 @@
1
+ export * from "./alertRules";
2
+ export * from "./actions";
3
+ export * from "./alertRuleTemplates";
4
+ export * from "./automationRules";
5
+ export * from "./bookmarks";
6
+ export * from "./bookmarkRelations";
7
+ export * from "./bookmarkOperations";
8
+ export * from "./iPGeodata";
9
+ export * from "./domainWhois";
10
+ export * from "./entityQueries";
11
+ export * from "./entities";
12
+ export * from "./entitiesGetTimeline";
13
+ export * from "./entitiesRelations";
14
+ export * from "./entityRelations";
15
+ export * from "./incidents";
16
+ export * from "./incidentComments";
17
+ export * from "./incidentRelations";
18
+ export * from "./metadata";
19
+ export * from "./sentinelOnboardingStates";
20
+ export * from "./productSettings";
21
+ export * from "./sourceControlOperations";
22
+ export * from "./sourceControls";
23
+ export * from "./watchlists";
24
+ export * from "./watchlistItems";
25
+ export * from "./dataConnectors";
26
+ export * from "./dataConnectorsCheckRequirementsOperations";
27
+ export * from "./threatIntelligenceIndicator";
28
+ export * from "./threatIntelligenceIndicators";
29
+ export * from "./threatIntelligenceIndicatorMetrics";
30
+ export * from "./operations";
31
+ export * from "./officeConsents";
32
+ export * from "./entityQueryTemplates";
33
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC;AAC3B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,sCAAsC,CAAC;AACrD,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC"}
@@ -0,0 +1,40 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export * from "./alertRules";
9
+ export * from "./actions";
10
+ export * from "./alertRuleTemplates";
11
+ export * from "./automationRules";
12
+ export * from "./bookmarks";
13
+ export * from "./bookmarkRelations";
14
+ export * from "./bookmarkOperations";
15
+ export * from "./iPGeodata";
16
+ export * from "./domainWhois";
17
+ export * from "./entityQueries";
18
+ export * from "./entities";
19
+ export * from "./entitiesGetTimeline";
20
+ export * from "./entitiesRelations";
21
+ export * from "./entityRelations";
22
+ export * from "./incidents";
23
+ export * from "./incidentComments";
24
+ export * from "./incidentRelations";
25
+ export * from "./metadata";
26
+ export * from "./sentinelOnboardingStates";
27
+ export * from "./productSettings";
28
+ export * from "./sourceControlOperations";
29
+ export * from "./sourceControls";
30
+ export * from "./watchlists";
31
+ export * from "./watchlistItems";
32
+ export * from "./dataConnectors";
33
+ export * from "./dataConnectorsCheckRequirementsOperations";
34
+ export * from "./threatIntelligenceIndicator";
35
+ export * from "./threatIntelligenceIndicators";
36
+ export * from "./threatIntelligenceIndicatorMetrics";
37
+ export * from "./operations";
38
+ export * from "./officeConsents";
39
+ export * from "./entityQueryTemplates";
40
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC;AAC3B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,sCAAsC,CAAC;AACrD,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC"}
@@ -0,0 +1,47 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { MetadataModel, MetadataListOptionalParams, MetadataGetOptionalParams, MetadataGetResponse, MetadataDeleteOptionalParams, MetadataCreateOptionalParams, MetadataCreateResponse, MetadataPatch, MetadataUpdateOptionalParams, MetadataUpdateResponse } from "../models";
3
+ /** Interface representing a Metadata. */
4
+ export interface Metadata {
5
+ /**
6
+ * List of all metadata
7
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8
+ * @param workspaceName The name of the workspace.
9
+ * @param options The options parameters.
10
+ */
11
+ list(resourceGroupName: string, workspaceName: string, options?: MetadataListOptionalParams): PagedAsyncIterableIterator<MetadataModel>;
12
+ /**
13
+ * Get a Metadata.
14
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
15
+ * @param workspaceName The name of the workspace.
16
+ * @param metadataName The Metadata name.
17
+ * @param options The options parameters.
18
+ */
19
+ get(resourceGroupName: string, workspaceName: string, metadataName: string, options?: MetadataGetOptionalParams): Promise<MetadataGetResponse>;
20
+ /**
21
+ * Delete a Metadata.
22
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
23
+ * @param workspaceName The name of the workspace.
24
+ * @param metadataName The Metadata name.
25
+ * @param options The options parameters.
26
+ */
27
+ delete(resourceGroupName: string, workspaceName: string, metadataName: string, options?: MetadataDeleteOptionalParams): Promise<void>;
28
+ /**
29
+ * Create a Metadata.
30
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
31
+ * @param workspaceName The name of the workspace.
32
+ * @param metadataName The Metadata name.
33
+ * @param metadata Metadata resource.
34
+ * @param options The options parameters.
35
+ */
36
+ create(resourceGroupName: string, workspaceName: string, metadataName: string, metadata: MetadataModel, options?: MetadataCreateOptionalParams): Promise<MetadataCreateResponse>;
37
+ /**
38
+ * Update an existing Metadata.
39
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
40
+ * @param workspaceName The name of the workspace.
41
+ * @param metadataName The Metadata name.
42
+ * @param metadataPatch Partial metadata request.
43
+ * @param options The options parameters.
44
+ */
45
+ update(resourceGroupName: string, workspaceName: string, metadataName: string, metadataPatch: MetadataPatch, options?: MetadataUpdateOptionalParams): Promise<MetadataUpdateResponse>;
46
+ }
47
+ //# sourceMappingURL=metadata.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metadata.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/metadata.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,aAAa,EACb,0BAA0B,EAC1B,yBAAyB,EACzB,mBAAmB,EACnB,4BAA4B,EAC5B,4BAA4B,EAC5B,sBAAsB,EACtB,aAAa,EACb,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,WAAW,CAAC;AAGnB,yCAAyC;AACzC,MAAM,WAAW,QAAQ;IACvB;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,0BAA0B,GACnC,0BAA0B,CAAC,aAAa,CAAC,CAAC;IAC7C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChC;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,aAAa,EACvB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,YAAY,EAAE,MAAM,EACpB,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;CACpC"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=metadata.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metadata.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/metadata.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,29 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { OfficeConsent, OfficeConsentsListOptionalParams, OfficeConsentsGetOptionalParams, OfficeConsentsGetResponse, OfficeConsentsDeleteOptionalParams } from "../models";
3
+ /** Interface representing a OfficeConsents. */
4
+ export interface OfficeConsents {
5
+ /**
6
+ * Gets all office365 consents.
7
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8
+ * @param workspaceName The name of the workspace.
9
+ * @param options The options parameters.
10
+ */
11
+ list(resourceGroupName: string, workspaceName: string, options?: OfficeConsentsListOptionalParams): PagedAsyncIterableIterator<OfficeConsent>;
12
+ /**
13
+ * Gets an office365 consent.
14
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
15
+ * @param workspaceName The name of the workspace.
16
+ * @param consentId consent ID
17
+ * @param options The options parameters.
18
+ */
19
+ get(resourceGroupName: string, workspaceName: string, consentId: string, options?: OfficeConsentsGetOptionalParams): Promise<OfficeConsentsGetResponse>;
20
+ /**
21
+ * Delete the office365 consent.
22
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
23
+ * @param workspaceName The name of the workspace.
24
+ * @param consentId consent ID
25
+ * @param options The options parameters.
26
+ */
27
+ delete(resourceGroupName: string, workspaceName: string, consentId: string, options?: OfficeConsentsDeleteOptionalParams): Promise<void>;
28
+ }
29
+ //# sourceMappingURL=officeConsents.d.ts.map