@azure/arm-purview 1.1.1-alpha.20250214.1 → 1.1.1-alpha.20250218.2

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 (447) hide show
  1. package/README.md +21 -12
  2. package/dist/browser/index.d.ts +5 -0
  3. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  4. package/{dist-esm/src → dist/browser}/index.js +4 -4
  5. package/dist/browser/index.js.map +1 -0
  6. package/dist/browser/lroImpl.js +25 -0
  7. package/dist/browser/lroImpl.js.map +1 -0
  8. package/dist/browser/models/index.js.map +1 -0
  9. package/dist/browser/models/mappers.js.map +1 -0
  10. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  11. package/dist/browser/models/parameters.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/operations/accounts.d.ts +3 -3
  13. package/dist/browser/operations/accounts.d.ts.map +1 -0
  14. package/{dist-esm/src → dist/browser}/operations/accounts.js +101 -113
  15. package/dist/browser/operations/accounts.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/operations/defaultAccounts.d.ts +3 -3
  17. package/dist/browser/operations/defaultAccounts.d.ts.map +1 -0
  18. package/{dist-esm/src → dist/browser}/operations/defaultAccounts.js +2 -2
  19. package/dist/browser/operations/defaultAccounts.js.map +1 -0
  20. package/dist/browser/operations/index.d.ts +6 -0
  21. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  22. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +5 -5
  23. package/dist/browser/operations/index.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  25. package/dist/browser/operations/operations.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  27. package/dist/browser/operations/operations.js.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +3 -3
  29. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +80 -88
  31. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.d.ts +3 -3
  33. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.js +3 -3
  35. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.d.ts +1 -1
  37. package/dist/browser/operationsInterfaces/accounts.d.ts.map +1 -0
  38. package/dist/browser/operationsInterfaces/accounts.js.map +1 -0
  39. package/{dist-esm/src → dist/browser}/operationsInterfaces/defaultAccounts.d.ts +1 -1
  40. package/dist/browser/operationsInterfaces/defaultAccounts.d.ts.map +1 -0
  41. package/dist/browser/operationsInterfaces/defaultAccounts.js.map +1 -0
  42. package/dist/browser/operationsInterfaces/index.d.ts +6 -0
  43. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  44. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +5 -5
  45. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  47. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  48. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +1 -1
  50. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  51. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  52. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.d.ts +1 -1
  53. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  54. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  55. package/dist/browser/package.json +3 -0
  56. package/dist/browser/pagingHelper.js.map +1 -0
  57. package/{dist-esm/src → dist/browser}/purviewManagementClient.d.ts +2 -2
  58. package/dist/browser/purviewManagementClient.d.ts.map +1 -0
  59. package/{dist-esm/src → dist/browser}/purviewManagementClient.js +15 -18
  60. package/dist/browser/purviewManagementClient.js.map +1 -0
  61. package/dist/commonjs/index.d.ts +5 -0
  62. package/dist/commonjs/index.d.ts.map +1 -0
  63. package/dist/commonjs/index.js +19 -0
  64. package/dist/commonjs/index.js.map +1 -0
  65. package/dist/commonjs/lroImpl.d.ts +16 -0
  66. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  67. package/dist/commonjs/lroImpl.js +29 -0
  68. package/dist/commonjs/lroImpl.js.map +1 -0
  69. package/{types/arm-purview.d.ts → dist/commonjs/models/index.d.ts} +906 -1236
  70. package/dist/commonjs/models/index.d.ts.map +1 -0
  71. package/dist/commonjs/models/index.js +113 -0
  72. package/dist/commonjs/models/index.js.map +1 -0
  73. package/dist/commonjs/models/mappers.d.ts +41 -0
  74. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  75. package/dist/commonjs/models/mappers.js +1241 -0
  76. package/dist/commonjs/models/mappers.js.map +1 -0
  77. package/dist/commonjs/models/parameters.d.ts +22 -0
  78. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  79. package/dist/commonjs/models/parameters.js +179 -0
  80. package/dist/commonjs/models/parameters.js.map +1 -0
  81. package/dist/commonjs/operations/accounts.d.ts +128 -0
  82. package/dist/commonjs/operations/accounts.d.ts.map +1 -0
  83. package/dist/commonjs/operations/accounts.js +612 -0
  84. package/dist/commonjs/operations/accounts.js.map +1 -0
  85. package/dist/commonjs/operations/defaultAccounts.d.ts +33 -0
  86. package/dist/commonjs/operations/defaultAccounts.d.ts.map +1 -0
  87. package/dist/commonjs/operations/defaultAccounts.js +113 -0
  88. package/dist/commonjs/operations/defaultAccounts.js.map +1 -0
  89. package/dist/commonjs/operations/index.d.ts +6 -0
  90. package/dist/commonjs/operations/index.d.ts.map +1 -0
  91. package/dist/commonjs/operations/index.js +16 -0
  92. package/dist/commonjs/operations/index.js.map +1 -0
  93. package/dist/commonjs/operations/operations.d.ts +32 -0
  94. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  95. package/dist/commonjs/operations/operations.js +138 -0
  96. package/dist/commonjs/operations/operations.js.map +1 -0
  97. package/dist/commonjs/operations/privateEndpointConnections.d.ts +81 -0
  98. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  99. package/dist/commonjs/operations/privateEndpointConnections.js +361 -0
  100. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  101. package/dist/commonjs/operations/privateLinkResources.d.ts +46 -0
  102. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  103. package/dist/commonjs/operations/privateLinkResources.js +187 -0
  104. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  105. package/dist/commonjs/operationsInterfaces/accounts.d.ts +92 -0
  106. package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +1 -0
  107. package/dist/commonjs/operationsInterfaces/accounts.js +10 -0
  108. package/dist/commonjs/operationsInterfaces/accounts.js.map +1 -0
  109. package/dist/commonjs/operationsInterfaces/defaultAccounts.d.ts +25 -0
  110. package/dist/commonjs/operationsInterfaces/defaultAccounts.d.ts.map +1 -0
  111. package/dist/commonjs/operationsInterfaces/defaultAccounts.js +10 -0
  112. package/dist/commonjs/operationsInterfaces/defaultAccounts.js.map +1 -0
  113. package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
  114. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  115. package/dist/commonjs/operationsInterfaces/index.js +16 -0
  116. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  117. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  118. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  119. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  120. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  121. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  122. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  123. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  124. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  125. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +21 -0
  126. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  127. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  128. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  129. package/dist/commonjs/package.json +3 -0
  130. package/dist/commonjs/pagingHelper.d.ts +13 -0
  131. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  132. package/dist/commonjs/pagingHelper.js +36 -0
  133. package/dist/commonjs/pagingHelper.js.map +1 -0
  134. package/dist/commonjs/purviewManagementClient.d.ts +24 -0
  135. package/dist/commonjs/purviewManagementClient.d.ts.map +1 -0
  136. package/dist/commonjs/purviewManagementClient.js +106 -0
  137. package/dist/commonjs/purviewManagementClient.js.map +1 -0
  138. package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
  139. package/dist/esm/index.d.ts +5 -0
  140. package/dist/esm/index.d.ts.map +1 -0
  141. package/{src/index.ts → dist/esm/index.js} +5 -5
  142. package/dist/esm/index.js.map +1 -0
  143. package/dist/esm/lroImpl.d.ts +16 -0
  144. package/dist/esm/lroImpl.d.ts.map +1 -0
  145. package/dist/esm/lroImpl.js +25 -0
  146. package/dist/esm/lroImpl.js.map +1 -0
  147. package/dist/esm/models/index.d.ts +906 -0
  148. package/dist/esm/models/index.d.ts.map +1 -0
  149. package/dist/esm/models/index.js +110 -0
  150. package/dist/esm/models/index.js.map +1 -0
  151. package/dist/esm/models/mappers.d.ts +41 -0
  152. package/dist/esm/models/mappers.d.ts.map +1 -0
  153. package/dist/esm/models/mappers.js +1238 -0
  154. package/dist/esm/models/mappers.js.map +1 -0
  155. package/dist/esm/models/parameters.d.ts +22 -0
  156. package/dist/esm/models/parameters.d.ts.map +1 -0
  157. package/dist/esm/models/parameters.js +176 -0
  158. package/dist/esm/models/parameters.js.map +1 -0
  159. package/dist/esm/operations/accounts.d.ts +128 -0
  160. package/dist/esm/operations/accounts.d.ts.map +1 -0
  161. package/dist/esm/operations/accounts.js +608 -0
  162. package/dist/esm/operations/accounts.js.map +1 -0
  163. package/dist/esm/operations/defaultAccounts.d.ts +33 -0
  164. package/dist/esm/operations/defaultAccounts.d.ts.map +1 -0
  165. package/dist/esm/operations/defaultAccounts.js +108 -0
  166. package/dist/esm/operations/defaultAccounts.js.map +1 -0
  167. package/dist/esm/operations/index.d.ts +6 -0
  168. package/dist/esm/operations/index.d.ts.map +1 -0
  169. package/dist/esm/operations/index.js +13 -0
  170. package/dist/esm/operations/index.js.map +1 -0
  171. package/dist/esm/operations/operations.d.ts +32 -0
  172. package/dist/esm/operations/operations.d.ts.map +1 -0
  173. package/dist/esm/operations/operations.js +134 -0
  174. package/dist/esm/operations/operations.js.map +1 -0
  175. package/dist/esm/operations/privateEndpointConnections.d.ts +81 -0
  176. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  177. package/dist/esm/operations/privateEndpointConnections.js +357 -0
  178. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  179. package/dist/esm/operations/privateLinkResources.d.ts +46 -0
  180. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  181. package/dist/esm/operations/privateLinkResources.js +183 -0
  182. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  183. package/dist/esm/operationsInterfaces/accounts.d.ts +92 -0
  184. package/dist/esm/operationsInterfaces/accounts.d.ts.map +1 -0
  185. package/dist/esm/operationsInterfaces/accounts.js +9 -0
  186. package/dist/esm/operationsInterfaces/accounts.js.map +1 -0
  187. package/dist/esm/operationsInterfaces/defaultAccounts.d.ts +25 -0
  188. package/dist/esm/operationsInterfaces/defaultAccounts.d.ts.map +1 -0
  189. package/dist/esm/operationsInterfaces/defaultAccounts.js +9 -0
  190. package/dist/esm/operationsInterfaces/defaultAccounts.js.map +1 -0
  191. package/dist/esm/operationsInterfaces/index.d.ts +6 -0
  192. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  193. package/dist/esm/operationsInterfaces/index.js +13 -0
  194. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  195. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  196. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  197. package/dist/esm/operationsInterfaces/operations.js +9 -0
  198. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  199. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  200. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  201. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  202. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  203. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +21 -0
  204. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  205. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  206. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  207. package/dist/esm/package.json +3 -0
  208. package/dist/esm/pagingHelper.d.ts +13 -0
  209. package/dist/esm/pagingHelper.d.ts.map +1 -0
  210. package/dist/esm/pagingHelper.js +32 -0
  211. package/dist/esm/pagingHelper.js.map +1 -0
  212. package/dist/esm/purviewManagementClient.d.ts +24 -0
  213. package/dist/esm/purviewManagementClient.d.ts.map +1 -0
  214. package/dist/esm/purviewManagementClient.js +101 -0
  215. package/dist/esm/purviewManagementClient.js.map +1 -0
  216. package/dist/react-native/index.d.ts +5 -0
  217. package/dist/react-native/index.d.ts.map +1 -0
  218. package/dist/react-native/index.js +13 -0
  219. package/dist/react-native/index.js.map +1 -0
  220. package/dist/react-native/lroImpl.d.ts +16 -0
  221. package/dist/react-native/lroImpl.d.ts.map +1 -0
  222. package/dist/react-native/lroImpl.js +25 -0
  223. package/dist/react-native/lroImpl.js.map +1 -0
  224. package/dist/react-native/models/index.d.ts +906 -0
  225. package/dist/react-native/models/index.d.ts.map +1 -0
  226. package/dist/react-native/models/index.js +110 -0
  227. package/dist/react-native/models/index.js.map +1 -0
  228. package/dist/react-native/models/mappers.d.ts +41 -0
  229. package/dist/react-native/models/mappers.d.ts.map +1 -0
  230. package/dist/react-native/models/mappers.js +1238 -0
  231. package/dist/react-native/models/mappers.js.map +1 -0
  232. package/dist/react-native/models/parameters.d.ts +22 -0
  233. package/dist/react-native/models/parameters.d.ts.map +1 -0
  234. package/dist/react-native/models/parameters.js +176 -0
  235. package/dist/react-native/models/parameters.js.map +1 -0
  236. package/dist/react-native/operations/accounts.d.ts +128 -0
  237. package/dist/react-native/operations/accounts.d.ts.map +1 -0
  238. package/dist/react-native/operations/accounts.js +608 -0
  239. package/dist/react-native/operations/accounts.js.map +1 -0
  240. package/dist/react-native/operations/defaultAccounts.d.ts +33 -0
  241. package/dist/react-native/operations/defaultAccounts.d.ts.map +1 -0
  242. package/dist/react-native/operations/defaultAccounts.js +108 -0
  243. package/dist/react-native/operations/defaultAccounts.js.map +1 -0
  244. package/dist/react-native/operations/index.d.ts +6 -0
  245. package/dist/react-native/operations/index.d.ts.map +1 -0
  246. package/dist/react-native/operations/index.js +13 -0
  247. package/dist/react-native/operations/index.js.map +1 -0
  248. package/dist/react-native/operations/operations.d.ts +32 -0
  249. package/dist/react-native/operations/operations.d.ts.map +1 -0
  250. package/dist/react-native/operations/operations.js +134 -0
  251. package/dist/react-native/operations/operations.js.map +1 -0
  252. package/dist/react-native/operations/privateEndpointConnections.d.ts +81 -0
  253. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  254. package/dist/react-native/operations/privateEndpointConnections.js +357 -0
  255. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  256. package/dist/react-native/operations/privateLinkResources.d.ts +46 -0
  257. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  258. package/dist/react-native/operations/privateLinkResources.js +183 -0
  259. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  260. package/dist/react-native/operationsInterfaces/accounts.d.ts +92 -0
  261. package/dist/react-native/operationsInterfaces/accounts.d.ts.map +1 -0
  262. package/dist/react-native/operationsInterfaces/accounts.js +9 -0
  263. package/dist/react-native/operationsInterfaces/accounts.js.map +1 -0
  264. package/dist/react-native/operationsInterfaces/defaultAccounts.d.ts +25 -0
  265. package/dist/react-native/operationsInterfaces/defaultAccounts.d.ts.map +1 -0
  266. package/dist/react-native/operationsInterfaces/defaultAccounts.js +9 -0
  267. package/dist/react-native/operationsInterfaces/defaultAccounts.js.map +1 -0
  268. package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
  269. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  270. package/dist/react-native/operationsInterfaces/index.js +13 -0
  271. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  272. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  273. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  274. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  275. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  276. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  277. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  278. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  279. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  280. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +21 -0
  281. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  282. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  283. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  284. package/dist/react-native/package.json +3 -0
  285. package/dist/react-native/pagingHelper.d.ts +13 -0
  286. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  287. package/dist/react-native/pagingHelper.js +32 -0
  288. package/dist/react-native/pagingHelper.js.map +1 -0
  289. package/dist/react-native/purviewManagementClient.d.ts +24 -0
  290. package/dist/react-native/purviewManagementClient.d.ts.map +1 -0
  291. package/dist/react-native/purviewManagementClient.js +101 -0
  292. package/dist/react-native/purviewManagementClient.js.map +1 -0
  293. package/package.json +67 -36
  294. package/dist/index.js +0 -3141
  295. package/dist/index.js.map +0 -1
  296. package/dist/index.min.js +0 -1
  297. package/dist/index.min.js.map +0 -1
  298. package/dist-esm/samples-dev/accountsAddRootCollectionAdminSample.d.ts +0 -2
  299. package/dist-esm/samples-dev/accountsAddRootCollectionAdminSample.d.ts.map +0 -1
  300. package/dist-esm/samples-dev/accountsAddRootCollectionAdminSample.js +0 -25
  301. package/dist-esm/samples-dev/accountsAddRootCollectionAdminSample.js.map +0 -1
  302. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.d.ts +0 -2
  303. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.d.ts.map +0 -1
  304. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.js +0 -24
  305. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.js.map +0 -1
  306. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.d.ts +0 -2
  307. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.d.ts.map +0 -1
  308. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js +0 -26
  309. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js.map +0 -1
  310. package/dist-esm/samples-dev/accountsDeleteSample.d.ts +0 -2
  311. package/dist-esm/samples-dev/accountsDeleteSample.d.ts.map +0 -1
  312. package/dist-esm/samples-dev/accountsDeleteSample.js +0 -29
  313. package/dist-esm/samples-dev/accountsDeleteSample.js.map +0 -1
  314. package/dist-esm/samples-dev/accountsGetSample.d.ts +0 -2
  315. package/dist-esm/samples-dev/accountsGetSample.d.ts.map +0 -1
  316. package/dist-esm/samples-dev/accountsGetSample.js +0 -29
  317. package/dist-esm/samples-dev/accountsGetSample.js.map +0 -1
  318. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts +0 -2
  319. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts.map +0 -1
  320. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js +0 -44
  321. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +0 -1
  322. package/dist-esm/samples-dev/accountsListBySubscriptionSample.d.ts +0 -2
  323. package/dist-esm/samples-dev/accountsListBySubscriptionSample.d.ts.map +0 -1
  324. package/dist-esm/samples-dev/accountsListBySubscriptionSample.js +0 -43
  325. package/dist-esm/samples-dev/accountsListBySubscriptionSample.js.map +0 -1
  326. package/dist-esm/samples-dev/accountsListKeysSample.d.ts +0 -2
  327. package/dist-esm/samples-dev/accountsListKeysSample.d.ts.map +0 -1
  328. package/dist-esm/samples-dev/accountsListKeysSample.js +0 -29
  329. package/dist-esm/samples-dev/accountsListKeysSample.js.map +0 -1
  330. package/dist-esm/samples-dev/accountsUpdateSample.d.ts +0 -2
  331. package/dist-esm/samples-dev/accountsUpdateSample.d.ts.map +0 -1
  332. package/dist-esm/samples-dev/accountsUpdateSample.js +0 -25
  333. package/dist-esm/samples-dev/accountsUpdateSample.js.map +0 -1
  334. package/dist-esm/samples-dev/defaultAccountsGetSample.d.ts +0 -2
  335. package/dist-esm/samples-dev/defaultAccountsGetSample.d.ts.map +0 -1
  336. package/dist-esm/samples-dev/defaultAccountsGetSample.js +0 -24
  337. package/dist-esm/samples-dev/defaultAccountsGetSample.js.map +0 -1
  338. package/dist-esm/samples-dev/defaultAccountsRemoveSample.d.ts +0 -2
  339. package/dist-esm/samples-dev/defaultAccountsRemoveSample.d.ts.map +0 -1
  340. package/dist-esm/samples-dev/defaultAccountsRemoveSample.js +0 -24
  341. package/dist-esm/samples-dev/defaultAccountsRemoveSample.js.map +0 -1
  342. package/dist-esm/samples-dev/defaultAccountsSetSample.d.ts +0 -2
  343. package/dist-esm/samples-dev/defaultAccountsSetSample.d.ts.map +0 -1
  344. package/dist-esm/samples-dev/defaultAccountsSetSample.js +0 -28
  345. package/dist-esm/samples-dev/defaultAccountsSetSample.js.map +0 -1
  346. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  347. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  348. package/dist-esm/samples-dev/operationsListSample.js +0 -43
  349. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  350. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
  351. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  352. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -29
  353. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
  354. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  355. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  356. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -30
  357. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  358. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  359. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  360. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -30
  361. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  362. package/dist-esm/samples-dev/privateEndpointConnectionsListByAccountSample.d.ts +0 -2
  363. package/dist-esm/samples-dev/privateEndpointConnectionsListByAccountSample.d.ts.map +0 -1
  364. package/dist-esm/samples-dev/privateEndpointConnectionsListByAccountSample.js +0 -45
  365. package/dist-esm/samples-dev/privateEndpointConnectionsListByAccountSample.js.map +0 -1
  366. package/dist-esm/samples-dev/privateLinkResourcesGetByGroupIdSample.d.ts +0 -2
  367. package/dist-esm/samples-dev/privateLinkResourcesGetByGroupIdSample.d.ts.map +0 -1
  368. package/dist-esm/samples-dev/privateLinkResourcesGetByGroupIdSample.js +0 -30
  369. package/dist-esm/samples-dev/privateLinkResourcesGetByGroupIdSample.js.map +0 -1
  370. package/dist-esm/samples-dev/privateLinkResourcesListByAccountSample.d.ts +0 -2
  371. package/dist-esm/samples-dev/privateLinkResourcesListByAccountSample.d.ts.map +0 -1
  372. package/dist-esm/samples-dev/privateLinkResourcesListByAccountSample.js +0 -45
  373. package/dist-esm/samples-dev/privateLinkResourcesListByAccountSample.js.map +0 -1
  374. package/dist-esm/src/index.d.ts +0 -5
  375. package/dist-esm/src/index.js.map +0 -1
  376. package/dist-esm/src/lroImpl.js +0 -29
  377. package/dist-esm/src/lroImpl.js.map +0 -1
  378. package/dist-esm/src/models/index.js.map +0 -1
  379. package/dist-esm/src/models/mappers.js.map +0 -1
  380. package/dist-esm/src/models/parameters.js.map +0 -1
  381. package/dist-esm/src/operations/accounts.d.ts.map +0 -1
  382. package/dist-esm/src/operations/accounts.js.map +0 -1
  383. package/dist-esm/src/operations/defaultAccounts.d.ts.map +0 -1
  384. package/dist-esm/src/operations/defaultAccounts.js.map +0 -1
  385. package/dist-esm/src/operations/index.d.ts +0 -6
  386. package/dist-esm/src/operations/index.js.map +0 -1
  387. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  388. package/dist-esm/src/operations/operations.js.map +0 -1
  389. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  390. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  391. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  392. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  393. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +0 -1
  394. package/dist-esm/src/operationsInterfaces/accounts.js.map +0 -1
  395. package/dist-esm/src/operationsInterfaces/defaultAccounts.d.ts.map +0 -1
  396. package/dist-esm/src/operationsInterfaces/defaultAccounts.js.map +0 -1
  397. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
  398. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  399. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  400. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  401. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  402. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  403. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  404. package/dist-esm/src/pagingHelper.js.map +0 -1
  405. package/dist-esm/src/purviewManagementClient.d.ts.map +0 -1
  406. package/dist-esm/src/purviewManagementClient.js.map +0 -1
  407. package/dist-esm/test/sampleTest.d.ts +0 -2
  408. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  409. package/dist-esm/test/sampleTest.js +0 -42
  410. package/dist-esm/test/sampleTest.js.map +0 -1
  411. package/src/lroImpl.ts +0 -34
  412. package/src/models/index.ts +0 -1018
  413. package/src/models/mappers.ts +0 -1307
  414. package/src/models/parameters.ts +0 -208
  415. package/src/operations/accounts.ts +0 -829
  416. package/src/operations/defaultAccounts.ts +0 -146
  417. package/src/operations/index.ts +0 -13
  418. package/src/operations/operations.ts +0 -150
  419. package/src/operations/privateEndpointConnections.ts +0 -511
  420. package/src/operations/privateLinkResources.ts +0 -247
  421. package/src/operationsInterfaces/accounts.ts +0 -179
  422. package/src/operationsInterfaces/defaultAccounts.ts +0 -52
  423. package/src/operationsInterfaces/index.ts +0 -13
  424. package/src/operationsInterfaces/operations.ts +0 -22
  425. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -109
  426. package/src/operationsInterfaces/privateLinkResources.ts +0 -44
  427. package/src/pagingHelper.ts +0 -39
  428. package/src/purviewManagementClient.ts +0 -160
  429. package/tsconfig.json +0 -33
  430. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  431. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  432. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  433. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  434. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  435. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  436. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  437. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  438. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  439. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  440. /package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.js +0 -0
  441. /package/{dist-esm/src → dist/browser}/operationsInterfaces/defaultAccounts.js +0 -0
  442. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  443. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  444. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  445. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  446. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  447. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -1,1236 +1,906 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
- import { PollerLike } from '@azure/core-lro';
5
- import { PollOperationState } from '@azure/core-lro';
6
-
7
- /** The Account access keys. */
8
- export declare interface AccessKeys {
9
- /** Gets or sets the primary connection string. */
10
- atlasKafkaPrimaryEndpoint?: string;
11
- /** Gets or sets the secondary connection string. */
12
- atlasKafkaSecondaryEndpoint?: string;
13
- }
14
-
15
- /** Account resource */
16
- export declare interface Account extends TrackedResource {
17
- /**
18
- * Gets or sets the Sku.
19
- * NOTE: This property will not be serialized. It can only be populated by the server.
20
- */
21
- readonly sku?: AccountSku;
22
- /**
23
- * Cloud connectors.
24
- * External cloud identifier used as part of scanning configuration.
25
- */
26
- cloudConnectors?: CloudConnectors;
27
- /**
28
- * Gets the time at which the entity was created.
29
- * NOTE: This property will not be serialized. It can only be populated by the server.
30
- */
31
- readonly createdAt?: Date;
32
- /**
33
- * Gets the creator of the entity.
34
- * NOTE: This property will not be serialized. It can only be populated by the server.
35
- */
36
- readonly createdBy?: string;
37
- /**
38
- * Gets the creators of the entity's object id.
39
- * NOTE: This property will not be serialized. It can only be populated by the server.
40
- */
41
- readonly createdByObjectId?: string;
42
- /**
43
- * The URIs that are the public endpoints of the account.
44
- * NOTE: This property will not be serialized. It can only be populated by the server.
45
- */
46
- readonly endpoints?: AccountPropertiesEndpoints;
47
- /**
48
- * Gets or sets the friendly name.
49
- * NOTE: This property will not be serialized. It can only be populated by the server.
50
- */
51
- readonly friendlyName?: string;
52
- /** Gets or sets the managed resource group name */
53
- managedResourceGroupName?: string;
54
- /**
55
- * Gets the resource identifiers of the managed resources.
56
- * NOTE: This property will not be serialized. It can only be populated by the server.
57
- */
58
- readonly managedResources?: AccountPropertiesManagedResources;
59
- /**
60
- * Gets the private endpoint connections information.
61
- * NOTE: This property will not be serialized. It can only be populated by the server.
62
- */
63
- readonly privateEndpointConnections?: PrivateEndpointConnection[];
64
- /**
65
- * Gets or sets the state of the provisioning.
66
- * NOTE: This property will not be serialized. It can only be populated by the server.
67
- */
68
- readonly provisioningState?: ProvisioningState;
69
- /** Gets or sets the public network access. */
70
- publicNetworkAccess?: PublicNetworkAccess;
71
- }
72
-
73
- /** The account endpoints */
74
- export declare interface AccountEndpoints {
75
- /**
76
- * Gets the catalog endpoint.
77
- * NOTE: This property will not be serialized. It can only be populated by the server.
78
- */
79
- readonly catalog?: string;
80
- /**
81
- * Gets the guardian endpoint.
82
- * NOTE: This property will not be serialized. It can only be populated by the server.
83
- */
84
- readonly guardian?: string;
85
- /**
86
- * Gets the scan endpoint.
87
- * NOTE: This property will not be serialized. It can only be populated by the server.
88
- */
89
- readonly scan?: string;
90
- }
91
-
92
- /** Paged list of account resources */
93
- export declare interface AccountList {
94
- /** Total item count. */
95
- count?: number;
96
- /** The Url of next result page. */
97
- nextLink?: string;
98
- /** Collection of items of type results. */
99
- value: Account[];
100
- }
101
-
102
- /** The account properties */
103
- export declare interface AccountProperties {
104
- /**
105
- * Cloud connectors.
106
- * External cloud identifier used as part of scanning configuration.
107
- */
108
- cloudConnectors?: CloudConnectors;
109
- /**
110
- * Gets the time at which the entity was created.
111
- * NOTE: This property will not be serialized. It can only be populated by the server.
112
- */
113
- readonly createdAt?: Date;
114
- /**
115
- * Gets the creator of the entity.
116
- * NOTE: This property will not be serialized. It can only be populated by the server.
117
- */
118
- readonly createdBy?: string;
119
- /**
120
- * Gets the creators of the entity's object id.
121
- * NOTE: This property will not be serialized. It can only be populated by the server.
122
- */
123
- readonly createdByObjectId?: string;
124
- /**
125
- * The URIs that are the public endpoints of the account.
126
- * NOTE: This property will not be serialized. It can only be populated by the server.
127
- */
128
- readonly endpoints?: AccountPropertiesEndpoints;
129
- /**
130
- * Gets or sets the friendly name.
131
- * NOTE: This property will not be serialized. It can only be populated by the server.
132
- */
133
- readonly friendlyName?: string;
134
- /** Gets or sets the managed resource group name */
135
- managedResourceGroupName?: string;
136
- /**
137
- * Gets the resource identifiers of the managed resources.
138
- * NOTE: This property will not be serialized. It can only be populated by the server.
139
- */
140
- readonly managedResources?: AccountPropertiesManagedResources;
141
- /**
142
- * Gets the private endpoint connections information.
143
- * NOTE: This property will not be serialized. It can only be populated by the server.
144
- */
145
- readonly privateEndpointConnections?: PrivateEndpointConnection[];
146
- /**
147
- * Gets or sets the state of the provisioning.
148
- * NOTE: This property will not be serialized. It can only be populated by the server.
149
- */
150
- readonly provisioningState?: ProvisioningState;
151
- /** Gets or sets the public network access. */
152
- publicNetworkAccess?: PublicNetworkAccess;
153
- }
154
-
155
- /** The URIs that are the public endpoints of the account. */
156
- export declare interface AccountPropertiesEndpoints extends AccountEndpoints {
157
- }
158
-
159
- /** Gets the resource identifiers of the managed resources. */
160
- export declare interface AccountPropertiesManagedResources extends ManagedResources {
161
- }
162
-
163
- /** Interface representing a Accounts. */
164
- export declare interface Accounts {
165
- /**
166
- * List accounts in ResourceGroup
167
- * @param resourceGroupName The resource group name.
168
- * @param options The options parameters.
169
- */
170
- listByResourceGroup(resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Account>;
171
- /**
172
- * List accounts in Subscription
173
- * @param options The options parameters.
174
- */
175
- listBySubscription(options?: AccountsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Account>;
176
- /**
177
- * Get an account
178
- * @param resourceGroupName The resource group name.
179
- * @param accountName The name of the account.
180
- * @param options The options parameters.
181
- */
182
- get(resourceGroupName: string, accountName: string, options?: AccountsGetOptionalParams): Promise<AccountsGetResponse>;
183
- /**
184
- * Creates or updates an account
185
- * @param resourceGroupName The resource group name.
186
- * @param accountName The name of the account.
187
- * @param account The account.
188
- * @param options The options parameters.
189
- */
190
- beginCreateOrUpdate(resourceGroupName: string, accountName: string, account: Account, options?: AccountsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<AccountsCreateOrUpdateResponse>, AccountsCreateOrUpdateResponse>>;
191
- /**
192
- * Creates or updates an account
193
- * @param resourceGroupName The resource group name.
194
- * @param accountName The name of the account.
195
- * @param account The account.
196
- * @param options The options parameters.
197
- */
198
- beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, account: Account, options?: AccountsCreateOrUpdateOptionalParams): Promise<AccountsCreateOrUpdateResponse>;
199
- /**
200
- * Deletes an account resource
201
- * @param resourceGroupName The resource group name.
202
- * @param accountName The name of the account.
203
- * @param options The options parameters.
204
- */
205
- beginDelete(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
206
- /**
207
- * Deletes an account resource
208
- * @param resourceGroupName The resource group name.
209
- * @param accountName The name of the account.
210
- * @param options The options parameters.
211
- */
212
- beginDeleteAndWait(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<void>;
213
- /**
214
- * Updates an account
215
- * @param resourceGroupName The resource group name.
216
- * @param accountName The name of the account.
217
- * @param accountUpdateParameters The account update parameters.
218
- * @param options The options parameters.
219
- */
220
- beginUpdate(resourceGroupName: string, accountName: string, accountUpdateParameters: AccountUpdateParameters, options?: AccountsUpdateOptionalParams): Promise<PollerLike<PollOperationState<AccountsUpdateResponse>, AccountsUpdateResponse>>;
221
- /**
222
- * Updates an account
223
- * @param resourceGroupName The resource group name.
224
- * @param accountName The name of the account.
225
- * @param accountUpdateParameters The account update parameters.
226
- * @param options The options parameters.
227
- */
228
- beginUpdateAndWait(resourceGroupName: string, accountName: string, accountUpdateParameters: AccountUpdateParameters, options?: AccountsUpdateOptionalParams): Promise<AccountsUpdateResponse>;
229
- /**
230
- * List the authorization keys associated with this account.
231
- * @param resourceGroupName The resource group name.
232
- * @param accountName The name of the account.
233
- * @param options The options parameters.
234
- */
235
- listKeys(resourceGroupName: string, accountName: string, options?: AccountsListKeysOptionalParams): Promise<AccountsListKeysResponse>;
236
- /**
237
- * Add the administrator for root collection associated with this account.
238
- * @param resourceGroupName The resource group name.
239
- * @param accountName The name of the account.
240
- * @param collectionAdminUpdate The collection admin update payload.
241
- * @param options The options parameters.
242
- */
243
- addRootCollectionAdmin(resourceGroupName: string, accountName: string, collectionAdminUpdate: CollectionAdminUpdate, options?: AccountsAddRootCollectionAdminOptionalParams): Promise<void>;
244
- /**
245
- * Checks if account name is available.
246
- * @param checkNameAvailabilityRequest The check name availability request.
247
- * @param options The options parameters.
248
- */
249
- checkNameAvailability(checkNameAvailabilityRequest: CheckNameAvailabilityRequest, options?: AccountsCheckNameAvailabilityOptionalParams): Promise<AccountsCheckNameAvailabilityResponse>;
250
- }
251
-
252
- /** Optional parameters. */
253
- export declare interface AccountsAddRootCollectionAdminOptionalParams extends coreClient.OperationOptions {
254
- }
255
-
256
- /** Optional parameters. */
257
- export declare interface AccountsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
258
- }
259
-
260
- /** Contains response data for the checkNameAvailability operation. */
261
- export declare type AccountsCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
262
-
263
- /** Optional parameters. */
264
- export declare interface AccountsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
265
- /** Delay to wait until next poll, in milliseconds. */
266
- updateIntervalInMs?: number;
267
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
268
- resumeFrom?: string;
269
- }
270
-
271
- /** Contains response data for the createOrUpdate operation. */
272
- export declare type AccountsCreateOrUpdateResponse = Account;
273
-
274
- /** Optional parameters. */
275
- export declare interface AccountsDeleteOptionalParams extends coreClient.OperationOptions {
276
- /** Delay to wait until next poll, in milliseconds. */
277
- updateIntervalInMs?: number;
278
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
279
- resumeFrom?: string;
280
- }
281
-
282
- /** Optional parameters. */
283
- export declare interface AccountsGetOptionalParams extends coreClient.OperationOptions {
284
- }
285
-
286
- /** Contains response data for the get operation. */
287
- export declare type AccountsGetResponse = Account;
288
-
289
- /** Gets or sets the Sku. */
290
- export declare interface AccountSku extends AccountSkuAutoGenerated {
291
- }
292
-
293
- /** The Sku */
294
- export declare interface AccountSkuAutoGenerated {
295
- /** Gets or sets the sku capacity. */
296
- capacity?: number;
297
- /** Gets or sets the sku name. */
298
- name?: Name;
299
- }
300
-
301
- /** Optional parameters. */
302
- export declare interface AccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
303
- /** The skip token. */
304
- skipToken?: string;
305
- }
306
-
307
- /** Contains response data for the listByResourceGroupNext operation. */
308
- export declare type AccountsListByResourceGroupNextResponse = AccountList;
309
-
310
- /** Optional parameters. */
311
- export declare interface AccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
312
- /** The skip token. */
313
- skipToken?: string;
314
- }
315
-
316
- /** Contains response data for the listByResourceGroup operation. */
317
- export declare type AccountsListByResourceGroupResponse = AccountList;
318
-
319
- /** Optional parameters. */
320
- export declare interface AccountsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
321
- /** The skip token. */
322
- skipToken?: string;
323
- }
324
-
325
- /** Contains response data for the listBySubscriptionNext operation. */
326
- export declare type AccountsListBySubscriptionNextResponse = AccountList;
327
-
328
- /** Optional parameters. */
329
- export declare interface AccountsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
330
- /** The skip token. */
331
- skipToken?: string;
332
- }
333
-
334
- /** Contains response data for the listBySubscription operation. */
335
- export declare type AccountsListBySubscriptionResponse = AccountList;
336
-
337
- /** Optional parameters. */
338
- export declare interface AccountsListKeysOptionalParams extends coreClient.OperationOptions {
339
- }
340
-
341
- /** Contains response data for the listKeys operation. */
342
- export declare type AccountsListKeysResponse = AccessKeys;
343
-
344
- /** Optional parameters. */
345
- export declare interface AccountsUpdateOptionalParams extends coreClient.OperationOptions {
346
- /** Delay to wait until next poll, in milliseconds. */
347
- updateIntervalInMs?: number;
348
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
349
- resumeFrom?: string;
350
- }
351
-
352
- /** Contains response data for the update operation. */
353
- export declare type AccountsUpdateResponse = Account;
354
-
355
- /** The account update properties. */
356
- export declare interface AccountUpdateParameters {
357
- /** Identity related info to add/remove userAssignedIdentities. */
358
- identity?: Identity;
359
- /** The account properties. */
360
- properties?: AccountProperties;
361
- /** Tags on the azure resource. */
362
- tags?: {
363
- [propertyName: string]: string;
364
- };
365
- }
366
-
367
- /** The request payload for CheckNameAvailability API */
368
- export declare interface CheckNameAvailabilityRequest {
369
- /** Resource name to verify for availability */
370
- name?: string;
371
- /** Fully qualified resource type which includes provider namespace */
372
- type?: string;
373
- }
374
-
375
- /** The response payload for CheckNameAvailability API */
376
- export declare interface CheckNameAvailabilityResult {
377
- /** Error message */
378
- message?: string;
379
- /** Indicates if name is valid and available. */
380
- nameAvailable?: boolean;
381
- /** The reason the name is not available. */
382
- reason?: Reason;
383
- }
384
-
385
- /** External Cloud Service connectors */
386
- export declare interface CloudConnectors {
387
- /**
388
- * AWS external identifier.
389
- * Configured in AWS to allow use of the role arn used for scanning
390
- * NOTE: This property will not be serialized. It can only be populated by the server.
391
- */
392
- readonly awsExternalId?: string;
393
- }
394
-
395
- /** Collection administrator update. */
396
- export declare interface CollectionAdminUpdate {
397
- /** Gets or sets the object identifier of the admin. */
398
- objectId?: string;
399
- }
400
-
401
- /**
402
- * Defines values for CreatedByType. \
403
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
404
- * this enum contains the known values that the service supports.
405
- * ### Known values supported by the service
406
- * **User** \
407
- * **Application** \
408
- * **ManagedIdentity** \
409
- * **Key**
410
- */
411
- export declare type CreatedByType = string;
412
-
413
- /** Payload to get and set the default account in the given scope */
414
- export declare interface DefaultAccountPayload {
415
- /** The name of the account that is set as the default. */
416
- accountName?: string;
417
- /** The resource group name of the account that is set as the default. */
418
- resourceGroupName?: string;
419
- /** The scope object ID. For example, sub ID or tenant ID. */
420
- scope?: string;
421
- /** The scope tenant in which the default account is set. */
422
- scopeTenantId?: string;
423
- /** The scope where the default account is set. */
424
- scopeType?: ScopeType;
425
- /** The subscription ID of the account that is set as the default. */
426
- subscriptionId?: string;
427
- }
428
-
429
- /** Interface representing a DefaultAccounts. */
430
- export declare interface DefaultAccounts {
431
- /**
432
- * Get the default account for the scope.
433
- * @param scopeTenantId The tenant ID.
434
- * @param scopeType The scope for the default account.
435
- * @param options The options parameters.
436
- */
437
- get(scopeTenantId: string, scopeType: ScopeType, options?: DefaultAccountsGetOptionalParams): Promise<DefaultAccountsGetResponse>;
438
- /**
439
- * Sets the default account for the scope.
440
- * @param defaultAccountPayload The payload containing the default account information and the scope.
441
- * @param options The options parameters.
442
- */
443
- set(defaultAccountPayload: DefaultAccountPayload, options?: DefaultAccountsSetModelOptionalParams): Promise<DefaultAccountsSetModelResponse>;
444
- /**
445
- * Removes the default account from the scope.
446
- * @param scopeTenantId The tenant ID.
447
- * @param scopeType The scope for the default account.
448
- * @param options The options parameters.
449
- */
450
- remove(scopeTenantId: string, scopeType: ScopeType, options?: DefaultAccountsRemoveOptionalParams): Promise<void>;
451
- }
452
-
453
- /** Optional parameters. */
454
- export declare interface DefaultAccountsGetOptionalParams extends coreClient.OperationOptions {
455
- /** The Id of the scope object, for example if the scope is "Subscription" then it is the ID of that subscription. */
456
- scope?: string;
457
- }
458
-
459
- /** Contains response data for the get operation. */
460
- export declare type DefaultAccountsGetResponse = DefaultAccountPayload;
461
-
462
- /** Optional parameters. */
463
- export declare interface DefaultAccountsRemoveOptionalParams extends coreClient.OperationOptions {
464
- /** The Id of the scope object, for example if the scope is "Subscription" then it is the ID of that subscription. */
465
- scope?: string;
466
- }
467
-
468
- /** Optional parameters. */
469
- export declare interface DefaultAccountsSetModelOptionalParams extends coreClient.OperationOptions {
470
- }
471
-
472
- /** Contains response data for the set operation. */
473
- export declare type DefaultAccountsSetModelResponse = DefaultAccountPayload;
474
-
475
- /** properties for dimension */
476
- export declare interface DimensionProperties {
477
- /** localized display name of the dimension to customer */
478
- displayName?: string;
479
- /** dimension name */
480
- name?: string;
481
- /** flag indicating whether this dimension should be included to the customer in Azure Monitor logs (aka Shoebox) */
482
- toBeExportedForCustomer?: boolean;
483
- }
484
-
485
- /** Default error model */
486
- export declare interface ErrorModel {
487
- /**
488
- * Gets or sets the code.
489
- * NOTE: This property will not be serialized. It can only be populated by the server.
490
- */
491
- readonly code?: string;
492
- /**
493
- * Gets or sets the details.
494
- * NOTE: This property will not be serialized. It can only be populated by the server.
495
- */
496
- readonly details?: ErrorModel[];
497
- /**
498
- * Gets or sets the messages.
499
- * NOTE: This property will not be serialized. It can only be populated by the server.
500
- */
501
- readonly message?: string;
502
- /**
503
- * Gets or sets the target.
504
- * NOTE: This property will not be serialized. It can only be populated by the server.
505
- */
506
- readonly target?: string;
507
- }
508
-
509
- /** Default error response model */
510
- export declare interface ErrorResponseModel {
511
- /**
512
- * Gets or sets the error.
513
- * NOTE: This property will not be serialized. It can only be populated by the server.
514
- */
515
- readonly error?: ErrorResponseModelError;
516
- }
517
-
518
- /** Gets or sets the error. */
519
- export declare interface ErrorResponseModelError extends ErrorModel {
520
- }
521
-
522
- /**
523
- * Given a result page from a pageable operation, returns a
524
- * continuation token that can be used to begin paging from
525
- * that point later.
526
- * @param page A result object from calling .byPage() on a paged operation.
527
- * @returns The continuation token that can be passed into byPage().
528
- */
529
- export declare function getContinuationToken(page: unknown): string | undefined;
530
-
531
- /** The Managed Identity of the resource */
532
- export declare interface Identity {
533
- /**
534
- * Service principal object Id
535
- * NOTE: This property will not be serialized. It can only be populated by the server.
536
- */
537
- readonly principalId?: string;
538
- /**
539
- * Tenant Id
540
- * NOTE: This property will not be serialized. It can only be populated by the server.
541
- */
542
- readonly tenantId?: string;
543
- /** Identity Type */
544
- type?: Type;
545
- /** User Assigned Identities */
546
- userAssignedIdentities?: {
547
- [propertyName: string]: UserAssignedIdentity;
548
- };
549
- }
550
-
551
- /** Known values of {@link CreatedByType} that the service accepts. */
552
- export declare enum KnownCreatedByType {
553
- /** User */
554
- User = "User",
555
- /** Application */
556
- Application = "Application",
557
- /** ManagedIdentity */
558
- ManagedIdentity = "ManagedIdentity",
559
- /** Key */
560
- Key = "Key"
561
- }
562
-
563
- /** Known values of {@link LastModifiedByType} that the service accepts. */
564
- export declare enum KnownLastModifiedByType {
565
- /** User */
566
- User = "User",
567
- /** Application */
568
- Application = "Application",
569
- /** ManagedIdentity */
570
- ManagedIdentity = "ManagedIdentity",
571
- /** Key */
572
- Key = "Key"
573
- }
574
-
575
- /** Known values of {@link Name} that the service accepts. */
576
- export declare enum KnownName {
577
- /** Standard */
578
- Standard = "Standard"
579
- }
580
-
581
- /** Known values of {@link ProvisioningState} that the service accepts. */
582
- export declare enum KnownProvisioningState {
583
- /** Unknown */
584
- Unknown = "Unknown",
585
- /** Creating */
586
- Creating = "Creating",
587
- /** Moving */
588
- Moving = "Moving",
589
- /** Deleting */
590
- Deleting = "Deleting",
591
- /** SoftDeleting */
592
- SoftDeleting = "SoftDeleting",
593
- /** SoftDeleted */
594
- SoftDeleted = "SoftDeleted",
595
- /** Failed */
596
- Failed = "Failed",
597
- /** Succeeded */
598
- Succeeded = "Succeeded",
599
- /** Canceled */
600
- Canceled = "Canceled"
601
- }
602
-
603
- /** Known values of {@link PublicNetworkAccess} that the service accepts. */
604
- export declare enum KnownPublicNetworkAccess {
605
- /** NotSpecified */
606
- NotSpecified = "NotSpecified",
607
- /** Enabled */
608
- Enabled = "Enabled",
609
- /** Disabled */
610
- Disabled = "Disabled"
611
- }
612
-
613
- /** Known values of {@link Reason} that the service accepts. */
614
- export declare enum KnownReason {
615
- /** Invalid */
616
- Invalid = "Invalid",
617
- /** AlreadyExists */
618
- AlreadyExists = "AlreadyExists"
619
- }
620
-
621
- /** Known values of {@link ScopeType} that the service accepts. */
622
- export declare enum KnownScopeType {
623
- /** Tenant */
624
- Tenant = "Tenant",
625
- /** Subscription */
626
- Subscription = "Subscription"
627
- }
628
-
629
- /** Known values of {@link Status} that the service accepts. */
630
- export declare enum KnownStatus {
631
- /** Unknown */
632
- Unknown = "Unknown",
633
- /** Pending */
634
- Pending = "Pending",
635
- /** Approved */
636
- Approved = "Approved",
637
- /** Rejected */
638
- Rejected = "Rejected",
639
- /** Disconnected */
640
- Disconnected = "Disconnected"
641
- }
642
-
643
- /** Known values of {@link Type} that the service accepts. */
644
- export declare enum KnownType {
645
- /** None */
646
- None = "None",
647
- /** SystemAssigned */
648
- SystemAssigned = "SystemAssigned",
649
- /** UserAssigned */
650
- UserAssigned = "UserAssigned"
651
- }
652
-
653
- /**
654
- * Defines values for LastModifiedByType. \
655
- * {@link KnownLastModifiedByType} can be used interchangeably with LastModifiedByType,
656
- * this enum contains the known values that the service supports.
657
- * ### Known values supported by the service
658
- * **User** \
659
- * **Application** \
660
- * **ManagedIdentity** \
661
- * **Key**
662
- */
663
- export declare type LastModifiedByType = string;
664
-
665
- /** The managed resources in customer subscription. */
666
- export declare interface ManagedResources {
667
- /**
668
- * Gets the managed event hub namespace resource identifier.
669
- * NOTE: This property will not be serialized. It can only be populated by the server.
670
- */
671
- readonly eventHubNamespace?: string;
672
- /**
673
- * Gets the managed resource group resource identifier. This resource group will host resource dependencies for the account.
674
- * NOTE: This property will not be serialized. It can only be populated by the server.
675
- */
676
- readonly resourceGroup?: string;
677
- /**
678
- * Gets the managed storage account resource identifier.
679
- * NOTE: This property will not be serialized. It can only be populated by the server.
680
- */
681
- readonly storageAccount?: string;
682
- }
683
-
684
- /**
685
- * Defines values for Name. \
686
- * {@link KnownName} can be used interchangeably with Name,
687
- * this enum contains the known values that the service supports.
688
- * ### Known values supported by the service
689
- * **Standard**
690
- */
691
- export declare type Name = string;
692
-
693
- /** Operation resource */
694
- export declare interface Operation {
695
- /** Properties on the operation */
696
- display?: OperationDisplay;
697
- /** Whether operation is a data action */
698
- isDataAction?: boolean;
699
- /** Operation name for display purposes */
700
- name?: string;
701
- /** origin of the operation */
702
- origin?: string;
703
- /** meta service specification */
704
- serviceSpecification?: OperationMetaServiceSpecification;
705
- }
706
-
707
- /** The response model for get operation properties */
708
- export declare interface OperationDisplay {
709
- /** Description of the operation for display purposes */
710
- description?: string;
711
- /** Name of the operation for display purposes */
712
- operation?: string;
713
- /** Name of the provider for display purposes */
714
- provider?: string;
715
- /** Name of the resource type for display purposes */
716
- resource?: string;
717
- }
718
-
719
- /** Paged list of operation resources */
720
- export declare interface OperationList {
721
- /** Total item count. */
722
- count?: number;
723
- /** The Url of next result page. */
724
- nextLink?: string;
725
- /** Collection of items of type results. */
726
- value: Operation[];
727
- }
728
-
729
- /** log specifications for operation api */
730
- export declare interface OperationMetaLogSpecification {
731
- /** blob duration of the log */
732
- blobDuration?: string;
733
- /** localized name of the log category */
734
- displayName?: string;
735
- /** name of the log category */
736
- name?: string;
737
- }
738
-
739
- /** metric specifications for the operation */
740
- export declare interface OperationMetaMetricSpecification {
741
- /** aggregation type of metric */
742
- aggregationType?: string;
743
- /** properties for dimension */
744
- dimensions?: DimensionProperties[];
745
- /** description of the metric */
746
- displayDescription?: string;
747
- /** localized name of the metric */
748
- displayName?: string;
749
- /** enable regional mdm account */
750
- enableRegionalMdmAccount?: string;
751
- /** internal metric name */
752
- internalMetricName?: string;
753
- /** name of the metric */
754
- name?: string;
755
- /** dimension name use to replace resource id if specified */
756
- resourceIdDimensionNameOverride?: string;
757
- /**
758
- * Metric namespace.
759
- * Only set the namespace if different from the default value,
760
- * leaving it empty makes it use the value from the ARM manifest.
761
- */
762
- sourceMdmNamespace?: string;
763
- /** supported aggregation types */
764
- supportedAggregationTypes?: string[];
765
- /** supported time grain types */
766
- supportedTimeGrainTypes?: string[];
767
- /** units for the metric */
768
- unit?: string;
769
- }
770
-
771
- /** The operation meta service specification */
772
- export declare interface OperationMetaServiceSpecification {
773
- /** log specifications for the operation */
774
- logSpecifications?: OperationMetaLogSpecification[];
775
- /** metric specifications for the operation */
776
- metricSpecifications?: OperationMetaMetricSpecification[];
777
- }
778
-
779
- /** Interface representing a Operations. */
780
- export declare interface Operations {
781
- /**
782
- * List of available operations
783
- * @param options The options parameters.
784
- */
785
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
786
- }
787
-
788
- /** Optional parameters. */
789
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
790
- }
791
-
792
- /** Contains response data for the listNext operation. */
793
- export declare type OperationsListNextResponse = OperationList;
794
-
795
- /** Optional parameters. */
796
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
797
- }
798
-
799
- /** Contains response data for the list operation. */
800
- export declare type OperationsListResponse = OperationList;
801
-
802
- /** A private endpoint class. */
803
- export declare interface PrivateEndpoint {
804
- /** The private endpoint identifier. */
805
- id?: string;
806
- }
807
-
808
- /** A private endpoint connection class. */
809
- export declare interface PrivateEndpointConnection extends ProxyResource {
810
- /** The private endpoint information. */
811
- privateEndpoint?: PrivateEndpoint;
812
- /** The private link service connection state. */
813
- privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
814
- /**
815
- * The provisioning state.
816
- * NOTE: This property will not be serialized. It can only be populated by the server.
817
- */
818
- readonly provisioningState?: string;
819
- }
820
-
821
- /** Paged list of private endpoint connections */
822
- export declare interface PrivateEndpointConnectionList {
823
- /** Total item count. */
824
- count?: number;
825
- /** The Url of next result page. */
826
- nextLink?: string;
827
- /** Collection of items of type results. */
828
- value: PrivateEndpointConnection[];
829
- }
830
-
831
- /** Interface representing a PrivateEndpointConnections. */
832
- export declare interface PrivateEndpointConnections {
833
- /**
834
- * Get private endpoint connections for account
835
- * @param resourceGroupName The resource group name.
836
- * @param accountName The name of the account.
837
- * @param options The options parameters.
838
- */
839
- listByAccount(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionsListByAccountOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
840
- /**
841
- * Get a private endpoint connection
842
- * @param resourceGroupName The resource group name.
843
- * @param accountName The name of the account.
844
- * @param privateEndpointConnectionName Name of the private endpoint connection.
845
- * @param options The options parameters.
846
- */
847
- get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
848
- /**
849
- * Create or update a private endpoint connection
850
- * @param resourceGroupName The resource group name.
851
- * @param accountName The name of the account.
852
- * @param privateEndpointConnectionName Name of the private endpoint connection.
853
- * @param request The request.
854
- * @param options The options parameters.
855
- */
856
- beginCreateOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, request: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
857
- /**
858
- * Create or update a private endpoint connection
859
- * @param resourceGroupName The resource group name.
860
- * @param accountName The name of the account.
861
- * @param privateEndpointConnectionName Name of the private endpoint connection.
862
- * @param request The request.
863
- * @param options The options parameters.
864
- */
865
- beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, request: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
866
- /**
867
- * Delete a private endpoint connection
868
- * @param resourceGroupName The resource group name.
869
- * @param accountName The name of the account.
870
- * @param privateEndpointConnectionName Name of the private endpoint connection.
871
- * @param options The options parameters.
872
- */
873
- beginDelete(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
874
- /**
875
- * Delete a private endpoint connection
876
- * @param resourceGroupName The resource group name.
877
- * @param accountName The name of the account.
878
- * @param privateEndpointConnectionName Name of the private endpoint connection.
879
- * @param options The options parameters.
880
- */
881
- beginDeleteAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
882
- }
883
-
884
- /** Optional parameters. */
885
- export declare interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
886
- /** Delay to wait until next poll, in milliseconds. */
887
- updateIntervalInMs?: number;
888
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
889
- resumeFrom?: string;
890
- }
891
-
892
- /** Contains response data for the createOrUpdate operation. */
893
- export declare type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
894
-
895
- /** Optional parameters. */
896
- export declare interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
897
- /** Delay to wait until next poll, in milliseconds. */
898
- updateIntervalInMs?: number;
899
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
900
- resumeFrom?: string;
901
- }
902
-
903
- /** Optional parameters. */
904
- export declare interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
905
- }
906
-
907
- /** Contains response data for the get operation. */
908
- export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
909
-
910
- /** Optional parameters. */
911
- export declare interface PrivateEndpointConnectionsListByAccountNextOptionalParams extends coreClient.OperationOptions {
912
- /** The skip token. */
913
- skipToken?: string;
914
- }
915
-
916
- /** Contains response data for the listByAccountNext operation. */
917
- export declare type PrivateEndpointConnectionsListByAccountNextResponse = PrivateEndpointConnectionList;
918
-
919
- /** Optional parameters. */
920
- export declare interface PrivateEndpointConnectionsListByAccountOptionalParams extends coreClient.OperationOptions {
921
- /** The skip token. */
922
- skipToken?: string;
923
- }
924
-
925
- /** Contains response data for the listByAccount operation. */
926
- export declare type PrivateEndpointConnectionsListByAccountResponse = PrivateEndpointConnectionList;
927
-
928
- /** A privately linkable resource. */
929
- export declare interface PrivateLinkResource {
930
- /**
931
- * The private link resource identifier.
932
- * NOTE: This property will not be serialized. It can only be populated by the server.
933
- */
934
- readonly id?: string;
935
- /**
936
- * The private link resource name.
937
- * NOTE: This property will not be serialized. It can only be populated by the server.
938
- */
939
- readonly name?: string;
940
- /**
941
- * The private link resource properties.
942
- * NOTE: This property will not be serialized. It can only be populated by the server.
943
- */
944
- readonly properties?: PrivateLinkResourceProperties;
945
- /**
946
- * The private link resource type.
947
- * NOTE: This property will not be serialized. It can only be populated by the server.
948
- */
949
- readonly type?: string;
950
- }
951
-
952
- /** Paged list of private link resources */
953
- export declare interface PrivateLinkResourceList {
954
- /** Total item count. */
955
- count?: number;
956
- /** The Url of next result page. */
957
- nextLink?: string;
958
- /** Collection of items of type results. */
959
- value: PrivateLinkResource[];
960
- }
961
-
962
- /** A privately linkable resource properties. */
963
- export declare interface PrivateLinkResourceProperties {
964
- /**
965
- * The private link resource group identifier.
966
- * NOTE: This property will not be serialized. It can only be populated by the server.
967
- */
968
- readonly groupId?: string;
969
- /**
970
- * This translates to how many Private IPs should be created for each privately linkable resource.
971
- * NOTE: This property will not be serialized. It can only be populated by the server.
972
- */
973
- readonly requiredMembers?: string[];
974
- /**
975
- * The required zone names for private link resource.
976
- * NOTE: This property will not be serialized. It can only be populated by the server.
977
- */
978
- readonly requiredZoneNames?: string[];
979
- }
980
-
981
- /** Interface representing a PrivateLinkResources. */
982
- export declare interface PrivateLinkResources {
983
- /**
984
- * Gets a list of privately linkable resources for an account
985
- * @param resourceGroupName The resource group name.
986
- * @param accountName The name of the account.
987
- * @param options The options parameters.
988
- */
989
- listByAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByAccountOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
990
- /**
991
- * Gets a privately linkable resources for an account with given group identifier
992
- * @param resourceGroupName The resource group name.
993
- * @param accountName The name of the account.
994
- * @param groupId The group identifier.
995
- * @param options The options parameters.
996
- */
997
- getByGroupId(resourceGroupName: string, accountName: string, groupId: string, options?: PrivateLinkResourcesGetByGroupIdOptionalParams): Promise<PrivateLinkResourcesGetByGroupIdResponse>;
998
- }
999
-
1000
- /** Optional parameters. */
1001
- export declare interface PrivateLinkResourcesGetByGroupIdOptionalParams extends coreClient.OperationOptions {
1002
- }
1003
-
1004
- /** Contains response data for the getByGroupId operation. */
1005
- export declare type PrivateLinkResourcesGetByGroupIdResponse = PrivateLinkResource;
1006
-
1007
- /** Optional parameters. */
1008
- export declare interface PrivateLinkResourcesListByAccountNextOptionalParams extends coreClient.OperationOptions {
1009
- }
1010
-
1011
- /** Contains response data for the listByAccountNext operation. */
1012
- export declare type PrivateLinkResourcesListByAccountNextResponse = PrivateLinkResourceList;
1013
-
1014
- /** Optional parameters. */
1015
- export declare interface PrivateLinkResourcesListByAccountOptionalParams extends coreClient.OperationOptions {
1016
- }
1017
-
1018
- /** Contains response data for the listByAccount operation. */
1019
- export declare type PrivateLinkResourcesListByAccountResponse = PrivateLinkResourceList;
1020
-
1021
- /** The private link service connection state. */
1022
- export declare interface PrivateLinkServiceConnectionState {
1023
- /** The required actions. */
1024
- actionsRequired?: string;
1025
- /** The description. */
1026
- description?: string;
1027
- /** The status. */
1028
- status?: Status;
1029
- }
1030
-
1031
- /**
1032
- * Defines values for ProvisioningState. \
1033
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
1034
- * this enum contains the known values that the service supports.
1035
- * ### Known values supported by the service
1036
- * **Unknown** \
1037
- * **Creating** \
1038
- * **Moving** \
1039
- * **Deleting** \
1040
- * **SoftDeleting** \
1041
- * **SoftDeleted** \
1042
- * **Failed** \
1043
- * **Succeeded** \
1044
- * **Canceled**
1045
- */
1046
- export declare type ProvisioningState = string;
1047
-
1048
- /** Proxy Azure Resource */
1049
- export declare interface ProxyResource {
1050
- /**
1051
- * Gets or sets the identifier.
1052
- * NOTE: This property will not be serialized. It can only be populated by the server.
1053
- */
1054
- readonly id?: string;
1055
- /**
1056
- * Gets or sets the name.
1057
- * NOTE: This property will not be serialized. It can only be populated by the server.
1058
- */
1059
- readonly name?: string;
1060
- /**
1061
- * Gets or sets the type.
1062
- * NOTE: This property will not be serialized. It can only be populated by the server.
1063
- */
1064
- readonly type?: string;
1065
- }
1066
-
1067
- /**
1068
- * Defines values for PublicNetworkAccess. \
1069
- * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
1070
- * this enum contains the known values that the service supports.
1071
- * ### Known values supported by the service
1072
- * **NotSpecified** \
1073
- * **Enabled** \
1074
- * **Disabled**
1075
- */
1076
- export declare type PublicNetworkAccess = string;
1077
-
1078
- export declare class PurviewManagementClient extends coreClient.ServiceClient {
1079
- $host: string;
1080
- subscriptionId: string;
1081
- apiVersion: string;
1082
- /**
1083
- * Initializes a new instance of the PurviewManagementClient class.
1084
- * @param credentials Subscription credentials which uniquely identify client subscription.
1085
- * @param subscriptionId The subscription identifier
1086
- * @param options The parameter options
1087
- */
1088
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: PurviewManagementClientOptionalParams);
1089
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
1090
- private addCustomApiVersionPolicy;
1091
- accounts: Accounts;
1092
- defaultAccounts: DefaultAccounts;
1093
- operations: Operations;
1094
- privateEndpointConnections: PrivateEndpointConnections;
1095
- privateLinkResources: PrivateLinkResources;
1096
- }
1097
-
1098
- /** Optional parameters. */
1099
- export declare interface PurviewManagementClientOptionalParams extends coreClient.ServiceClientOptions {
1100
- /** server parameter */
1101
- $host?: string;
1102
- /** Api Version */
1103
- apiVersion?: string;
1104
- /** Overrides client endpoint. */
1105
- endpoint?: string;
1106
- }
1107
-
1108
- /**
1109
- * Defines values for Reason. \
1110
- * {@link KnownReason} can be used interchangeably with Reason,
1111
- * this enum contains the known values that the service supports.
1112
- * ### Known values supported by the service
1113
- * **Invalid** \
1114
- * **AlreadyExists**
1115
- */
1116
- export declare type Reason = string;
1117
-
1118
- /**
1119
- * Defines values for ScopeType. \
1120
- * {@link KnownScopeType} can be used interchangeably with ScopeType,
1121
- * this enum contains the known values that the service supports.
1122
- * ### Known values supported by the service
1123
- * **Tenant** \
1124
- * **Subscription**
1125
- */
1126
- export declare type ScopeType = string;
1127
-
1128
- /**
1129
- * Defines values for Status. \
1130
- * {@link KnownStatus} can be used interchangeably with Status,
1131
- * this enum contains the known values that the service supports.
1132
- * ### Known values supported by the service
1133
- * **Unknown** \
1134
- * **Pending** \
1135
- * **Approved** \
1136
- * **Rejected** \
1137
- * **Disconnected**
1138
- */
1139
- export declare type Status = string;
1140
-
1141
- /** Metadata pertaining to creation and last modification of the resource. */
1142
- export declare interface SystemData {
1143
- /**
1144
- * The timestamp of resource creation (UTC).
1145
- * NOTE: This property will not be serialized. It can only be populated by the server.
1146
- */
1147
- readonly createdAt?: Date;
1148
- /**
1149
- * The identity that created the resource.
1150
- * NOTE: This property will not be serialized. It can only be populated by the server.
1151
- */
1152
- readonly createdBy?: string;
1153
- /**
1154
- * The type of identity that created the resource.
1155
- * NOTE: This property will not be serialized. It can only be populated by the server.
1156
- */
1157
- readonly createdByType?: CreatedByType;
1158
- /**
1159
- * The timestamp of the last modification the resource (UTC).
1160
- * NOTE: This property will not be serialized. It can only be populated by the server.
1161
- */
1162
- readonly lastModifiedAt?: Date;
1163
- /**
1164
- * The identity that last modified the resource.
1165
- * NOTE: This property will not be serialized. It can only be populated by the server.
1166
- */
1167
- readonly lastModifiedBy?: string;
1168
- /**
1169
- * The type of identity that last modified the resource.
1170
- * NOTE: This property will not be serialized. It can only be populated by the server.
1171
- */
1172
- readonly lastModifiedByType?: LastModifiedByType;
1173
- }
1174
-
1175
- /** Azure ARM Tracked Resource */
1176
- export declare interface TrackedResource {
1177
- /**
1178
- * Gets or sets the identifier.
1179
- * NOTE: This property will not be serialized. It can only be populated by the server.
1180
- */
1181
- readonly id?: string;
1182
- /** Identity Info on the tracked resource */
1183
- identity?: Identity;
1184
- /** Gets or sets the location. */
1185
- location?: string;
1186
- /**
1187
- * Gets or sets the name.
1188
- * NOTE: This property will not be serialized. It can only be populated by the server.
1189
- */
1190
- readonly name?: string;
1191
- /**
1192
- * Metadata pertaining to creation and last modification of the resource.
1193
- * NOTE: This property will not be serialized. It can only be populated by the server.
1194
- */
1195
- readonly systemData?: TrackedResourceSystemData;
1196
- /** Tags on the azure resource. */
1197
- tags?: {
1198
- [propertyName: string]: string;
1199
- };
1200
- /**
1201
- * Gets or sets the type.
1202
- * NOTE: This property will not be serialized. It can only be populated by the server.
1203
- */
1204
- readonly type?: string;
1205
- }
1206
-
1207
- /** Metadata pertaining to creation and last modification of the resource. */
1208
- export declare interface TrackedResourceSystemData extends SystemData {
1209
- }
1210
-
1211
- /**
1212
- * Defines values for Type. \
1213
- * {@link KnownType} can be used interchangeably with Type,
1214
- * this enum contains the known values that the service supports.
1215
- * ### Known values supported by the service
1216
- * **None** \
1217
- * **SystemAssigned** \
1218
- * **UserAssigned**
1219
- */
1220
- export declare type Type = string;
1221
-
1222
- /** Uses client ID and Principal ID */
1223
- export declare interface UserAssignedIdentity {
1224
- /**
1225
- * Gets or Sets Client ID
1226
- * NOTE: This property will not be serialized. It can only be populated by the server.
1227
- */
1228
- readonly clientId?: string;
1229
- /**
1230
- * Gets or Sets Principal ID
1231
- * NOTE: This property will not be serialized. It can only be populated by the server.
1232
- */
1233
- readonly principalId?: string;
1234
- }
1235
-
1236
- export { }
1
+ import * as coreClient from "@azure/core-client";
2
+ /** Paged list of account resources */
3
+ export interface AccountList {
4
+ /** Total item count. */
5
+ count?: number;
6
+ /** The Url of next result page. */
7
+ nextLink?: string;
8
+ /** Collection of items of type results. */
9
+ value: Account[];
10
+ }
11
+ /** The account properties */
12
+ export interface AccountProperties {
13
+ /**
14
+ * Cloud connectors.
15
+ * External cloud identifier used as part of scanning configuration.
16
+ */
17
+ cloudConnectors?: CloudConnectors;
18
+ /**
19
+ * Gets the time at which the entity was created.
20
+ * NOTE: This property will not be serialized. It can only be populated by the server.
21
+ */
22
+ readonly createdAt?: Date;
23
+ /**
24
+ * Gets the creator of the entity.
25
+ * NOTE: This property will not be serialized. It can only be populated by the server.
26
+ */
27
+ readonly createdBy?: string;
28
+ /**
29
+ * Gets the creators of the entity's object id.
30
+ * NOTE: This property will not be serialized. It can only be populated by the server.
31
+ */
32
+ readonly createdByObjectId?: string;
33
+ /**
34
+ * The URIs that are the public endpoints of the account.
35
+ * NOTE: This property will not be serialized. It can only be populated by the server.
36
+ */
37
+ readonly endpoints?: AccountPropertiesEndpoints;
38
+ /**
39
+ * Gets or sets the friendly name.
40
+ * NOTE: This property will not be serialized. It can only be populated by the server.
41
+ */
42
+ readonly friendlyName?: string;
43
+ /** Gets or sets the managed resource group name */
44
+ managedResourceGroupName?: string;
45
+ /**
46
+ * Gets the resource identifiers of the managed resources.
47
+ * NOTE: This property will not be serialized. It can only be populated by the server.
48
+ */
49
+ readonly managedResources?: AccountPropertiesManagedResources;
50
+ /**
51
+ * Gets the private endpoint connections information.
52
+ * NOTE: This property will not be serialized. It can only be populated by the server.
53
+ */
54
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
55
+ /**
56
+ * Gets or sets the state of the provisioning.
57
+ * NOTE: This property will not be serialized. It can only be populated by the server.
58
+ */
59
+ readonly provisioningState?: ProvisioningState;
60
+ /** Gets or sets the public network access. */
61
+ publicNetworkAccess?: PublicNetworkAccess;
62
+ }
63
+ /** External Cloud Service connectors */
64
+ export interface CloudConnectors {
65
+ /**
66
+ * AWS external identifier.
67
+ * Configured in AWS to allow use of the role arn used for scanning
68
+ * NOTE: This property will not be serialized. It can only be populated by the server.
69
+ */
70
+ readonly awsExternalId?: string;
71
+ }
72
+ /** The account endpoints */
73
+ export interface AccountEndpoints {
74
+ /**
75
+ * Gets the catalog endpoint.
76
+ * NOTE: This property will not be serialized. It can only be populated by the server.
77
+ */
78
+ readonly catalog?: string;
79
+ /**
80
+ * Gets the guardian endpoint.
81
+ * NOTE: This property will not be serialized. It can only be populated by the server.
82
+ */
83
+ readonly guardian?: string;
84
+ /**
85
+ * Gets the scan endpoint.
86
+ * NOTE: This property will not be serialized. It can only be populated by the server.
87
+ */
88
+ readonly scan?: string;
89
+ }
90
+ /** The managed resources in customer subscription. */
91
+ export interface ManagedResources {
92
+ /**
93
+ * Gets the managed event hub namespace resource identifier.
94
+ * NOTE: This property will not be serialized. It can only be populated by the server.
95
+ */
96
+ readonly eventHubNamespace?: string;
97
+ /**
98
+ * Gets the managed resource group resource identifier. This resource group will host resource dependencies for the account.
99
+ * NOTE: This property will not be serialized. It can only be populated by the server.
100
+ */
101
+ readonly resourceGroup?: string;
102
+ /**
103
+ * Gets the managed storage account resource identifier.
104
+ * NOTE: This property will not be serialized. It can only be populated by the server.
105
+ */
106
+ readonly storageAccount?: string;
107
+ }
108
+ /** A private endpoint class. */
109
+ export interface PrivateEndpoint {
110
+ /** The private endpoint identifier. */
111
+ id?: string;
112
+ }
113
+ /** The private link service connection state. */
114
+ export interface PrivateLinkServiceConnectionState {
115
+ /** The required actions. */
116
+ actionsRequired?: string;
117
+ /** The description. */
118
+ description?: string;
119
+ /** The status. */
120
+ status?: Status;
121
+ }
122
+ /** Proxy Azure Resource */
123
+ export interface ProxyResource {
124
+ /**
125
+ * Gets or sets the identifier.
126
+ * NOTE: This property will not be serialized. It can only be populated by the server.
127
+ */
128
+ readonly id?: string;
129
+ /**
130
+ * Gets or sets the name.
131
+ * NOTE: This property will not be serialized. It can only be populated by the server.
132
+ */
133
+ readonly name?: string;
134
+ /**
135
+ * Gets or sets the type.
136
+ * NOTE: This property will not be serialized. It can only be populated by the server.
137
+ */
138
+ readonly type?: string;
139
+ }
140
+ /** The Sku */
141
+ export interface AccountSkuAutoGenerated {
142
+ /** Gets or sets the sku capacity. */
143
+ capacity?: number;
144
+ /** Gets or sets the sku name. */
145
+ name?: Name;
146
+ }
147
+ /** Azure ARM Tracked Resource */
148
+ export interface TrackedResource {
149
+ /**
150
+ * Gets or sets the identifier.
151
+ * NOTE: This property will not be serialized. It can only be populated by the server.
152
+ */
153
+ readonly id?: string;
154
+ /** Identity Info on the tracked resource */
155
+ identity?: Identity;
156
+ /** Gets or sets the location. */
157
+ location?: string;
158
+ /**
159
+ * Gets or sets the name.
160
+ * NOTE: This property will not be serialized. It can only be populated by the server.
161
+ */
162
+ readonly name?: string;
163
+ /**
164
+ * Metadata pertaining to creation and last modification of the resource.
165
+ * NOTE: This property will not be serialized. It can only be populated by the server.
166
+ */
167
+ readonly systemData?: TrackedResourceSystemData;
168
+ /** Tags on the azure resource. */
169
+ tags?: {
170
+ [propertyName: string]: string;
171
+ };
172
+ /**
173
+ * Gets or sets the type.
174
+ * NOTE: This property will not be serialized. It can only be populated by the server.
175
+ */
176
+ readonly type?: string;
177
+ }
178
+ /** The Managed Identity of the resource */
179
+ export interface Identity {
180
+ /**
181
+ * Service principal object Id
182
+ * NOTE: This property will not be serialized. It can only be populated by the server.
183
+ */
184
+ readonly principalId?: string;
185
+ /**
186
+ * Tenant Id
187
+ * NOTE: This property will not be serialized. It can only be populated by the server.
188
+ */
189
+ readonly tenantId?: string;
190
+ /** Identity Type */
191
+ type?: Type;
192
+ /** User Assigned Identities */
193
+ userAssignedIdentities?: {
194
+ [propertyName: string]: UserAssignedIdentity;
195
+ };
196
+ }
197
+ /** Uses client ID and Principal ID */
198
+ export interface UserAssignedIdentity {
199
+ /**
200
+ * Gets or Sets Client ID
201
+ * NOTE: This property will not be serialized. It can only be populated by the server.
202
+ */
203
+ readonly clientId?: string;
204
+ /**
205
+ * Gets or Sets Principal ID
206
+ * NOTE: This property will not be serialized. It can only be populated by the server.
207
+ */
208
+ readonly principalId?: string;
209
+ }
210
+ /** Metadata pertaining to creation and last modification of the resource. */
211
+ export interface SystemData {
212
+ /**
213
+ * The timestamp of resource creation (UTC).
214
+ * NOTE: This property will not be serialized. It can only be populated by the server.
215
+ */
216
+ readonly createdAt?: Date;
217
+ /**
218
+ * The identity that created the resource.
219
+ * NOTE: This property will not be serialized. It can only be populated by the server.
220
+ */
221
+ readonly createdBy?: string;
222
+ /**
223
+ * The type of identity that created the resource.
224
+ * NOTE: This property will not be serialized. It can only be populated by the server.
225
+ */
226
+ readonly createdByType?: CreatedByType;
227
+ /**
228
+ * The timestamp of the last modification the resource (UTC).
229
+ * NOTE: This property will not be serialized. It can only be populated by the server.
230
+ */
231
+ readonly lastModifiedAt?: Date;
232
+ /**
233
+ * The identity that last modified the resource.
234
+ * NOTE: This property will not be serialized. It can only be populated by the server.
235
+ */
236
+ readonly lastModifiedBy?: string;
237
+ /**
238
+ * The type of identity that last modified the resource.
239
+ * NOTE: This property will not be serialized. It can only be populated by the server.
240
+ */
241
+ readonly lastModifiedByType?: LastModifiedByType;
242
+ }
243
+ /** Default error response model */
244
+ export interface ErrorResponseModel {
245
+ /**
246
+ * Gets or sets the error.
247
+ * NOTE: This property will not be serialized. It can only be populated by the server.
248
+ */
249
+ readonly error?: ErrorResponseModelError;
250
+ }
251
+ /** Default error model */
252
+ export interface ErrorModel {
253
+ /**
254
+ * Gets or sets the code.
255
+ * NOTE: This property will not be serialized. It can only be populated by the server.
256
+ */
257
+ readonly code?: string;
258
+ /**
259
+ * Gets or sets the details.
260
+ * NOTE: This property will not be serialized. It can only be populated by the server.
261
+ */
262
+ readonly details?: ErrorModel[];
263
+ /**
264
+ * Gets or sets the messages.
265
+ * NOTE: This property will not be serialized. It can only be populated by the server.
266
+ */
267
+ readonly message?: string;
268
+ /**
269
+ * Gets or sets the target.
270
+ * NOTE: This property will not be serialized. It can only be populated by the server.
271
+ */
272
+ readonly target?: string;
273
+ }
274
+ /** The account update properties. */
275
+ export interface AccountUpdateParameters {
276
+ /** Identity related info to add/remove userAssignedIdentities. */
277
+ identity?: Identity;
278
+ /** The account properties. */
279
+ properties?: AccountProperties;
280
+ /** Tags on the azure resource. */
281
+ tags?: {
282
+ [propertyName: string]: string;
283
+ };
284
+ }
285
+ /** The Account access keys. */
286
+ export interface AccessKeys {
287
+ /** Gets or sets the primary connection string. */
288
+ atlasKafkaPrimaryEndpoint?: string;
289
+ /** Gets or sets the secondary connection string. */
290
+ atlasKafkaSecondaryEndpoint?: string;
291
+ }
292
+ /** Collection administrator update. */
293
+ export interface CollectionAdminUpdate {
294
+ /** Gets or sets the object identifier of the admin. */
295
+ objectId?: string;
296
+ }
297
+ /** Payload to get and set the default account in the given scope */
298
+ export interface DefaultAccountPayload {
299
+ /** The name of the account that is set as the default. */
300
+ accountName?: string;
301
+ /** The resource group name of the account that is set as the default. */
302
+ resourceGroupName?: string;
303
+ /** The scope object ID. For example, sub ID or tenant ID. */
304
+ scope?: string;
305
+ /** The scope tenant in which the default account is set. */
306
+ scopeTenantId?: string;
307
+ /** The scope where the default account is set. */
308
+ scopeType?: ScopeType;
309
+ /** The subscription ID of the account that is set as the default. */
310
+ subscriptionId?: string;
311
+ }
312
+ /** Paged list of operation resources */
313
+ export interface OperationList {
314
+ /** Total item count. */
315
+ count?: number;
316
+ /** The Url of next result page. */
317
+ nextLink?: string;
318
+ /** Collection of items of type results. */
319
+ value: Operation[];
320
+ }
321
+ /** Operation resource */
322
+ export interface Operation {
323
+ /** Properties on the operation */
324
+ display?: OperationDisplay;
325
+ /** Whether operation is a data action */
326
+ isDataAction?: boolean;
327
+ /** Operation name for display purposes */
328
+ name?: string;
329
+ /** origin of the operation */
330
+ origin?: string;
331
+ /** meta service specification */
332
+ serviceSpecification?: OperationMetaServiceSpecification;
333
+ }
334
+ /** The response model for get operation properties */
335
+ export interface OperationDisplay {
336
+ /** Description of the operation for display purposes */
337
+ description?: string;
338
+ /** Name of the operation for display purposes */
339
+ operation?: string;
340
+ /** Name of the provider for display purposes */
341
+ provider?: string;
342
+ /** Name of the resource type for display purposes */
343
+ resource?: string;
344
+ }
345
+ /** The operation meta service specification */
346
+ export interface OperationMetaServiceSpecification {
347
+ /** log specifications for the operation */
348
+ logSpecifications?: OperationMetaLogSpecification[];
349
+ /** metric specifications for the operation */
350
+ metricSpecifications?: OperationMetaMetricSpecification[];
351
+ }
352
+ /** log specifications for operation api */
353
+ export interface OperationMetaLogSpecification {
354
+ /** blob duration of the log */
355
+ blobDuration?: string;
356
+ /** localized name of the log category */
357
+ displayName?: string;
358
+ /** name of the log category */
359
+ name?: string;
360
+ }
361
+ /** metric specifications for the operation */
362
+ export interface OperationMetaMetricSpecification {
363
+ /** aggregation type of metric */
364
+ aggregationType?: string;
365
+ /** properties for dimension */
366
+ dimensions?: DimensionProperties[];
367
+ /** description of the metric */
368
+ displayDescription?: string;
369
+ /** localized name of the metric */
370
+ displayName?: string;
371
+ /** enable regional mdm account */
372
+ enableRegionalMdmAccount?: string;
373
+ /** internal metric name */
374
+ internalMetricName?: string;
375
+ /** name of the metric */
376
+ name?: string;
377
+ /** dimension name use to replace resource id if specified */
378
+ resourceIdDimensionNameOverride?: string;
379
+ /**
380
+ * Metric namespace.
381
+ * Only set the namespace if different from the default value,
382
+ * leaving it empty makes it use the value from the ARM manifest.
383
+ */
384
+ sourceMdmNamespace?: string;
385
+ /** supported aggregation types */
386
+ supportedAggregationTypes?: string[];
387
+ /** supported time grain types */
388
+ supportedTimeGrainTypes?: string[];
389
+ /** units for the metric */
390
+ unit?: string;
391
+ }
392
+ /** properties for dimension */
393
+ export interface DimensionProperties {
394
+ /** localized display name of the dimension to customer */
395
+ displayName?: string;
396
+ /** dimension name */
397
+ name?: string;
398
+ /** flag indicating whether this dimension should be included to the customer in Azure Monitor logs (aka Shoebox) */
399
+ toBeExportedForCustomer?: boolean;
400
+ }
401
+ /** Paged list of private endpoint connections */
402
+ export interface PrivateEndpointConnectionList {
403
+ /** Total item count. */
404
+ count?: number;
405
+ /** The Url of next result page. */
406
+ nextLink?: string;
407
+ /** Collection of items of type results. */
408
+ value: PrivateEndpointConnection[];
409
+ }
410
+ /** Paged list of private link resources */
411
+ export interface PrivateLinkResourceList {
412
+ /** Total item count. */
413
+ count?: number;
414
+ /** The Url of next result page. */
415
+ nextLink?: string;
416
+ /** Collection of items of type results. */
417
+ value: PrivateLinkResource[];
418
+ }
419
+ /** A privately linkable resource. */
420
+ export interface PrivateLinkResource {
421
+ /**
422
+ * The private link resource identifier.
423
+ * NOTE: This property will not be serialized. It can only be populated by the server.
424
+ */
425
+ readonly id?: string;
426
+ /**
427
+ * The private link resource name.
428
+ * NOTE: This property will not be serialized. It can only be populated by the server.
429
+ */
430
+ readonly name?: string;
431
+ /**
432
+ * The private link resource properties.
433
+ * NOTE: This property will not be serialized. It can only be populated by the server.
434
+ */
435
+ readonly properties?: PrivateLinkResourceProperties;
436
+ /**
437
+ * The private link resource type.
438
+ * NOTE: This property will not be serialized. It can only be populated by the server.
439
+ */
440
+ readonly type?: string;
441
+ }
442
+ /** A privately linkable resource properties. */
443
+ export interface PrivateLinkResourceProperties {
444
+ /**
445
+ * The private link resource group identifier.
446
+ * NOTE: This property will not be serialized. It can only be populated by the server.
447
+ */
448
+ readonly groupId?: string;
449
+ /**
450
+ * This translates to how many Private IPs should be created for each privately linkable resource.
451
+ * NOTE: This property will not be serialized. It can only be populated by the server.
452
+ */
453
+ readonly requiredMembers?: string[];
454
+ /**
455
+ * The required zone names for private link resource.
456
+ * NOTE: This property will not be serialized. It can only be populated by the server.
457
+ */
458
+ readonly requiredZoneNames?: string[];
459
+ }
460
+ /** The request payload for CheckNameAvailability API */
461
+ export interface CheckNameAvailabilityRequest {
462
+ /** Resource name to verify for availability */
463
+ name?: string;
464
+ /** Fully qualified resource type which includes provider namespace */
465
+ type?: string;
466
+ }
467
+ /** The response payload for CheckNameAvailability API */
468
+ export interface CheckNameAvailabilityResult {
469
+ /** Error message */
470
+ message?: string;
471
+ /** Indicates if name is valid and available. */
472
+ nameAvailable?: boolean;
473
+ /** The reason the name is not available. */
474
+ reason?: Reason;
475
+ }
476
+ /** The URIs that are the public endpoints of the account. */
477
+ export interface AccountPropertiesEndpoints extends AccountEndpoints {
478
+ }
479
+ /** Gets the resource identifiers of the managed resources. */
480
+ export interface AccountPropertiesManagedResources extends ManagedResources {
481
+ }
482
+ /** A private endpoint connection class. */
483
+ export interface PrivateEndpointConnection extends ProxyResource {
484
+ /** The private endpoint information. */
485
+ privateEndpoint?: PrivateEndpoint;
486
+ /** The private link service connection state. */
487
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
488
+ /**
489
+ * The provisioning state.
490
+ * NOTE: This property will not be serialized. It can only be populated by the server.
491
+ */
492
+ readonly provisioningState?: string;
493
+ }
494
+ /** Gets or sets the Sku. */
495
+ export interface AccountSku extends AccountSkuAutoGenerated {
496
+ }
497
+ /** Account resource */
498
+ export interface Account extends TrackedResource {
499
+ /**
500
+ * Gets or sets the Sku.
501
+ * NOTE: This property will not be serialized. It can only be populated by the server.
502
+ */
503
+ readonly sku?: AccountSku;
504
+ /**
505
+ * Cloud connectors.
506
+ * External cloud identifier used as part of scanning configuration.
507
+ */
508
+ cloudConnectors?: CloudConnectors;
509
+ /**
510
+ * Gets the time at which the entity was created.
511
+ * NOTE: This property will not be serialized. It can only be populated by the server.
512
+ */
513
+ readonly createdAt?: Date;
514
+ /**
515
+ * Gets the creator of the entity.
516
+ * NOTE: This property will not be serialized. It can only be populated by the server.
517
+ */
518
+ readonly createdBy?: string;
519
+ /**
520
+ * Gets the creators of the entity's object id.
521
+ * NOTE: This property will not be serialized. It can only be populated by the server.
522
+ */
523
+ readonly createdByObjectId?: string;
524
+ /**
525
+ * The URIs that are the public endpoints of the account.
526
+ * NOTE: This property will not be serialized. It can only be populated by the server.
527
+ */
528
+ readonly endpoints?: AccountPropertiesEndpoints;
529
+ /**
530
+ * Gets or sets the friendly name.
531
+ * NOTE: This property will not be serialized. It can only be populated by the server.
532
+ */
533
+ readonly friendlyName?: string;
534
+ /** Gets or sets the managed resource group name */
535
+ managedResourceGroupName?: string;
536
+ /**
537
+ * Gets the resource identifiers of the managed resources.
538
+ * NOTE: This property will not be serialized. It can only be populated by the server.
539
+ */
540
+ readonly managedResources?: AccountPropertiesManagedResources;
541
+ /**
542
+ * Gets the private endpoint connections information.
543
+ * NOTE: This property will not be serialized. It can only be populated by the server.
544
+ */
545
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
546
+ /**
547
+ * Gets or sets the state of the provisioning.
548
+ * NOTE: This property will not be serialized. It can only be populated by the server.
549
+ */
550
+ readonly provisioningState?: ProvisioningState;
551
+ /** Gets or sets the public network access. */
552
+ publicNetworkAccess?: PublicNetworkAccess;
553
+ }
554
+ /** Metadata pertaining to creation and last modification of the resource. */
555
+ export interface TrackedResourceSystemData extends SystemData {
556
+ }
557
+ /** Gets or sets the error. */
558
+ export interface ErrorResponseModelError extends ErrorModel {
559
+ }
560
+ /** Known values of {@link Status} that the service accepts. */
561
+ export declare enum KnownStatus {
562
+ /** Unknown */
563
+ Unknown = "Unknown",
564
+ /** Pending */
565
+ Pending = "Pending",
566
+ /** Approved */
567
+ Approved = "Approved",
568
+ /** Rejected */
569
+ Rejected = "Rejected",
570
+ /** Disconnected */
571
+ Disconnected = "Disconnected"
572
+ }
573
+ /**
574
+ * Defines values for Status. \
575
+ * {@link KnownStatus} can be used interchangeably with Status,
576
+ * this enum contains the known values that the service supports.
577
+ * ### Known values supported by the service
578
+ * **Unknown** \
579
+ * **Pending** \
580
+ * **Approved** \
581
+ * **Rejected** \
582
+ * **Disconnected**
583
+ */
584
+ export type Status = string;
585
+ /** Known values of {@link ProvisioningState} that the service accepts. */
586
+ export declare enum KnownProvisioningState {
587
+ /** Unknown */
588
+ Unknown = "Unknown",
589
+ /** Creating */
590
+ Creating = "Creating",
591
+ /** Moving */
592
+ Moving = "Moving",
593
+ /** Deleting */
594
+ Deleting = "Deleting",
595
+ /** SoftDeleting */
596
+ SoftDeleting = "SoftDeleting",
597
+ /** SoftDeleted */
598
+ SoftDeleted = "SoftDeleted",
599
+ /** Failed */
600
+ Failed = "Failed",
601
+ /** Succeeded */
602
+ Succeeded = "Succeeded",
603
+ /** Canceled */
604
+ Canceled = "Canceled"
605
+ }
606
+ /**
607
+ * Defines values for ProvisioningState. \
608
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
609
+ * this enum contains the known values that the service supports.
610
+ * ### Known values supported by the service
611
+ * **Unknown** \
612
+ * **Creating** \
613
+ * **Moving** \
614
+ * **Deleting** \
615
+ * **SoftDeleting** \
616
+ * **SoftDeleted** \
617
+ * **Failed** \
618
+ * **Succeeded** \
619
+ * **Canceled**
620
+ */
621
+ export type ProvisioningState = string;
622
+ /** Known values of {@link PublicNetworkAccess} that the service accepts. */
623
+ export declare enum KnownPublicNetworkAccess {
624
+ /** NotSpecified */
625
+ NotSpecified = "NotSpecified",
626
+ /** Enabled */
627
+ Enabled = "Enabled",
628
+ /** Disabled */
629
+ Disabled = "Disabled"
630
+ }
631
+ /**
632
+ * Defines values for PublicNetworkAccess. \
633
+ * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
634
+ * this enum contains the known values that the service supports.
635
+ * ### Known values supported by the service
636
+ * **NotSpecified** \
637
+ * **Enabled** \
638
+ * **Disabled**
639
+ */
640
+ export type PublicNetworkAccess = string;
641
+ /** Known values of {@link Name} that the service accepts. */
642
+ export declare enum KnownName {
643
+ /** Standard */
644
+ Standard = "Standard"
645
+ }
646
+ /**
647
+ * Defines values for Name. \
648
+ * {@link KnownName} can be used interchangeably with Name,
649
+ * this enum contains the known values that the service supports.
650
+ * ### Known values supported by the service
651
+ * **Standard**
652
+ */
653
+ export type Name = string;
654
+ /** Known values of {@link Type} that the service accepts. */
655
+ export declare enum KnownType {
656
+ /** None */
657
+ None = "None",
658
+ /** SystemAssigned */
659
+ SystemAssigned = "SystemAssigned",
660
+ /** UserAssigned */
661
+ UserAssigned = "UserAssigned"
662
+ }
663
+ /**
664
+ * Defines values for Type. \
665
+ * {@link KnownType} can be used interchangeably with Type,
666
+ * this enum contains the known values that the service supports.
667
+ * ### Known values supported by the service
668
+ * **None** \
669
+ * **SystemAssigned** \
670
+ * **UserAssigned**
671
+ */
672
+ export type Type = string;
673
+ /** Known values of {@link CreatedByType} that the service accepts. */
674
+ export declare enum KnownCreatedByType {
675
+ /** User */
676
+ User = "User",
677
+ /** Application */
678
+ Application = "Application",
679
+ /** ManagedIdentity */
680
+ ManagedIdentity = "ManagedIdentity",
681
+ /** Key */
682
+ Key = "Key"
683
+ }
684
+ /**
685
+ * Defines values for CreatedByType. \
686
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
687
+ * this enum contains the known values that the service supports.
688
+ * ### Known values supported by the service
689
+ * **User** \
690
+ * **Application** \
691
+ * **ManagedIdentity** \
692
+ * **Key**
693
+ */
694
+ export type CreatedByType = string;
695
+ /** Known values of {@link LastModifiedByType} that the service accepts. */
696
+ export declare enum KnownLastModifiedByType {
697
+ /** User */
698
+ User = "User",
699
+ /** Application */
700
+ Application = "Application",
701
+ /** ManagedIdentity */
702
+ ManagedIdentity = "ManagedIdentity",
703
+ /** Key */
704
+ Key = "Key"
705
+ }
706
+ /**
707
+ * Defines values for LastModifiedByType. \
708
+ * {@link KnownLastModifiedByType} can be used interchangeably with LastModifiedByType,
709
+ * this enum contains the known values that the service supports.
710
+ * ### Known values supported by the service
711
+ * **User** \
712
+ * **Application** \
713
+ * **ManagedIdentity** \
714
+ * **Key**
715
+ */
716
+ export type LastModifiedByType = string;
717
+ /** Known values of {@link ScopeType} that the service accepts. */
718
+ export declare enum KnownScopeType {
719
+ /** Tenant */
720
+ Tenant = "Tenant",
721
+ /** Subscription */
722
+ Subscription = "Subscription"
723
+ }
724
+ /**
725
+ * Defines values for ScopeType. \
726
+ * {@link KnownScopeType} can be used interchangeably with ScopeType,
727
+ * this enum contains the known values that the service supports.
728
+ * ### Known values supported by the service
729
+ * **Tenant** \
730
+ * **Subscription**
731
+ */
732
+ export type ScopeType = string;
733
+ /** Known values of {@link Reason} that the service accepts. */
734
+ export declare enum KnownReason {
735
+ /** Invalid */
736
+ Invalid = "Invalid",
737
+ /** AlreadyExists */
738
+ AlreadyExists = "AlreadyExists"
739
+ }
740
+ /**
741
+ * Defines values for Reason. \
742
+ * {@link KnownReason} can be used interchangeably with Reason,
743
+ * this enum contains the known values that the service supports.
744
+ * ### Known values supported by the service
745
+ * **Invalid** \
746
+ * **AlreadyExists**
747
+ */
748
+ export type Reason = string;
749
+ /** Optional parameters. */
750
+ export interface AccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
751
+ /** The skip token. */
752
+ skipToken?: string;
753
+ }
754
+ /** Contains response data for the listByResourceGroup operation. */
755
+ export type AccountsListByResourceGroupResponse = AccountList;
756
+ /** Optional parameters. */
757
+ export interface AccountsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
758
+ /** The skip token. */
759
+ skipToken?: string;
760
+ }
761
+ /** Contains response data for the listBySubscription operation. */
762
+ export type AccountsListBySubscriptionResponse = AccountList;
763
+ /** Optional parameters. */
764
+ export interface AccountsGetOptionalParams extends coreClient.OperationOptions {
765
+ }
766
+ /** Contains response data for the get operation. */
767
+ export type AccountsGetResponse = Account;
768
+ /** Optional parameters. */
769
+ export interface AccountsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
770
+ /** Delay to wait until next poll, in milliseconds. */
771
+ updateIntervalInMs?: number;
772
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
773
+ resumeFrom?: string;
774
+ }
775
+ /** Contains response data for the createOrUpdate operation. */
776
+ export type AccountsCreateOrUpdateResponse = Account;
777
+ /** Optional parameters. */
778
+ export interface AccountsDeleteOptionalParams extends coreClient.OperationOptions {
779
+ /** Delay to wait until next poll, in milliseconds. */
780
+ updateIntervalInMs?: number;
781
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
782
+ resumeFrom?: string;
783
+ }
784
+ /** Optional parameters. */
785
+ export interface AccountsUpdateOptionalParams extends coreClient.OperationOptions {
786
+ /** Delay to wait until next poll, in milliseconds. */
787
+ updateIntervalInMs?: number;
788
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
789
+ resumeFrom?: string;
790
+ }
791
+ /** Contains response data for the update operation. */
792
+ export type AccountsUpdateResponse = Account;
793
+ /** Optional parameters. */
794
+ export interface AccountsListKeysOptionalParams extends coreClient.OperationOptions {
795
+ }
796
+ /** Contains response data for the listKeys operation. */
797
+ export type AccountsListKeysResponse = AccessKeys;
798
+ /** Optional parameters. */
799
+ export interface AccountsAddRootCollectionAdminOptionalParams extends coreClient.OperationOptions {
800
+ }
801
+ /** Optional parameters. */
802
+ export interface AccountsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
803
+ }
804
+ /** Contains response data for the checkNameAvailability operation. */
805
+ export type AccountsCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
806
+ /** Optional parameters. */
807
+ export interface AccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
808
+ /** The skip token. */
809
+ skipToken?: string;
810
+ }
811
+ /** Contains response data for the listByResourceGroupNext operation. */
812
+ export type AccountsListByResourceGroupNextResponse = AccountList;
813
+ /** Optional parameters. */
814
+ export interface AccountsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
815
+ /** The skip token. */
816
+ skipToken?: string;
817
+ }
818
+ /** Contains response data for the listBySubscriptionNext operation. */
819
+ export type AccountsListBySubscriptionNextResponse = AccountList;
820
+ /** Optional parameters. */
821
+ export interface DefaultAccountsGetOptionalParams extends coreClient.OperationOptions {
822
+ /** The Id of the scope object, for example if the scope is "Subscription" then it is the ID of that subscription. */
823
+ scope?: string;
824
+ }
825
+ /** Contains response data for the get operation. */
826
+ export type DefaultAccountsGetResponse = DefaultAccountPayload;
827
+ /** Optional parameters. */
828
+ export interface DefaultAccountsSetModelOptionalParams extends coreClient.OperationOptions {
829
+ }
830
+ /** Contains response data for the set operation. */
831
+ export type DefaultAccountsSetModelResponse = DefaultAccountPayload;
832
+ /** Optional parameters. */
833
+ export interface DefaultAccountsRemoveOptionalParams extends coreClient.OperationOptions {
834
+ /** The Id of the scope object, for example if the scope is "Subscription" then it is the ID of that subscription. */
835
+ scope?: string;
836
+ }
837
+ /** Optional parameters. */
838
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
839
+ }
840
+ /** Contains response data for the list operation. */
841
+ export type OperationsListResponse = OperationList;
842
+ /** Optional parameters. */
843
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
844
+ }
845
+ /** Contains response data for the listNext operation. */
846
+ export type OperationsListNextResponse = OperationList;
847
+ /** Optional parameters. */
848
+ export interface PrivateEndpointConnectionsListByAccountOptionalParams extends coreClient.OperationOptions {
849
+ /** The skip token. */
850
+ skipToken?: string;
851
+ }
852
+ /** Contains response data for the listByAccount operation. */
853
+ export type PrivateEndpointConnectionsListByAccountResponse = PrivateEndpointConnectionList;
854
+ /** Optional parameters. */
855
+ export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
856
+ }
857
+ /** Contains response data for the get operation. */
858
+ export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
859
+ /** Optional parameters. */
860
+ export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
861
+ /** Delay to wait until next poll, in milliseconds. */
862
+ updateIntervalInMs?: number;
863
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
864
+ resumeFrom?: string;
865
+ }
866
+ /** Contains response data for the createOrUpdate operation. */
867
+ export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
868
+ /** Optional parameters. */
869
+ export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
870
+ /** Delay to wait until next poll, in milliseconds. */
871
+ updateIntervalInMs?: number;
872
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
873
+ resumeFrom?: string;
874
+ }
875
+ /** Optional parameters. */
876
+ export interface PrivateEndpointConnectionsListByAccountNextOptionalParams extends coreClient.OperationOptions {
877
+ /** The skip token. */
878
+ skipToken?: string;
879
+ }
880
+ /** Contains response data for the listByAccountNext operation. */
881
+ export type PrivateEndpointConnectionsListByAccountNextResponse = PrivateEndpointConnectionList;
882
+ /** Optional parameters. */
883
+ export interface PrivateLinkResourcesListByAccountOptionalParams extends coreClient.OperationOptions {
884
+ }
885
+ /** Contains response data for the listByAccount operation. */
886
+ export type PrivateLinkResourcesListByAccountResponse = PrivateLinkResourceList;
887
+ /** Optional parameters. */
888
+ export interface PrivateLinkResourcesGetByGroupIdOptionalParams extends coreClient.OperationOptions {
889
+ }
890
+ /** Contains response data for the getByGroupId operation. */
891
+ export type PrivateLinkResourcesGetByGroupIdResponse = PrivateLinkResource;
892
+ /** Optional parameters. */
893
+ export interface PrivateLinkResourcesListByAccountNextOptionalParams extends coreClient.OperationOptions {
894
+ }
895
+ /** Contains response data for the listByAccountNext operation. */
896
+ export type PrivateLinkResourcesListByAccountNextResponse = PrivateLinkResourceList;
897
+ /** Optional parameters. */
898
+ export interface PurviewManagementClientOptionalParams extends coreClient.ServiceClientOptions {
899
+ /** server parameter */
900
+ $host?: string;
901
+ /** Api Version */
902
+ apiVersion?: string;
903
+ /** Overrides client endpoint. */
904
+ endpoint?: string;
905
+ }
906
+ //# sourceMappingURL=index.d.ts.map