@azure/arm-confluent 3.1.1-alpha.20250106.1 → 3.1.1-alpha.20250109.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 (493) hide show
  1. package/{dist-esm/src → dist/browser}/confluentManagementClient.d.ts +2 -2
  2. package/dist/browser/confluentManagementClient.d.ts.map +1 -0
  3. package/{dist-esm/src → dist/browser}/confluentManagementClient.js +15 -18
  4. package/dist/browser/confluentManagementClient.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  7. package/{dist-esm/src → dist/browser}/index.js +4 -4
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/lroImpl.js.map +1 -0
  10. package/dist/browser/models/index.js.map +1 -0
  11. package/dist/browser/models/mappers.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  13. package/dist/browser/models/parameters.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/operations/access.d.ts +3 -3
  15. package/dist/browser/operations/access.d.ts.map +1 -0
  16. package/{dist-esm/src → dist/browser}/operations/access.js +2 -2
  17. package/dist/browser/operations/access.js.map +1 -0
  18. package/dist/browser/operations/index.d.ts +6 -0
  19. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  20. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +5 -5
  21. package/dist/browser/operations/index.js.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/marketplaceAgreements.d.ts +3 -3
  23. package/dist/browser/operations/marketplaceAgreements.d.ts.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/marketplaceAgreements.js +3 -3
  25. package/dist/browser/operations/marketplaceAgreements.js.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/organization.d.ts +3 -3
  27. package/dist/browser/operations/organization.d.ts.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/organization.js +79 -87
  29. package/dist/browser/operations/organization.js.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/organizationOperations.d.ts +3 -3
  31. package/dist/browser/operations/organizationOperations.d.ts.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/organizationOperations.js +3 -3
  33. package/dist/browser/operations/organizationOperations.js.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/validations.d.ts +3 -3
  35. package/dist/browser/operations/validations.d.ts.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/validations.js +2 -2
  37. package/dist/browser/operations/validations.js.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/access.d.ts +1 -1
  39. package/dist/browser/operationsInterfaces/access.d.ts.map +1 -0
  40. package/dist/browser/operationsInterfaces/access.js.map +1 -0
  41. package/dist/browser/operationsInterfaces/index.d.ts +6 -0
  42. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  43. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +5 -5
  44. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  45. package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaceAgreements.d.ts +1 -1
  46. package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -1
  47. package/dist/browser/operationsInterfaces/marketplaceAgreements.js.map +1 -0
  48. package/{dist-esm/src → dist/browser}/operationsInterfaces/organization.d.ts +1 -1
  49. package/dist/browser/operationsInterfaces/organization.d.ts.map +1 -0
  50. package/dist/browser/operationsInterfaces/organization.js.map +1 -0
  51. package/{dist-esm/src → dist/browser}/operationsInterfaces/organizationOperations.d.ts +1 -1
  52. package/dist/browser/operationsInterfaces/organizationOperations.d.ts.map +1 -0
  53. package/dist/browser/operationsInterfaces/organizationOperations.js.map +1 -0
  54. package/{dist-esm/src → dist/browser}/operationsInterfaces/validations.d.ts +1 -1
  55. package/dist/browser/operationsInterfaces/validations.d.ts.map +1 -0
  56. package/dist/browser/operationsInterfaces/validations.js.map +1 -0
  57. package/dist/browser/package.json +3 -0
  58. package/dist/browser/pagingHelper.js.map +1 -0
  59. package/dist/commonjs/confluentManagementClient.d.ts +25 -0
  60. package/dist/commonjs/confluentManagementClient.d.ts.map +1 -0
  61. package/dist/commonjs/confluentManagementClient.js +104 -0
  62. package/dist/commonjs/confluentManagementClient.js.map +1 -0
  63. package/dist/commonjs/index.d.ts +5 -0
  64. package/dist/commonjs/index.d.ts.map +1 -0
  65. package/dist/commonjs/index.js +19 -0
  66. package/dist/commonjs/index.js.map +1 -0
  67. package/dist/commonjs/lroImpl.d.ts +11 -0
  68. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  69. package/dist/commonjs/lroImpl.js +24 -0
  70. package/dist/commonjs/lroImpl.js.map +1 -0
  71. package/{types/arm-confluent.d.ts → dist/commonjs/models/index.d.ts} +1078 -1523
  72. package/dist/commonjs/models/index.d.ts.map +1 -0
  73. package/dist/commonjs/models/index.js +69 -0
  74. package/dist/commonjs/models/index.js.map +1 -0
  75. package/dist/commonjs/models/mappers.d.ts +64 -0
  76. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  77. package/dist/commonjs/models/mappers.js +2250 -0
  78. package/dist/commonjs/models/mappers.js.map +1 -0
  79. package/dist/commonjs/models/parameters.d.ts +25 -0
  80. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  81. package/dist/commonjs/models/parameters.js +201 -0
  82. package/dist/commonjs/models/parameters.js.map +1 -0
  83. package/dist/commonjs/operations/access.d.ts +93 -0
  84. package/dist/commonjs/operations/access.d.ts.map +1 -0
  85. package/dist/commonjs/operations/access.js +356 -0
  86. package/dist/commonjs/operations/access.js.map +1 -0
  87. package/dist/commonjs/operations/index.d.ts +6 -0
  88. package/dist/commonjs/operations/index.d.ts.map +1 -0
  89. package/dist/commonjs/operations/index.js +16 -0
  90. package/dist/commonjs/operations/index.js.map +1 -0
  91. package/dist/commonjs/operations/marketplaceAgreements.d.ts +37 -0
  92. package/dist/commonjs/operations/marketplaceAgreements.d.ts.map +1 -0
  93. package/dist/commonjs/operations/marketplaceAgreements.js +166 -0
  94. package/dist/commonjs/operations/marketplaceAgreements.js.map +1 -0
  95. package/dist/commonjs/operations/organization.d.ts +236 -0
  96. package/dist/commonjs/operations/organization.d.ts.map +1 -0
  97. package/dist/commonjs/operations/organization.js +1130 -0
  98. package/dist/commonjs/operations/organization.js.map +1 -0
  99. package/dist/commonjs/operations/organizationOperations.d.ts +32 -0
  100. package/dist/commonjs/operations/organizationOperations.d.ts.map +1 -0
  101. package/dist/commonjs/operations/organizationOperations.js +137 -0
  102. package/dist/commonjs/operations/organizationOperations.js.map +1 -0
  103. package/dist/commonjs/operations/validations.d.ts +29 -0
  104. package/dist/commonjs/operations/validations.d.ts.map +1 -0
  105. package/dist/commonjs/operations/validations.js +94 -0
  106. package/dist/commonjs/operations/validations.js.map +1 -0
  107. package/dist/commonjs/operationsInterfaces/access.d.ts +85 -0
  108. package/dist/commonjs/operationsInterfaces/access.d.ts.map +1 -0
  109. package/dist/commonjs/operationsInterfaces/access.js +10 -0
  110. package/dist/commonjs/operationsInterfaces/access.js.map +1 -0
  111. package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
  112. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  113. package/dist/commonjs/operationsInterfaces/index.js +16 -0
  114. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  115. package/dist/commonjs/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
  116. package/dist/commonjs/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
  117. package/dist/commonjs/operationsInterfaces/marketplaceAgreements.js +10 -0
  118. package/dist/commonjs/operationsInterfaces/marketplaceAgreements.js.map +1 -0
  119. package/dist/commonjs/operationsInterfaces/organization.d.ts +144 -0
  120. package/dist/commonjs/operationsInterfaces/organization.d.ts.map +1 -0
  121. package/dist/commonjs/operationsInterfaces/organization.js +10 -0
  122. package/dist/commonjs/operationsInterfaces/organization.js.map +1 -0
  123. package/dist/commonjs/operationsInterfaces/organizationOperations.d.ts +11 -0
  124. package/dist/commonjs/operationsInterfaces/organizationOperations.d.ts.map +1 -0
  125. package/dist/commonjs/operationsInterfaces/organizationOperations.js +10 -0
  126. package/dist/commonjs/operationsInterfaces/organizationOperations.js.map +1 -0
  127. package/dist/commonjs/operationsInterfaces/validations.d.ts +21 -0
  128. package/dist/commonjs/operationsInterfaces/validations.d.ts.map +1 -0
  129. package/dist/commonjs/operationsInterfaces/validations.js +10 -0
  130. package/dist/commonjs/operationsInterfaces/validations.js.map +1 -0
  131. package/dist/commonjs/package.json +3 -0
  132. package/dist/commonjs/pagingHelper.d.ts +13 -0
  133. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  134. package/dist/commonjs/pagingHelper.js +36 -0
  135. package/dist/commonjs/pagingHelper.js.map +1 -0
  136. package/dist/esm/confluentManagementClient.d.ts +25 -0
  137. package/dist/esm/confluentManagementClient.d.ts.map +1 -0
  138. package/dist/esm/confluentManagementClient.js +99 -0
  139. package/dist/esm/confluentManagementClient.js.map +1 -0
  140. package/dist/esm/index.d.ts +5 -0
  141. package/dist/esm/index.d.ts.map +1 -0
  142. package/{src/index.ts → dist/esm/index.js} +5 -5
  143. package/dist/esm/index.js.map +1 -0
  144. package/dist/esm/lroImpl.d.ts +11 -0
  145. package/dist/esm/lroImpl.d.ts.map +1 -0
  146. package/dist/esm/lroImpl.js +21 -0
  147. package/dist/esm/lroImpl.js.map +1 -0
  148. package/dist/esm/models/index.d.ts +1078 -0
  149. package/dist/esm/models/index.d.ts.map +1 -0
  150. package/dist/esm/models/index.js +66 -0
  151. package/dist/esm/models/index.js.map +1 -0
  152. package/dist/esm/models/mappers.d.ts +64 -0
  153. package/dist/esm/models/mappers.d.ts.map +1 -0
  154. package/dist/esm/models/mappers.js +2246 -0
  155. package/dist/esm/models/mappers.js.map +1 -0
  156. package/dist/esm/models/parameters.d.ts +25 -0
  157. package/dist/esm/models/parameters.d.ts.map +1 -0
  158. package/dist/esm/models/parameters.js +198 -0
  159. package/dist/esm/models/parameters.js.map +1 -0
  160. package/dist/esm/operations/access.d.ts +93 -0
  161. package/dist/esm/operations/access.d.ts.map +1 -0
  162. package/dist/esm/operations/access.js +351 -0
  163. package/dist/esm/operations/access.js.map +1 -0
  164. package/dist/esm/operations/index.d.ts +6 -0
  165. package/dist/esm/operations/index.d.ts.map +1 -0
  166. package/dist/esm/operations/index.js +13 -0
  167. package/dist/esm/operations/index.js.map +1 -0
  168. package/dist/esm/operations/marketplaceAgreements.d.ts +37 -0
  169. package/dist/esm/operations/marketplaceAgreements.d.ts.map +1 -0
  170. package/dist/esm/operations/marketplaceAgreements.js +162 -0
  171. package/dist/esm/operations/marketplaceAgreements.js.map +1 -0
  172. package/dist/esm/operations/organization.d.ts +236 -0
  173. package/dist/esm/operations/organization.d.ts.map +1 -0
  174. package/dist/esm/operations/organization.js +1126 -0
  175. package/dist/esm/operations/organization.js.map +1 -0
  176. package/dist/esm/operations/organizationOperations.d.ts +32 -0
  177. package/dist/esm/operations/organizationOperations.d.ts.map +1 -0
  178. package/dist/esm/operations/organizationOperations.js +133 -0
  179. package/dist/esm/operations/organizationOperations.js.map +1 -0
  180. package/dist/esm/operations/validations.d.ts +29 -0
  181. package/dist/esm/operations/validations.d.ts.map +1 -0
  182. package/dist/esm/operations/validations.js +89 -0
  183. package/dist/esm/operations/validations.js.map +1 -0
  184. package/dist/esm/operationsInterfaces/access.d.ts +85 -0
  185. package/dist/esm/operationsInterfaces/access.d.ts.map +1 -0
  186. package/dist/esm/operationsInterfaces/access.js +9 -0
  187. package/dist/esm/operationsInterfaces/access.js.map +1 -0
  188. package/dist/esm/operationsInterfaces/index.d.ts +6 -0
  189. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  190. package/dist/esm/operationsInterfaces/index.js +13 -0
  191. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  192. package/dist/esm/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
  193. package/dist/esm/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
  194. package/dist/esm/operationsInterfaces/marketplaceAgreements.js +9 -0
  195. package/dist/esm/operationsInterfaces/marketplaceAgreements.js.map +1 -0
  196. package/dist/esm/operationsInterfaces/organization.d.ts +144 -0
  197. package/dist/esm/operationsInterfaces/organization.d.ts.map +1 -0
  198. package/dist/esm/operationsInterfaces/organization.js +9 -0
  199. package/dist/esm/operationsInterfaces/organization.js.map +1 -0
  200. package/dist/esm/operationsInterfaces/organizationOperations.d.ts +11 -0
  201. package/dist/esm/operationsInterfaces/organizationOperations.d.ts.map +1 -0
  202. package/dist/esm/operationsInterfaces/organizationOperations.js +9 -0
  203. package/dist/esm/operationsInterfaces/organizationOperations.js.map +1 -0
  204. package/dist/esm/operationsInterfaces/validations.d.ts +21 -0
  205. package/dist/esm/operationsInterfaces/validations.d.ts.map +1 -0
  206. package/dist/esm/operationsInterfaces/validations.js +9 -0
  207. package/dist/esm/operationsInterfaces/validations.js.map +1 -0
  208. package/dist/esm/package.json +3 -0
  209. package/dist/esm/pagingHelper.d.ts +13 -0
  210. package/dist/esm/pagingHelper.d.ts.map +1 -0
  211. package/dist/esm/pagingHelper.js +32 -0
  212. package/dist/esm/pagingHelper.js.map +1 -0
  213. package/dist/react-native/confluentManagementClient.d.ts +25 -0
  214. package/dist/react-native/confluentManagementClient.d.ts.map +1 -0
  215. package/dist/react-native/confluentManagementClient.js +99 -0
  216. package/dist/react-native/confluentManagementClient.js.map +1 -0
  217. package/dist/react-native/index.d.ts +5 -0
  218. package/dist/react-native/index.d.ts.map +1 -0
  219. package/dist/react-native/index.js +13 -0
  220. package/dist/react-native/index.js.map +1 -0
  221. package/dist/react-native/lroImpl.d.ts +11 -0
  222. package/dist/react-native/lroImpl.d.ts.map +1 -0
  223. package/dist/react-native/lroImpl.js +21 -0
  224. package/dist/react-native/lroImpl.js.map +1 -0
  225. package/dist/react-native/models/index.d.ts +1078 -0
  226. package/dist/react-native/models/index.d.ts.map +1 -0
  227. package/dist/react-native/models/index.js +66 -0
  228. package/dist/react-native/models/index.js.map +1 -0
  229. package/dist/react-native/models/mappers.d.ts +64 -0
  230. package/dist/react-native/models/mappers.d.ts.map +1 -0
  231. package/dist/react-native/models/mappers.js +2246 -0
  232. package/dist/react-native/models/mappers.js.map +1 -0
  233. package/dist/react-native/models/parameters.d.ts +25 -0
  234. package/dist/react-native/models/parameters.d.ts.map +1 -0
  235. package/dist/react-native/models/parameters.js +198 -0
  236. package/dist/react-native/models/parameters.js.map +1 -0
  237. package/dist/react-native/operations/access.d.ts +93 -0
  238. package/dist/react-native/operations/access.d.ts.map +1 -0
  239. package/dist/react-native/operations/access.js +351 -0
  240. package/dist/react-native/operations/access.js.map +1 -0
  241. package/dist/react-native/operations/index.d.ts +6 -0
  242. package/dist/react-native/operations/index.d.ts.map +1 -0
  243. package/dist/react-native/operations/index.js +13 -0
  244. package/dist/react-native/operations/index.js.map +1 -0
  245. package/dist/react-native/operations/marketplaceAgreements.d.ts +37 -0
  246. package/dist/react-native/operations/marketplaceAgreements.d.ts.map +1 -0
  247. package/dist/react-native/operations/marketplaceAgreements.js +162 -0
  248. package/dist/react-native/operations/marketplaceAgreements.js.map +1 -0
  249. package/dist/react-native/operations/organization.d.ts +236 -0
  250. package/dist/react-native/operations/organization.d.ts.map +1 -0
  251. package/dist/react-native/operations/organization.js +1126 -0
  252. package/dist/react-native/operations/organization.js.map +1 -0
  253. package/dist/react-native/operations/organizationOperations.d.ts +32 -0
  254. package/dist/react-native/operations/organizationOperations.d.ts.map +1 -0
  255. package/dist/react-native/operations/organizationOperations.js +133 -0
  256. package/dist/react-native/operations/organizationOperations.js.map +1 -0
  257. package/dist/react-native/operations/validations.d.ts +29 -0
  258. package/dist/react-native/operations/validations.d.ts.map +1 -0
  259. package/dist/react-native/operations/validations.js +89 -0
  260. package/dist/react-native/operations/validations.js.map +1 -0
  261. package/dist/react-native/operationsInterfaces/access.d.ts +85 -0
  262. package/dist/react-native/operationsInterfaces/access.d.ts.map +1 -0
  263. package/dist/react-native/operationsInterfaces/access.js +9 -0
  264. package/dist/react-native/operationsInterfaces/access.js.map +1 -0
  265. package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
  266. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  267. package/dist/react-native/operationsInterfaces/index.js +13 -0
  268. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  269. package/dist/react-native/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
  270. package/dist/react-native/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
  271. package/dist/react-native/operationsInterfaces/marketplaceAgreements.js +9 -0
  272. package/dist/react-native/operationsInterfaces/marketplaceAgreements.js.map +1 -0
  273. package/dist/react-native/operationsInterfaces/organization.d.ts +144 -0
  274. package/dist/react-native/operationsInterfaces/organization.d.ts.map +1 -0
  275. package/dist/react-native/operationsInterfaces/organization.js +9 -0
  276. package/dist/react-native/operationsInterfaces/organization.js.map +1 -0
  277. package/dist/react-native/operationsInterfaces/organizationOperations.d.ts +11 -0
  278. package/dist/react-native/operationsInterfaces/organizationOperations.d.ts.map +1 -0
  279. package/dist/react-native/operationsInterfaces/organizationOperations.js +9 -0
  280. package/dist/react-native/operationsInterfaces/organizationOperations.js.map +1 -0
  281. package/dist/react-native/operationsInterfaces/validations.d.ts +21 -0
  282. package/dist/react-native/operationsInterfaces/validations.d.ts.map +1 -0
  283. package/dist/react-native/operationsInterfaces/validations.js +9 -0
  284. package/dist/react-native/operationsInterfaces/validations.js.map +1 -0
  285. package/dist/react-native/package.json +3 -0
  286. package/dist/react-native/pagingHelper.d.ts +13 -0
  287. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  288. package/dist/react-native/pagingHelper.js +32 -0
  289. package/dist/react-native/pagingHelper.js.map +1 -0
  290. package/package.json +59 -29
  291. package/dist/index.js +0 -4603
  292. package/dist/index.js.map +0 -1
  293. package/dist/index.min.js +0 -1
  294. package/dist/index.min.js.map +0 -1
  295. package/dist-esm/samples-dev/accessCreateRoleBindingSample.d.ts +0 -2
  296. package/dist-esm/samples-dev/accessCreateRoleBindingSample.d.ts.map +0 -1
  297. package/dist-esm/samples-dev/accessCreateRoleBindingSample.js +0 -44
  298. package/dist-esm/samples-dev/accessCreateRoleBindingSample.js.map +0 -1
  299. package/dist-esm/samples-dev/accessDeleteRoleBindingSample.d.ts +0 -2
  300. package/dist-esm/samples-dev/accessDeleteRoleBindingSample.d.ts.map +0 -1
  301. package/dist-esm/samples-dev/accessDeleteRoleBindingSample.js +0 -40
  302. package/dist-esm/samples-dev/accessDeleteRoleBindingSample.js.map +0 -1
  303. package/dist-esm/samples-dev/accessInviteUserSample.d.ts +0 -2
  304. package/dist-esm/samples-dev/accessInviteUserSample.d.ts.map +0 -1
  305. package/dist-esm/samples-dev/accessInviteUserSample.js +0 -45
  306. package/dist-esm/samples-dev/accessInviteUserSample.js.map +0 -1
  307. package/dist-esm/samples-dev/accessListClustersSample.d.ts +0 -2
  308. package/dist-esm/samples-dev/accessListClustersSample.d.ts.map +0 -1
  309. package/dist-esm/samples-dev/accessListClustersSample.js +0 -42
  310. package/dist-esm/samples-dev/accessListClustersSample.js.map +0 -1
  311. package/dist-esm/samples-dev/accessListEnvironmentsSample.d.ts +0 -2
  312. package/dist-esm/samples-dev/accessListEnvironmentsSample.d.ts.map +0 -1
  313. package/dist-esm/samples-dev/accessListEnvironmentsSample.js +0 -42
  314. package/dist-esm/samples-dev/accessListEnvironmentsSample.js.map +0 -1
  315. package/dist-esm/samples-dev/accessListInvitationsSample.d.ts +0 -2
  316. package/dist-esm/samples-dev/accessListInvitationsSample.d.ts.map +0 -1
  317. package/dist-esm/samples-dev/accessListInvitationsSample.js +0 -46
  318. package/dist-esm/samples-dev/accessListInvitationsSample.js.map +0 -1
  319. package/dist-esm/samples-dev/accessListRoleBindingNameListSample.d.ts +0 -2
  320. package/dist-esm/samples-dev/accessListRoleBindingNameListSample.d.ts.map +0 -1
  321. package/dist-esm/samples-dev/accessListRoleBindingNameListSample.js +0 -45
  322. package/dist-esm/samples-dev/accessListRoleBindingNameListSample.js.map +0 -1
  323. package/dist-esm/samples-dev/accessListRoleBindingsSample.d.ts +0 -2
  324. package/dist-esm/samples-dev/accessListRoleBindingsSample.d.ts.map +0 -1
  325. package/dist-esm/samples-dev/accessListRoleBindingsSample.js +0 -42
  326. package/dist-esm/samples-dev/accessListRoleBindingsSample.js.map +0 -1
  327. package/dist-esm/samples-dev/accessListServiceAccountsSample.d.ts +0 -2
  328. package/dist-esm/samples-dev/accessListServiceAccountsSample.d.ts.map +0 -1
  329. package/dist-esm/samples-dev/accessListServiceAccountsSample.js +0 -42
  330. package/dist-esm/samples-dev/accessListServiceAccountsSample.js.map +0 -1
  331. package/dist-esm/samples-dev/accessListUsersSample.d.ts +0 -2
  332. package/dist-esm/samples-dev/accessListUsersSample.d.ts.map +0 -1
  333. package/dist-esm/samples-dev/accessListUsersSample.js +0 -42
  334. package/dist-esm/samples-dev/accessListUsersSample.js.map +0 -1
  335. package/dist-esm/samples-dev/marketplaceAgreementsCreateSample.d.ts +0 -2
  336. package/dist-esm/samples-dev/marketplaceAgreementsCreateSample.d.ts.map +0 -1
  337. package/dist-esm/samples-dev/marketplaceAgreementsCreateSample.js +0 -37
  338. package/dist-esm/samples-dev/marketplaceAgreementsCreateSample.js.map +0 -1
  339. package/dist-esm/samples-dev/marketplaceAgreementsListSample.d.ts +0 -2
  340. package/dist-esm/samples-dev/marketplaceAgreementsListSample.d.ts.map +0 -1
  341. package/dist-esm/samples-dev/marketplaceAgreementsListSample.js +0 -53
  342. package/dist-esm/samples-dev/marketplaceAgreementsListSample.js.map +0 -1
  343. package/dist-esm/samples-dev/organizationCreateApiKeySample.d.ts +0 -2
  344. package/dist-esm/samples-dev/organizationCreateApiKeySample.d.ts.map +0 -1
  345. package/dist-esm/samples-dev/organizationCreateApiKeySample.js +0 -45
  346. package/dist-esm/samples-dev/organizationCreateApiKeySample.js.map +0 -1
  347. package/dist-esm/samples-dev/organizationCreateSample.d.ts +0 -2
  348. package/dist-esm/samples-dev/organizationCreateSample.d.ts.map +0 -1
  349. package/dist-esm/samples-dev/organizationCreateSample.js +0 -61
  350. package/dist-esm/samples-dev/organizationCreateSample.js.map +0 -1
  351. package/dist-esm/samples-dev/organizationDeleteClusterApiKeySample.d.ts +0 -2
  352. package/dist-esm/samples-dev/organizationDeleteClusterApiKeySample.d.ts.map +0 -1
  353. package/dist-esm/samples-dev/organizationDeleteClusterApiKeySample.js +0 -40
  354. package/dist-esm/samples-dev/organizationDeleteClusterApiKeySample.js.map +0 -1
  355. package/dist-esm/samples-dev/organizationDeleteSample.d.ts +0 -2
  356. package/dist-esm/samples-dev/organizationDeleteSample.d.ts.map +0 -1
  357. package/dist-esm/samples-dev/organizationDeleteSample.js +0 -39
  358. package/dist-esm/samples-dev/organizationDeleteSample.js.map +0 -1
  359. package/dist-esm/samples-dev/organizationGetClusterApiKeySample.d.ts +0 -2
  360. package/dist-esm/samples-dev/organizationGetClusterApiKeySample.d.ts.map +0 -1
  361. package/dist-esm/samples-dev/organizationGetClusterApiKeySample.js +0 -40
  362. package/dist-esm/samples-dev/organizationGetClusterApiKeySample.js.map +0 -1
  363. package/dist-esm/samples-dev/organizationGetClusterByIdSample.d.ts +0 -2
  364. package/dist-esm/samples-dev/organizationGetClusterByIdSample.d.ts.map +0 -1
  365. package/dist-esm/samples-dev/organizationGetClusterByIdSample.js +0 -41
  366. package/dist-esm/samples-dev/organizationGetClusterByIdSample.js.map +0 -1
  367. package/dist-esm/samples-dev/organizationGetEnvironmentByIdSample.d.ts +0 -2
  368. package/dist-esm/samples-dev/organizationGetEnvironmentByIdSample.d.ts.map +0 -1
  369. package/dist-esm/samples-dev/organizationGetEnvironmentByIdSample.js +0 -40
  370. package/dist-esm/samples-dev/organizationGetEnvironmentByIdSample.js.map +0 -1
  371. package/dist-esm/samples-dev/organizationGetSample.d.ts +0 -2
  372. package/dist-esm/samples-dev/organizationGetSample.d.ts.map +0 -1
  373. package/dist-esm/samples-dev/organizationGetSample.js +0 -39
  374. package/dist-esm/samples-dev/organizationGetSample.js.map +0 -1
  375. package/dist-esm/samples-dev/organizationGetSchemaRegistryClusterByIdSample.d.ts +0 -2
  376. package/dist-esm/samples-dev/organizationGetSchemaRegistryClusterByIdSample.d.ts.map +0 -1
  377. package/dist-esm/samples-dev/organizationGetSchemaRegistryClusterByIdSample.js +0 -41
  378. package/dist-esm/samples-dev/organizationGetSchemaRegistryClusterByIdSample.js.map +0 -1
  379. package/dist-esm/samples-dev/organizationListByResourceGroupSample.d.ts +0 -2
  380. package/dist-esm/samples-dev/organizationListByResourceGroupSample.d.ts.map +0 -1
  381. package/dist-esm/samples-dev/organizationListByResourceGroupSample.js +0 -54
  382. package/dist-esm/samples-dev/organizationListByResourceGroupSample.js.map +0 -1
  383. package/dist-esm/samples-dev/organizationListBySubscriptionSample.d.ts +0 -2
  384. package/dist-esm/samples-dev/organizationListBySubscriptionSample.d.ts.map +0 -1
  385. package/dist-esm/samples-dev/organizationListBySubscriptionSample.js +0 -53
  386. package/dist-esm/samples-dev/organizationListBySubscriptionSample.js.map +0 -1
  387. package/dist-esm/samples-dev/organizationListClustersSample.d.ts +0 -2
  388. package/dist-esm/samples-dev/organizationListClustersSample.d.ts.map +0 -1
  389. package/dist-esm/samples-dev/organizationListClustersSample.js +0 -58
  390. package/dist-esm/samples-dev/organizationListClustersSample.js.map +0 -1
  391. package/dist-esm/samples-dev/organizationListEnvironmentsSample.d.ts +0 -2
  392. package/dist-esm/samples-dev/organizationListEnvironmentsSample.d.ts.map +0 -1
  393. package/dist-esm/samples-dev/organizationListEnvironmentsSample.js +0 -57
  394. package/dist-esm/samples-dev/organizationListEnvironmentsSample.js.map +0 -1
  395. package/dist-esm/samples-dev/organizationListRegionsSample.d.ts +0 -2
  396. package/dist-esm/samples-dev/organizationListRegionsSample.d.ts.map +0 -1
  397. package/dist-esm/samples-dev/organizationListRegionsSample.js +0 -46
  398. package/dist-esm/samples-dev/organizationListRegionsSample.js.map +0 -1
  399. package/dist-esm/samples-dev/organizationListSchemaRegistryClustersSample.d.ts +0 -2
  400. package/dist-esm/samples-dev/organizationListSchemaRegistryClustersSample.d.ts.map +0 -1
  401. package/dist-esm/samples-dev/organizationListSchemaRegistryClustersSample.js +0 -56
  402. package/dist-esm/samples-dev/organizationListSchemaRegistryClustersSample.js.map +0 -1
  403. package/dist-esm/samples-dev/organizationOperationsListSample.d.ts +0 -2
  404. package/dist-esm/samples-dev/organizationOperationsListSample.d.ts.map +0 -1
  405. package/dist-esm/samples-dev/organizationOperationsListSample.js +0 -51
  406. package/dist-esm/samples-dev/organizationOperationsListSample.js.map +0 -1
  407. package/dist-esm/samples-dev/organizationUpdateSample.d.ts +0 -2
  408. package/dist-esm/samples-dev/organizationUpdateSample.d.ts.map +0 -1
  409. package/dist-esm/samples-dev/organizationUpdateSample.js +0 -43
  410. package/dist-esm/samples-dev/organizationUpdateSample.js.map +0 -1
  411. package/dist-esm/samples-dev/validationsValidateOrganizationSample.d.ts +0 -2
  412. package/dist-esm/samples-dev/validationsValidateOrganizationSample.d.ts.map +0 -1
  413. package/dist-esm/samples-dev/validationsValidateOrganizationSample.js +0 -59
  414. package/dist-esm/samples-dev/validationsValidateOrganizationSample.js.map +0 -1
  415. package/dist-esm/samples-dev/validationsValidateOrganizationV2Sample.d.ts +0 -2
  416. package/dist-esm/samples-dev/validationsValidateOrganizationV2Sample.d.ts.map +0 -1
  417. package/dist-esm/samples-dev/validationsValidateOrganizationV2Sample.js +0 -59
  418. package/dist-esm/samples-dev/validationsValidateOrganizationV2Sample.js.map +0 -1
  419. package/dist-esm/src/confluentManagementClient.d.ts.map +0 -1
  420. package/dist-esm/src/confluentManagementClient.js.map +0 -1
  421. package/dist-esm/src/index.d.ts +0 -5
  422. package/dist-esm/src/index.js.map +0 -1
  423. package/dist-esm/src/lroImpl.js.map +0 -1
  424. package/dist-esm/src/models/index.js.map +0 -1
  425. package/dist-esm/src/models/mappers.js.map +0 -1
  426. package/dist-esm/src/models/parameters.js.map +0 -1
  427. package/dist-esm/src/operations/access.d.ts.map +0 -1
  428. package/dist-esm/src/operations/access.js.map +0 -1
  429. package/dist-esm/src/operations/index.d.ts +0 -6
  430. package/dist-esm/src/operations/index.js.map +0 -1
  431. package/dist-esm/src/operations/marketplaceAgreements.d.ts.map +0 -1
  432. package/dist-esm/src/operations/marketplaceAgreements.js.map +0 -1
  433. package/dist-esm/src/operations/organization.d.ts.map +0 -1
  434. package/dist-esm/src/operations/organization.js.map +0 -1
  435. package/dist-esm/src/operations/organizationOperations.d.ts.map +0 -1
  436. package/dist-esm/src/operations/organizationOperations.js.map +0 -1
  437. package/dist-esm/src/operations/validations.d.ts.map +0 -1
  438. package/dist-esm/src/operations/validations.js.map +0 -1
  439. package/dist-esm/src/operationsInterfaces/access.d.ts.map +0 -1
  440. package/dist-esm/src/operationsInterfaces/access.js.map +0 -1
  441. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
  442. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  443. package/dist-esm/src/operationsInterfaces/marketplaceAgreements.js.map +0 -1
  444. package/dist-esm/src/operationsInterfaces/organization.d.ts.map +0 -1
  445. package/dist-esm/src/operationsInterfaces/organization.js.map +0 -1
  446. package/dist-esm/src/operationsInterfaces/organizationOperations.d.ts.map +0 -1
  447. package/dist-esm/src/operationsInterfaces/organizationOperations.js.map +0 -1
  448. package/dist-esm/src/operationsInterfaces/validations.d.ts.map +0 -1
  449. package/dist-esm/src/operationsInterfaces/validations.js.map +0 -1
  450. package/dist-esm/src/pagingHelper.js.map +0 -1
  451. package/dist-esm/test/confluent_operations_test.spec.d.ts +0 -4
  452. package/dist-esm/test/confluent_operations_test.spec.d.ts.map +0 -1
  453. package/dist-esm/test/confluent_operations_test.spec.js +0 -77
  454. package/dist-esm/test/confluent_operations_test.spec.js.map +0 -1
  455. package/src/confluentManagementClient.ts +0 -175
  456. package/src/lroImpl.ts +0 -42
  457. package/src/models/index.ts +0 -1241
  458. package/src/models/mappers.ts +0 -2317
  459. package/src/models/parameters.ts +0 -234
  460. package/src/operations/access.ts +0 -471
  461. package/src/operations/index.ts +0 -13
  462. package/src/operations/marketplaceAgreements.ts +0 -183
  463. package/src/operations/organization.ts +0 -1497
  464. package/src/operations/organizationOperations.ts +0 -149
  465. package/src/operations/validations.ts +0 -120
  466. package/src/operationsInterfaces/access.ts +0 -166
  467. package/src/operationsInterfaces/index.ts +0 -13
  468. package/src/operationsInterfaces/marketplaceAgreements.ts +0 -34
  469. package/src/operationsInterfaces/organization.ts +0 -272
  470. package/src/operationsInterfaces/organizationOperations.ts +0 -25
  471. package/src/operationsInterfaces/validations.ts +0 -45
  472. package/src/pagingHelper.ts +0 -39
  473. package/tsconfig.json +0 -33
  474. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  475. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  476. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  477. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  478. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  479. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  480. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  481. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  482. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  483. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  484. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  485. /package/{dist-esm/src → dist/browser}/operationsInterfaces/access.js +0 -0
  486. /package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaceAgreements.js +0 -0
  487. /package/{dist-esm/src → dist/browser}/operationsInterfaces/organization.js +0 -0
  488. /package/{dist-esm/src → dist/browser}/operationsInterfaces/organizationOperations.js +0 -0
  489. /package/{dist-esm/src → dist/browser}/operationsInterfaces/validations.js +0 -0
  490. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  491. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  492. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  493. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -1,1523 +1,1078 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { OperationState } from '@azure/core-lro';
4
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
5
- import { SimplePollerLike } from '@azure/core-lro';
6
-
7
- /** Interface representing a Access. */
8
- export declare interface Access {
9
- /**
10
- * Organization users details
11
- * @param resourceGroupName Resource group name
12
- * @param organizationName Organization resource name
13
- * @param body List Access Request Model
14
- * @param options The options parameters.
15
- */
16
- listUsers(resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: AccessListUsersOptionalParams): Promise<AccessListUsersResponse>;
17
- /**
18
- * Organization service accounts details
19
- * @param resourceGroupName Resource group name
20
- * @param organizationName Organization resource name
21
- * @param body List Access Request Model
22
- * @param options The options parameters.
23
- */
24
- listServiceAccounts(resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: AccessListServiceAccountsOptionalParams): Promise<AccessListServiceAccountsResponse>;
25
- /**
26
- * Organization accounts invitation details
27
- * @param resourceGroupName Resource group name
28
- * @param organizationName Organization resource name
29
- * @param body List Access Request Model
30
- * @param options The options parameters.
31
- */
32
- listInvitations(resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: AccessListInvitationsOptionalParams): Promise<AccessListInvitationsResponse>;
33
- /**
34
- * Invite user to the organization
35
- * @param resourceGroupName Resource group name
36
- * @param organizationName Organization resource name
37
- * @param body Invite user account model
38
- * @param options The options parameters.
39
- */
40
- inviteUser(resourceGroupName: string, organizationName: string, body: AccessInviteUserAccountModel, options?: AccessInviteUserOptionalParams): Promise<AccessInviteUserResponse>;
41
- /**
42
- * Environment list of an organization
43
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
44
- * @param organizationName Organization resource name
45
- * @param body List Access Request Model
46
- * @param options The options parameters.
47
- */
48
- listEnvironments(resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: AccessListEnvironmentsOptionalParams): Promise<AccessListEnvironmentsResponse>;
49
- /**
50
- * Cluster details
51
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
52
- * @param organizationName Organization resource name
53
- * @param body List Access Request Model
54
- * @param options The options parameters.
55
- */
56
- listClusters(resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: AccessListClustersOptionalParams): Promise<AccessListClustersResponse>;
57
- /**
58
- * Organization role bindings
59
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
60
- * @param organizationName Organization resource name
61
- * @param body List Access Request Model
62
- * @param options The options parameters.
63
- */
64
- listRoleBindings(resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: AccessListRoleBindingsOptionalParams): Promise<AccessListRoleBindingsResponse>;
65
- /**
66
- * Organization role bindings
67
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
68
- * @param organizationName Organization resource name
69
- * @param body Create role binding Request Model
70
- * @param options The options parameters.
71
- */
72
- createRoleBinding(resourceGroupName: string, organizationName: string, body: AccessCreateRoleBindingRequestModel, options?: AccessCreateRoleBindingOptionalParams): Promise<AccessCreateRoleBindingResponse>;
73
- /**
74
- * Organization role bindings
75
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
76
- * @param organizationName Organization resource name
77
- * @param roleBindingId Confluent Role binding id
78
- * @param options The options parameters.
79
- */
80
- deleteRoleBinding(resourceGroupName: string, organizationName: string, roleBindingId: string, options?: AccessDeleteRoleBindingOptionalParams): Promise<void>;
81
- /**
82
- * Organization role bindings
83
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
84
- * @param organizationName Organization resource name
85
- * @param body List Access Request Model
86
- * @param options The options parameters.
87
- */
88
- listRoleBindingNameList(resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: AccessListRoleBindingNameListOptionalParams): Promise<AccessListRoleBindingNameListResponse>;
89
- }
90
-
91
- /** Optional parameters. */
92
- export declare interface AccessCreateRoleBindingOptionalParams extends coreClient.OperationOptions {
93
- }
94
-
95
- /** Create role binding request model */
96
- export declare interface AccessCreateRoleBindingRequestModel {
97
- /** The principal User or Group to bind the role to */
98
- principal?: string;
99
- /** The name of the role to bind to the principal */
100
- roleName?: string;
101
- /** A CRN that specifies the scope and resource patterns necessary for the role to bind */
102
- crnPattern?: string;
103
- }
104
-
105
- /** Contains response data for the createRoleBinding operation. */
106
- export declare type AccessCreateRoleBindingResponse = RoleBindingRecord;
107
-
108
- /** Optional parameters. */
109
- export declare interface AccessDeleteRoleBindingOptionalParams extends coreClient.OperationOptions {
110
- }
111
-
112
- /** Details of the user being invited */
113
- export declare interface AccessInvitedUserDetails {
114
- /** UPN/Email of the user who is being invited */
115
- invitedEmail?: string;
116
- /** Auth type of the user */
117
- authType?: string;
118
- }
119
-
120
- /** Invite User Account model */
121
- export declare interface AccessInviteUserAccountModel {
122
- /** Id of the organization */
123
- organizationId?: string;
124
- /** Email of the logged in user */
125
- email?: string;
126
- /** Upn of the logged in user */
127
- upn?: string;
128
- /** Details of the user who is being invited */
129
- invitedUserDetails?: AccessInvitedUserDetails;
130
- }
131
-
132
- /** Optional parameters. */
133
- export declare interface AccessInviteUserOptionalParams extends coreClient.OperationOptions {
134
- }
135
-
136
- /** Contains response data for the inviteUser operation. */
137
- export declare type AccessInviteUserResponse = InvitationRecord;
138
-
139
- /** Optional parameters. */
140
- export declare interface AccessListClustersOptionalParams extends coreClient.OperationOptions {
141
- }
142
-
143
- /** Contains response data for the listClusters operation. */
144
- export declare type AccessListClustersResponse = AccessListClusterSuccessResponse;
145
-
146
- /** Details of the clusters returned on successful response */
147
- export declare interface AccessListClusterSuccessResponse {
148
- /** Type of response */
149
- kind?: string;
150
- /** Metadata of the list */
151
- metadata?: ConfluentListMetadata;
152
- /** List of clusters */
153
- data?: ClusterRecord[];
154
- }
155
-
156
- /** Optional parameters. */
157
- export declare interface AccessListEnvironmentsOptionalParams extends coreClient.OperationOptions {
158
- }
159
-
160
- /** Contains response data for the listEnvironments operation. */
161
- export declare type AccessListEnvironmentsResponse = AccessListEnvironmentsSuccessResponse;
162
-
163
- /** Details of the environments returned on successful response */
164
- export declare interface AccessListEnvironmentsSuccessResponse {
165
- /** Type of response */
166
- kind?: string;
167
- /** Metadata of the environment list */
168
- metadata?: ConfluentListMetadata;
169
- /** Environment list data */
170
- data?: EnvironmentRecord[];
171
- }
172
-
173
- /** Optional parameters. */
174
- export declare interface AccessListInvitationsOptionalParams extends coreClient.OperationOptions {
175
- }
176
-
177
- /** Contains response data for the listInvitations operation. */
178
- export declare type AccessListInvitationsResponse = AccessListInvitationsSuccessResponse;
179
-
180
- /** List invitations success response */
181
- export declare interface AccessListInvitationsSuccessResponse {
182
- /** Type of response */
183
- kind?: string;
184
- /** Metadata of the list */
185
- metadata?: ConfluentListMetadata;
186
- /** Data of the invitations list */
187
- data?: InvitationRecord[];
188
- }
189
-
190
- /** Optional parameters. */
191
- export declare interface AccessListRoleBindingNameListOptionalParams extends coreClient.OperationOptions {
192
- }
193
-
194
- /** Contains response data for the listRoleBindingNameList operation. */
195
- export declare type AccessListRoleBindingNameListResponse = AccessRoleBindingNameListSuccessResponse;
196
-
197
- /** Optional parameters. */
198
- export declare interface AccessListRoleBindingsOptionalParams extends coreClient.OperationOptions {
199
- }
200
-
201
- /** Contains response data for the listRoleBindings operation. */
202
- export declare type AccessListRoleBindingsResponse = AccessListRoleBindingsSuccessResponse;
203
-
204
- /** Details of the role bindings returned on successful response */
205
- export declare interface AccessListRoleBindingsSuccessResponse {
206
- /** Type of response */
207
- kind?: string;
208
- /** Metadata of the list */
209
- metadata?: ConfluentListMetadata;
210
- /** List of role binding */
211
- data?: RoleBindingRecord[];
212
- }
213
-
214
- /** Optional parameters. */
215
- export declare interface AccessListServiceAccountsOptionalParams extends coreClient.OperationOptions {
216
- }
217
-
218
- /** Contains response data for the listServiceAccounts operation. */
219
- export declare type AccessListServiceAccountsResponse = AccessListServiceAccountsSuccessResponse;
220
-
221
- /** List service accounts success response */
222
- export declare interface AccessListServiceAccountsSuccessResponse {
223
- /** Type of response */
224
- kind?: string;
225
- /** Metadata of the list */
226
- metadata?: ConfluentListMetadata;
227
- /** Data of the service accounts list */
228
- data?: ServiceAccountRecord[];
229
- }
230
-
231
- /** Optional parameters. */
232
- export declare interface AccessListUsersOptionalParams extends coreClient.OperationOptions {
233
- }
234
-
235
- /** Contains response data for the listUsers operation. */
236
- export declare type AccessListUsersResponse = AccessListUsersSuccessResponse;
237
-
238
- /** List users success response */
239
- export declare interface AccessListUsersSuccessResponse {
240
- /** Type of response */
241
- kind?: string;
242
- /** Metadata of the list */
243
- metadata?: ConfluentListMetadata;
244
- /** Data of the users list */
245
- data?: UserRecord[];
246
- }
247
-
248
- /** Details of the role binding names returned on successful response */
249
- export declare interface AccessRoleBindingNameListSuccessResponse {
250
- /** Type of response */
251
- kind?: string;
252
- /** Metadata of the list */
253
- metadata?: ConfluentListMetadata;
254
- /** List of role binding names */
255
- data?: string[];
256
- }
257
-
258
- /** API Key Owner details which can be a user or service account */
259
- export declare interface APIKeyOwnerEntity {
260
- /** API Key owner id */
261
- id?: string;
262
- /** API URL for accessing or modifying the referred object */
263
- related?: string;
264
- /** CRN reference to the referred resource */
265
- resourceName?: string;
266
- /** Type of the owner service or user account */
267
- kind?: string;
268
- }
269
-
270
- /** Details API key */
271
- export declare interface APIKeyRecord {
272
- /** Type of api key */
273
- kind?: string;
274
- /** Id of the api key */
275
- id?: string;
276
- /** Metadata of the record */
277
- metadata?: SCMetadataEntity;
278
- /** Specification of the API Key */
279
- spec?: APIKeySpecEntity;
280
- }
281
-
282
- /** API Key Resource details which can be kafka cluster or schema registry cluster */
283
- export declare interface APIKeyResourceEntity {
284
- /** Id of the resource */
285
- id?: string;
286
- /** The environment of the api key */
287
- environment?: string;
288
- /** API URL for accessing or modifying the api key resource object */
289
- related?: string;
290
- /** CRN reference to the referred resource */
291
- resourceName?: string;
292
- /** Type of the owner which can be service or user account */
293
- kind?: string;
294
- }
295
-
296
- /** Spec of the API Key record */
297
- export declare interface APIKeySpecEntity {
298
- /** The description of the API Key */
299
- description?: string;
300
- /** The name of the API Key */
301
- name?: string;
302
- /** API Key Secret */
303
- secret?: string;
304
- /** Specification of the cluster */
305
- resource?: APIKeyResourceEntity;
306
- /** Specification of the cluster */
307
- owner?: APIKeyOwnerEntity;
308
- }
309
-
310
- /** The network associated with this object */
311
- export declare interface ClusterByokEntity {
312
- /** ID of the referred resource */
313
- id?: string;
314
- /** API URL for accessing or modifying the referred object */
315
- related?: string;
316
- /** CRN reference to the referred resource */
317
- resourceName?: string;
318
- }
319
-
320
- /** The configuration of the Kafka cluster */
321
- export declare interface ClusterConfigEntity {
322
- /** The lifecycle phase of the cluster */
323
- kind?: string;
324
- }
325
-
326
- /** The environment to which cluster belongs */
327
- export declare interface ClusterEnvironmentEntity {
328
- /** ID of the referred resource */
329
- id?: string;
330
- /** Environment of the referred resource */
331
- environment?: string;
332
- /** API URL for accessing or modifying the referred object */
333
- related?: string;
334
- /** CRN reference to the referred resource */
335
- resourceName?: string;
336
- }
337
-
338
- /** The network associated with this object */
339
- export declare interface ClusterNetworkEntity {
340
- /** ID of the referred resource */
341
- id?: string;
342
- /** Environment of the referred resource */
343
- environment?: string;
344
- /** API URL for accessing or modifying the referred object */
345
- related?: string;
346
- /** CRN reference to the referred resource */
347
- resourceName?: string;
348
- }
349
-
350
- /** Details of cluster record */
351
- export declare interface ClusterRecord {
352
- /** Type of cluster */
353
- kind?: string;
354
- /** Id of the cluster */
355
- id?: string;
356
- /** Metadata of the record */
357
- metadata?: MetadataEntity;
358
- /** Display name of the cluster */
359
- displayName?: string;
360
- /** Specification of the cluster */
361
- spec?: ClusterSpecEntity;
362
- /** Specification of the cluster */
363
- status?: ClusterStatusEntity;
364
- }
365
-
366
- /** Spec of the cluster record */
367
- export declare interface ClusterSpecEntity {
368
- /** The name of the cluster */
369
- displayName?: string;
370
- /** The availability zone configuration of the cluster */
371
- availability?: string;
372
- /** The cloud service provider */
373
- cloud?: string;
374
- /** type of zone availability */
375
- zone?: string;
376
- /** The cloud service provider region */
377
- region?: string;
378
- /** The bootstrap endpoint used by Kafka clients to connect to the cluster */
379
- kafkaBootstrapEndpoint?: string;
380
- /** The cluster HTTP request URL. */
381
- httpEndpoint?: string;
382
- /** The Kafka API cluster endpoint */
383
- apiEndpoint?: string;
384
- /** Specification of the cluster */
385
- config?: ClusterConfigEntity;
386
- /** Specification of the cluster */
387
- environment?: ClusterEnvironmentEntity;
388
- /** Specification of the cluster */
389
- network?: ClusterNetworkEntity;
390
- /** Specification of the cluster */
391
- byok?: ClusterByokEntity;
392
- }
393
-
394
- /** Status of the cluster record */
395
- export declare interface ClusterStatusEntity {
396
- /** The lifecycle phase of the cluster */
397
- phase?: string;
398
- /** The number of Confluent Kafka Units */
399
- cku?: number;
400
- }
401
-
402
- /** Agreement Terms definition */
403
- export declare interface ConfluentAgreementResource {
404
- /**
405
- * The ARM id of the resource.
406
- * NOTE: This property will not be serialized. It can only be populated by the server.
407
- */
408
- readonly id?: string;
409
- /**
410
- * The name of the agreement.
411
- * NOTE: This property will not be serialized. It can only be populated by the server.
412
- */
413
- readonly name?: string;
414
- /**
415
- * The type of the agreement.
416
- * NOTE: This property will not be serialized. It can only be populated by the server.
417
- */
418
- readonly type?: string;
419
- /**
420
- * Metadata pertaining to creation and last modification of the resource
421
- * NOTE: This property will not be serialized. It can only be populated by the server.
422
- */
423
- readonly systemData?: SystemData;
424
- /** Publisher identifier string. */
425
- publisher?: string;
426
- /** Product identifier string. */
427
- product?: string;
428
- /** Plan identifier string. */
429
- plan?: string;
430
- /** Link to HTML with Microsoft and Publisher terms. */
431
- licenseTextLink?: string;
432
- /** Link to the privacy policy of the publisher. */
433
- privacyPolicyLink?: string;
434
- /** Date and time in UTC of when the terms were accepted. This is empty if Accepted is false. */
435
- retrieveDatetime?: Date;
436
- /** Terms signature. */
437
- signature?: string;
438
- /** If any version of the terms have been accepted, otherwise false. */
439
- accepted?: boolean;
440
- }
441
-
442
- /** Response of a list operation. */
443
- export declare interface ConfluentAgreementResourceListResponse {
444
- /** Results of a list operation. */
445
- value?: ConfluentAgreementResource[];
446
- /** Link to the next set of results, if any. */
447
- nextLink?: string;
448
- }
449
-
450
- /** Metadata of the list */
451
- export declare interface ConfluentListMetadata {
452
- /** First page of the list */
453
- first?: string;
454
- /** Last page of the list */
455
- last?: string;
456
- /** Previous page of the list */
457
- prev?: string;
458
- /** Next page of the list */
459
- next?: string;
460
- /** Total size of the list */
461
- totalSize?: number;
462
- }
463
-
464
- export declare class ConfluentManagementClient extends coreClient.ServiceClient {
465
- $host: string;
466
- apiVersion: string;
467
- subscriptionId?: string;
468
- /**
469
- * Initializes a new instance of the ConfluentManagementClient class.
470
- * @param credentials Subscription credentials which uniquely identify client subscription.
471
- * @param subscriptionId Microsoft Azure subscription id
472
- * @param options The parameter options
473
- */
474
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ConfluentManagementClientOptionalParams);
475
- constructor(credentials: coreAuth.TokenCredential, options?: ConfluentManagementClientOptionalParams);
476
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
477
- private addCustomApiVersionPolicy;
478
- marketplaceAgreements: MarketplaceAgreements;
479
- organizationOperations: OrganizationOperations;
480
- organization: Organization;
481
- validations: Validations;
482
- access: Access;
483
- }
484
-
485
- /** Optional parameters. */
486
- export declare interface ConfluentManagementClientOptionalParams extends coreClient.ServiceClientOptions {
487
- /** server parameter */
488
- $host?: string;
489
- /** Api Version */
490
- apiVersion?: string;
491
- /** Overrides client endpoint. */
492
- endpoint?: string;
493
- }
494
-
495
- /** Create API Key model */
496
- export declare interface CreateAPIKeyModel {
497
- /** Name of the API Key */
498
- name?: string;
499
- /** Description of the API Key */
500
- description?: string;
501
- }
502
-
503
- /**
504
- * Defines values for CreatedByType. \
505
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
506
- * this enum contains the known values that the service supports.
507
- * ### Known values supported by the service
508
- * **User** \
509
- * **Application** \
510
- * **ManagedIdentity** \
511
- * **Key**
512
- */
513
- export declare type CreatedByType = string;
514
-
515
- /** Details about environment name, metadata and environment id of an environment */
516
- export declare interface EnvironmentRecord {
517
- /** Type of environment */
518
- kind?: string;
519
- /** Id of the environment */
520
- id?: string;
521
- /** Metadata of the record */
522
- metadata?: MetadataEntity;
523
- /** Display name of the user */
524
- displayName?: string;
525
- }
526
-
527
- /** Response body of Error */
528
- export declare interface ErrorResponseBody {
529
- /**
530
- * Error code
531
- * NOTE: This property will not be serialized. It can only be populated by the server.
532
- */
533
- readonly code?: string;
534
- /**
535
- * Error message
536
- * NOTE: This property will not be serialized. It can only be populated by the server.
537
- */
538
- readonly message?: string;
539
- /**
540
- * Error target
541
- * NOTE: This property will not be serialized. It can only be populated by the server.
542
- */
543
- readonly target?: string;
544
- /**
545
- * Error detail
546
- * NOTE: This property will not be serialized. It can only be populated by the server.
547
- */
548
- readonly details?: ErrorResponseBody[];
549
- }
550
-
551
- /**
552
- * Given the last `.value` produced by the `byPage` iterator,
553
- * returns a continuation token that can be used to begin paging from
554
- * that point later.
555
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
556
- * @returns The continuation token that can be passed into byPage() during future calls.
557
- */
558
- export declare function getContinuationToken(page: unknown): string | undefined;
559
-
560
- /** Result of GET request to list Confluent operations. */
561
- export declare interface GetEnvironmentsResponse {
562
- /** List of environments in a confluent organization */
563
- value?: SCEnvironmentRecord[];
564
- /** URL to get the next set of environment records if there are any. */
565
- nextLink?: string;
566
- }
567
-
568
- /** Record of the invitation */
569
- export declare interface InvitationRecord {
570
- /** Type of account */
571
- kind?: string;
572
- /** Id of the invitation */
573
- id?: string;
574
- /** Metadata of the record */
575
- metadata?: MetadataEntity;
576
- /** Email of the user */
577
- email?: string;
578
- /** Auth type of the user */
579
- authType?: string;
580
- /** Status of the invitation */
581
- status?: string;
582
- /** Accepted date time of the invitation */
583
- acceptedAt?: string;
584
- /** Expiration date time of the invitation */
585
- expiresAt?: string;
586
- }
587
-
588
- /** Known values of {@link CreatedByType} that the service accepts. */
589
- export declare enum KnownCreatedByType {
590
- /** User */
591
- User = "User",
592
- /** Application */
593
- Application = "Application",
594
- /** ManagedIdentity */
595
- ManagedIdentity = "ManagedIdentity",
596
- /** Key */
597
- Key = "Key"
598
- }
599
-
600
- /** Known values of {@link ProvisionState} that the service accepts. */
601
- export declare enum KnownProvisionState {
602
- /** Accepted */
603
- Accepted = "Accepted",
604
- /** Creating */
605
- Creating = "Creating",
606
- /** Updating */
607
- Updating = "Updating",
608
- /** Deleting */
609
- Deleting = "Deleting",
610
- /** Succeeded */
611
- Succeeded = "Succeeded",
612
- /** Failed */
613
- Failed = "Failed",
614
- /** Canceled */
615
- Canceled = "Canceled",
616
- /** Deleted */
617
- Deleted = "Deleted",
618
- /** NotSpecified */
619
- NotSpecified = "NotSpecified"
620
- }
621
-
622
- /** Known values of {@link SaaSOfferStatus} that the service accepts. */
623
- export declare enum KnownSaaSOfferStatus {
624
- /** Started */
625
- Started = "Started",
626
- /** PendingFulfillmentStart */
627
- PendingFulfillmentStart = "PendingFulfillmentStart",
628
- /** InProgress */
629
- InProgress = "InProgress",
630
- /** Subscribed */
631
- Subscribed = "Subscribed",
632
- /** Suspended */
633
- Suspended = "Suspended",
634
- /** Reinstated */
635
- Reinstated = "Reinstated",
636
- /** Succeeded */
637
- Succeeded = "Succeeded",
638
- /** Failed */
639
- Failed = "Failed",
640
- /** Unsubscribed */
641
- Unsubscribed = "Unsubscribed",
642
- /** Updating */
643
- Updating = "Updating"
644
- }
645
-
646
- /** Link an existing Confluent organization */
647
- export declare interface LinkOrganization {
648
- /** User auth token */
649
- token: string;
650
- }
651
-
652
- /** List Access Request Model */
653
- export declare interface ListAccessRequestModel {
654
- /** Search filters for the request */
655
- searchFilters?: {
656
- [propertyName: string]: string;
657
- };
658
- }
659
-
660
- /** Result of GET request to list clusters in the environment of a confluent organization */
661
- export declare interface ListClustersSuccessResponse {
662
- /** List of clusters in an environment of a confluent organization */
663
- value?: SCClusterRecord[];
664
- /** URL to get the next set of cluster records if there are any. */
665
- nextLink?: string;
666
- }
667
-
668
- /** Result of POST request to list regions supported by confluent */
669
- export declare interface ListRegionsSuccessResponse {
670
- /** List of regions supported by confluent */
671
- data?: RegionRecord[];
672
- }
673
-
674
- /** Result of GET request to list schema registry clusters in the environment of a confluent organization */
675
- export declare interface ListSchemaRegistryClustersResponse {
676
- /** List of schema registry clusters in an environment of a confluent organization */
677
- value?: SchemaRegistryClusterRecord[];
678
- /** URL to get the next set of schema registry cluster records if there are any. */
679
- nextLink?: string;
680
- }
681
-
682
- /** Interface representing a MarketplaceAgreements. */
683
- export declare interface MarketplaceAgreements {
684
- /**
685
- * List Confluent marketplace agreements in the subscription.
686
- * @param options The options parameters.
687
- */
688
- list(options?: MarketplaceAgreementsListOptionalParams): PagedAsyncIterableIterator<ConfluentAgreementResource>;
689
- /**
690
- * Create Confluent Marketplace agreement in the subscription.
691
- * @param options The options parameters.
692
- */
693
- create(options?: MarketplaceAgreementsCreateOptionalParams): Promise<MarketplaceAgreementsCreateResponse>;
694
- }
695
-
696
- /** Optional parameters. */
697
- export declare interface MarketplaceAgreementsCreateOptionalParams extends coreClient.OperationOptions {
698
- /** Confluent Marketplace Agreement resource */
699
- body?: ConfluentAgreementResource;
700
- }
701
-
702
- /** Contains response data for the create operation. */
703
- export declare type MarketplaceAgreementsCreateResponse = ConfluentAgreementResource;
704
-
705
- /** Optional parameters. */
706
- export declare interface MarketplaceAgreementsListNextOptionalParams extends coreClient.OperationOptions {
707
- }
708
-
709
- /** Contains response data for the listNext operation. */
710
- export declare type MarketplaceAgreementsListNextResponse = ConfluentAgreementResourceListResponse;
711
-
712
- /** Optional parameters. */
713
- export declare interface MarketplaceAgreementsListOptionalParams extends coreClient.OperationOptions {
714
- }
715
-
716
- /** Contains response data for the list operation. */
717
- export declare type MarketplaceAgreementsListResponse = ConfluentAgreementResourceListResponse;
718
-
719
- /** Metadata of the data record */
720
- export declare interface MetadataEntity {
721
- /** Self lookup url */
722
- self?: string;
723
- /** Resource name of the record */
724
- resourceName?: string;
725
- /** Created Date Time */
726
- createdAt?: string;
727
- /** Updated Date time */
728
- updatedAt?: string;
729
- /** Deleted Date time */
730
- deletedAt?: string;
731
- }
732
-
733
- /** Confluent Offer detail */
734
- export declare interface OfferDetail {
735
- /** Publisher Id */
736
- publisherId: string;
737
- /** Offer Id */
738
- id: string;
739
- /** Offer Plan Id */
740
- planId: string;
741
- /** Offer Plan Name */
742
- planName: string;
743
- /** Offer Plan Term unit */
744
- termUnit: string;
745
- /** Offer Plan Term Id */
746
- termId?: string;
747
- /** Private Offer Id */
748
- privateOfferId?: string;
749
- /** Array of Private Offer Ids */
750
- privateOfferIds?: string[];
751
- /** SaaS Offer Status */
752
- status?: SaaSOfferStatus;
753
- }
754
-
755
- /** The object that represents the operation. */
756
- export declare interface OperationDisplay {
757
- /** Service provider: Microsoft.Confluent */
758
- provider?: string;
759
- /** Type on which the operation is performed, e.g., 'clusters'. */
760
- resource?: string;
761
- /** Operation type, e.g., read, write, delete, etc. */
762
- operation?: string;
763
- /** Description of the operation, e.g., 'Write confluent'. */
764
- description?: string;
765
- }
766
-
767
- /** Result of GET request to list Confluent operations. */
768
- export declare interface OperationListResult {
769
- /** List of Confluent operations supported by the Microsoft.Confluent provider. */
770
- value?: OperationResult[];
771
- /** URL to get the next set of operation list results if there are any. */
772
- nextLink?: string;
773
- }
774
-
775
- /** An Confluent REST API operation. */
776
- export declare interface OperationResult {
777
- /** Operation name: {provider}/{resource}/{operation} */
778
- name?: string;
779
- /** The object that represents the operation. */
780
- display?: OperationDisplay;
781
- /** Indicates whether the operation is a data action */
782
- isDataAction?: boolean;
783
- }
784
-
785
- /** Interface representing a Organization. */
786
- export declare interface Organization {
787
- /**
788
- * List all organizations under the specified subscription.
789
- * @param options The options parameters.
790
- */
791
- listBySubscription(options?: OrganizationListBySubscriptionOptionalParams): PagedAsyncIterableIterator<OrganizationResource>;
792
- /**
793
- * List all Organizations under the specified resource group.
794
- * @param resourceGroupName Resource group name
795
- * @param options The options parameters.
796
- */
797
- listByResourceGroup(resourceGroupName: string, options?: OrganizationListByResourceGroupOptionalParams): PagedAsyncIterableIterator<OrganizationResource>;
798
- /**
799
- * Lists of all the environments in a organization
800
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
801
- * @param organizationName Organization resource name
802
- * @param options The options parameters.
803
- */
804
- listEnvironments(resourceGroupName: string, organizationName: string, options?: OrganizationListEnvironmentsOptionalParams): PagedAsyncIterableIterator<SCEnvironmentRecord>;
805
- /**
806
- * Lists of all the clusters in a environment
807
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
808
- * @param organizationName Organization resource name
809
- * @param environmentId Confluent environment id
810
- * @param options The options parameters.
811
- */
812
- listClusters(resourceGroupName: string, organizationName: string, environmentId: string, options?: OrganizationListClustersOptionalParams): PagedAsyncIterableIterator<SCClusterRecord>;
813
- /**
814
- * Get schema registry clusters
815
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
816
- * @param organizationName Organization resource name
817
- * @param environmentId Confluent environment id
818
- * @param options The options parameters.
819
- */
820
- listSchemaRegistryClusters(resourceGroupName: string, organizationName: string, environmentId: string, options?: OrganizationListSchemaRegistryClustersOptionalParams): PagedAsyncIterableIterator<SchemaRegistryClusterRecord>;
821
- /**
822
- * Get the properties of a specific Organization resource.
823
- * @param resourceGroupName Resource group name
824
- * @param organizationName Organization resource name
825
- * @param options The options parameters.
826
- */
827
- get(resourceGroupName: string, organizationName: string, options?: OrganizationGetOptionalParams): Promise<OrganizationGetResponse>;
828
- /**
829
- * Create Organization resource
830
- * @param resourceGroupName Resource group name
831
- * @param organizationName Organization resource name
832
- * @param options The options parameters.
833
- */
834
- beginCreate(resourceGroupName: string, organizationName: string, options?: OrganizationCreateOptionalParams): Promise<SimplePollerLike<OperationState<OrganizationCreateResponse>, OrganizationCreateResponse>>;
835
- /**
836
- * Create Organization resource
837
- * @param resourceGroupName Resource group name
838
- * @param organizationName Organization resource name
839
- * @param options The options parameters.
840
- */
841
- beginCreateAndWait(resourceGroupName: string, organizationName: string, options?: OrganizationCreateOptionalParams): Promise<OrganizationCreateResponse>;
842
- /**
843
- * Update Organization resource
844
- * @param resourceGroupName Resource group name
845
- * @param organizationName Organization resource name
846
- * @param options The options parameters.
847
- */
848
- update(resourceGroupName: string, organizationName: string, options?: OrganizationUpdateOptionalParams): Promise<OrganizationUpdateResponse>;
849
- /**
850
- * Delete Organization resource
851
- * @param resourceGroupName Resource group name
852
- * @param organizationName Organization resource name
853
- * @param options The options parameters.
854
- */
855
- beginDelete(resourceGroupName: string, organizationName: string, options?: OrganizationDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
856
- /**
857
- * Delete Organization resource
858
- * @param resourceGroupName Resource group name
859
- * @param organizationName Organization resource name
860
- * @param options The options parameters.
861
- */
862
- beginDeleteAndWait(resourceGroupName: string, organizationName: string, options?: OrganizationDeleteOptionalParams): Promise<void>;
863
- /**
864
- * Get Environment details by environment Id
865
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
866
- * @param organizationName Organization resource name
867
- * @param environmentId Confluent environment id
868
- * @param options The options parameters.
869
- */
870
- getEnvironmentById(resourceGroupName: string, organizationName: string, environmentId: string, options?: OrganizationGetEnvironmentByIdOptionalParams): Promise<OrganizationGetEnvironmentByIdResponse>;
871
- /**
872
- * cloud provider regions available for creating Schema Registry clusters.
873
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
874
- * @param organizationName Organization resource name
875
- * @param body List Access Request Model
876
- * @param options The options parameters.
877
- */
878
- listRegions(resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: OrganizationListRegionsOptionalParams): Promise<OrganizationListRegionsResponse>;
879
- /**
880
- * Creates API key for a schema registry Cluster ID or Kafka Cluster ID under a environment
881
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
882
- * @param organizationName Organization resource name
883
- * @param environmentId Confluent environment id
884
- * @param clusterId Confluent kafka or schema registry cluster id
885
- * @param body Request payload for get creating API Key for schema registry Cluster ID or Kafka Cluster
886
- * ID under a environment
887
- * @param options The options parameters.
888
- */
889
- createAPIKey(resourceGroupName: string, organizationName: string, environmentId: string, clusterId: string, body: CreateAPIKeyModel, options?: OrganizationCreateAPIKeyOptionalParams): Promise<OrganizationCreateAPIKeyResponse>;
890
- /**
891
- * Deletes API key of a kafka or schema registry cluster
892
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
893
- * @param organizationName Organization resource name
894
- * @param apiKeyId Confluent API Key id
895
- * @param options The options parameters.
896
- */
897
- deleteClusterAPIKey(resourceGroupName: string, organizationName: string, apiKeyId: string, options?: OrganizationDeleteClusterAPIKeyOptionalParams): Promise<void>;
898
- /**
899
- * Get API key details of a kafka or schema registry cluster
900
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
901
- * @param organizationName Organization resource name
902
- * @param apiKeyId Confluent API Key id
903
- * @param options The options parameters.
904
- */
905
- getClusterAPIKey(resourceGroupName: string, organizationName: string, apiKeyId: string, options?: OrganizationGetClusterAPIKeyOptionalParams): Promise<OrganizationGetClusterAPIKeyResponse>;
906
- /**
907
- * Get schema registry cluster by Id
908
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
909
- * @param organizationName Organization resource name
910
- * @param environmentId Confluent environment id
911
- * @param clusterId Confluent kafka or schema registry cluster id
912
- * @param options The options parameters.
913
- */
914
- getSchemaRegistryClusterById(resourceGroupName: string, organizationName: string, environmentId: string, clusterId: string, options?: OrganizationGetSchemaRegistryClusterByIdOptionalParams): Promise<OrganizationGetSchemaRegistryClusterByIdResponse>;
915
- /**
916
- * Get cluster by Id
917
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
918
- * @param organizationName Organization resource name
919
- * @param environmentId Confluent environment id
920
- * @param clusterId Confluent kafka or schema registry cluster id
921
- * @param options The options parameters.
922
- */
923
- getClusterById(resourceGroupName: string, organizationName: string, environmentId: string, clusterId: string, options?: OrganizationGetClusterByIdOptionalParams): Promise<OrganizationGetClusterByIdResponse>;
924
- }
925
-
926
- /** Optional parameters. */
927
- export declare interface OrganizationCreateAPIKeyOptionalParams extends coreClient.OperationOptions {
928
- }
929
-
930
- /** Contains response data for the createAPIKey operation. */
931
- export declare type OrganizationCreateAPIKeyResponse = APIKeyRecord;
932
-
933
- /** Optional parameters. */
934
- export declare interface OrganizationCreateOptionalParams extends coreClient.OperationOptions {
935
- /** Organization resource model */
936
- body?: OrganizationResource;
937
- /** Delay to wait until next poll, in milliseconds. */
938
- updateIntervalInMs?: number;
939
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
940
- resumeFrom?: string;
941
- }
942
-
943
- /** Contains response data for the create operation. */
944
- export declare type OrganizationCreateResponse = OrganizationResource;
945
-
946
- /** Optional parameters. */
947
- export declare interface OrganizationDeleteClusterAPIKeyOptionalParams extends coreClient.OperationOptions {
948
- }
949
-
950
- /** Optional parameters. */
951
- export declare interface OrganizationDeleteOptionalParams extends coreClient.OperationOptions {
952
- /** Delay to wait until next poll, in milliseconds. */
953
- updateIntervalInMs?: number;
954
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
955
- resumeFrom?: string;
956
- }
957
-
958
- /** Optional parameters. */
959
- export declare interface OrganizationGetClusterAPIKeyOptionalParams extends coreClient.OperationOptions {
960
- }
961
-
962
- /** Contains response data for the getClusterAPIKey operation. */
963
- export declare type OrganizationGetClusterAPIKeyResponse = APIKeyRecord;
964
-
965
- /** Optional parameters. */
966
- export declare interface OrganizationGetClusterByIdOptionalParams extends coreClient.OperationOptions {
967
- }
968
-
969
- /** Contains response data for the getClusterById operation. */
970
- export declare type OrganizationGetClusterByIdResponse = SCClusterRecord;
971
-
972
- /** Optional parameters. */
973
- export declare interface OrganizationGetEnvironmentByIdOptionalParams extends coreClient.OperationOptions {
974
- }
975
-
976
- /** Contains response data for the getEnvironmentById operation. */
977
- export declare type OrganizationGetEnvironmentByIdResponse = SCEnvironmentRecord;
978
-
979
- /** Optional parameters. */
980
- export declare interface OrganizationGetOptionalParams extends coreClient.OperationOptions {
981
- }
982
-
983
- /** Contains response data for the get operation. */
984
- export declare type OrganizationGetResponse = OrganizationResource;
985
-
986
- /** Optional parameters. */
987
- export declare interface OrganizationGetSchemaRegistryClusterByIdOptionalParams extends coreClient.OperationOptions {
988
- }
989
-
990
- /** Contains response data for the getSchemaRegistryClusterById operation. */
991
- export declare type OrganizationGetSchemaRegistryClusterByIdResponse = SchemaRegistryClusterRecord;
992
-
993
- /** Optional parameters. */
994
- export declare interface OrganizationListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
995
- }
996
-
997
- /** Contains response data for the listByResourceGroupNext operation. */
998
- export declare type OrganizationListByResourceGroupNextResponse = OrganizationResourceListResult;
999
-
1000
- /** Optional parameters. */
1001
- export declare interface OrganizationListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1002
- }
1003
-
1004
- /** Contains response data for the listByResourceGroup operation. */
1005
- export declare type OrganizationListByResourceGroupResponse = OrganizationResourceListResult;
1006
-
1007
- /** Optional parameters. */
1008
- export declare interface OrganizationListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1009
- }
1010
-
1011
- /** Contains response data for the listBySubscriptionNext operation. */
1012
- export declare type OrganizationListBySubscriptionNextResponse = OrganizationResourceListResult;
1013
-
1014
- /** Optional parameters. */
1015
- export declare interface OrganizationListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1016
- }
1017
-
1018
- /** Contains response data for the listBySubscription operation. */
1019
- export declare type OrganizationListBySubscriptionResponse = OrganizationResourceListResult;
1020
-
1021
- /** Optional parameters. */
1022
- export declare interface OrganizationListClustersNextOptionalParams extends coreClient.OperationOptions {
1023
- }
1024
-
1025
- /** Contains response data for the listClustersNext operation. */
1026
- export declare type OrganizationListClustersNextResponse = ListClustersSuccessResponse;
1027
-
1028
- /** Optional parameters. */
1029
- export declare interface OrganizationListClustersOptionalParams extends coreClient.OperationOptions {
1030
- /** Pagination size */
1031
- pageSize?: number;
1032
- /** An opaque pagination token to fetch the next set of records */
1033
- pageToken?: string;
1034
- }
1035
-
1036
- /** Contains response data for the listClusters operation. */
1037
- export declare type OrganizationListClustersResponse = ListClustersSuccessResponse;
1038
-
1039
- /** Optional parameters. */
1040
- export declare interface OrganizationListEnvironmentsNextOptionalParams extends coreClient.OperationOptions {
1041
- }
1042
-
1043
- /** Contains response data for the listEnvironmentsNext operation. */
1044
- export declare type OrganizationListEnvironmentsNextResponse = GetEnvironmentsResponse;
1045
-
1046
- /** Optional parameters. */
1047
- export declare interface OrganizationListEnvironmentsOptionalParams extends coreClient.OperationOptions {
1048
- /** Pagination size */
1049
- pageSize?: number;
1050
- /** An opaque pagination token to fetch the next set of records */
1051
- pageToken?: string;
1052
- }
1053
-
1054
- /** Contains response data for the listEnvironments operation. */
1055
- export declare type OrganizationListEnvironmentsResponse = GetEnvironmentsResponse;
1056
-
1057
- /** Optional parameters. */
1058
- export declare interface OrganizationListRegionsOptionalParams extends coreClient.OperationOptions {
1059
- }
1060
-
1061
- /** Contains response data for the listRegions operation. */
1062
- export declare type OrganizationListRegionsResponse = ListRegionsSuccessResponse;
1063
-
1064
- /** Optional parameters. */
1065
- export declare interface OrganizationListSchemaRegistryClustersNextOptionalParams extends coreClient.OperationOptions {
1066
- }
1067
-
1068
- /** Contains response data for the listSchemaRegistryClustersNext operation. */
1069
- export declare type OrganizationListSchemaRegistryClustersNextResponse = ListSchemaRegistryClustersResponse;
1070
-
1071
- /** Optional parameters. */
1072
- export declare interface OrganizationListSchemaRegistryClustersOptionalParams extends coreClient.OperationOptions {
1073
- /** Pagination size */
1074
- pageSize?: number;
1075
- /** An opaque pagination token to fetch the next set of records */
1076
- pageToken?: string;
1077
- }
1078
-
1079
- /** Contains response data for the listSchemaRegistryClusters operation. */
1080
- export declare type OrganizationListSchemaRegistryClustersResponse = ListSchemaRegistryClustersResponse;
1081
-
1082
- /** Interface representing a OrganizationOperations. */
1083
- export declare interface OrganizationOperations {
1084
- /**
1085
- * List all operations provided by Microsoft.Confluent.
1086
- * @param options The options parameters.
1087
- */
1088
- list(options?: OrganizationOperationsListOptionalParams): PagedAsyncIterableIterator<OperationResult>;
1089
- }
1090
-
1091
- /** Optional parameters. */
1092
- export declare interface OrganizationOperationsListNextOptionalParams extends coreClient.OperationOptions {
1093
- }
1094
-
1095
- /** Contains response data for the listNext operation. */
1096
- export declare type OrganizationOperationsListNextResponse = OperationListResult;
1097
-
1098
- /** Optional parameters. */
1099
- export declare interface OrganizationOperationsListOptionalParams extends coreClient.OperationOptions {
1100
- }
1101
-
1102
- /** Contains response data for the list operation. */
1103
- export declare type OrganizationOperationsListResponse = OperationListResult;
1104
-
1105
- /** Organization resource. */
1106
- export declare interface OrganizationResource {
1107
- /**
1108
- * The ARM id of the resource.
1109
- * NOTE: This property will not be serialized. It can only be populated by the server.
1110
- */
1111
- readonly id?: string;
1112
- /**
1113
- * The name of the resource.
1114
- * NOTE: This property will not be serialized. It can only be populated by the server.
1115
- */
1116
- readonly name?: string;
1117
- /**
1118
- * The type of the resource.
1119
- * NOTE: This property will not be serialized. It can only be populated by the server.
1120
- */
1121
- readonly type?: string;
1122
- /**
1123
- * Metadata pertaining to creation and last modification of the resource
1124
- * NOTE: This property will not be serialized. It can only be populated by the server.
1125
- */
1126
- readonly systemData?: SystemData;
1127
- /** Organization resource tags */
1128
- tags?: {
1129
- [propertyName: string]: string;
1130
- };
1131
- /** Location of Organization resource */
1132
- location?: string;
1133
- /**
1134
- * The creation time of the resource.
1135
- * NOTE: This property will not be serialized. It can only be populated by the server.
1136
- */
1137
- readonly createdTime?: Date;
1138
- /**
1139
- * Provision states for confluent RP
1140
- * NOTE: This property will not be serialized. It can only be populated by the server.
1141
- */
1142
- readonly provisioningState?: ProvisionState;
1143
- /**
1144
- * Id of the Confluent organization.
1145
- * NOTE: This property will not be serialized. It can only be populated by the server.
1146
- */
1147
- readonly organizationId?: string;
1148
- /**
1149
- * SSO url for the Confluent organization.
1150
- * NOTE: This property will not be serialized. It can only be populated by the server.
1151
- */
1152
- readonly ssoUrl?: string;
1153
- /** Confluent offer detail */
1154
- offerDetail: OfferDetail;
1155
- /** Subscriber detail */
1156
- userDetail: UserDetail;
1157
- /** Link an existing Confluent organization */
1158
- linkOrganization?: LinkOrganization;
1159
- }
1160
-
1161
- /** The response of a list operation. */
1162
- export declare interface OrganizationResourceListResult {
1163
- /** Result of a list operation. */
1164
- value?: OrganizationResource[];
1165
- /** Link to the next set of results, if any. */
1166
- nextLink?: string;
1167
- }
1168
-
1169
- /** Organization Resource update */
1170
- export declare interface OrganizationResourceUpdate {
1171
- /** ARM resource tags */
1172
- tags?: {
1173
- [propertyName: string]: string;
1174
- };
1175
- }
1176
-
1177
- /** Optional parameters. */
1178
- export declare interface OrganizationUpdateOptionalParams extends coreClient.OperationOptions {
1179
- /** Updated Organization resource */
1180
- body?: OrganizationResourceUpdate;
1181
- }
1182
-
1183
- /** Contains response data for the update operation. */
1184
- export declare type OrganizationUpdateResponse = OrganizationResource;
1185
-
1186
- /**
1187
- * Defines values for ProvisionState. \
1188
- * {@link KnownProvisionState} can be used interchangeably with ProvisionState,
1189
- * this enum contains the known values that the service supports.
1190
- * ### Known values supported by the service
1191
- * **Accepted** \
1192
- * **Creating** \
1193
- * **Updating** \
1194
- * **Deleting** \
1195
- * **Succeeded** \
1196
- * **Failed** \
1197
- * **Canceled** \
1198
- * **Deleted** \
1199
- * **NotSpecified**
1200
- */
1201
- export declare type ProvisionState = string;
1202
-
1203
- /** Details of region record */
1204
- export declare interface RegionRecord {
1205
- /** Kind of the cluster */
1206
- kind?: string;
1207
- /** Id of the cluster */
1208
- id?: string;
1209
- /** Metadata of the record */
1210
- metadata?: SCMetadataEntity;
1211
- /** Specification of the region */
1212
- spec?: RegionSpecEntity;
1213
- }
1214
-
1215
- /** Region spec details */
1216
- export declare interface RegionSpecEntity {
1217
- /** Display Name of the region */
1218
- name?: string;
1219
- /** Cloud provider name */
1220
- cloud?: string;
1221
- /** Region name */
1222
- regionName?: string;
1223
- packages?: string[];
1224
- }
1225
-
1226
- /** Default error response for resource provider */
1227
- export declare interface ResourceProviderDefaultErrorResponse {
1228
- /**
1229
- * Response body of Error
1230
- * NOTE: This property will not be serialized. It can only be populated by the server.
1231
- */
1232
- readonly error?: ErrorResponseBody;
1233
- }
1234
-
1235
- /** Details on principal, role name and crn pattern of a role binding */
1236
- export declare interface RoleBindingRecord {
1237
- /** The type of the resource. */
1238
- kind?: string;
1239
- /** Id of the role binding */
1240
- id?: string;
1241
- /** Metadata of the record */
1242
- metadata?: MetadataEntity;
1243
- /** The principal User or Group to bind the role to */
1244
- principal?: string;
1245
- /** The name of the role to bind to the principal */
1246
- roleName?: string;
1247
- /** A CRN that specifies the scope and resource patterns necessary for the role to bind */
1248
- crnPattern?: string;
1249
- }
1250
-
1251
- /**
1252
- * Defines values for SaaSOfferStatus. \
1253
- * {@link KnownSaaSOfferStatus} can be used interchangeably with SaaSOfferStatus,
1254
- * this enum contains the known values that the service supports.
1255
- * ### Known values supported by the service
1256
- * **Started** \
1257
- * **PendingFulfillmentStart** \
1258
- * **InProgress** \
1259
- * **Subscribed** \
1260
- * **Suspended** \
1261
- * **Reinstated** \
1262
- * **Succeeded** \
1263
- * **Failed** \
1264
- * **Unsubscribed** \
1265
- * **Updating**
1266
- */
1267
- export declare type SaaSOfferStatus = string;
1268
-
1269
- /** The network associated with this object */
1270
- export declare interface SCClusterByokEntity {
1271
- /** ID of the referred resource */
1272
- id?: string;
1273
- /** API URL for accessing or modifying the referred object */
1274
- related?: string;
1275
- /** CRN reference to the referred resource */
1276
- resourceName?: string;
1277
- }
1278
-
1279
- /** The environment or the network to which cluster belongs */
1280
- export declare interface SCClusterNetworkEnvironmentEntity {
1281
- /** ID of the referred resource */
1282
- id?: string;
1283
- /** Environment of the referred resource */
1284
- environment?: string;
1285
- /** API URL for accessing or modifying the referred object */
1286
- related?: string;
1287
- /** CRN reference to the referred resource */
1288
- resourceName?: string;
1289
- }
1290
-
1291
- /** Details of cluster record */
1292
- export declare interface SCClusterRecord {
1293
- /** Type of cluster */
1294
- kind?: string;
1295
- /** Id of the cluster */
1296
- id?: string;
1297
- /** Display name of the cluster */
1298
- name?: string;
1299
- /** Metadata of the record */
1300
- metadata?: SCMetadataEntity;
1301
- /** Specification of the cluster */
1302
- spec?: SCClusterSpecEntity;
1303
- /** Specification of the cluster status */
1304
- status?: ClusterStatusEntity;
1305
- }
1306
-
1307
- /** Spec of the cluster record */
1308
- export declare interface SCClusterSpecEntity {
1309
- /** The name of the cluster */
1310
- name?: string;
1311
- /** The availability zone configuration of the cluster */
1312
- availability?: string;
1313
- /** The cloud service provider */
1314
- cloud?: string;
1315
- /** type of zone availability */
1316
- zone?: string;
1317
- /** The cloud service provider region */
1318
- region?: string;
1319
- /** The bootstrap endpoint used by Kafka clients to connect to the cluster */
1320
- kafkaBootstrapEndpoint?: string;
1321
- /** The cluster HTTP request URL. */
1322
- httpEndpoint?: string;
1323
- /** The Kafka API cluster endpoint */
1324
- apiEndpoint?: string;
1325
- /** Specification of the cluster configuration */
1326
- config?: ClusterConfigEntity;
1327
- /** Specification of the cluster environment */
1328
- environment?: SCClusterNetworkEnvironmentEntity;
1329
- /** Specification of the cluster network */
1330
- network?: SCClusterNetworkEnvironmentEntity;
1331
- /** Specification of the cluster byok */
1332
- byok?: SCClusterByokEntity;
1333
- }
1334
-
1335
- /** Metadata of the list */
1336
- export declare interface SCConfluentListMetadata {
1337
- /** First page of the list */
1338
- first?: string;
1339
- /** Last page of the list */
1340
- last?: string;
1341
- /** Previous page of the list */
1342
- prev?: string;
1343
- /** Next page of the list */
1344
- next?: string;
1345
- /** Total size of the list */
1346
- totalSize?: number;
1347
- }
1348
-
1349
- /** Details about environment name, metadata and environment id of an environment */
1350
- export declare interface SCEnvironmentRecord {
1351
- /** Type of environment */
1352
- kind?: string;
1353
- /** Id of the environment */
1354
- id?: string;
1355
- /** Display name of the environment */
1356
- name?: string;
1357
- /** Metadata of the record */
1358
- metadata?: SCMetadataEntity;
1359
- }
1360
-
1361
- /** The environment associated with this object */
1362
- export declare interface SchemaRegistryClusterEnvironmentRegionEntity {
1363
- /** ID of the referred resource */
1364
- id?: string;
1365
- /** API URL for accessing or modifying the referred object */
1366
- related?: string;
1367
- /** CRN reference to the referred resource */
1368
- resourceName?: string;
1369
- }
1370
-
1371
- /** Details of schema registry cluster record */
1372
- export declare interface SchemaRegistryClusterRecord {
1373
- /** Kind of the cluster */
1374
- kind?: string;
1375
- /** Id of the cluster */
1376
- id?: string;
1377
- /** Metadata of the record */
1378
- metadata?: SCMetadataEntity;
1379
- /** Specification of the schema registry cluster */
1380
- spec?: SchemaRegistryClusterSpecEntity;
1381
- /** Specification of the cluster status */
1382
- status?: SchemaRegistryClusterStatusEntity;
1383
- }
1384
-
1385
- /** Details of schema registry cluster spec */
1386
- export declare interface SchemaRegistryClusterSpecEntity {
1387
- /** Name of the schema registry cluster */
1388
- name?: string;
1389
- /** Http endpoint of the cluster */
1390
- httpEndpoint?: string;
1391
- /** Type of the cluster package Advanced, essentials */
1392
- package?: string;
1393
- /** Region details of the schema registry cluster */
1394
- region?: SchemaRegistryClusterEnvironmentRegionEntity;
1395
- /** Environment details of the schema registry cluster */
1396
- environment?: SchemaRegistryClusterEnvironmentRegionEntity;
1397
- /** The cloud service provider */
1398
- cloud?: string;
1399
- }
1400
-
1401
- /** Status of the schema registry cluster record */
1402
- export declare interface SchemaRegistryClusterStatusEntity {
1403
- /** The lifecycle phase of the cluster */
1404
- phase?: string;
1405
- }
1406
-
1407
- /** Metadata of the data record */
1408
- export declare interface SCMetadataEntity {
1409
- /** Self lookup url */
1410
- self?: string;
1411
- /** Resource name of the record */
1412
- resourceName?: string;
1413
- /** Created Date Time */
1414
- createdTimestamp?: string;
1415
- /** Updated Date time */
1416
- updatedTimestamp?: string;
1417
- /** Deleted Date time */
1418
- deletedTimestamp?: string;
1419
- }
1420
-
1421
- /** Record of the service account */
1422
- export declare interface ServiceAccountRecord {
1423
- /** Type of account */
1424
- kind?: string;
1425
- /** Id of the service account */
1426
- id?: string;
1427
- /** Metadata of the record */
1428
- metadata?: MetadataEntity;
1429
- /** Name of the service account */
1430
- displayName?: string;
1431
- /** Description of the service account */
1432
- description?: string;
1433
- }
1434
-
1435
- /** Metadata pertaining to creation and last modification of the resource. */
1436
- export declare interface SystemData {
1437
- /** The identity that created the resource. */
1438
- createdBy?: string;
1439
- /** The type of identity that created the resource. */
1440
- createdByType?: CreatedByType;
1441
- /** The timestamp of resource creation (UTC). */
1442
- createdAt?: Date;
1443
- /** The identity that last modified the resource. */
1444
- lastModifiedBy?: string;
1445
- /** The type of identity that last modified the resource. */
1446
- lastModifiedByType?: CreatedByType;
1447
- /** The timestamp of resource last modification (UTC) */
1448
- lastModifiedAt?: Date;
1449
- }
1450
-
1451
- /** Subscriber detail */
1452
- export declare interface UserDetail {
1453
- /** First name */
1454
- firstName?: string;
1455
- /** Last name */
1456
- lastName?: string;
1457
- /** Email address */
1458
- emailAddress: string;
1459
- /** User principal name */
1460
- userPrincipalName?: string;
1461
- /** AAD email address */
1462
- aadEmail?: string;
1463
- }
1464
-
1465
- /** Record of the user */
1466
- export declare interface UserRecord {
1467
- /** Type of account */
1468
- kind?: string;
1469
- /** Id of the user */
1470
- id?: string;
1471
- /** Metadata of the record */
1472
- metadata?: MetadataEntity;
1473
- /** Email of the user */
1474
- email?: string;
1475
- /** Name of the user */
1476
- fullName?: string;
1477
- /** Auth type of the user */
1478
- authType?: string;
1479
- }
1480
-
1481
- /** Validation response from the provider */
1482
- export declare interface ValidationResponse {
1483
- /** Info from the response */
1484
- info?: {
1485
- [propertyName: string]: string;
1486
- };
1487
- }
1488
-
1489
- /** Interface representing a Validations. */
1490
- export declare interface Validations {
1491
- /**
1492
- * Organization Validate proxy resource
1493
- * @param resourceGroupName Resource group name
1494
- * @param organizationName Organization resource name
1495
- * @param body Organization resource model
1496
- * @param options The options parameters.
1497
- */
1498
- validateOrganization(resourceGroupName: string, organizationName: string, body: OrganizationResource, options?: ValidationsValidateOrganizationOptionalParams): Promise<ValidationsValidateOrganizationResponse>;
1499
- /**
1500
- * Organization Validate proxy resource
1501
- * @param resourceGroupName Resource group name
1502
- * @param organizationName Organization resource name
1503
- * @param body Organization resource model
1504
- * @param options The options parameters.
1505
- */
1506
- validateOrganizationV2(resourceGroupName: string, organizationName: string, body: OrganizationResource, options?: ValidationsValidateOrganizationV2OptionalParams): Promise<ValidationsValidateOrganizationV2Response>;
1507
- }
1508
-
1509
- /** Optional parameters. */
1510
- export declare interface ValidationsValidateOrganizationOptionalParams extends coreClient.OperationOptions {
1511
- }
1512
-
1513
- /** Contains response data for the validateOrganization operation. */
1514
- export declare type ValidationsValidateOrganizationResponse = OrganizationResource;
1515
-
1516
- /** Optional parameters. */
1517
- export declare interface ValidationsValidateOrganizationV2OptionalParams extends coreClient.OperationOptions {
1518
- }
1519
-
1520
- /** Contains response data for the validateOrganizationV2 operation. */
1521
- export declare type ValidationsValidateOrganizationV2Response = ValidationResponse;
1522
-
1523
- export { }
1
+ import * as coreClient from "@azure/core-client";
2
+ /** Response of a list operation. */
3
+ export interface ConfluentAgreementResourceListResponse {
4
+ /** Results of a list operation. */
5
+ value?: ConfluentAgreementResource[];
6
+ /** Link to the next set of results, if any. */
7
+ nextLink?: string;
8
+ }
9
+ /** Agreement Terms definition */
10
+ export interface ConfluentAgreementResource {
11
+ /**
12
+ * The ARM id of the resource.
13
+ * NOTE: This property will not be serialized. It can only be populated by the server.
14
+ */
15
+ readonly id?: string;
16
+ /**
17
+ * The name of the agreement.
18
+ * NOTE: This property will not be serialized. It can only be populated by the server.
19
+ */
20
+ readonly name?: string;
21
+ /**
22
+ * The type of the agreement.
23
+ * NOTE: This property will not be serialized. It can only be populated by the server.
24
+ */
25
+ readonly type?: string;
26
+ /**
27
+ * Metadata pertaining to creation and last modification of the resource
28
+ * NOTE: This property will not be serialized. It can only be populated by the server.
29
+ */
30
+ readonly systemData?: SystemData;
31
+ /** Publisher identifier string. */
32
+ publisher?: string;
33
+ /** Product identifier string. */
34
+ product?: string;
35
+ /** Plan identifier string. */
36
+ plan?: string;
37
+ /** Link to HTML with Microsoft and Publisher terms. */
38
+ licenseTextLink?: string;
39
+ /** Link to the privacy policy of the publisher. */
40
+ privacyPolicyLink?: string;
41
+ /** Date and time in UTC of when the terms were accepted. This is empty if Accepted is false. */
42
+ retrieveDatetime?: Date;
43
+ /** Terms signature. */
44
+ signature?: string;
45
+ /** If any version of the terms have been accepted, otherwise false. */
46
+ accepted?: boolean;
47
+ }
48
+ /** Metadata pertaining to creation and last modification of the resource. */
49
+ export interface SystemData {
50
+ /** The identity that created the resource. */
51
+ createdBy?: string;
52
+ /** The type of identity that created the resource. */
53
+ createdByType?: CreatedByType;
54
+ /** The timestamp of resource creation (UTC). */
55
+ createdAt?: Date;
56
+ /** The identity that last modified the resource. */
57
+ lastModifiedBy?: string;
58
+ /** The type of identity that last modified the resource. */
59
+ lastModifiedByType?: CreatedByType;
60
+ /** The timestamp of resource last modification (UTC) */
61
+ lastModifiedAt?: Date;
62
+ }
63
+ /** Default error response for resource provider */
64
+ export interface ResourceProviderDefaultErrorResponse {
65
+ /**
66
+ * Response body of Error
67
+ * NOTE: This property will not be serialized. It can only be populated by the server.
68
+ */
69
+ readonly error?: ErrorResponseBody;
70
+ }
71
+ /** Response body of Error */
72
+ export interface ErrorResponseBody {
73
+ /**
74
+ * Error code
75
+ * NOTE: This property will not be serialized. It can only be populated by the server.
76
+ */
77
+ readonly code?: string;
78
+ /**
79
+ * Error message
80
+ * NOTE: This property will not be serialized. It can only be populated by the server.
81
+ */
82
+ readonly message?: string;
83
+ /**
84
+ * Error target
85
+ * NOTE: This property will not be serialized. It can only be populated by the server.
86
+ */
87
+ readonly target?: string;
88
+ /**
89
+ * Error detail
90
+ * NOTE: This property will not be serialized. It can only be populated by the server.
91
+ */
92
+ readonly details?: ErrorResponseBody[];
93
+ }
94
+ /** Result of GET request to list Confluent operations. */
95
+ export interface OperationListResult {
96
+ /** List of Confluent operations supported by the Microsoft.Confluent provider. */
97
+ value?: OperationResult[];
98
+ /** URL to get the next set of operation list results if there are any. */
99
+ nextLink?: string;
100
+ }
101
+ /** An Confluent REST API operation. */
102
+ export interface OperationResult {
103
+ /** Operation name: {provider}/{resource}/{operation} */
104
+ name?: string;
105
+ /** The object that represents the operation. */
106
+ display?: OperationDisplay;
107
+ /** Indicates whether the operation is a data action */
108
+ isDataAction?: boolean;
109
+ }
110
+ /** The object that represents the operation. */
111
+ export interface OperationDisplay {
112
+ /** Service provider: Microsoft.Confluent */
113
+ provider?: string;
114
+ /** Type on which the operation is performed, e.g., 'clusters'. */
115
+ resource?: string;
116
+ /** Operation type, e.g., read, write, delete, etc. */
117
+ operation?: string;
118
+ /** Description of the operation, e.g., 'Write confluent'. */
119
+ description?: string;
120
+ }
121
+ /** The response of a list operation. */
122
+ export interface OrganizationResourceListResult {
123
+ /** Result of a list operation. */
124
+ value?: OrganizationResource[];
125
+ /** Link to the next set of results, if any. */
126
+ nextLink?: string;
127
+ }
128
+ /** Organization resource. */
129
+ export interface OrganizationResource {
130
+ /**
131
+ * The ARM id of the resource.
132
+ * NOTE: This property will not be serialized. It can only be populated by the server.
133
+ */
134
+ readonly id?: string;
135
+ /**
136
+ * The name of the resource.
137
+ * NOTE: This property will not be serialized. It can only be populated by the server.
138
+ */
139
+ readonly name?: string;
140
+ /**
141
+ * The type of the resource.
142
+ * NOTE: This property will not be serialized. It can only be populated by the server.
143
+ */
144
+ readonly type?: string;
145
+ /**
146
+ * Metadata pertaining to creation and last modification of the resource
147
+ * NOTE: This property will not be serialized. It can only be populated by the server.
148
+ */
149
+ readonly systemData?: SystemData;
150
+ /** Organization resource tags */
151
+ tags?: {
152
+ [propertyName: string]: string;
153
+ };
154
+ /** Location of Organization resource */
155
+ location?: string;
156
+ /**
157
+ * The creation time of the resource.
158
+ * NOTE: This property will not be serialized. It can only be populated by the server.
159
+ */
160
+ readonly createdTime?: Date;
161
+ /**
162
+ * Provision states for confluent RP
163
+ * NOTE: This property will not be serialized. It can only be populated by the server.
164
+ */
165
+ readonly provisioningState?: ProvisionState;
166
+ /**
167
+ * Id of the Confluent organization.
168
+ * NOTE: This property will not be serialized. It can only be populated by the server.
169
+ */
170
+ readonly organizationId?: string;
171
+ /**
172
+ * SSO url for the Confluent organization.
173
+ * NOTE: This property will not be serialized. It can only be populated by the server.
174
+ */
175
+ readonly ssoUrl?: string;
176
+ /** Confluent offer detail */
177
+ offerDetail: OfferDetail;
178
+ /** Subscriber detail */
179
+ userDetail: UserDetail;
180
+ /** Link an existing Confluent organization */
181
+ linkOrganization?: LinkOrganization;
182
+ }
183
+ /** Confluent Offer detail */
184
+ export interface OfferDetail {
185
+ /** Publisher Id */
186
+ publisherId: string;
187
+ /** Offer Id */
188
+ id: string;
189
+ /** Offer Plan Id */
190
+ planId: string;
191
+ /** Offer Plan Name */
192
+ planName: string;
193
+ /** Offer Plan Term unit */
194
+ termUnit: string;
195
+ /** Offer Plan Term Id */
196
+ termId?: string;
197
+ /** Private Offer Id */
198
+ privateOfferId?: string;
199
+ /** Array of Private Offer Ids */
200
+ privateOfferIds?: string[];
201
+ /** SaaS Offer Status */
202
+ status?: SaaSOfferStatus;
203
+ }
204
+ /** Subscriber detail */
205
+ export interface UserDetail {
206
+ /** First name */
207
+ firstName?: string;
208
+ /** Last name */
209
+ lastName?: string;
210
+ /** Email address */
211
+ emailAddress: string;
212
+ /** User principal name */
213
+ userPrincipalName?: string;
214
+ /** AAD email address */
215
+ aadEmail?: string;
216
+ }
217
+ /** Link an existing Confluent organization */
218
+ export interface LinkOrganization {
219
+ /** User auth token */
220
+ token: string;
221
+ }
222
+ /** Organization Resource update */
223
+ export interface OrganizationResourceUpdate {
224
+ /** ARM resource tags */
225
+ tags?: {
226
+ [propertyName: string]: string;
227
+ };
228
+ }
229
+ /** Validation response from the provider */
230
+ export interface ValidationResponse {
231
+ /** Info from the response */
232
+ info?: {
233
+ [propertyName: string]: string;
234
+ };
235
+ }
236
+ /** List Access Request Model */
237
+ export interface ListAccessRequestModel {
238
+ /** Search filters for the request */
239
+ searchFilters?: {
240
+ [propertyName: string]: string;
241
+ };
242
+ }
243
+ /** List users success response */
244
+ export interface AccessListUsersSuccessResponse {
245
+ /** Type of response */
246
+ kind?: string;
247
+ /** Metadata of the list */
248
+ metadata?: ConfluentListMetadata;
249
+ /** Data of the users list */
250
+ data?: UserRecord[];
251
+ }
252
+ /** Metadata of the list */
253
+ export interface ConfluentListMetadata {
254
+ /** First page of the list */
255
+ first?: string;
256
+ /** Last page of the list */
257
+ last?: string;
258
+ /** Previous page of the list */
259
+ prev?: string;
260
+ /** Next page of the list */
261
+ next?: string;
262
+ /** Total size of the list */
263
+ totalSize?: number;
264
+ }
265
+ /** Record of the user */
266
+ export interface UserRecord {
267
+ /** Type of account */
268
+ kind?: string;
269
+ /** Id of the user */
270
+ id?: string;
271
+ /** Metadata of the record */
272
+ metadata?: MetadataEntity;
273
+ /** Email of the user */
274
+ email?: string;
275
+ /** Name of the user */
276
+ fullName?: string;
277
+ /** Auth type of the user */
278
+ authType?: string;
279
+ }
280
+ /** Metadata of the data record */
281
+ export interface MetadataEntity {
282
+ /** Self lookup url */
283
+ self?: string;
284
+ /** Resource name of the record */
285
+ resourceName?: string;
286
+ /** Created Date Time */
287
+ createdAt?: string;
288
+ /** Updated Date time */
289
+ updatedAt?: string;
290
+ /** Deleted Date time */
291
+ deletedAt?: string;
292
+ }
293
+ /** List service accounts success response */
294
+ export interface AccessListServiceAccountsSuccessResponse {
295
+ /** Type of response */
296
+ kind?: string;
297
+ /** Metadata of the list */
298
+ metadata?: ConfluentListMetadata;
299
+ /** Data of the service accounts list */
300
+ data?: ServiceAccountRecord[];
301
+ }
302
+ /** Record of the service account */
303
+ export interface ServiceAccountRecord {
304
+ /** Type of account */
305
+ kind?: string;
306
+ /** Id of the service account */
307
+ id?: string;
308
+ /** Metadata of the record */
309
+ metadata?: MetadataEntity;
310
+ /** Name of the service account */
311
+ displayName?: string;
312
+ /** Description of the service account */
313
+ description?: string;
314
+ }
315
+ /** List invitations success response */
316
+ export interface AccessListInvitationsSuccessResponse {
317
+ /** Type of response */
318
+ kind?: string;
319
+ /** Metadata of the list */
320
+ metadata?: ConfluentListMetadata;
321
+ /** Data of the invitations list */
322
+ data?: InvitationRecord[];
323
+ }
324
+ /** Record of the invitation */
325
+ export interface InvitationRecord {
326
+ /** Type of account */
327
+ kind?: string;
328
+ /** Id of the invitation */
329
+ id?: string;
330
+ /** Metadata of the record */
331
+ metadata?: MetadataEntity;
332
+ /** Email of the user */
333
+ email?: string;
334
+ /** Auth type of the user */
335
+ authType?: string;
336
+ /** Status of the invitation */
337
+ status?: string;
338
+ /** Accepted date time of the invitation */
339
+ acceptedAt?: string;
340
+ /** Expiration date time of the invitation */
341
+ expiresAt?: string;
342
+ }
343
+ /** Invite User Account model */
344
+ export interface AccessInviteUserAccountModel {
345
+ /** Id of the organization */
346
+ organizationId?: string;
347
+ /** Email of the logged in user */
348
+ email?: string;
349
+ /** Upn of the logged in user */
350
+ upn?: string;
351
+ /** Details of the user who is being invited */
352
+ invitedUserDetails?: AccessInvitedUserDetails;
353
+ }
354
+ /** Details of the user being invited */
355
+ export interface AccessInvitedUserDetails {
356
+ /** UPN/Email of the user who is being invited */
357
+ invitedEmail?: string;
358
+ /** Auth type of the user */
359
+ authType?: string;
360
+ }
361
+ /** Details of the environments returned on successful response */
362
+ export interface AccessListEnvironmentsSuccessResponse {
363
+ /** Type of response */
364
+ kind?: string;
365
+ /** Metadata of the environment list */
366
+ metadata?: ConfluentListMetadata;
367
+ /** Environment list data */
368
+ data?: EnvironmentRecord[];
369
+ }
370
+ /** Details about environment name, metadata and environment id of an environment */
371
+ export interface EnvironmentRecord {
372
+ /** Type of environment */
373
+ kind?: string;
374
+ /** Id of the environment */
375
+ id?: string;
376
+ /** Metadata of the record */
377
+ metadata?: MetadataEntity;
378
+ /** Display name of the user */
379
+ displayName?: string;
380
+ }
381
+ /** Details of the clusters returned on successful response */
382
+ export interface AccessListClusterSuccessResponse {
383
+ /** Type of response */
384
+ kind?: string;
385
+ /** Metadata of the list */
386
+ metadata?: ConfluentListMetadata;
387
+ /** List of clusters */
388
+ data?: ClusterRecord[];
389
+ }
390
+ /** Details of cluster record */
391
+ export interface ClusterRecord {
392
+ /** Type of cluster */
393
+ kind?: string;
394
+ /** Id of the cluster */
395
+ id?: string;
396
+ /** Metadata of the record */
397
+ metadata?: MetadataEntity;
398
+ /** Display name of the cluster */
399
+ displayName?: string;
400
+ /** Specification of the cluster */
401
+ spec?: ClusterSpecEntity;
402
+ /** Specification of the cluster */
403
+ status?: ClusterStatusEntity;
404
+ }
405
+ /** Spec of the cluster record */
406
+ export interface ClusterSpecEntity {
407
+ /** The name of the cluster */
408
+ displayName?: string;
409
+ /** The availability zone configuration of the cluster */
410
+ availability?: string;
411
+ /** The cloud service provider */
412
+ cloud?: string;
413
+ /** type of zone availability */
414
+ zone?: string;
415
+ /** The cloud service provider region */
416
+ region?: string;
417
+ /** The bootstrap endpoint used by Kafka clients to connect to the cluster */
418
+ kafkaBootstrapEndpoint?: string;
419
+ /** The cluster HTTP request URL. */
420
+ httpEndpoint?: string;
421
+ /** The Kafka API cluster endpoint */
422
+ apiEndpoint?: string;
423
+ /** Specification of the cluster */
424
+ config?: ClusterConfigEntity;
425
+ /** Specification of the cluster */
426
+ environment?: ClusterEnvironmentEntity;
427
+ /** Specification of the cluster */
428
+ network?: ClusterNetworkEntity;
429
+ /** Specification of the cluster */
430
+ byok?: ClusterByokEntity;
431
+ }
432
+ /** The configuration of the Kafka cluster */
433
+ export interface ClusterConfigEntity {
434
+ /** The lifecycle phase of the cluster */
435
+ kind?: string;
436
+ }
437
+ /** The environment to which cluster belongs */
438
+ export interface ClusterEnvironmentEntity {
439
+ /** ID of the referred resource */
440
+ id?: string;
441
+ /** Environment of the referred resource */
442
+ environment?: string;
443
+ /** API URL for accessing or modifying the referred object */
444
+ related?: string;
445
+ /** CRN reference to the referred resource */
446
+ resourceName?: string;
447
+ }
448
+ /** The network associated with this object */
449
+ export interface ClusterNetworkEntity {
450
+ /** ID of the referred resource */
451
+ id?: string;
452
+ /** Environment of the referred resource */
453
+ environment?: string;
454
+ /** API URL for accessing or modifying the referred object */
455
+ related?: string;
456
+ /** CRN reference to the referred resource */
457
+ resourceName?: string;
458
+ }
459
+ /** The network associated with this object */
460
+ export interface ClusterByokEntity {
461
+ /** ID of the referred resource */
462
+ id?: string;
463
+ /** API URL for accessing or modifying the referred object */
464
+ related?: string;
465
+ /** CRN reference to the referred resource */
466
+ resourceName?: string;
467
+ }
468
+ /** Status of the cluster record */
469
+ export interface ClusterStatusEntity {
470
+ /** The lifecycle phase of the cluster */
471
+ phase?: string;
472
+ /** The number of Confluent Kafka Units */
473
+ cku?: number;
474
+ }
475
+ /** Details of the role bindings returned on successful response */
476
+ export interface AccessListRoleBindingsSuccessResponse {
477
+ /** Type of response */
478
+ kind?: string;
479
+ /** Metadata of the list */
480
+ metadata?: ConfluentListMetadata;
481
+ /** List of role binding */
482
+ data?: RoleBindingRecord[];
483
+ }
484
+ /** Details on principal, role name and crn pattern of a role binding */
485
+ export interface RoleBindingRecord {
486
+ /** The type of the resource. */
487
+ kind?: string;
488
+ /** Id of the role binding */
489
+ id?: string;
490
+ /** Metadata of the record */
491
+ metadata?: MetadataEntity;
492
+ /** The principal User or Group to bind the role to */
493
+ principal?: string;
494
+ /** The name of the role to bind to the principal */
495
+ roleName?: string;
496
+ /** A CRN that specifies the scope and resource patterns necessary for the role to bind */
497
+ crnPattern?: string;
498
+ }
499
+ /** Create role binding request model */
500
+ export interface AccessCreateRoleBindingRequestModel {
501
+ /** The principal User or Group to bind the role to */
502
+ principal?: string;
503
+ /** The name of the role to bind to the principal */
504
+ roleName?: string;
505
+ /** A CRN that specifies the scope and resource patterns necessary for the role to bind */
506
+ crnPattern?: string;
507
+ }
508
+ /** Details of the role binding names returned on successful response */
509
+ export interface AccessRoleBindingNameListSuccessResponse {
510
+ /** Type of response */
511
+ kind?: string;
512
+ /** Metadata of the list */
513
+ metadata?: ConfluentListMetadata;
514
+ /** List of role binding names */
515
+ data?: string[];
516
+ }
517
+ /** Result of GET request to list Confluent operations. */
518
+ export interface GetEnvironmentsResponse {
519
+ /** List of environments in a confluent organization */
520
+ value?: SCEnvironmentRecord[];
521
+ /** URL to get the next set of environment records if there are any. */
522
+ nextLink?: string;
523
+ }
524
+ /** Details about environment name, metadata and environment id of an environment */
525
+ export interface SCEnvironmentRecord {
526
+ /** Type of environment */
527
+ kind?: string;
528
+ /** Id of the environment */
529
+ id?: string;
530
+ /** Display name of the environment */
531
+ name?: string;
532
+ /** Metadata of the record */
533
+ metadata?: SCMetadataEntity;
534
+ }
535
+ /** Metadata of the data record */
536
+ export interface SCMetadataEntity {
537
+ /** Self lookup url */
538
+ self?: string;
539
+ /** Resource name of the record */
540
+ resourceName?: string;
541
+ /** Created Date Time */
542
+ createdTimestamp?: string;
543
+ /** Updated Date time */
544
+ updatedTimestamp?: string;
545
+ /** Deleted Date time */
546
+ deletedTimestamp?: string;
547
+ }
548
+ /** Result of GET request to list clusters in the environment of a confluent organization */
549
+ export interface ListClustersSuccessResponse {
550
+ /** List of clusters in an environment of a confluent organization */
551
+ value?: SCClusterRecord[];
552
+ /** URL to get the next set of cluster records if there are any. */
553
+ nextLink?: string;
554
+ }
555
+ /** Details of cluster record */
556
+ export interface SCClusterRecord {
557
+ /** Type of cluster */
558
+ kind?: string;
559
+ /** Id of the cluster */
560
+ id?: string;
561
+ /** Display name of the cluster */
562
+ name?: string;
563
+ /** Metadata of the record */
564
+ metadata?: SCMetadataEntity;
565
+ /** Specification of the cluster */
566
+ spec?: SCClusterSpecEntity;
567
+ /** Specification of the cluster status */
568
+ status?: ClusterStatusEntity;
569
+ }
570
+ /** Spec of the cluster record */
571
+ export interface SCClusterSpecEntity {
572
+ /** The name of the cluster */
573
+ name?: string;
574
+ /** The availability zone configuration of the cluster */
575
+ availability?: string;
576
+ /** The cloud service provider */
577
+ cloud?: string;
578
+ /** type of zone availability */
579
+ zone?: string;
580
+ /** The cloud service provider region */
581
+ region?: string;
582
+ /** The bootstrap endpoint used by Kafka clients to connect to the cluster */
583
+ kafkaBootstrapEndpoint?: string;
584
+ /** The cluster HTTP request URL. */
585
+ httpEndpoint?: string;
586
+ /** The Kafka API cluster endpoint */
587
+ apiEndpoint?: string;
588
+ /** Specification of the cluster configuration */
589
+ config?: ClusterConfigEntity;
590
+ /** Specification of the cluster environment */
591
+ environment?: SCClusterNetworkEnvironmentEntity;
592
+ /** Specification of the cluster network */
593
+ network?: SCClusterNetworkEnvironmentEntity;
594
+ /** Specification of the cluster byok */
595
+ byok?: SCClusterByokEntity;
596
+ }
597
+ /** The environment or the network to which cluster belongs */
598
+ export interface SCClusterNetworkEnvironmentEntity {
599
+ /** ID of the referred resource */
600
+ id?: string;
601
+ /** Environment of the referred resource */
602
+ environment?: string;
603
+ /** API URL for accessing or modifying the referred object */
604
+ related?: string;
605
+ /** CRN reference to the referred resource */
606
+ resourceName?: string;
607
+ }
608
+ /** The network associated with this object */
609
+ export interface SCClusterByokEntity {
610
+ /** ID of the referred resource */
611
+ id?: string;
612
+ /** API URL for accessing or modifying the referred object */
613
+ related?: string;
614
+ /** CRN reference to the referred resource */
615
+ resourceName?: string;
616
+ }
617
+ /** Result of GET request to list schema registry clusters in the environment of a confluent organization */
618
+ export interface ListSchemaRegistryClustersResponse {
619
+ /** List of schema registry clusters in an environment of a confluent organization */
620
+ value?: SchemaRegistryClusterRecord[];
621
+ /** URL to get the next set of schema registry cluster records if there are any. */
622
+ nextLink?: string;
623
+ }
624
+ /** Details of schema registry cluster record */
625
+ export interface SchemaRegistryClusterRecord {
626
+ /** Kind of the cluster */
627
+ kind?: string;
628
+ /** Id of the cluster */
629
+ id?: string;
630
+ /** Metadata of the record */
631
+ metadata?: SCMetadataEntity;
632
+ /** Specification of the schema registry cluster */
633
+ spec?: SchemaRegistryClusterSpecEntity;
634
+ /** Specification of the cluster status */
635
+ status?: SchemaRegistryClusterStatusEntity;
636
+ }
637
+ /** Details of schema registry cluster spec */
638
+ export interface SchemaRegistryClusterSpecEntity {
639
+ /** Name of the schema registry cluster */
640
+ name?: string;
641
+ /** Http endpoint of the cluster */
642
+ httpEndpoint?: string;
643
+ /** Type of the cluster package Advanced, essentials */
644
+ package?: string;
645
+ /** Region details of the schema registry cluster */
646
+ region?: SchemaRegistryClusterEnvironmentRegionEntity;
647
+ /** Environment details of the schema registry cluster */
648
+ environment?: SchemaRegistryClusterEnvironmentRegionEntity;
649
+ /** The cloud service provider */
650
+ cloud?: string;
651
+ }
652
+ /** The environment associated with this object */
653
+ export interface SchemaRegistryClusterEnvironmentRegionEntity {
654
+ /** ID of the referred resource */
655
+ id?: string;
656
+ /** API URL for accessing or modifying the referred object */
657
+ related?: string;
658
+ /** CRN reference to the referred resource */
659
+ resourceName?: string;
660
+ }
661
+ /** Status of the schema registry cluster record */
662
+ export interface SchemaRegistryClusterStatusEntity {
663
+ /** The lifecycle phase of the cluster */
664
+ phase?: string;
665
+ }
666
+ /** Result of POST request to list regions supported by confluent */
667
+ export interface ListRegionsSuccessResponse {
668
+ /** List of regions supported by confluent */
669
+ data?: RegionRecord[];
670
+ }
671
+ /** Details of region record */
672
+ export interface RegionRecord {
673
+ /** Kind of the cluster */
674
+ kind?: string;
675
+ /** Id of the cluster */
676
+ id?: string;
677
+ /** Metadata of the record */
678
+ metadata?: SCMetadataEntity;
679
+ /** Specification of the region */
680
+ spec?: RegionSpecEntity;
681
+ }
682
+ /** Region spec details */
683
+ export interface RegionSpecEntity {
684
+ /** Display Name of the region */
685
+ name?: string;
686
+ /** Cloud provider name */
687
+ cloud?: string;
688
+ /** Region name */
689
+ regionName?: string;
690
+ packages?: string[];
691
+ }
692
+ /** Create API Key model */
693
+ export interface CreateAPIKeyModel {
694
+ /** Name of the API Key */
695
+ name?: string;
696
+ /** Description of the API Key */
697
+ description?: string;
698
+ }
699
+ /** Details API key */
700
+ export interface APIKeyRecord {
701
+ /** Type of api key */
702
+ kind?: string;
703
+ /** Id of the api key */
704
+ id?: string;
705
+ /** Metadata of the record */
706
+ metadata?: SCMetadataEntity;
707
+ /** Specification of the API Key */
708
+ spec?: APIKeySpecEntity;
709
+ }
710
+ /** Spec of the API Key record */
711
+ export interface APIKeySpecEntity {
712
+ /** The description of the API Key */
713
+ description?: string;
714
+ /** The name of the API Key */
715
+ name?: string;
716
+ /** API Key Secret */
717
+ secret?: string;
718
+ /** Specification of the cluster */
719
+ resource?: APIKeyResourceEntity;
720
+ /** Specification of the cluster */
721
+ owner?: APIKeyOwnerEntity;
722
+ }
723
+ /** API Key Resource details which can be kafka cluster or schema registry cluster */
724
+ export interface APIKeyResourceEntity {
725
+ /** Id of the resource */
726
+ id?: string;
727
+ /** The environment of the api key */
728
+ environment?: string;
729
+ /** API URL for accessing or modifying the api key resource object */
730
+ related?: string;
731
+ /** CRN reference to the referred resource */
732
+ resourceName?: string;
733
+ /** Type of the owner which can be service or user account */
734
+ kind?: string;
735
+ }
736
+ /** API Key Owner details which can be a user or service account */
737
+ export interface APIKeyOwnerEntity {
738
+ /** API Key owner id */
739
+ id?: string;
740
+ /** API URL for accessing or modifying the referred object */
741
+ related?: string;
742
+ /** CRN reference to the referred resource */
743
+ resourceName?: string;
744
+ /** Type of the owner service or user account */
745
+ kind?: string;
746
+ }
747
+ /** Metadata of the list */
748
+ export interface SCConfluentListMetadata {
749
+ /** First page of the list */
750
+ first?: string;
751
+ /** Last page of the list */
752
+ last?: string;
753
+ /** Previous page of the list */
754
+ prev?: string;
755
+ /** Next page of the list */
756
+ next?: string;
757
+ /** Total size of the list */
758
+ totalSize?: number;
759
+ }
760
+ /** Known values of {@link CreatedByType} that the service accepts. */
761
+ export declare enum KnownCreatedByType {
762
+ /** User */
763
+ User = "User",
764
+ /** Application */
765
+ Application = "Application",
766
+ /** ManagedIdentity */
767
+ ManagedIdentity = "ManagedIdentity",
768
+ /** Key */
769
+ Key = "Key"
770
+ }
771
+ /**
772
+ * Defines values for CreatedByType. \
773
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
774
+ * this enum contains the known values that the service supports.
775
+ * ### Known values supported by the service
776
+ * **User** \
777
+ * **Application** \
778
+ * **ManagedIdentity** \
779
+ * **Key**
780
+ */
781
+ export type CreatedByType = string;
782
+ /** Known values of {@link ProvisionState} that the service accepts. */
783
+ export declare enum KnownProvisionState {
784
+ /** Accepted */
785
+ Accepted = "Accepted",
786
+ /** Creating */
787
+ Creating = "Creating",
788
+ /** Updating */
789
+ Updating = "Updating",
790
+ /** Deleting */
791
+ Deleting = "Deleting",
792
+ /** Succeeded */
793
+ Succeeded = "Succeeded",
794
+ /** Failed */
795
+ Failed = "Failed",
796
+ /** Canceled */
797
+ Canceled = "Canceled",
798
+ /** Deleted */
799
+ Deleted = "Deleted",
800
+ /** NotSpecified */
801
+ NotSpecified = "NotSpecified"
802
+ }
803
+ /**
804
+ * Defines values for ProvisionState. \
805
+ * {@link KnownProvisionState} can be used interchangeably with ProvisionState,
806
+ * this enum contains the known values that the service supports.
807
+ * ### Known values supported by the service
808
+ * **Accepted** \
809
+ * **Creating** \
810
+ * **Updating** \
811
+ * **Deleting** \
812
+ * **Succeeded** \
813
+ * **Failed** \
814
+ * **Canceled** \
815
+ * **Deleted** \
816
+ * **NotSpecified**
817
+ */
818
+ export type ProvisionState = string;
819
+ /** Known values of {@link SaaSOfferStatus} that the service accepts. */
820
+ export declare enum KnownSaaSOfferStatus {
821
+ /** Started */
822
+ Started = "Started",
823
+ /** PendingFulfillmentStart */
824
+ PendingFulfillmentStart = "PendingFulfillmentStart",
825
+ /** InProgress */
826
+ InProgress = "InProgress",
827
+ /** Subscribed */
828
+ Subscribed = "Subscribed",
829
+ /** Suspended */
830
+ Suspended = "Suspended",
831
+ /** Reinstated */
832
+ Reinstated = "Reinstated",
833
+ /** Succeeded */
834
+ Succeeded = "Succeeded",
835
+ /** Failed */
836
+ Failed = "Failed",
837
+ /** Unsubscribed */
838
+ Unsubscribed = "Unsubscribed",
839
+ /** Updating */
840
+ Updating = "Updating"
841
+ }
842
+ /**
843
+ * Defines values for SaaSOfferStatus. \
844
+ * {@link KnownSaaSOfferStatus} can be used interchangeably with SaaSOfferStatus,
845
+ * this enum contains the known values that the service supports.
846
+ * ### Known values supported by the service
847
+ * **Started** \
848
+ * **PendingFulfillmentStart** \
849
+ * **InProgress** \
850
+ * **Subscribed** \
851
+ * **Suspended** \
852
+ * **Reinstated** \
853
+ * **Succeeded** \
854
+ * **Failed** \
855
+ * **Unsubscribed** \
856
+ * **Updating**
857
+ */
858
+ export type SaaSOfferStatus = string;
859
+ /** Optional parameters. */
860
+ export interface MarketplaceAgreementsListOptionalParams extends coreClient.OperationOptions {
861
+ }
862
+ /** Contains response data for the list operation. */
863
+ export type MarketplaceAgreementsListResponse = ConfluentAgreementResourceListResponse;
864
+ /** Optional parameters. */
865
+ export interface MarketplaceAgreementsCreateOptionalParams extends coreClient.OperationOptions {
866
+ /** Confluent Marketplace Agreement resource */
867
+ body?: ConfluentAgreementResource;
868
+ }
869
+ /** Contains response data for the create operation. */
870
+ export type MarketplaceAgreementsCreateResponse = ConfluentAgreementResource;
871
+ /** Optional parameters. */
872
+ export interface MarketplaceAgreementsListNextOptionalParams extends coreClient.OperationOptions {
873
+ }
874
+ /** Contains response data for the listNext operation. */
875
+ export type MarketplaceAgreementsListNextResponse = ConfluentAgreementResourceListResponse;
876
+ /** Optional parameters. */
877
+ export interface OrganizationOperationsListOptionalParams extends coreClient.OperationOptions {
878
+ }
879
+ /** Contains response data for the list operation. */
880
+ export type OrganizationOperationsListResponse = OperationListResult;
881
+ /** Optional parameters. */
882
+ export interface OrganizationOperationsListNextOptionalParams extends coreClient.OperationOptions {
883
+ }
884
+ /** Contains response data for the listNext operation. */
885
+ export type OrganizationOperationsListNextResponse = OperationListResult;
886
+ /** Optional parameters. */
887
+ export interface OrganizationListBySubscriptionOptionalParams extends coreClient.OperationOptions {
888
+ }
889
+ /** Contains response data for the listBySubscription operation. */
890
+ export type OrganizationListBySubscriptionResponse = OrganizationResourceListResult;
891
+ /** Optional parameters. */
892
+ export interface OrganizationListByResourceGroupOptionalParams extends coreClient.OperationOptions {
893
+ }
894
+ /** Contains response data for the listByResourceGroup operation. */
895
+ export type OrganizationListByResourceGroupResponse = OrganizationResourceListResult;
896
+ /** Optional parameters. */
897
+ export interface OrganizationGetOptionalParams extends coreClient.OperationOptions {
898
+ }
899
+ /** Contains response data for the get operation. */
900
+ export type OrganizationGetResponse = OrganizationResource;
901
+ /** Optional parameters. */
902
+ export interface OrganizationCreateOptionalParams extends coreClient.OperationOptions {
903
+ /** Organization resource model */
904
+ body?: OrganizationResource;
905
+ /** Delay to wait until next poll, in milliseconds. */
906
+ updateIntervalInMs?: number;
907
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
908
+ resumeFrom?: string;
909
+ }
910
+ /** Contains response data for the create operation. */
911
+ export type OrganizationCreateResponse = OrganizationResource;
912
+ /** Optional parameters. */
913
+ export interface OrganizationUpdateOptionalParams extends coreClient.OperationOptions {
914
+ /** Updated Organization resource */
915
+ body?: OrganizationResourceUpdate;
916
+ }
917
+ /** Contains response data for the update operation. */
918
+ export type OrganizationUpdateResponse = OrganizationResource;
919
+ /** Optional parameters. */
920
+ export interface OrganizationDeleteOptionalParams extends coreClient.OperationOptions {
921
+ /** Delay to wait until next poll, in milliseconds. */
922
+ updateIntervalInMs?: number;
923
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
924
+ resumeFrom?: string;
925
+ }
926
+ /** Optional parameters. */
927
+ export interface OrganizationListEnvironmentsOptionalParams extends coreClient.OperationOptions {
928
+ /** Pagination size */
929
+ pageSize?: number;
930
+ /** An opaque pagination token to fetch the next set of records */
931
+ pageToken?: string;
932
+ }
933
+ /** Contains response data for the listEnvironments operation. */
934
+ export type OrganizationListEnvironmentsResponse = GetEnvironmentsResponse;
935
+ /** Optional parameters. */
936
+ export interface OrganizationGetEnvironmentByIdOptionalParams extends coreClient.OperationOptions {
937
+ }
938
+ /** Contains response data for the getEnvironmentById operation. */
939
+ export type OrganizationGetEnvironmentByIdResponse = SCEnvironmentRecord;
940
+ /** Optional parameters. */
941
+ export interface OrganizationListClustersOptionalParams extends coreClient.OperationOptions {
942
+ /** Pagination size */
943
+ pageSize?: number;
944
+ /** An opaque pagination token to fetch the next set of records */
945
+ pageToken?: string;
946
+ }
947
+ /** Contains response data for the listClusters operation. */
948
+ export type OrganizationListClustersResponse = ListClustersSuccessResponse;
949
+ /** Optional parameters. */
950
+ export interface OrganizationListSchemaRegistryClustersOptionalParams extends coreClient.OperationOptions {
951
+ /** Pagination size */
952
+ pageSize?: number;
953
+ /** An opaque pagination token to fetch the next set of records */
954
+ pageToken?: string;
955
+ }
956
+ /** Contains response data for the listSchemaRegistryClusters operation. */
957
+ export type OrganizationListSchemaRegistryClustersResponse = ListSchemaRegistryClustersResponse;
958
+ /** Optional parameters. */
959
+ export interface OrganizationListRegionsOptionalParams extends coreClient.OperationOptions {
960
+ }
961
+ /** Contains response data for the listRegions operation. */
962
+ export type OrganizationListRegionsResponse = ListRegionsSuccessResponse;
963
+ /** Optional parameters. */
964
+ export interface OrganizationCreateAPIKeyOptionalParams extends coreClient.OperationOptions {
965
+ }
966
+ /** Contains response data for the createAPIKey operation. */
967
+ export type OrganizationCreateAPIKeyResponse = APIKeyRecord;
968
+ /** Optional parameters. */
969
+ export interface OrganizationDeleteClusterAPIKeyOptionalParams extends coreClient.OperationOptions {
970
+ }
971
+ /** Optional parameters. */
972
+ export interface OrganizationGetClusterAPIKeyOptionalParams extends coreClient.OperationOptions {
973
+ }
974
+ /** Contains response data for the getClusterAPIKey operation. */
975
+ export type OrganizationGetClusterAPIKeyResponse = APIKeyRecord;
976
+ /** Optional parameters. */
977
+ export interface OrganizationGetSchemaRegistryClusterByIdOptionalParams extends coreClient.OperationOptions {
978
+ }
979
+ /** Contains response data for the getSchemaRegistryClusterById operation. */
980
+ export type OrganizationGetSchemaRegistryClusterByIdResponse = SchemaRegistryClusterRecord;
981
+ /** Optional parameters. */
982
+ export interface OrganizationGetClusterByIdOptionalParams extends coreClient.OperationOptions {
983
+ }
984
+ /** Contains response data for the getClusterById operation. */
985
+ export type OrganizationGetClusterByIdResponse = SCClusterRecord;
986
+ /** Optional parameters. */
987
+ export interface OrganizationListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
988
+ }
989
+ /** Contains response data for the listBySubscriptionNext operation. */
990
+ export type OrganizationListBySubscriptionNextResponse = OrganizationResourceListResult;
991
+ /** Optional parameters. */
992
+ export interface OrganizationListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
993
+ }
994
+ /** Contains response data for the listByResourceGroupNext operation. */
995
+ export type OrganizationListByResourceGroupNextResponse = OrganizationResourceListResult;
996
+ /** Optional parameters. */
997
+ export interface OrganizationListEnvironmentsNextOptionalParams extends coreClient.OperationOptions {
998
+ }
999
+ /** Contains response data for the listEnvironmentsNext operation. */
1000
+ export type OrganizationListEnvironmentsNextResponse = GetEnvironmentsResponse;
1001
+ /** Optional parameters. */
1002
+ export interface OrganizationListClustersNextOptionalParams extends coreClient.OperationOptions {
1003
+ }
1004
+ /** Contains response data for the listClustersNext operation. */
1005
+ export type OrganizationListClustersNextResponse = ListClustersSuccessResponse;
1006
+ /** Optional parameters. */
1007
+ export interface OrganizationListSchemaRegistryClustersNextOptionalParams extends coreClient.OperationOptions {
1008
+ }
1009
+ /** Contains response data for the listSchemaRegistryClustersNext operation. */
1010
+ export type OrganizationListSchemaRegistryClustersNextResponse = ListSchemaRegistryClustersResponse;
1011
+ /** Optional parameters. */
1012
+ export interface ValidationsValidateOrganizationOptionalParams extends coreClient.OperationOptions {
1013
+ }
1014
+ /** Contains response data for the validateOrganization operation. */
1015
+ export type ValidationsValidateOrganizationResponse = OrganizationResource;
1016
+ /** Optional parameters. */
1017
+ export interface ValidationsValidateOrganizationV2OptionalParams extends coreClient.OperationOptions {
1018
+ }
1019
+ /** Contains response data for the validateOrganizationV2 operation. */
1020
+ export type ValidationsValidateOrganizationV2Response = ValidationResponse;
1021
+ /** Optional parameters. */
1022
+ export interface AccessListUsersOptionalParams extends coreClient.OperationOptions {
1023
+ }
1024
+ /** Contains response data for the listUsers operation. */
1025
+ export type AccessListUsersResponse = AccessListUsersSuccessResponse;
1026
+ /** Optional parameters. */
1027
+ export interface AccessListServiceAccountsOptionalParams extends coreClient.OperationOptions {
1028
+ }
1029
+ /** Contains response data for the listServiceAccounts operation. */
1030
+ export type AccessListServiceAccountsResponse = AccessListServiceAccountsSuccessResponse;
1031
+ /** Optional parameters. */
1032
+ export interface AccessListInvitationsOptionalParams extends coreClient.OperationOptions {
1033
+ }
1034
+ /** Contains response data for the listInvitations operation. */
1035
+ export type AccessListInvitationsResponse = AccessListInvitationsSuccessResponse;
1036
+ /** Optional parameters. */
1037
+ export interface AccessInviteUserOptionalParams extends coreClient.OperationOptions {
1038
+ }
1039
+ /** Contains response data for the inviteUser operation. */
1040
+ export type AccessInviteUserResponse = InvitationRecord;
1041
+ /** Optional parameters. */
1042
+ export interface AccessListEnvironmentsOptionalParams extends coreClient.OperationOptions {
1043
+ }
1044
+ /** Contains response data for the listEnvironments operation. */
1045
+ export type AccessListEnvironmentsResponse = AccessListEnvironmentsSuccessResponse;
1046
+ /** Optional parameters. */
1047
+ export interface AccessListClustersOptionalParams extends coreClient.OperationOptions {
1048
+ }
1049
+ /** Contains response data for the listClusters operation. */
1050
+ export type AccessListClustersResponse = AccessListClusterSuccessResponse;
1051
+ /** Optional parameters. */
1052
+ export interface AccessListRoleBindingsOptionalParams extends coreClient.OperationOptions {
1053
+ }
1054
+ /** Contains response data for the listRoleBindings operation. */
1055
+ export type AccessListRoleBindingsResponse = AccessListRoleBindingsSuccessResponse;
1056
+ /** Optional parameters. */
1057
+ export interface AccessCreateRoleBindingOptionalParams extends coreClient.OperationOptions {
1058
+ }
1059
+ /** Contains response data for the createRoleBinding operation. */
1060
+ export type AccessCreateRoleBindingResponse = RoleBindingRecord;
1061
+ /** Optional parameters. */
1062
+ export interface AccessDeleteRoleBindingOptionalParams extends coreClient.OperationOptions {
1063
+ }
1064
+ /** Optional parameters. */
1065
+ export interface AccessListRoleBindingNameListOptionalParams extends coreClient.OperationOptions {
1066
+ }
1067
+ /** Contains response data for the listRoleBindingNameList operation. */
1068
+ export type AccessListRoleBindingNameListResponse = AccessRoleBindingNameListSuccessResponse;
1069
+ /** Optional parameters. */
1070
+ export interface ConfluentManagementClientOptionalParams extends coreClient.ServiceClientOptions {
1071
+ /** server parameter */
1072
+ $host?: string;
1073
+ /** Api Version */
1074
+ apiVersion?: string;
1075
+ /** Overrides client endpoint. */
1076
+ endpoint?: string;
1077
+ }
1078
+ //# sourceMappingURL=index.d.ts.map