@azure/arm-keyvault 4.0.0 → 5.0.0

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 (1171) hide show
  1. package/README.md +10 -10
  2. package/dist/browser/api/index.d.ts +3 -0
  3. package/dist/browser/api/index.js +4 -0
  4. package/dist/browser/api/index.js.map +1 -0
  5. package/dist/browser/api/keyVaultManagementContext.d.ts +22 -0
  6. package/dist/browser/api/keyVaultManagementContext.js +24 -0
  7. package/dist/browser/api/keyVaultManagementContext.js.map +1 -0
  8. package/dist/browser/api/keys/index.d.ts +3 -0
  9. package/dist/browser/api/keys/index.js +4 -0
  10. package/dist/browser/api/keys/index.js.map +1 -0
  11. package/dist/browser/api/keys/operations.d.ts +26 -0
  12. package/dist/browser/api/keys/operations.js +152 -0
  13. package/dist/browser/api/keys/operations.js.map +1 -0
  14. package/dist/browser/api/keys/options.d.ts +17 -0
  15. package/dist/browser/api/keys/options.js +4 -0
  16. package/dist/browser/api/keys/options.js.map +1 -0
  17. package/dist/browser/api/managedHsmKeys/index.d.ts +3 -0
  18. package/dist/browser/api/managedHsmKeys/index.js +4 -0
  19. package/dist/browser/api/managedHsmKeys/index.js.map +1 -0
  20. package/dist/browser/api/managedHsmKeys/operations.d.ts +26 -0
  21. package/dist/browser/api/managedHsmKeys/operations.js +152 -0
  22. package/dist/browser/api/managedHsmKeys/operations.js.map +1 -0
  23. package/dist/browser/api/managedHsmKeys/options.d.ts +17 -0
  24. package/dist/browser/api/managedHsmKeys/options.js +4 -0
  25. package/dist/browser/api/managedHsmKeys/options.js.map +1 -0
  26. package/dist/browser/api/managedHsms/index.d.ts +3 -0
  27. package/dist/browser/api/managedHsms/index.js +4 -0
  28. package/dist/browser/api/managedHsms/index.js.map +1 -0
  29. package/dist/browser/api/managedHsms/operations.d.ts +52 -0
  30. package/dist/browser/api/managedHsms/operations.js +305 -0
  31. package/dist/browser/api/managedHsms/operations.js.map +1 -0
  32. package/dist/browser/api/managedHsms/options.d.ts +44 -0
  33. package/dist/browser/api/managedHsms/options.js +4 -0
  34. package/dist/browser/api/managedHsms/options.js.map +1 -0
  35. package/dist/browser/api/mhsmPrivateEndpointConnections/index.d.ts +3 -0
  36. package/dist/browser/api/mhsmPrivateEndpointConnections/index.js +4 -0
  37. package/dist/browser/api/mhsmPrivateEndpointConnections/index.js.map +1 -0
  38. package/dist/browser/api/mhsmPrivateEndpointConnections/operations.d.ts +28 -0
  39. package/dist/browser/api/mhsmPrivateEndpointConnections/operations.js +134 -0
  40. package/dist/browser/api/mhsmPrivateEndpointConnections/operations.js.map +1 -0
  41. package/dist/browser/api/mhsmPrivateEndpointConnections/options.d.ts +16 -0
  42. package/dist/browser/api/mhsmPrivateEndpointConnections/options.js +4 -0
  43. package/dist/browser/api/mhsmPrivateEndpointConnections/options.js.map +1 -0
  44. package/dist/browser/api/mhsmPrivateLinkResources/index.d.ts +3 -0
  45. package/dist/browser/api/mhsmPrivateLinkResources/index.js +4 -0
  46. package/dist/browser/api/mhsmPrivateLinkResources/index.js.map +1 -0
  47. package/dist/browser/api/mhsmPrivateLinkResources/operations.d.ts +9 -0
  48. package/dist/browser/api/mhsmPrivateLinkResources/operations.js +34 -0
  49. package/dist/browser/api/mhsmPrivateLinkResources/operations.js.map +1 -0
  50. package/dist/browser/api/mhsmPrivateLinkResources/options.d.ts +5 -0
  51. package/dist/browser/api/mhsmPrivateLinkResources/options.js +4 -0
  52. package/dist/browser/api/mhsmPrivateLinkResources/options.js.map +1 -0
  53. package/dist/browser/api/mhsmRegions/index.d.ts +3 -0
  54. package/dist/browser/api/mhsmRegions/index.js +4 -0
  55. package/dist/browser/api/mhsmRegions/index.js.map +1 -0
  56. package/dist/browser/api/mhsmRegions/operations.d.ts +10 -0
  57. package/dist/browser/api/mhsmRegions/operations.js +34 -0
  58. package/dist/browser/api/mhsmRegions/operations.js.map +1 -0
  59. package/dist/browser/api/mhsmRegions/options.d.ts +5 -0
  60. package/dist/browser/api/mhsmRegions/options.js +4 -0
  61. package/dist/browser/api/mhsmRegions/options.js.map +1 -0
  62. package/dist/browser/api/operations/index.d.ts +3 -0
  63. package/dist/browser/api/operations/index.js +4 -0
  64. package/dist/browser/api/operations/index.js.map +1 -0
  65. package/dist/browser/api/operations/operations.d.ts +10 -0
  66. package/dist/browser/api/operations/operations.js +31 -0
  67. package/dist/browser/api/operations/operations.js.map +1 -0
  68. package/dist/browser/api/operations/options.d.ts +5 -0
  69. package/dist/browser/api/operations/options.js +4 -0
  70. package/dist/browser/api/operations/options.js.map +1 -0
  71. package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
  72. package/dist/browser/api/privateEndpointConnections/index.js +4 -0
  73. package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
  74. package/dist/browser/api/privateEndpointConnections/operations.d.ts +28 -0
  75. package/dist/browser/api/privateEndpointConnections/operations.js +134 -0
  76. package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
  77. package/dist/browser/api/privateEndpointConnections/options.d.ts +16 -0
  78. package/dist/browser/api/privateEndpointConnections/options.js +4 -0
  79. package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
  80. package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
  81. package/dist/browser/api/privateLinkResources/index.js +4 -0
  82. package/dist/browser/api/privateLinkResources/index.js.map +1 -0
  83. package/dist/browser/api/privateLinkResources/operations.d.ts +9 -0
  84. package/dist/browser/api/privateLinkResources/operations.js +34 -0
  85. package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
  86. package/dist/browser/api/privateLinkResources/options.d.ts +5 -0
  87. package/dist/browser/api/privateLinkResources/options.js +4 -0
  88. package/dist/browser/api/privateLinkResources/options.js.map +1 -0
  89. package/dist/browser/api/secrets/index.d.ts +3 -0
  90. package/dist/browser/api/secrets/index.js +4 -0
  91. package/dist/browser/api/secrets/index.js.map +1 -0
  92. package/dist/browser/api/secrets/operations.d.ts +22 -0
  93. package/dist/browser/api/secrets/operations.js +126 -0
  94. package/dist/browser/api/secrets/operations.js.map +1 -0
  95. package/dist/browser/api/secrets/options.d.ts +16 -0
  96. package/dist/browser/api/secrets/options.js +4 -0
  97. package/dist/browser/api/secrets/options.js.map +1 -0
  98. package/dist/browser/api/vaults/index.d.ts +3 -0
  99. package/dist/browser/api/vaults/index.js +4 -0
  100. package/dist/browser/api/vaults/index.js.map +1 -0
  101. package/dist/browser/api/vaults/operations.d.ts +60 -0
  102. package/dist/browser/api/vaults/operations.js +353 -0
  103. package/dist/browser/api/vaults/operations.js.map +1 -0
  104. package/dist/browser/api/vaults/options.d.ts +48 -0
  105. package/dist/browser/api/vaults/options.js +4 -0
  106. package/dist/browser/api/vaults/options.js.map +1 -0
  107. package/dist/browser/classic/index.d.ts +12 -0
  108. package/dist/browser/classic/index.js +4 -0
  109. package/dist/browser/classic/index.js.map +1 -0
  110. package/dist/browser/classic/keys/index.d.ts +19 -0
  111. package/dist/browser/classic/keys/index.js +18 -0
  112. package/dist/browser/classic/keys/index.js.map +1 -0
  113. package/dist/browser/classic/managedHsmKeys/index.d.ts +19 -0
  114. package/dist/browser/classic/managedHsmKeys/index.js +18 -0
  115. package/dist/browser/classic/managedHsmKeys/index.js.map +1 -0
  116. package/dist/browser/classic/managedHsms/index.d.ts +52 -0
  117. package/dist/browser/classic/managedHsms/index.js +56 -0
  118. package/dist/browser/classic/managedHsms/index.js.map +1 -0
  119. package/dist/browser/classic/mhsmPrivateEndpointConnections/index.d.ts +28 -0
  120. package/dist/browser/classic/mhsmPrivateEndpointConnections/index.js +26 -0
  121. package/dist/browser/classic/mhsmPrivateEndpointConnections/index.js.map +1 -0
  122. package/dist/browser/classic/mhsmPrivateLinkResources/index.d.ts +10 -0
  123. package/dist/browser/classic/mhsmPrivateLinkResources/index.js +14 -0
  124. package/dist/browser/classic/mhsmPrivateLinkResources/index.js.map +1 -0
  125. package/dist/browser/classic/mhsmRegions/index.d.ts +11 -0
  126. package/dist/browser/classic/mhsmRegions/index.js +14 -0
  127. package/dist/browser/classic/mhsmRegions/index.js.map +1 -0
  128. package/dist/browser/classic/operations/index.d.ts +11 -0
  129. package/dist/browser/classic/operations/index.js +14 -0
  130. package/dist/browser/classic/operations/index.js.map +1 -0
  131. package/dist/browser/classic/privateEndpointConnections/index.d.ts +28 -0
  132. package/dist/browser/classic/privateEndpointConnections/index.js +26 -0
  133. package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
  134. package/dist/browser/classic/privateLinkResources/index.d.ts +10 -0
  135. package/dist/browser/classic/privateLinkResources/index.js +14 -0
  136. package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
  137. package/dist/browser/classic/secrets/index.d.ts +17 -0
  138. package/dist/browser/classic/secrets/index.js +17 -0
  139. package/dist/browser/classic/secrets/index.js.map +1 -0
  140. package/dist/browser/classic/vaults/index.d.ts +48 -0
  141. package/dist/browser/classic/vaults/index.js +42 -0
  142. package/dist/browser/classic/vaults/index.js.map +1 -0
  143. package/dist/browser/index.d.ts +24 -3
  144. package/dist/browser/index.js +4 -6
  145. package/dist/browser/index.js.map +1 -1
  146. package/dist/browser/keyVaultManagementClient.d.ts +43 -28
  147. package/dist/browser/keyVaultManagementClient.js +61 -109
  148. package/dist/browser/keyVaultManagementClient.js.map +1 -1
  149. package/dist/browser/logger.d.ts +2 -0
  150. package/dist/browser/logger.js +5 -0
  151. package/dist/browser/logger.js.map +1 -0
  152. package/dist/browser/models/index.d.ts +2 -2351
  153. package/dist/browser/models/index.js +1 -356
  154. package/dist/browser/models/index.js.map +1 -1
  155. package/dist/browser/models/models.d.ts +1826 -0
  156. package/dist/browser/models/models.js +2133 -0
  157. package/dist/browser/models/models.js.map +1 -0
  158. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  159. package/dist/browser/restorePollerHelpers.js +107 -0
  160. package/dist/browser/restorePollerHelpers.js.map +1 -0
  161. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  162. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  163. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  164. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  165. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  166. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  167. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  168. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  169. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  170. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  171. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  172. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  173. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  174. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  175. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  176. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  177. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  178. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  179. package/dist/commonjs/api/index.d.ts +3 -0
  180. package/dist/commonjs/api/index.js +27 -0
  181. package/dist/commonjs/api/index.js.map +7 -0
  182. package/dist/commonjs/api/keyVaultManagementContext.d.ts +22 -0
  183. package/dist/commonjs/api/keyVaultManagementContext.js +44 -0
  184. package/dist/commonjs/api/keyVaultManagementContext.js.map +7 -0
  185. package/dist/commonjs/api/keys/index.d.ts +3 -0
  186. package/dist/commonjs/api/keys/index.js +35 -0
  187. package/dist/commonjs/api/keys/index.js.map +7 -0
  188. package/dist/commonjs/api/keys/operations.d.ts +26 -0
  189. package/dist/commonjs/api/keys/operations.js +244 -0
  190. package/dist/commonjs/api/keys/operations.js.map +7 -0
  191. package/dist/commonjs/api/keys/options.d.ts +17 -0
  192. package/dist/commonjs/api/keys/options.js +15 -0
  193. package/dist/commonjs/api/keys/options.js.map +7 -0
  194. package/dist/commonjs/api/managedHsmKeys/index.d.ts +3 -0
  195. package/dist/commonjs/api/managedHsmKeys/index.js +35 -0
  196. package/dist/commonjs/api/managedHsmKeys/index.js.map +7 -0
  197. package/dist/commonjs/api/managedHsmKeys/operations.d.ts +26 -0
  198. package/dist/commonjs/api/managedHsmKeys/operations.js +244 -0
  199. package/dist/commonjs/api/managedHsmKeys/operations.js.map +7 -0
  200. package/dist/commonjs/api/managedHsmKeys/options.d.ts +17 -0
  201. package/dist/commonjs/api/managedHsmKeys/options.js +15 -0
  202. package/dist/commonjs/api/managedHsmKeys/options.js.map +7 -0
  203. package/dist/commonjs/api/managedHsms/index.d.ts +3 -0
  204. package/dist/commonjs/api/managedHsms/index.js +45 -0
  205. package/dist/commonjs/api/managedHsms/index.js.map +7 -0
  206. package/dist/commonjs/api/managedHsms/operations.d.ts +52 -0
  207. package/dist/commonjs/api/managedHsms/operations.js +429 -0
  208. package/dist/commonjs/api/managedHsms/operations.js.map +7 -0
  209. package/dist/commonjs/api/managedHsms/options.d.ts +44 -0
  210. package/dist/commonjs/api/managedHsms/options.js +15 -0
  211. package/dist/commonjs/api/managedHsms/options.js.map +7 -0
  212. package/dist/commonjs/api/mhsmPrivateEndpointConnections/index.d.ts +3 -0
  213. package/dist/commonjs/api/mhsmPrivateEndpointConnections/index.js +33 -0
  214. package/dist/commonjs/api/mhsmPrivateEndpointConnections/index.js.map +7 -0
  215. package/dist/commonjs/api/mhsmPrivateEndpointConnections/operations.d.ts +28 -0
  216. package/dist/commonjs/api/mhsmPrivateEndpointConnections/operations.js +205 -0
  217. package/dist/commonjs/api/mhsmPrivateEndpointConnections/operations.js.map +7 -0
  218. package/dist/commonjs/api/mhsmPrivateEndpointConnections/options.d.ts +16 -0
  219. package/dist/commonjs/api/mhsmPrivateEndpointConnections/options.js +15 -0
  220. package/dist/commonjs/api/mhsmPrivateEndpointConnections/options.js.map +7 -0
  221. package/dist/commonjs/api/mhsmPrivateLinkResources/index.d.ts +3 -0
  222. package/dist/commonjs/api/mhsmPrivateLinkResources/index.js +27 -0
  223. package/dist/commonjs/api/mhsmPrivateLinkResources/index.js.map +7 -0
  224. package/dist/commonjs/api/mhsmPrivateLinkResources/operations.d.ts +9 -0
  225. package/dist/commonjs/api/mhsmPrivateLinkResources/operations.js +64 -0
  226. package/dist/commonjs/api/mhsmPrivateLinkResources/operations.js.map +7 -0
  227. package/dist/commonjs/api/mhsmPrivateLinkResources/options.d.ts +5 -0
  228. package/dist/commonjs/api/mhsmPrivateLinkResources/options.js +15 -0
  229. package/dist/commonjs/api/mhsmPrivateLinkResources/options.js.map +7 -0
  230. package/dist/commonjs/api/mhsmRegions/index.d.ts +3 -0
  231. package/dist/commonjs/api/mhsmRegions/index.js +27 -0
  232. package/dist/commonjs/api/mhsmRegions/index.js.map +7 -0
  233. package/dist/commonjs/api/mhsmRegions/operations.d.ts +10 -0
  234. package/dist/commonjs/api/mhsmRegions/operations.js +70 -0
  235. package/dist/commonjs/api/mhsmRegions/operations.js.map +7 -0
  236. package/dist/commonjs/api/mhsmRegions/options.d.ts +5 -0
  237. package/dist/commonjs/api/mhsmRegions/options.js +15 -0
  238. package/dist/commonjs/api/mhsmRegions/options.js.map +7 -0
  239. package/dist/commonjs/api/operations/index.d.ts +3 -0
  240. package/dist/commonjs/api/operations/index.js +27 -0
  241. package/dist/commonjs/api/operations/index.js.map +7 -0
  242. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  243. package/dist/commonjs/api/operations/operations.js +67 -0
  244. package/dist/commonjs/api/operations/operations.js.map +7 -0
  245. package/dist/commonjs/api/operations/options.d.ts +5 -0
  246. package/dist/commonjs/api/operations/options.js +15 -0
  247. package/dist/commonjs/api/operations/options.js.map +7 -0
  248. package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
  249. package/dist/commonjs/api/privateEndpointConnections/index.js +33 -0
  250. package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
  251. package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +28 -0
  252. package/dist/commonjs/api/privateEndpointConnections/operations.js +205 -0
  253. package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
  254. package/dist/commonjs/api/privateEndpointConnections/options.d.ts +16 -0
  255. package/dist/commonjs/api/privateEndpointConnections/options.js +15 -0
  256. package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
  257. package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
  258. package/dist/commonjs/api/privateLinkResources/index.js +27 -0
  259. package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
  260. package/dist/commonjs/api/privateLinkResources/operations.d.ts +9 -0
  261. package/dist/commonjs/api/privateLinkResources/operations.js +64 -0
  262. package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
  263. package/dist/commonjs/api/privateLinkResources/options.d.ts +5 -0
  264. package/dist/commonjs/api/privateLinkResources/options.js +15 -0
  265. package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
  266. package/dist/commonjs/api/secrets/index.d.ts +3 -0
  267. package/dist/commonjs/api/secrets/index.js +33 -0
  268. package/dist/commonjs/api/secrets/index.js.map +7 -0
  269. package/dist/commonjs/api/secrets/operations.d.ts +22 -0
  270. package/dist/commonjs/api/secrets/operations.js +203 -0
  271. package/dist/commonjs/api/secrets/operations.js.map +7 -0
  272. package/dist/commonjs/api/secrets/options.d.ts +16 -0
  273. package/dist/commonjs/api/secrets/options.js +15 -0
  274. package/dist/commonjs/api/secrets/options.js.map +7 -0
  275. package/dist/commonjs/api/vaults/index.d.ts +3 -0
  276. package/dist/commonjs/api/vaults/index.js +49 -0
  277. package/dist/commonjs/api/vaults/index.js.map +7 -0
  278. package/dist/commonjs/api/vaults/operations.d.ts +60 -0
  279. package/dist/commonjs/api/vaults/operations.js +508 -0
  280. package/dist/commonjs/api/vaults/operations.js.map +7 -0
  281. package/dist/commonjs/api/vaults/options.d.ts +48 -0
  282. package/dist/commonjs/api/vaults/options.js +15 -0
  283. package/dist/commonjs/api/vaults/options.js.map +7 -0
  284. package/dist/commonjs/classic/index.d.ts +12 -0
  285. package/dist/commonjs/classic/index.js +15 -0
  286. package/dist/commonjs/classic/index.js.map +7 -0
  287. package/dist/commonjs/classic/keys/index.d.ts +19 -0
  288. package/dist/commonjs/classic/keys/index.js +41 -0
  289. package/dist/commonjs/classic/keys/index.js.map +7 -0
  290. package/dist/commonjs/classic/managedHsmKeys/index.d.ts +19 -0
  291. package/dist/commonjs/classic/managedHsmKeys/index.js +41 -0
  292. package/dist/commonjs/classic/managedHsmKeys/index.js.map +7 -0
  293. package/dist/commonjs/classic/managedHsms/index.d.ts +52 -0
  294. package/dist/commonjs/classic/managedHsms/index.js +79 -0
  295. package/dist/commonjs/classic/managedHsms/index.js.map +7 -0
  296. package/dist/commonjs/classic/mhsmPrivateEndpointConnections/index.d.ts +28 -0
  297. package/dist/commonjs/classic/mhsmPrivateEndpointConnections/index.js +61 -0
  298. package/dist/commonjs/classic/mhsmPrivateEndpointConnections/index.js.map +7 -0
  299. package/dist/commonjs/classic/mhsmPrivateLinkResources/index.d.ts +10 -0
  300. package/dist/commonjs/classic/mhsmPrivateLinkResources/index.js +37 -0
  301. package/dist/commonjs/classic/mhsmPrivateLinkResources/index.js.map +7 -0
  302. package/dist/commonjs/classic/mhsmRegions/index.d.ts +11 -0
  303. package/dist/commonjs/classic/mhsmRegions/index.js +37 -0
  304. package/dist/commonjs/classic/mhsmRegions/index.js.map +7 -0
  305. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  306. package/dist/commonjs/classic/operations/index.js +37 -0
  307. package/dist/commonjs/classic/operations/index.js.map +7 -0
  308. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +28 -0
  309. package/dist/commonjs/classic/privateEndpointConnections/index.js +68 -0
  310. package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
  311. package/dist/commonjs/classic/privateLinkResources/index.d.ts +10 -0
  312. package/dist/commonjs/classic/privateLinkResources/index.js +37 -0
  313. package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
  314. package/dist/commonjs/classic/secrets/index.d.ts +17 -0
  315. package/dist/commonjs/classic/secrets/index.js +40 -0
  316. package/dist/commonjs/classic/secrets/index.js.map +7 -0
  317. package/dist/commonjs/classic/vaults/index.d.ts +48 -0
  318. package/dist/commonjs/classic/vaults/index.js +65 -0
  319. package/dist/commonjs/classic/vaults/index.js.map +7 -0
  320. package/dist/commonjs/index.d.ts +24 -3
  321. package/dist/commonjs/index.js +82 -16
  322. package/dist/commonjs/index.js.map +7 -1
  323. package/dist/commonjs/keyVaultManagementClient.d.ts +43 -28
  324. package/dist/commonjs/keyVaultManagementClient.js +93 -124
  325. package/dist/commonjs/keyVaultManagementClient.js.map +7 -1
  326. package/dist/commonjs/logger.d.ts +2 -0
  327. package/dist/commonjs/logger.js +28 -0
  328. package/dist/commonjs/logger.js.map +7 -0
  329. package/dist/commonjs/models/index.d.ts +2 -2351
  330. package/dist/commonjs/models/index.js +73 -362
  331. package/dist/commonjs/models/index.js.map +7 -1
  332. package/dist/commonjs/models/models.d.ts +1826 -0
  333. package/dist/commonjs/models/models.js +2128 -0
  334. package/dist/commonjs/models/models.js.map +7 -0
  335. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  336. package/dist/commonjs/restorePollerHelpers.js +119 -0
  337. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  338. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  339. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +51 -0
  340. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  341. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  342. package/dist/commonjs/static-helpers/pagingHelpers.js +142 -0
  343. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  344. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  345. package/dist/commonjs/static-helpers/pollingHelpers.js +100 -0
  346. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  347. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  348. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +34 -0
  349. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  350. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  351. package/dist/commonjs/static-helpers/simplePollerHelpers.js +66 -0
  352. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  353. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  354. package/dist/commonjs/static-helpers/urlTemplate.js +196 -0
  355. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  356. package/dist/commonjs/tsdoc-metadata.json +1 -1
  357. package/dist/esm/api/index.d.ts +3 -0
  358. package/dist/esm/api/index.js +4 -0
  359. package/dist/esm/api/index.js.map +7 -0
  360. package/dist/esm/api/keyVaultManagementContext.d.ts +22 -0
  361. package/dist/esm/api/keyVaultManagementContext.js +21 -0
  362. package/dist/esm/api/keyVaultManagementContext.js.map +7 -0
  363. package/dist/esm/api/keys/index.d.ts +3 -0
  364. package/dist/esm/api/keys/index.js +8 -0
  365. package/dist/esm/api/keys/index.js.map +7 -0
  366. package/dist/esm/api/keys/operations.d.ts +26 -0
  367. package/dist/esm/api/keys/operations.js +212 -0
  368. package/dist/esm/api/keys/operations.js.map +7 -0
  369. package/dist/esm/api/keys/options.d.ts +17 -0
  370. package/dist/esm/api/keys/options.js +0 -0
  371. package/dist/esm/api/keys/options.js.map +7 -0
  372. package/dist/esm/api/managedHsmKeys/index.d.ts +3 -0
  373. package/dist/esm/api/managedHsmKeys/index.js +8 -0
  374. package/dist/esm/api/managedHsmKeys/index.js.map +7 -0
  375. package/dist/esm/api/managedHsmKeys/operations.d.ts +26 -0
  376. package/dist/esm/api/managedHsmKeys/operations.js +212 -0
  377. package/dist/esm/api/managedHsmKeys/operations.js.map +7 -0
  378. package/dist/esm/api/managedHsmKeys/options.d.ts +17 -0
  379. package/dist/esm/api/managedHsmKeys/options.js +0 -0
  380. package/dist/esm/api/managedHsmKeys/options.js.map +7 -0
  381. package/dist/esm/api/managedHsms/index.d.ts +3 -0
  382. package/dist/esm/api/managedHsms/index.js +24 -0
  383. package/dist/esm/api/managedHsms/index.js.map +7 -0
  384. package/dist/esm/api/managedHsms/operations.d.ts +52 -0
  385. package/dist/esm/api/managedHsms/operations.js +387 -0
  386. package/dist/esm/api/managedHsms/operations.js.map +7 -0
  387. package/dist/esm/api/managedHsms/options.d.ts +44 -0
  388. package/dist/esm/api/managedHsms/options.js +0 -0
  389. package/dist/esm/api/managedHsms/options.js.map +7 -0
  390. package/dist/esm/api/mhsmPrivateEndpointConnections/index.d.ts +3 -0
  391. package/dist/esm/api/mhsmPrivateEndpointConnections/index.js +7 -0
  392. package/dist/esm/api/mhsmPrivateEndpointConnections/index.js.map +7 -0
  393. package/dist/esm/api/mhsmPrivateEndpointConnections/operations.d.ts +28 -0
  394. package/dist/esm/api/mhsmPrivateEndpointConnections/operations.js +177 -0
  395. package/dist/esm/api/mhsmPrivateEndpointConnections/operations.js.map +7 -0
  396. package/dist/esm/api/mhsmPrivateEndpointConnections/options.d.ts +16 -0
  397. package/dist/esm/api/mhsmPrivateEndpointConnections/options.js +0 -0
  398. package/dist/esm/api/mhsmPrivateEndpointConnections/options.js.map +7 -0
  399. package/dist/esm/api/mhsmPrivateLinkResources/index.d.ts +3 -0
  400. package/dist/esm/api/mhsmPrivateLinkResources/index.js +4 -0
  401. package/dist/esm/api/mhsmPrivateLinkResources/index.js.map +7 -0
  402. package/dist/esm/api/mhsmPrivateLinkResources/operations.d.ts +9 -0
  403. package/dist/esm/api/mhsmPrivateLinkResources/operations.js +42 -0
  404. package/dist/esm/api/mhsmPrivateLinkResources/operations.js.map +7 -0
  405. package/dist/esm/api/mhsmPrivateLinkResources/options.d.ts +5 -0
  406. package/dist/esm/api/mhsmPrivateLinkResources/options.js +0 -0
  407. package/dist/esm/api/mhsmPrivateLinkResources/options.js.map +7 -0
  408. package/dist/esm/api/mhsmRegions/index.d.ts +3 -0
  409. package/dist/esm/api/mhsmRegions/index.js +4 -0
  410. package/dist/esm/api/mhsmRegions/index.js.map +7 -0
  411. package/dist/esm/api/mhsmRegions/operations.d.ts +10 -0
  412. package/dist/esm/api/mhsmRegions/operations.js +48 -0
  413. package/dist/esm/api/mhsmRegions/operations.js.map +7 -0
  414. package/dist/esm/api/mhsmRegions/options.d.ts +5 -0
  415. package/dist/esm/api/mhsmRegions/options.js +0 -0
  416. package/dist/esm/api/mhsmRegions/options.js.map +7 -0
  417. package/dist/esm/api/operations/index.d.ts +3 -0
  418. package/dist/esm/api/operations/index.js +4 -0
  419. package/dist/esm/api/operations/index.js.map +7 -0
  420. package/dist/esm/api/operations/operations.d.ts +10 -0
  421. package/dist/esm/api/operations/operations.js +42 -0
  422. package/dist/esm/api/operations/operations.js.map +7 -0
  423. package/dist/esm/api/operations/options.d.ts +5 -0
  424. package/dist/esm/api/operations/options.js +0 -0
  425. package/dist/esm/api/operations/options.js.map +7 -0
  426. package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
  427. package/dist/esm/api/privateEndpointConnections/index.js +7 -0
  428. package/dist/esm/api/privateEndpointConnections/index.js.map +7 -0
  429. package/dist/esm/api/privateEndpointConnections/operations.d.ts +28 -0
  430. package/dist/esm/api/privateEndpointConnections/operations.js +176 -0
  431. package/dist/esm/api/privateEndpointConnections/operations.js.map +7 -0
  432. package/dist/esm/api/privateEndpointConnections/options.d.ts +16 -0
  433. package/dist/esm/api/privateEndpointConnections/options.js +0 -0
  434. package/dist/esm/api/privateEndpointConnections/options.js.map +7 -0
  435. package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
  436. package/dist/esm/api/privateLinkResources/index.js +4 -0
  437. package/dist/esm/api/privateLinkResources/index.js.map +7 -0
  438. package/dist/esm/api/privateLinkResources/operations.d.ts +9 -0
  439. package/dist/esm/api/privateLinkResources/operations.js +42 -0
  440. package/dist/esm/api/privateLinkResources/operations.js.map +7 -0
  441. package/dist/esm/api/privateLinkResources/options.d.ts +5 -0
  442. package/dist/esm/api/privateLinkResources/options.js +0 -0
  443. package/dist/esm/api/privateLinkResources/options.js.map +7 -0
  444. package/dist/esm/api/secrets/index.d.ts +3 -0
  445. package/dist/esm/api/secrets/index.js +7 -0
  446. package/dist/esm/api/secrets/index.js.map +7 -0
  447. package/dist/esm/api/secrets/operations.d.ts +22 -0
  448. package/dist/esm/api/secrets/operations.js +175 -0
  449. package/dist/esm/api/secrets/operations.js.map +7 -0
  450. package/dist/esm/api/secrets/options.d.ts +16 -0
  451. package/dist/esm/api/secrets/options.js +0 -0
  452. package/dist/esm/api/secrets/options.js.map +7 -0
  453. package/dist/esm/api/vaults/index.d.ts +3 -0
  454. package/dist/esm/api/vaults/index.js +28 -0
  455. package/dist/esm/api/vaults/index.js.map +7 -0
  456. package/dist/esm/api/vaults/operations.d.ts +60 -0
  457. package/dist/esm/api/vaults/operations.js +463 -0
  458. package/dist/esm/api/vaults/operations.js.map +7 -0
  459. package/dist/esm/api/vaults/options.d.ts +48 -0
  460. package/dist/esm/api/vaults/options.js +0 -0
  461. package/dist/esm/api/vaults/options.js.map +7 -0
  462. package/dist/esm/classic/index.d.ts +12 -0
  463. package/dist/esm/classic/index.js +0 -0
  464. package/dist/esm/classic/index.js.map +7 -0
  465. package/dist/esm/classic/keys/index.d.ts +19 -0
  466. package/dist/esm/classic/keys/index.js +24 -0
  467. package/dist/esm/classic/keys/index.js.map +7 -0
  468. package/dist/esm/classic/managedHsmKeys/index.d.ts +19 -0
  469. package/dist/esm/classic/managedHsmKeys/index.js +24 -0
  470. package/dist/esm/classic/managedHsmKeys/index.js.map +7 -0
  471. package/dist/esm/classic/managedHsms/index.d.ts +52 -0
  472. package/dist/esm/classic/managedHsms/index.js +67 -0
  473. package/dist/esm/classic/managedHsms/index.js.map +7 -0
  474. package/dist/esm/classic/mhsmPrivateEndpointConnections/index.d.ts +28 -0
  475. package/dist/esm/classic/mhsmPrivateEndpointConnections/index.js +43 -0
  476. package/dist/esm/classic/mhsmPrivateEndpointConnections/index.js.map +7 -0
  477. package/dist/esm/classic/mhsmPrivateLinkResources/index.d.ts +10 -0
  478. package/dist/esm/classic/mhsmPrivateLinkResources/index.js +14 -0
  479. package/dist/esm/classic/mhsmPrivateLinkResources/index.js.map +7 -0
  480. package/dist/esm/classic/mhsmRegions/index.d.ts +11 -0
  481. package/dist/esm/classic/mhsmRegions/index.js +14 -0
  482. package/dist/esm/classic/mhsmRegions/index.js.map +7 -0
  483. package/dist/esm/classic/operations/index.d.ts +11 -0
  484. package/dist/esm/classic/operations/index.js +14 -0
  485. package/dist/esm/classic/operations/index.js.map +7 -0
  486. package/dist/esm/classic/privateEndpointConnections/index.d.ts +28 -0
  487. package/dist/esm/classic/privateEndpointConnections/index.js +50 -0
  488. package/dist/esm/classic/privateEndpointConnections/index.js.map +7 -0
  489. package/dist/esm/classic/privateLinkResources/index.d.ts +10 -0
  490. package/dist/esm/classic/privateLinkResources/index.js +14 -0
  491. package/dist/esm/classic/privateLinkResources/index.js.map +7 -0
  492. package/dist/esm/classic/secrets/index.d.ts +17 -0
  493. package/dist/esm/classic/secrets/index.js +17 -0
  494. package/dist/esm/classic/secrets/index.js.map +7 -0
  495. package/dist/esm/classic/vaults/index.d.ts +48 -0
  496. package/dist/esm/classic/vaults/index.js +55 -0
  497. package/dist/esm/classic/vaults/index.js.map +7 -0
  498. package/dist/esm/index.d.ts +24 -3
  499. package/dist/esm/index.js +58 -10
  500. package/dist/esm/index.js.map +7 -1
  501. package/dist/esm/keyVaultManagementClient.d.ts +43 -28
  502. package/dist/esm/keyVaultManagementClient.js +70 -119
  503. package/dist/esm/keyVaultManagementClient.js.map +7 -1
  504. package/dist/esm/logger.d.ts +2 -0
  505. package/dist/esm/logger.js +5 -0
  506. package/dist/esm/logger.js.map +7 -0
  507. package/dist/esm/models/index.d.ts +2 -2351
  508. package/dist/esm/models/index.js +52 -359
  509. package/dist/esm/models/index.js.map +7 -1
  510. package/dist/esm/models/models.d.ts +1826 -0
  511. package/dist/esm/models/models.js +1878 -0
  512. package/dist/esm/models/models.js.map +7 -0
  513. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  514. package/dist/esm/restorePollerHelpers.js +104 -0
  515. package/dist/esm/restorePollerHelpers.js.map +7 -0
  516. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  517. package/dist/esm/static-helpers/cloudSettingHelpers.js +27 -0
  518. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +7 -0
  519. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  520. package/dist/esm/static-helpers/pagingHelpers.js +119 -0
  521. package/dist/esm/static-helpers/pagingHelpers.js.map +7 -0
  522. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  523. package/dist/esm/static-helpers/pollingHelpers.js +77 -0
  524. package/dist/esm/static-helpers/pollingHelpers.js.map +7 -0
  525. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  526. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +11 -0
  527. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  528. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  529. package/dist/esm/static-helpers/simplePollerHelpers.js +43 -0
  530. package/dist/esm/static-helpers/simplePollerHelpers.js.map +7 -0
  531. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  532. package/dist/esm/static-helpers/urlTemplate.js +173 -0
  533. package/dist/esm/static-helpers/urlTemplate.js.map +7 -0
  534. package/dist/react-native/api/index.d.ts +3 -0
  535. package/dist/react-native/api/index.js +4 -0
  536. package/dist/react-native/api/index.js.map +1 -0
  537. package/dist/react-native/api/keyVaultManagementContext.d.ts +22 -0
  538. package/dist/react-native/api/keyVaultManagementContext.js +24 -0
  539. package/dist/react-native/api/keyVaultManagementContext.js.map +1 -0
  540. package/dist/react-native/api/keys/index.d.ts +3 -0
  541. package/dist/react-native/api/keys/index.js +4 -0
  542. package/dist/react-native/api/keys/index.js.map +1 -0
  543. package/dist/react-native/api/keys/operations.d.ts +26 -0
  544. package/dist/react-native/api/keys/operations.js +152 -0
  545. package/dist/react-native/api/keys/operations.js.map +1 -0
  546. package/dist/react-native/api/keys/options.d.ts +17 -0
  547. package/dist/react-native/api/keys/options.js +4 -0
  548. package/dist/react-native/api/keys/options.js.map +1 -0
  549. package/dist/react-native/api/managedHsmKeys/index.d.ts +3 -0
  550. package/dist/react-native/api/managedHsmKeys/index.js +4 -0
  551. package/dist/react-native/api/managedHsmKeys/index.js.map +1 -0
  552. package/dist/react-native/api/managedHsmKeys/operations.d.ts +26 -0
  553. package/dist/react-native/api/managedHsmKeys/operations.js +152 -0
  554. package/dist/react-native/api/managedHsmKeys/operations.js.map +1 -0
  555. package/dist/react-native/api/managedHsmKeys/options.d.ts +17 -0
  556. package/dist/react-native/api/managedHsmKeys/options.js +4 -0
  557. package/dist/react-native/api/managedHsmKeys/options.js.map +1 -0
  558. package/dist/react-native/api/managedHsms/index.d.ts +3 -0
  559. package/dist/react-native/api/managedHsms/index.js +4 -0
  560. package/dist/react-native/api/managedHsms/index.js.map +1 -0
  561. package/dist/react-native/api/managedHsms/operations.d.ts +52 -0
  562. package/dist/react-native/api/managedHsms/operations.js +305 -0
  563. package/dist/react-native/api/managedHsms/operations.js.map +1 -0
  564. package/dist/react-native/api/managedHsms/options.d.ts +44 -0
  565. package/dist/react-native/api/managedHsms/options.js +4 -0
  566. package/dist/react-native/api/managedHsms/options.js.map +1 -0
  567. package/dist/react-native/api/mhsmPrivateEndpointConnections/index.d.ts +3 -0
  568. package/dist/react-native/api/mhsmPrivateEndpointConnections/index.js +4 -0
  569. package/dist/react-native/api/mhsmPrivateEndpointConnections/index.js.map +1 -0
  570. package/dist/react-native/api/mhsmPrivateEndpointConnections/operations.d.ts +28 -0
  571. package/dist/react-native/api/mhsmPrivateEndpointConnections/operations.js +134 -0
  572. package/dist/react-native/api/mhsmPrivateEndpointConnections/operations.js.map +1 -0
  573. package/dist/react-native/api/mhsmPrivateEndpointConnections/options.d.ts +16 -0
  574. package/dist/react-native/api/mhsmPrivateEndpointConnections/options.js +4 -0
  575. package/dist/react-native/api/mhsmPrivateEndpointConnections/options.js.map +1 -0
  576. package/dist/react-native/api/mhsmPrivateLinkResources/index.d.ts +3 -0
  577. package/dist/react-native/api/mhsmPrivateLinkResources/index.js +4 -0
  578. package/dist/react-native/api/mhsmPrivateLinkResources/index.js.map +1 -0
  579. package/dist/react-native/api/mhsmPrivateLinkResources/operations.d.ts +9 -0
  580. package/dist/react-native/api/mhsmPrivateLinkResources/operations.js +34 -0
  581. package/dist/react-native/api/mhsmPrivateLinkResources/operations.js.map +1 -0
  582. package/dist/react-native/api/mhsmPrivateLinkResources/options.d.ts +5 -0
  583. package/dist/react-native/api/mhsmPrivateLinkResources/options.js +4 -0
  584. package/dist/react-native/api/mhsmPrivateLinkResources/options.js.map +1 -0
  585. package/dist/react-native/api/mhsmRegions/index.d.ts +3 -0
  586. package/dist/react-native/api/mhsmRegions/index.js +4 -0
  587. package/dist/react-native/api/mhsmRegions/index.js.map +1 -0
  588. package/dist/react-native/api/mhsmRegions/operations.d.ts +10 -0
  589. package/dist/react-native/api/mhsmRegions/operations.js +34 -0
  590. package/dist/react-native/api/mhsmRegions/operations.js.map +1 -0
  591. package/dist/react-native/api/mhsmRegions/options.d.ts +5 -0
  592. package/dist/react-native/api/mhsmRegions/options.js +4 -0
  593. package/dist/react-native/api/mhsmRegions/options.js.map +1 -0
  594. package/dist/react-native/api/operations/index.d.ts +3 -0
  595. package/dist/react-native/api/operations/index.js +4 -0
  596. package/dist/react-native/api/operations/index.js.map +1 -0
  597. package/dist/react-native/api/operations/operations.d.ts +10 -0
  598. package/dist/react-native/api/operations/operations.js +31 -0
  599. package/dist/react-native/api/operations/operations.js.map +1 -0
  600. package/dist/react-native/api/operations/options.d.ts +5 -0
  601. package/dist/react-native/api/operations/options.js +4 -0
  602. package/dist/react-native/api/operations/options.js.map +1 -0
  603. package/dist/react-native/api/privateEndpointConnections/index.d.ts +3 -0
  604. package/dist/react-native/api/privateEndpointConnections/index.js +4 -0
  605. package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
  606. package/dist/react-native/api/privateEndpointConnections/operations.d.ts +28 -0
  607. package/dist/react-native/api/privateEndpointConnections/operations.js +134 -0
  608. package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -0
  609. package/dist/react-native/api/privateEndpointConnections/options.d.ts +16 -0
  610. package/dist/react-native/api/privateEndpointConnections/options.js +4 -0
  611. package/dist/react-native/api/privateEndpointConnections/options.js.map +1 -0
  612. package/dist/react-native/api/privateLinkResources/index.d.ts +3 -0
  613. package/dist/react-native/api/privateLinkResources/index.js +4 -0
  614. package/dist/react-native/api/privateLinkResources/index.js.map +1 -0
  615. package/dist/react-native/api/privateLinkResources/operations.d.ts +9 -0
  616. package/dist/react-native/api/privateLinkResources/operations.js +34 -0
  617. package/dist/react-native/api/privateLinkResources/operations.js.map +1 -0
  618. package/dist/react-native/api/privateLinkResources/options.d.ts +5 -0
  619. package/dist/react-native/api/privateLinkResources/options.js +4 -0
  620. package/dist/react-native/api/privateLinkResources/options.js.map +1 -0
  621. package/dist/react-native/api/secrets/index.d.ts +3 -0
  622. package/dist/react-native/api/secrets/index.js +4 -0
  623. package/dist/react-native/api/secrets/index.js.map +1 -0
  624. package/dist/react-native/api/secrets/operations.d.ts +22 -0
  625. package/dist/react-native/api/secrets/operations.js +126 -0
  626. package/dist/react-native/api/secrets/operations.js.map +1 -0
  627. package/dist/react-native/api/secrets/options.d.ts +16 -0
  628. package/dist/react-native/api/secrets/options.js +4 -0
  629. package/dist/react-native/api/secrets/options.js.map +1 -0
  630. package/dist/react-native/api/vaults/index.d.ts +3 -0
  631. package/dist/react-native/api/vaults/index.js +4 -0
  632. package/dist/react-native/api/vaults/index.js.map +1 -0
  633. package/dist/react-native/api/vaults/operations.d.ts +60 -0
  634. package/dist/react-native/api/vaults/operations.js +353 -0
  635. package/dist/react-native/api/vaults/operations.js.map +1 -0
  636. package/dist/react-native/api/vaults/options.d.ts +48 -0
  637. package/dist/react-native/api/vaults/options.js +4 -0
  638. package/dist/react-native/api/vaults/options.js.map +1 -0
  639. package/dist/react-native/classic/index.d.ts +12 -0
  640. package/dist/react-native/classic/index.js +4 -0
  641. package/dist/react-native/classic/index.js.map +1 -0
  642. package/dist/react-native/classic/keys/index.d.ts +19 -0
  643. package/dist/react-native/classic/keys/index.js +18 -0
  644. package/dist/react-native/classic/keys/index.js.map +1 -0
  645. package/dist/react-native/classic/managedHsmKeys/index.d.ts +19 -0
  646. package/dist/react-native/classic/managedHsmKeys/index.js +18 -0
  647. package/dist/react-native/classic/managedHsmKeys/index.js.map +1 -0
  648. package/dist/react-native/classic/managedHsms/index.d.ts +52 -0
  649. package/dist/react-native/classic/managedHsms/index.js +56 -0
  650. package/dist/react-native/classic/managedHsms/index.js.map +1 -0
  651. package/dist/react-native/classic/mhsmPrivateEndpointConnections/index.d.ts +28 -0
  652. package/dist/react-native/classic/mhsmPrivateEndpointConnections/index.js +26 -0
  653. package/dist/react-native/classic/mhsmPrivateEndpointConnections/index.js.map +1 -0
  654. package/dist/react-native/classic/mhsmPrivateLinkResources/index.d.ts +10 -0
  655. package/dist/react-native/classic/mhsmPrivateLinkResources/index.js +14 -0
  656. package/dist/react-native/classic/mhsmPrivateLinkResources/index.js.map +1 -0
  657. package/dist/react-native/classic/mhsmRegions/index.d.ts +11 -0
  658. package/dist/react-native/classic/mhsmRegions/index.js +14 -0
  659. package/dist/react-native/classic/mhsmRegions/index.js.map +1 -0
  660. package/dist/react-native/classic/operations/index.d.ts +11 -0
  661. package/dist/react-native/classic/operations/index.js +14 -0
  662. package/dist/react-native/classic/operations/index.js.map +1 -0
  663. package/dist/react-native/classic/privateEndpointConnections/index.d.ts +28 -0
  664. package/dist/react-native/classic/privateEndpointConnections/index.js +26 -0
  665. package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
  666. package/dist/react-native/classic/privateLinkResources/index.d.ts +10 -0
  667. package/dist/react-native/classic/privateLinkResources/index.js +14 -0
  668. package/dist/react-native/classic/privateLinkResources/index.js.map +1 -0
  669. package/dist/react-native/classic/secrets/index.d.ts +17 -0
  670. package/dist/react-native/classic/secrets/index.js +17 -0
  671. package/dist/react-native/classic/secrets/index.js.map +1 -0
  672. package/dist/react-native/classic/vaults/index.d.ts +48 -0
  673. package/dist/react-native/classic/vaults/index.js +42 -0
  674. package/dist/react-native/classic/vaults/index.js.map +1 -0
  675. package/dist/react-native/index.d.ts +24 -3
  676. package/dist/react-native/index.js +4 -6
  677. package/dist/react-native/index.js.map +1 -1
  678. package/dist/react-native/keyVaultManagementClient.d.ts +43 -28
  679. package/dist/react-native/keyVaultManagementClient.js +61 -109
  680. package/dist/react-native/keyVaultManagementClient.js.map +1 -1
  681. package/dist/react-native/logger.d.ts +2 -0
  682. package/dist/react-native/logger.js +5 -0
  683. package/dist/react-native/logger.js.map +1 -0
  684. package/dist/react-native/models/index.d.ts +2 -2351
  685. package/dist/react-native/models/index.js +1 -356
  686. package/dist/react-native/models/index.js.map +1 -1
  687. package/dist/react-native/models/models.d.ts +1826 -0
  688. package/dist/react-native/models/models.js +2133 -0
  689. package/dist/react-native/models/models.js.map +1 -0
  690. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  691. package/dist/react-native/restorePollerHelpers.js +107 -0
  692. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  693. package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
  694. package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
  695. package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
  696. package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
  697. package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
  698. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  699. package/dist/react-native/static-helpers/pollingHelpers.d.ts +34 -0
  700. package/dist/react-native/static-helpers/pollingHelpers.js +95 -0
  701. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  702. package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  703. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
  704. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  705. package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
  706. package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
  707. package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
  708. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  709. package/dist/react-native/static-helpers/urlTemplate.js +200 -0
  710. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  711. package/package.json +317 -95
  712. package/dist/browser/index.d.ts.map +0 -1
  713. package/dist/browser/keyVaultManagementClient.d.ts.map +0 -1
  714. package/dist/browser/lroImpl.d.ts +0 -11
  715. package/dist/browser/lroImpl.d.ts.map +0 -1
  716. package/dist/browser/lroImpl.js +0 -20
  717. package/dist/browser/lroImpl.js.map +0 -1
  718. package/dist/browser/models/index.d.ts.map +0 -1
  719. package/dist/browser/models/mappers.d.ts +0 -110
  720. package/dist/browser/models/mappers.d.ts.map +0 -1
  721. package/dist/browser/models/mappers.js +0 -3556
  722. package/dist/browser/models/mappers.js.map +0 -1
  723. package/dist/browser/models/parameters.d.ts +0 -34
  724. package/dist/browser/models/parameters.d.ts.map +0 -1
  725. package/dist/browser/models/parameters.js +0 -280
  726. package/dist/browser/models/parameters.js.map +0 -1
  727. package/dist/browser/operations/index.d.ts +0 -12
  728. package/dist/browser/operations/index.d.ts.map +0 -1
  729. package/dist/browser/operations/index.js +0 -16
  730. package/dist/browser/operations/index.js.map +0 -1
  731. package/dist/browser/operations/keys.d.ts +0 -93
  732. package/dist/browser/operations/keys.d.ts.map +0 -1
  733. package/dist/browser/operations/keys.js +0 -343
  734. package/dist/browser/operations/keys.js.map +0 -1
  735. package/dist/browser/operations/managedHsmKeys.d.ts +0 -105
  736. package/dist/browser/operations/managedHsmKeys.d.ts.map +0 -1
  737. package/dist/browser/operations/managedHsmKeys.js +0 -355
  738. package/dist/browser/operations/managedHsmKeys.js.map +0 -1
  739. package/dist/browser/operations/managedHsms.d.ts +0 -154
  740. package/dist/browser/operations/managedHsms.d.ts.map +0 -1
  741. package/dist/browser/operations/managedHsms.js +0 -738
  742. package/dist/browser/operations/managedHsms.js.map +0 -1
  743. package/dist/browser/operations/mhsmPrivateEndpointConnections.d.ts +0 -78
  744. package/dist/browser/operations/mhsmPrivateEndpointConnections.d.ts.map +0 -1
  745. package/dist/browser/operations/mhsmPrivateEndpointConnections.js +0 -300
  746. package/dist/browser/operations/mhsmPrivateEndpointConnections.js.map +0 -1
  747. package/dist/browser/operations/mhsmPrivateLinkResources.d.ts +0 -20
  748. package/dist/browser/operations/mhsmPrivateLinkResources.d.ts.map +0 -1
  749. package/dist/browser/operations/mhsmPrivateLinkResources.js +0 -49
  750. package/dist/browser/operations/mhsmPrivateLinkResources.js.map +0 -1
  751. package/dist/browser/operations/mhsmRegions.d.ts +0 -38
  752. package/dist/browser/operations/mhsmRegions.d.ts.map +0 -1
  753. package/dist/browser/operations/mhsmRegions.js +0 -128
  754. package/dist/browser/operations/mhsmRegions.js.map +0 -1
  755. package/dist/browser/operations/operations.d.ts +0 -32
  756. package/dist/browser/operations/operations.d.ts.map +0 -1
  757. package/dist/browser/operations/operations.js +0 -111
  758. package/dist/browser/operations/operations.js.map +0 -1
  759. package/dist/browser/operations/privateEndpointConnections.d.ts +0 -78
  760. package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
  761. package/dist/browser/operations/privateEndpointConnections.js +0 -306
  762. package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
  763. package/dist/browser/operations/privateLinkResources.d.ts +0 -20
  764. package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
  765. package/dist/browser/operations/privateLinkResources.js +0 -49
  766. package/dist/browser/operations/privateLinkResources.js.map +0 -1
  767. package/dist/browser/operations/secrets.d.ts +0 -72
  768. package/dist/browser/operations/secrets.d.ts.map +0 -1
  769. package/dist/browser/operations/secrets.js +0 -244
  770. package/dist/browser/operations/secrets.js.map +0 -1
  771. package/dist/browser/operations/vaults.d.ts +0 -166
  772. package/dist/browser/operations/vaults.d.ts.map +0 -1
  773. package/dist/browser/operations/vaults.js +0 -752
  774. package/dist/browser/operations/vaults.js.map +0 -1
  775. package/dist/browser/operationsInterfaces/index.d.ts +0 -12
  776. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  777. package/dist/browser/operationsInterfaces/index.js +0 -16
  778. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  779. package/dist/browser/operationsInterfaces/keys.d.ts +0 -49
  780. package/dist/browser/operationsInterfaces/keys.d.ts.map +0 -1
  781. package/dist/browser/operationsInterfaces/keys.js +0 -4
  782. package/dist/browser/operationsInterfaces/keys.js.map +0 -1
  783. package/dist/browser/operationsInterfaces/managedHsmKeys.d.ts +0 -57
  784. package/dist/browser/operationsInterfaces/managedHsmKeys.d.ts.map +0 -1
  785. package/dist/browser/operationsInterfaces/managedHsmKeys.js +0 -4
  786. package/dist/browser/operationsInterfaces/managedHsmKeys.js.map +0 -1
  787. package/dist/browser/operationsInterfaces/managedHsms.d.ts +0 -104
  788. package/dist/browser/operationsInterfaces/managedHsms.d.ts.map +0 -1
  789. package/dist/browser/operationsInterfaces/managedHsms.js +0 -4
  790. package/dist/browser/operationsInterfaces/managedHsms.js.map +0 -1
  791. package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +0 -52
  792. package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +0 -1
  793. package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.js +0 -4
  794. package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +0 -1
  795. package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.d.ts +0 -12
  796. package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +0 -1
  797. package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.js +0 -4
  798. package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.js.map +0 -1
  799. package/dist/browser/operationsInterfaces/mhsmRegions.d.ts +0 -13
  800. package/dist/browser/operationsInterfaces/mhsmRegions.d.ts.map +0 -1
  801. package/dist/browser/operationsInterfaces/mhsmRegions.js +0 -4
  802. package/dist/browser/operationsInterfaces/mhsmRegions.js.map +0 -1
  803. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  804. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  805. package/dist/browser/operationsInterfaces/operations.js +0 -4
  806. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  807. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -52
  808. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  809. package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -4
  810. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  811. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -12
  812. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  813. package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -4
  814. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
  815. package/dist/browser/operationsInterfaces/secrets.d.ts +0 -45
  816. package/dist/browser/operationsInterfaces/secrets.d.ts.map +0 -1
  817. package/dist/browser/operationsInterfaces/secrets.js +0 -4
  818. package/dist/browser/operationsInterfaces/secrets.js.map +0 -1
  819. package/dist/browser/operationsInterfaces/vaults.d.ts +0 -103
  820. package/dist/browser/operationsInterfaces/vaults.d.ts.map +0 -1
  821. package/dist/browser/operationsInterfaces/vaults.js +0 -4
  822. package/dist/browser/operationsInterfaces/vaults.js.map +0 -1
  823. package/dist/browser/pagingHelper.d.ts +0 -13
  824. package/dist/browser/pagingHelper.d.ts.map +0 -1
  825. package/dist/browser/pagingHelper.js +0 -25
  826. package/dist/browser/pagingHelper.js.map +0 -1
  827. package/dist/commonjs/index.d.ts.map +0 -1
  828. package/dist/commonjs/keyVaultManagementClient.d.ts.map +0 -1
  829. package/dist/commonjs/lroImpl.d.ts +0 -11
  830. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  831. package/dist/commonjs/lroImpl.js +0 -23
  832. package/dist/commonjs/lroImpl.js.map +0 -1
  833. package/dist/commonjs/models/index.d.ts.map +0 -1
  834. package/dist/commonjs/models/mappers.d.ts +0 -110
  835. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  836. package/dist/commonjs/models/mappers.js +0 -3561
  837. package/dist/commonjs/models/mappers.js.map +0 -1
  838. package/dist/commonjs/models/parameters.d.ts +0 -34
  839. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  840. package/dist/commonjs/models/parameters.js +0 -283
  841. package/dist/commonjs/models/parameters.js.map +0 -1
  842. package/dist/commonjs/operations/index.d.ts +0 -12
  843. package/dist/commonjs/operations/index.d.ts.map +0 -1
  844. package/dist/commonjs/operations/index.js +0 -19
  845. package/dist/commonjs/operations/index.js.map +0 -1
  846. package/dist/commonjs/operations/keys.d.ts +0 -93
  847. package/dist/commonjs/operations/keys.d.ts.map +0 -1
  848. package/dist/commonjs/operations/keys.js +0 -348
  849. package/dist/commonjs/operations/keys.js.map +0 -1
  850. package/dist/commonjs/operations/managedHsmKeys.d.ts +0 -105
  851. package/dist/commonjs/operations/managedHsmKeys.d.ts.map +0 -1
  852. package/dist/commonjs/operations/managedHsmKeys.js +0 -360
  853. package/dist/commonjs/operations/managedHsmKeys.js.map +0 -1
  854. package/dist/commonjs/operations/managedHsms.d.ts +0 -154
  855. package/dist/commonjs/operations/managedHsms.d.ts.map +0 -1
  856. package/dist/commonjs/operations/managedHsms.js +0 -743
  857. package/dist/commonjs/operations/managedHsms.js.map +0 -1
  858. package/dist/commonjs/operations/mhsmPrivateEndpointConnections.d.ts +0 -78
  859. package/dist/commonjs/operations/mhsmPrivateEndpointConnections.d.ts.map +0 -1
  860. package/dist/commonjs/operations/mhsmPrivateEndpointConnections.js +0 -305
  861. package/dist/commonjs/operations/mhsmPrivateEndpointConnections.js.map +0 -1
  862. package/dist/commonjs/operations/mhsmPrivateLinkResources.d.ts +0 -20
  863. package/dist/commonjs/operations/mhsmPrivateLinkResources.d.ts.map +0 -1
  864. package/dist/commonjs/operations/mhsmPrivateLinkResources.js +0 -54
  865. package/dist/commonjs/operations/mhsmPrivateLinkResources.js.map +0 -1
  866. package/dist/commonjs/operations/mhsmRegions.d.ts +0 -38
  867. package/dist/commonjs/operations/mhsmRegions.d.ts.map +0 -1
  868. package/dist/commonjs/operations/mhsmRegions.js +0 -133
  869. package/dist/commonjs/operations/mhsmRegions.js.map +0 -1
  870. package/dist/commonjs/operations/operations.d.ts +0 -32
  871. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  872. package/dist/commonjs/operations/operations.js +0 -116
  873. package/dist/commonjs/operations/operations.js.map +0 -1
  874. package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -78
  875. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
  876. package/dist/commonjs/operations/privateEndpointConnections.js +0 -311
  877. package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
  878. package/dist/commonjs/operations/privateLinkResources.d.ts +0 -20
  879. package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
  880. package/dist/commonjs/operations/privateLinkResources.js +0 -54
  881. package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
  882. package/dist/commonjs/operations/secrets.d.ts +0 -72
  883. package/dist/commonjs/operations/secrets.d.ts.map +0 -1
  884. package/dist/commonjs/operations/secrets.js +0 -249
  885. package/dist/commonjs/operations/secrets.js.map +0 -1
  886. package/dist/commonjs/operations/vaults.d.ts +0 -166
  887. package/dist/commonjs/operations/vaults.d.ts.map +0 -1
  888. package/dist/commonjs/operations/vaults.js +0 -757
  889. package/dist/commonjs/operations/vaults.js.map +0 -1
  890. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -12
  891. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  892. package/dist/commonjs/operationsInterfaces/index.js +0 -19
  893. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  894. package/dist/commonjs/operationsInterfaces/keys.d.ts +0 -49
  895. package/dist/commonjs/operationsInterfaces/keys.d.ts.map +0 -1
  896. package/dist/commonjs/operationsInterfaces/keys.js +0 -5
  897. package/dist/commonjs/operationsInterfaces/keys.js.map +0 -1
  898. package/dist/commonjs/operationsInterfaces/managedHsmKeys.d.ts +0 -57
  899. package/dist/commonjs/operationsInterfaces/managedHsmKeys.d.ts.map +0 -1
  900. package/dist/commonjs/operationsInterfaces/managedHsmKeys.js +0 -5
  901. package/dist/commonjs/operationsInterfaces/managedHsmKeys.js.map +0 -1
  902. package/dist/commonjs/operationsInterfaces/managedHsms.d.ts +0 -104
  903. package/dist/commonjs/operationsInterfaces/managedHsms.d.ts.map +0 -1
  904. package/dist/commonjs/operationsInterfaces/managedHsms.js +0 -5
  905. package/dist/commonjs/operationsInterfaces/managedHsms.js.map +0 -1
  906. package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +0 -52
  907. package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +0 -1
  908. package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.js +0 -5
  909. package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +0 -1
  910. package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.d.ts +0 -12
  911. package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +0 -1
  912. package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.js +0 -5
  913. package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.js.map +0 -1
  914. package/dist/commonjs/operationsInterfaces/mhsmRegions.d.ts +0 -13
  915. package/dist/commonjs/operationsInterfaces/mhsmRegions.d.ts.map +0 -1
  916. package/dist/commonjs/operationsInterfaces/mhsmRegions.js +0 -5
  917. package/dist/commonjs/operationsInterfaces/mhsmRegions.js.map +0 -1
  918. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  919. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  920. package/dist/commonjs/operationsInterfaces/operations.js +0 -5
  921. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  922. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -52
  923. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  924. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -5
  925. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  926. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -12
  927. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  928. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -5
  929. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
  930. package/dist/commonjs/operationsInterfaces/secrets.d.ts +0 -45
  931. package/dist/commonjs/operationsInterfaces/secrets.d.ts.map +0 -1
  932. package/dist/commonjs/operationsInterfaces/secrets.js +0 -5
  933. package/dist/commonjs/operationsInterfaces/secrets.js.map +0 -1
  934. package/dist/commonjs/operationsInterfaces/vaults.d.ts +0 -103
  935. package/dist/commonjs/operationsInterfaces/vaults.d.ts.map +0 -1
  936. package/dist/commonjs/operationsInterfaces/vaults.js +0 -5
  937. package/dist/commonjs/operationsInterfaces/vaults.js.map +0 -1
  938. package/dist/commonjs/pagingHelper.d.ts +0 -13
  939. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  940. package/dist/commonjs/pagingHelper.js +0 -29
  941. package/dist/commonjs/pagingHelper.js.map +0 -1
  942. package/dist/esm/index.d.ts.map +0 -1
  943. package/dist/esm/keyVaultManagementClient.d.ts.map +0 -1
  944. package/dist/esm/lroImpl.d.ts +0 -11
  945. package/dist/esm/lroImpl.d.ts.map +0 -1
  946. package/dist/esm/lroImpl.js +0 -20
  947. package/dist/esm/lroImpl.js.map +0 -1
  948. package/dist/esm/models/index.d.ts.map +0 -1
  949. package/dist/esm/models/mappers.d.ts +0 -110
  950. package/dist/esm/models/mappers.d.ts.map +0 -1
  951. package/dist/esm/models/mappers.js +0 -3556
  952. package/dist/esm/models/mappers.js.map +0 -1
  953. package/dist/esm/models/parameters.d.ts +0 -34
  954. package/dist/esm/models/parameters.d.ts.map +0 -1
  955. package/dist/esm/models/parameters.js +0 -280
  956. package/dist/esm/models/parameters.js.map +0 -1
  957. package/dist/esm/operations/index.d.ts +0 -12
  958. package/dist/esm/operations/index.d.ts.map +0 -1
  959. package/dist/esm/operations/index.js +0 -16
  960. package/dist/esm/operations/index.js.map +0 -1
  961. package/dist/esm/operations/keys.d.ts +0 -93
  962. package/dist/esm/operations/keys.d.ts.map +0 -1
  963. package/dist/esm/operations/keys.js +0 -343
  964. package/dist/esm/operations/keys.js.map +0 -1
  965. package/dist/esm/operations/managedHsmKeys.d.ts +0 -105
  966. package/dist/esm/operations/managedHsmKeys.d.ts.map +0 -1
  967. package/dist/esm/operations/managedHsmKeys.js +0 -355
  968. package/dist/esm/operations/managedHsmKeys.js.map +0 -1
  969. package/dist/esm/operations/managedHsms.d.ts +0 -154
  970. package/dist/esm/operations/managedHsms.d.ts.map +0 -1
  971. package/dist/esm/operations/managedHsms.js +0 -738
  972. package/dist/esm/operations/managedHsms.js.map +0 -1
  973. package/dist/esm/operations/mhsmPrivateEndpointConnections.d.ts +0 -78
  974. package/dist/esm/operations/mhsmPrivateEndpointConnections.d.ts.map +0 -1
  975. package/dist/esm/operations/mhsmPrivateEndpointConnections.js +0 -300
  976. package/dist/esm/operations/mhsmPrivateEndpointConnections.js.map +0 -1
  977. package/dist/esm/operations/mhsmPrivateLinkResources.d.ts +0 -20
  978. package/dist/esm/operations/mhsmPrivateLinkResources.d.ts.map +0 -1
  979. package/dist/esm/operations/mhsmPrivateLinkResources.js +0 -49
  980. package/dist/esm/operations/mhsmPrivateLinkResources.js.map +0 -1
  981. package/dist/esm/operations/mhsmRegions.d.ts +0 -38
  982. package/dist/esm/operations/mhsmRegions.d.ts.map +0 -1
  983. package/dist/esm/operations/mhsmRegions.js +0 -128
  984. package/dist/esm/operations/mhsmRegions.js.map +0 -1
  985. package/dist/esm/operations/operations.d.ts +0 -32
  986. package/dist/esm/operations/operations.d.ts.map +0 -1
  987. package/dist/esm/operations/operations.js +0 -111
  988. package/dist/esm/operations/operations.js.map +0 -1
  989. package/dist/esm/operations/privateEndpointConnections.d.ts +0 -78
  990. package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  991. package/dist/esm/operations/privateEndpointConnections.js +0 -306
  992. package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
  993. package/dist/esm/operations/privateLinkResources.d.ts +0 -20
  994. package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
  995. package/dist/esm/operations/privateLinkResources.js +0 -49
  996. package/dist/esm/operations/privateLinkResources.js.map +0 -1
  997. package/dist/esm/operations/secrets.d.ts +0 -72
  998. package/dist/esm/operations/secrets.d.ts.map +0 -1
  999. package/dist/esm/operations/secrets.js +0 -244
  1000. package/dist/esm/operations/secrets.js.map +0 -1
  1001. package/dist/esm/operations/vaults.d.ts +0 -166
  1002. package/dist/esm/operations/vaults.d.ts.map +0 -1
  1003. package/dist/esm/operations/vaults.js +0 -752
  1004. package/dist/esm/operations/vaults.js.map +0 -1
  1005. package/dist/esm/operationsInterfaces/index.d.ts +0 -12
  1006. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  1007. package/dist/esm/operationsInterfaces/index.js +0 -16
  1008. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  1009. package/dist/esm/operationsInterfaces/keys.d.ts +0 -49
  1010. package/dist/esm/operationsInterfaces/keys.d.ts.map +0 -1
  1011. package/dist/esm/operationsInterfaces/keys.js +0 -4
  1012. package/dist/esm/operationsInterfaces/keys.js.map +0 -1
  1013. package/dist/esm/operationsInterfaces/managedHsmKeys.d.ts +0 -57
  1014. package/dist/esm/operationsInterfaces/managedHsmKeys.d.ts.map +0 -1
  1015. package/dist/esm/operationsInterfaces/managedHsmKeys.js +0 -4
  1016. package/dist/esm/operationsInterfaces/managedHsmKeys.js.map +0 -1
  1017. package/dist/esm/operationsInterfaces/managedHsms.d.ts +0 -104
  1018. package/dist/esm/operationsInterfaces/managedHsms.d.ts.map +0 -1
  1019. package/dist/esm/operationsInterfaces/managedHsms.js +0 -4
  1020. package/dist/esm/operationsInterfaces/managedHsms.js.map +0 -1
  1021. package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +0 -52
  1022. package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +0 -1
  1023. package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.js +0 -4
  1024. package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +0 -1
  1025. package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.d.ts +0 -12
  1026. package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +0 -1
  1027. package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.js +0 -4
  1028. package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.js.map +0 -1
  1029. package/dist/esm/operationsInterfaces/mhsmRegions.d.ts +0 -13
  1030. package/dist/esm/operationsInterfaces/mhsmRegions.d.ts.map +0 -1
  1031. package/dist/esm/operationsInterfaces/mhsmRegions.js +0 -4
  1032. package/dist/esm/operationsInterfaces/mhsmRegions.js.map +0 -1
  1033. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  1034. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  1035. package/dist/esm/operationsInterfaces/operations.js +0 -4
  1036. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  1037. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -52
  1038. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1039. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -4
  1040. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1041. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -12
  1042. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1043. package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -4
  1044. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
  1045. package/dist/esm/operationsInterfaces/secrets.d.ts +0 -45
  1046. package/dist/esm/operationsInterfaces/secrets.d.ts.map +0 -1
  1047. package/dist/esm/operationsInterfaces/secrets.js +0 -4
  1048. package/dist/esm/operationsInterfaces/secrets.js.map +0 -1
  1049. package/dist/esm/operationsInterfaces/vaults.d.ts +0 -103
  1050. package/dist/esm/operationsInterfaces/vaults.d.ts.map +0 -1
  1051. package/dist/esm/operationsInterfaces/vaults.js +0 -4
  1052. package/dist/esm/operationsInterfaces/vaults.js.map +0 -1
  1053. package/dist/esm/pagingHelper.d.ts +0 -13
  1054. package/dist/esm/pagingHelper.d.ts.map +0 -1
  1055. package/dist/esm/pagingHelper.js +0 -25
  1056. package/dist/esm/pagingHelper.js.map +0 -1
  1057. package/dist/react-native/index.d.ts.map +0 -1
  1058. package/dist/react-native/keyVaultManagementClient.d.ts.map +0 -1
  1059. package/dist/react-native/lroImpl.d.ts +0 -11
  1060. package/dist/react-native/lroImpl.d.ts.map +0 -1
  1061. package/dist/react-native/lroImpl.js +0 -20
  1062. package/dist/react-native/lroImpl.js.map +0 -1
  1063. package/dist/react-native/models/index.d.ts.map +0 -1
  1064. package/dist/react-native/models/mappers.d.ts +0 -110
  1065. package/dist/react-native/models/mappers.d.ts.map +0 -1
  1066. package/dist/react-native/models/mappers.js +0 -3556
  1067. package/dist/react-native/models/mappers.js.map +0 -1
  1068. package/dist/react-native/models/parameters.d.ts +0 -34
  1069. package/dist/react-native/models/parameters.d.ts.map +0 -1
  1070. package/dist/react-native/models/parameters.js +0 -280
  1071. package/dist/react-native/models/parameters.js.map +0 -1
  1072. package/dist/react-native/operations/index.d.ts +0 -12
  1073. package/dist/react-native/operations/index.d.ts.map +0 -1
  1074. package/dist/react-native/operations/index.js +0 -16
  1075. package/dist/react-native/operations/index.js.map +0 -1
  1076. package/dist/react-native/operations/keys.d.ts +0 -93
  1077. package/dist/react-native/operations/keys.d.ts.map +0 -1
  1078. package/dist/react-native/operations/keys.js +0 -343
  1079. package/dist/react-native/operations/keys.js.map +0 -1
  1080. package/dist/react-native/operations/managedHsmKeys.d.ts +0 -105
  1081. package/dist/react-native/operations/managedHsmKeys.d.ts.map +0 -1
  1082. package/dist/react-native/operations/managedHsmKeys.js +0 -355
  1083. package/dist/react-native/operations/managedHsmKeys.js.map +0 -1
  1084. package/dist/react-native/operations/managedHsms.d.ts +0 -154
  1085. package/dist/react-native/operations/managedHsms.d.ts.map +0 -1
  1086. package/dist/react-native/operations/managedHsms.js +0 -738
  1087. package/dist/react-native/operations/managedHsms.js.map +0 -1
  1088. package/dist/react-native/operations/mhsmPrivateEndpointConnections.d.ts +0 -78
  1089. package/dist/react-native/operations/mhsmPrivateEndpointConnections.d.ts.map +0 -1
  1090. package/dist/react-native/operations/mhsmPrivateEndpointConnections.js +0 -300
  1091. package/dist/react-native/operations/mhsmPrivateEndpointConnections.js.map +0 -1
  1092. package/dist/react-native/operations/mhsmPrivateLinkResources.d.ts +0 -20
  1093. package/dist/react-native/operations/mhsmPrivateLinkResources.d.ts.map +0 -1
  1094. package/dist/react-native/operations/mhsmPrivateLinkResources.js +0 -49
  1095. package/dist/react-native/operations/mhsmPrivateLinkResources.js.map +0 -1
  1096. package/dist/react-native/operations/mhsmRegions.d.ts +0 -38
  1097. package/dist/react-native/operations/mhsmRegions.d.ts.map +0 -1
  1098. package/dist/react-native/operations/mhsmRegions.js +0 -128
  1099. package/dist/react-native/operations/mhsmRegions.js.map +0 -1
  1100. package/dist/react-native/operations/operations.d.ts +0 -32
  1101. package/dist/react-native/operations/operations.d.ts.map +0 -1
  1102. package/dist/react-native/operations/operations.js +0 -111
  1103. package/dist/react-native/operations/operations.js.map +0 -1
  1104. package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -78
  1105. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
  1106. package/dist/react-native/operations/privateEndpointConnections.js +0 -306
  1107. package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
  1108. package/dist/react-native/operations/privateLinkResources.d.ts +0 -20
  1109. package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
  1110. package/dist/react-native/operations/privateLinkResources.js +0 -49
  1111. package/dist/react-native/operations/privateLinkResources.js.map +0 -1
  1112. package/dist/react-native/operations/secrets.d.ts +0 -72
  1113. package/dist/react-native/operations/secrets.d.ts.map +0 -1
  1114. package/dist/react-native/operations/secrets.js +0 -244
  1115. package/dist/react-native/operations/secrets.js.map +0 -1
  1116. package/dist/react-native/operations/vaults.d.ts +0 -166
  1117. package/dist/react-native/operations/vaults.d.ts.map +0 -1
  1118. package/dist/react-native/operations/vaults.js +0 -752
  1119. package/dist/react-native/operations/vaults.js.map +0 -1
  1120. package/dist/react-native/operationsInterfaces/index.d.ts +0 -12
  1121. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  1122. package/dist/react-native/operationsInterfaces/index.js +0 -16
  1123. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  1124. package/dist/react-native/operationsInterfaces/keys.d.ts +0 -49
  1125. package/dist/react-native/operationsInterfaces/keys.d.ts.map +0 -1
  1126. package/dist/react-native/operationsInterfaces/keys.js +0 -4
  1127. package/dist/react-native/operationsInterfaces/keys.js.map +0 -1
  1128. package/dist/react-native/operationsInterfaces/managedHsmKeys.d.ts +0 -57
  1129. package/dist/react-native/operationsInterfaces/managedHsmKeys.d.ts.map +0 -1
  1130. package/dist/react-native/operationsInterfaces/managedHsmKeys.js +0 -4
  1131. package/dist/react-native/operationsInterfaces/managedHsmKeys.js.map +0 -1
  1132. package/dist/react-native/operationsInterfaces/managedHsms.d.ts +0 -104
  1133. package/dist/react-native/operationsInterfaces/managedHsms.d.ts.map +0 -1
  1134. package/dist/react-native/operationsInterfaces/managedHsms.js +0 -4
  1135. package/dist/react-native/operationsInterfaces/managedHsms.js.map +0 -1
  1136. package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +0 -52
  1137. package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +0 -1
  1138. package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.js +0 -4
  1139. package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +0 -1
  1140. package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.d.ts +0 -12
  1141. package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +0 -1
  1142. package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.js +0 -4
  1143. package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.js.map +0 -1
  1144. package/dist/react-native/operationsInterfaces/mhsmRegions.d.ts +0 -13
  1145. package/dist/react-native/operationsInterfaces/mhsmRegions.d.ts.map +0 -1
  1146. package/dist/react-native/operationsInterfaces/mhsmRegions.js +0 -4
  1147. package/dist/react-native/operationsInterfaces/mhsmRegions.js.map +0 -1
  1148. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  1149. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  1150. package/dist/react-native/operationsInterfaces/operations.js +0 -4
  1151. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  1152. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -52
  1153. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1154. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -4
  1155. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1156. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -12
  1157. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1158. package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -4
  1159. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
  1160. package/dist/react-native/operationsInterfaces/secrets.d.ts +0 -45
  1161. package/dist/react-native/operationsInterfaces/secrets.d.ts.map +0 -1
  1162. package/dist/react-native/operationsInterfaces/secrets.js +0 -4
  1163. package/dist/react-native/operationsInterfaces/secrets.js.map +0 -1
  1164. package/dist/react-native/operationsInterfaces/vaults.d.ts +0 -103
  1165. package/dist/react-native/operationsInterfaces/vaults.d.ts.map +0 -1
  1166. package/dist/react-native/operationsInterfaces/vaults.js +0 -4
  1167. package/dist/react-native/operationsInterfaces/vaults.js.map +0 -1
  1168. package/dist/react-native/pagingHelper.d.ts +0 -13
  1169. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  1170. package/dist/react-native/pagingHelper.js +0 -25
  1171. package/dist/react-native/pagingHelper.js.map +0 -1
@@ -0,0 +1,1826 @@
1
+ /**
2
+ * This file contains only generated model types and their (de)serializers.
3
+ * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
4
+ */
5
+ /** Result of the request to list Storage operations. It contains a list of operations and a URL link to get the next set of results. */
6
+ export interface _OperationListResult {
7
+ /** List of Storage operations supported by the Storage resource provider. */
8
+ value: Operation[];
9
+ /** The URL to get the next set of operations. */
10
+ nextLink?: string;
11
+ }
12
+ export declare function _operationListResultDeserializer(item: any): _OperationListResult;
13
+ export declare function operationArrayDeserializer(result: Array<Operation>): any[];
14
+ /** Key Vault REST API operation definition. */
15
+ export interface Operation {
16
+ /** Operation name: {provider}/{resource}/{operation} */
17
+ name?: string;
18
+ /** Display metadata associated with the operation. */
19
+ display?: OperationDisplay;
20
+ /** The origin of operations. */
21
+ origin?: string;
22
+ /** Property to specify whether the action is a data action. */
23
+ isDataAction?: boolean;
24
+ /** One property of operation, include metric specifications. */
25
+ serviceSpecification?: ServiceSpecification;
26
+ }
27
+ export declare function operationDeserializer(item: any): Operation;
28
+ /** Display metadata associated with the operation. */
29
+ export interface OperationDisplay {
30
+ /** Service provider: Microsoft Key Vault. */
31
+ provider?: string;
32
+ /** Resource on which the operation is performed etc. */
33
+ resource?: string;
34
+ /** Type of operation: get, read, delete, etc. */
35
+ operation?: string;
36
+ /** Description of operation. */
37
+ description?: string;
38
+ }
39
+ export declare function operationDisplayDeserializer(item: any): OperationDisplay;
40
+ /** Properties of operation, include metric specifications. */
41
+ export interface OperationProperties {
42
+ /** One property of operation, include metric specifications. */
43
+ serviceSpecification?: ServiceSpecification;
44
+ }
45
+ export declare function operationPropertiesDeserializer(item: any): OperationProperties;
46
+ /** One property of operation, include log specifications. */
47
+ export interface ServiceSpecification {
48
+ /** Log specifications of operation. */
49
+ logSpecifications?: LogSpecification[];
50
+ /** Metric specifications of operation. */
51
+ metricSpecifications?: MetricSpecification[];
52
+ }
53
+ export declare function serviceSpecificationDeserializer(item: any): ServiceSpecification;
54
+ export declare function logSpecificationArrayDeserializer(result: Array<LogSpecification>): any[];
55
+ /** Log specification of operation. */
56
+ export interface LogSpecification {
57
+ /** Name of log specification. */
58
+ name?: string;
59
+ /** Display name of log specification. */
60
+ displayName?: string;
61
+ /** Blob duration of specification. */
62
+ blobDuration?: string;
63
+ }
64
+ export declare function logSpecificationDeserializer(item: any): LogSpecification;
65
+ export declare function metricSpecificationArrayDeserializer(result: Array<MetricSpecification>): any[];
66
+ /** Metric specification of operation. */
67
+ export interface MetricSpecification {
68
+ /** Name of metric specification. */
69
+ name?: string;
70
+ /** Display name of metric specification. */
71
+ displayName?: string;
72
+ /** Display description of metric specification. */
73
+ displayDescription?: string;
74
+ /** The metric unit. Possible values include: 'Bytes', 'Count', 'Milliseconds'. */
75
+ unit?: string;
76
+ /** The metric aggregation type. Possible values include: 'Average', 'Count', 'Total'. */
77
+ aggregationType?: string;
78
+ /** The supported aggregation types for the metrics. */
79
+ supportedAggregationTypes?: string[];
80
+ /** The supported time grain types for the metrics. */
81
+ supportedTimeGrainTypes?: string[];
82
+ /** The metric lock aggregation type. */
83
+ lockAggregationType?: string;
84
+ /** The dimensions of metric */
85
+ dimensions?: DimensionProperties[];
86
+ /** Property to specify whether to fill gap with zero. */
87
+ fillGapWithZero?: boolean;
88
+ /** The internal metric name. */
89
+ internalMetricName?: string;
90
+ }
91
+ export declare function metricSpecificationDeserializer(item: any): MetricSpecification;
92
+ export declare function dimensionPropertiesArrayDeserializer(result: Array<DimensionProperties>): any[];
93
+ /** Type of operation: get, read, delete, etc. */
94
+ export interface DimensionProperties {
95
+ /** Name of dimension. */
96
+ name?: string;
97
+ /** Display name of dimension. */
98
+ displayName?: string;
99
+ /** Property to specify whether the dimension should be exported for Shoebox. */
100
+ toBeExportedForShoebox?: boolean;
101
+ }
102
+ export declare function dimensionPropertiesDeserializer(item: any): DimensionProperties;
103
+ /** An error response from Key Vault resource provider */
104
+ export interface CloudError {
105
+ /** An error response from Key Vault resource provider */
106
+ error?: CloudErrorBody;
107
+ }
108
+ export declare function cloudErrorDeserializer(item: any): CloudError;
109
+ /** An error response from Key Vault resource provider */
110
+ export interface CloudErrorBody {
111
+ /** Error code. This is a mnemonic that can be consumed programmatically. */
112
+ code?: string;
113
+ /** User friendly error message. The message is typically localized and may vary with service version. */
114
+ message?: string;
115
+ }
116
+ export declare function cloudErrorBodyDeserializer(item: any): CloudErrorBody;
117
+ /** Resource information with extended details. */
118
+ export interface Vault extends ProxyResource {
119
+ /** Properties of the vault */
120
+ properties: VaultProperties;
121
+ /** Azure location of the key vault resource. */
122
+ location?: string;
123
+ /** Tags assigned to the key vault resource. */
124
+ tags?: Record<string, string>;
125
+ }
126
+ export declare function vaultDeserializer(item: any): Vault;
127
+ /** Properties of the vault */
128
+ export interface VaultProperties {
129
+ /** The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. */
130
+ tenantId: string;
131
+ /** SKU details */
132
+ sku: Sku;
133
+ /** An array of 0 to 1024 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. When `createMode` is set to `recover`, access policies are not required. Otherwise, access policies are required. */
134
+ accessPolicies?: AccessPolicyEntry[];
135
+ /** The URI of the vault for performing operations on keys and secrets. */
136
+ vaultUri?: string;
137
+ /** The resource id of HSM Pool. */
138
+ readonly hsmPoolResourceId?: string;
139
+ /** Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault. */
140
+ enabledForDeployment?: boolean;
141
+ /** Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys. */
142
+ enabledForDiskEncryption?: boolean;
143
+ /** Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault. */
144
+ enabledForTemplateDeployment?: boolean;
145
+ /** Property to specify whether the 'soft delete' functionality is enabled for this key vault. If it's not set to any value(true or false) when creating new key vault, it will be set to true by default. Once set to true, it cannot be reverted to false. */
146
+ enableSoftDelete?: boolean;
147
+ /** softDelete data retention days. It accepts >=7 and <=90. */
148
+ softDeleteRetentionInDays?: number;
149
+ /** Property that controls how data actions are authorized. When true, the key vault will use Role Based Access Control (RBAC) for authorization of data actions, and the access policies specified in vault properties will be ignored. When false, the key vault will use the access policies specified in vault properties, and any policy stored on Azure Resource Manager will be ignored. If null or not specified, the vault is created with the default value of false. Note that management actions are always authorized with RBAC. */
150
+ enableRbacAuthorization?: boolean;
151
+ /** The vault's create mode to indicate whether the vault need to be recovered or not. */
152
+ createMode?: CreateMode;
153
+ /** Property specifying whether protection against purge is enabled for this vault. Setting this property to true activates protection against purge for this vault and its content - only the Key Vault service may initiate a hard, irrecoverable deletion. The setting is effective only if soft delete is also enabled. Enabling this functionality is irreversible - that is, the property does not accept false as its value. */
154
+ enablePurgeProtection?: boolean;
155
+ /** Rules governing the accessibility of the key vault from specific network locations. */
156
+ networkAcls?: NetworkRuleSet;
157
+ /** Provisioning state of the vault. */
158
+ provisioningState?: VaultProvisioningState;
159
+ /** List of private endpoint connections associated with the key vault. */
160
+ readonly privateEndpointConnections?: PrivateEndpointConnectionItem[];
161
+ /** Property to specify whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules. */
162
+ publicNetworkAccess?: string;
163
+ }
164
+ export declare function vaultPropertiesSerializer(item: VaultProperties): any;
165
+ export declare function vaultPropertiesDeserializer(item: any): VaultProperties;
166
+ /** SKU details */
167
+ export interface Sku {
168
+ /** SKU family name */
169
+ family: SkuFamily;
170
+ /** SKU name to specify whether the key vault is a standard vault or a premium vault. */
171
+ name: SkuName;
172
+ }
173
+ export declare function skuSerializer(item: Sku): any;
174
+ export declare function skuDeserializer(item: any): Sku;
175
+ /** SKU family name */
176
+ export declare enum KnownSkuFamily {
177
+ /** A */
178
+ A = "A"
179
+ }
180
+ /**
181
+ * SKU family name \
182
+ * {@link KnownSkuFamily} can be used interchangeably with SkuFamily,
183
+ * this enum contains the known values that the service supports.
184
+ * ### Known values supported by the service
185
+ * **A**
186
+ */
187
+ export type SkuFamily = string;
188
+ /** SKU name to specify whether the key vault is a standard vault or a premium vault. */
189
+ export type SkuName = "standard" | "premium";
190
+ export declare function accessPolicyEntryArraySerializer(result: Array<AccessPolicyEntry>): any[];
191
+ export declare function accessPolicyEntryArrayDeserializer(result: Array<AccessPolicyEntry>): any[];
192
+ /** An identity that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. */
193
+ export interface AccessPolicyEntry {
194
+ /** The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. */
195
+ tenantId: string;
196
+ /** The object ID of a user, service principal or security group in the Azure Active Directory tenant for the vault. The object ID must be unique for the list of access policies. */
197
+ objectId: string;
198
+ /** Application ID of the client making request on behalf of a principal */
199
+ applicationId?: string;
200
+ /** Permissions the identity has for keys, secrets and certificates. */
201
+ permissions: Permissions;
202
+ }
203
+ export declare function accessPolicyEntrySerializer(item: AccessPolicyEntry): any;
204
+ export declare function accessPolicyEntryDeserializer(item: any): AccessPolicyEntry;
205
+ /** Permissions the identity has for keys, secrets, certificates and storage. */
206
+ export interface Permissions {
207
+ /** Permissions to keys */
208
+ keys?: KeyPermissions[];
209
+ /** Permissions to secrets */
210
+ secrets?: SecretPermissions[];
211
+ /** Permissions to certificates */
212
+ certificates?: CertificatePermissions[];
213
+ /** Permissions to storage accounts */
214
+ storage?: StoragePermissions[];
215
+ }
216
+ export declare function permissionsSerializer(item: Permissions): any;
217
+ export declare function permissionsDeserializer(item: any): Permissions;
218
+ /** Known values of {@link KeyPermissions} that the service accepts. */
219
+ export declare enum KnownKeyPermissions {
220
+ /** all */
221
+ All = "all",
222
+ /** encrypt */
223
+ Encrypt = "encrypt",
224
+ /** decrypt */
225
+ Decrypt = "decrypt",
226
+ /** wrapKey */
227
+ WrapKey = "wrapKey",
228
+ /** unwrapKey */
229
+ UnwrapKey = "unwrapKey",
230
+ /** sign */
231
+ Sign = "sign",
232
+ /** verify */
233
+ Verify = "verify",
234
+ /** get */
235
+ Get = "get",
236
+ /** list */
237
+ List = "list",
238
+ /** create */
239
+ Create = "create",
240
+ /** update */
241
+ Update = "update",
242
+ /** import */
243
+ Import = "import",
244
+ /** delete */
245
+ Delete = "delete",
246
+ /** backup */
247
+ Backup = "backup",
248
+ /** restore */
249
+ Restore = "restore",
250
+ /** recover */
251
+ Recover = "recover",
252
+ /** purge */
253
+ Purge = "purge",
254
+ /** release */
255
+ Release = "release",
256
+ /** rotate */
257
+ Rotate = "rotate",
258
+ /** getrotationpolicy */
259
+ Getrotationpolicy = "getrotationpolicy",
260
+ /** setrotationpolicy */
261
+ Setrotationpolicy = "setrotationpolicy"
262
+ }
263
+ /** Type of KeyPermissions */
264
+ export type KeyPermissions = string;
265
+ /** Known values of {@link SecretPermissions} that the service accepts. */
266
+ export declare enum KnownSecretPermissions {
267
+ /** all */
268
+ All = "all",
269
+ /** get */
270
+ Get = "get",
271
+ /** list */
272
+ List = "list",
273
+ /** set */
274
+ Set = "set",
275
+ /** delete */
276
+ Delete = "delete",
277
+ /** backup */
278
+ Backup = "backup",
279
+ /** restore */
280
+ Restore = "restore",
281
+ /** recover */
282
+ Recover = "recover",
283
+ /** purge */
284
+ Purge = "purge"
285
+ }
286
+ /** Type of SecretPermissions */
287
+ export type SecretPermissions = string;
288
+ /** Known values of {@link CertificatePermissions} that the service accepts. */
289
+ export declare enum KnownCertificatePermissions {
290
+ /** all */
291
+ All = "all",
292
+ /** get */
293
+ Get = "get",
294
+ /** list */
295
+ List = "list",
296
+ /** delete */
297
+ Delete = "delete",
298
+ /** create */
299
+ Create = "create",
300
+ /** import */
301
+ Import = "import",
302
+ /** update */
303
+ Update = "update",
304
+ /** managecontacts */
305
+ Managecontacts = "managecontacts",
306
+ /** getissuers */
307
+ Getissuers = "getissuers",
308
+ /** listissuers */
309
+ Listissuers = "listissuers",
310
+ /** setissuers */
311
+ Setissuers = "setissuers",
312
+ /** deleteissuers */
313
+ Deleteissuers = "deleteissuers",
314
+ /** manageissuers */
315
+ Manageissuers = "manageissuers",
316
+ /** recover */
317
+ Recover = "recover",
318
+ /** purge */
319
+ Purge = "purge",
320
+ /** backup */
321
+ Backup = "backup",
322
+ /** restore */
323
+ Restore = "restore"
324
+ }
325
+ /** Type of CertificatePermissions */
326
+ export type CertificatePermissions = string;
327
+ /** Known values of {@link StoragePermissions} that the service accepts. */
328
+ export declare enum KnownStoragePermissions {
329
+ /** all */
330
+ All = "all",
331
+ /** get */
332
+ Get = "get",
333
+ /** list */
334
+ List = "list",
335
+ /** delete */
336
+ Delete = "delete",
337
+ /** set */
338
+ Set = "set",
339
+ /** update */
340
+ Update = "update",
341
+ /** regeneratekey */
342
+ Regeneratekey = "regeneratekey",
343
+ /** recover */
344
+ Recover = "recover",
345
+ /** purge */
346
+ Purge = "purge",
347
+ /** backup */
348
+ Backup = "backup",
349
+ /** restore */
350
+ Restore = "restore",
351
+ /** setsas */
352
+ Setsas = "setsas",
353
+ /** listsas */
354
+ Listsas = "listsas",
355
+ /** getsas */
356
+ Getsas = "getsas",
357
+ /** deletesas */
358
+ Deletesas = "deletesas"
359
+ }
360
+ /** Type of StoragePermissions */
361
+ export type StoragePermissions = string;
362
+ /** The vault's create mode to indicate whether the vault need to be recovered or not. */
363
+ export type CreateMode = "recover" | "default";
364
+ /** A set of rules governing the network accessibility of a vault. */
365
+ export interface NetworkRuleSet {
366
+ /** Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'. */
367
+ bypass?: NetworkRuleBypassOptions;
368
+ /** The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. */
369
+ defaultAction?: NetworkRuleAction;
370
+ /** The list of IP address rules. */
371
+ ipRules?: IPRule[];
372
+ /** The list of virtual network rules. */
373
+ virtualNetworkRules?: VirtualNetworkRule[];
374
+ }
375
+ export declare function networkRuleSetSerializer(item: NetworkRuleSet): any;
376
+ export declare function networkRuleSetDeserializer(item: any): NetworkRuleSet;
377
+ /** Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'. */
378
+ export declare enum KnownNetworkRuleBypassOptions {
379
+ /** AzureServices */
380
+ AzureServices = "AzureServices",
381
+ /** None */
382
+ None = "None"
383
+ }
384
+ /**
385
+ * Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'. \
386
+ * {@link KnownNetworkRuleBypassOptions} can be used interchangeably with NetworkRuleBypassOptions,
387
+ * this enum contains the known values that the service supports.
388
+ * ### Known values supported by the service
389
+ * **AzureServices** \
390
+ * **None**
391
+ */
392
+ export type NetworkRuleBypassOptions = string;
393
+ /** The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. */
394
+ export declare enum KnownNetworkRuleAction {
395
+ /** Allow */
396
+ Allow = "Allow",
397
+ /** Deny */
398
+ Deny = "Deny"
399
+ }
400
+ /**
401
+ * The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. \
402
+ * {@link KnownNetworkRuleAction} can be used interchangeably with NetworkRuleAction,
403
+ * this enum contains the known values that the service supports.
404
+ * ### Known values supported by the service
405
+ * **Allow** \
406
+ * **Deny**
407
+ */
408
+ export type NetworkRuleAction = string;
409
+ export declare function ipRuleArraySerializer(result: Array<IPRule>): any[];
410
+ export declare function ipRuleArrayDeserializer(result: Array<IPRule>): any[];
411
+ /** A rule governing the accessibility of a vault from a specific ip address or ip range. */
412
+ export interface IPRule {
413
+ /** An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78). */
414
+ value: string;
415
+ }
416
+ export declare function ipRuleSerializer(item: IPRule): any;
417
+ export declare function ipRuleDeserializer(item: any): IPRule;
418
+ export declare function virtualNetworkRuleArraySerializer(result: Array<VirtualNetworkRule>): any[];
419
+ export declare function virtualNetworkRuleArrayDeserializer(result: Array<VirtualNetworkRule>): any[];
420
+ /** A rule governing the accessibility of a vault from a specific virtual network. */
421
+ export interface VirtualNetworkRule {
422
+ /** Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. */
423
+ id: string;
424
+ /** Property to specify whether NRP will ignore the check if parent subnet has serviceEndpoints configured. */
425
+ ignoreMissingVnetServiceEndpoint?: boolean;
426
+ }
427
+ export declare function virtualNetworkRuleSerializer(item: VirtualNetworkRule): any;
428
+ export declare function virtualNetworkRuleDeserializer(item: any): VirtualNetworkRule;
429
+ /** Provisioning state of the vault. */
430
+ export declare enum KnownVaultProvisioningState {
431
+ /** Succeeded */
432
+ Succeeded = "Succeeded",
433
+ /** RegisteringDns */
434
+ RegisteringDns = "RegisteringDns"
435
+ }
436
+ /**
437
+ * Provisioning state of the vault. \
438
+ * {@link KnownVaultProvisioningState} can be used interchangeably with VaultProvisioningState,
439
+ * this enum contains the known values that the service supports.
440
+ * ### Known values supported by the service
441
+ * **Succeeded** \
442
+ * **RegisteringDns**
443
+ */
444
+ export type VaultProvisioningState = string;
445
+ export declare function privateEndpointConnectionItemArrayDeserializer(result: Array<PrivateEndpointConnectionItem>): any[];
446
+ /** Private endpoint connection item. */
447
+ export interface PrivateEndpointConnectionItem {
448
+ /** Id of private endpoint connection. */
449
+ id?: string;
450
+ /** Modified whenever there is a change in the state of private endpoint connection. */
451
+ etag?: string;
452
+ /** Properties of the private endpoint object. */
453
+ privateEndpoint?: PrivateEndpoint;
454
+ /** Approval state of the private link connection. */
455
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
456
+ /** Provisioning state of the private endpoint connection. */
457
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
458
+ }
459
+ export declare function privateEndpointConnectionItemDeserializer(item: any): PrivateEndpointConnectionItem;
460
+ /** Properties of the private endpoint connection resource. */
461
+ export interface PrivateEndpointConnectionProperties {
462
+ /** Properties of the private endpoint object. */
463
+ privateEndpoint?: PrivateEndpoint;
464
+ /** Approval state of the private link connection. */
465
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
466
+ /** Provisioning state of the private endpoint connection. */
467
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
468
+ }
469
+ export declare function privateEndpointConnectionPropertiesSerializer(item: PrivateEndpointConnectionProperties): any;
470
+ export declare function privateEndpointConnectionPropertiesDeserializer(item: any): PrivateEndpointConnectionProperties;
471
+ /** Private endpoint object properties. */
472
+ export interface PrivateEndpoint {
473
+ /** Full identifier of the private endpoint resource. */
474
+ readonly id?: string;
475
+ }
476
+ export declare function privateEndpointSerializer(item: PrivateEndpoint): any;
477
+ export declare function privateEndpointDeserializer(item: any): PrivateEndpoint;
478
+ /** An object that represents the approval state of the private link connection. */
479
+ export interface PrivateLinkServiceConnectionState {
480
+ /** Indicates whether the connection has been approved, rejected or removed by the key vault owner. */
481
+ status?: PrivateEndpointServiceConnectionStatus;
482
+ /** The reason for approval or rejection. */
483
+ description?: string;
484
+ /** A message indicating if changes on the service provider require any updates on the consumer. */
485
+ actionsRequired?: ActionsRequired;
486
+ }
487
+ export declare function privateLinkServiceConnectionStateSerializer(item: PrivateLinkServiceConnectionState): any;
488
+ export declare function privateLinkServiceConnectionStateDeserializer(item: any): PrivateLinkServiceConnectionState;
489
+ /** The private endpoint connection status. */
490
+ export declare enum KnownPrivateEndpointServiceConnectionStatus {
491
+ /** Pending */
492
+ Pending = "Pending",
493
+ /** Approved */
494
+ Approved = "Approved",
495
+ /** Rejected */
496
+ Rejected = "Rejected",
497
+ /** Disconnected */
498
+ Disconnected = "Disconnected"
499
+ }
500
+ /**
501
+ * The private endpoint connection status. \
502
+ * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
503
+ * this enum contains the known values that the service supports.
504
+ * ### Known values supported by the service
505
+ * **Pending** \
506
+ * **Approved** \
507
+ * **Rejected** \
508
+ * **Disconnected**
509
+ */
510
+ export type PrivateEndpointServiceConnectionStatus = string;
511
+ /** A message indicating if changes on the service provider require any updates on the consumer. */
512
+ export declare enum KnownActionsRequired {
513
+ /** None */
514
+ None = "None"
515
+ }
516
+ /**
517
+ * A message indicating if changes on the service provider require any updates on the consumer. \
518
+ * {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,
519
+ * this enum contains the known values that the service supports.
520
+ * ### Known values supported by the service
521
+ * **None**
522
+ */
523
+ export type ActionsRequired = string;
524
+ /** The current provisioning state. */
525
+ export declare enum KnownPrivateEndpointConnectionProvisioningState {
526
+ /** Succeeded */
527
+ Succeeded = "Succeeded",
528
+ /** Creating */
529
+ Creating = "Creating",
530
+ /** Updating */
531
+ Updating = "Updating",
532
+ /** Deleting */
533
+ Deleting = "Deleting",
534
+ /** Failed */
535
+ Failed = "Failed",
536
+ /** Disconnected */
537
+ Disconnected = "Disconnected"
538
+ }
539
+ /**
540
+ * The current provisioning state. \
541
+ * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
542
+ * this enum contains the known values that the service supports.
543
+ * ### Known values supported by the service
544
+ * **Succeeded** \
545
+ * **Creating** \
546
+ * **Updating** \
547
+ * **Deleting** \
548
+ * **Failed** \
549
+ * **Disconnected**
550
+ */
551
+ export type PrivateEndpointConnectionProvisioningState = string;
552
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
553
+ export interface ProxyResource extends Resource {
554
+ }
555
+ export declare function proxyResourceSerializer(item: ProxyResource): any;
556
+ export declare function proxyResourceDeserializer(item: any): ProxyResource;
557
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
558
+ export interface Resource {
559
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
560
+ readonly id?: string;
561
+ /** The name of the resource */
562
+ readonly name?: string;
563
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
564
+ readonly type?: string;
565
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
566
+ readonly systemData?: SystemData;
567
+ }
568
+ export declare function resourceSerializer(item: Resource): any;
569
+ export declare function resourceDeserializer(item: any): Resource;
570
+ /** Metadata pertaining to creation and last modification of the resource. */
571
+ export interface SystemData {
572
+ /** The identity that created the resource. */
573
+ createdBy?: string;
574
+ /** The type of identity that created the resource. */
575
+ createdByType?: CreatedByType;
576
+ /** The timestamp of resource creation (UTC). */
577
+ createdAt?: Date;
578
+ /** The identity that last modified the resource. */
579
+ lastModifiedBy?: string;
580
+ /** The type of identity that last modified the resource. */
581
+ lastModifiedByType?: CreatedByType;
582
+ /** The timestamp of resource last modification (UTC) */
583
+ lastModifiedAt?: Date;
584
+ }
585
+ export declare function systemDataDeserializer(item: any): SystemData;
586
+ /** The kind of entity that created the resource. */
587
+ export declare enum KnownCreatedByType {
588
+ /** The entity was created by a user. */
589
+ User = "User",
590
+ /** The entity was created by an application. */
591
+ Application = "Application",
592
+ /** The entity was created by a managed identity. */
593
+ ManagedIdentity = "ManagedIdentity",
594
+ /** The entity was created by a key. */
595
+ Key = "Key"
596
+ }
597
+ /**
598
+ * The kind of entity that created the resource. \
599
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
600
+ * this enum contains the known values that the service supports.
601
+ * ### Known values supported by the service
602
+ * **User**: The entity was created by a user. \
603
+ * **Application**: The entity was created by an application. \
604
+ * **ManagedIdentity**: The entity was created by a managed identity. \
605
+ * **Key**: The entity was created by a key.
606
+ */
607
+ export type CreatedByType = string;
608
+ /** Parameters for creating or updating a vault */
609
+ export interface VaultCreateOrUpdateParameters {
610
+ /** The supported Azure location where the key vault should be created. */
611
+ location: string;
612
+ /** The tags that will be assigned to the key vault. */
613
+ tags?: Record<string, string>;
614
+ /** Properties of the vault */
615
+ properties: VaultProperties;
616
+ }
617
+ export declare function vaultCreateOrUpdateParametersSerializer(item: VaultCreateOrUpdateParameters): any;
618
+ /** Parameters for creating or updating a vault */
619
+ export interface VaultPatchParameters {
620
+ /** The tags that will be assigned to the key vault. */
621
+ tags?: Record<string, string>;
622
+ /** Properties of the vault */
623
+ properties?: VaultPatchProperties;
624
+ }
625
+ export declare function vaultPatchParametersSerializer(item: VaultPatchParameters): any;
626
+ /** Properties of the vault */
627
+ export interface VaultPatchProperties {
628
+ /** The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. */
629
+ tenantId?: string;
630
+ /** SKU details */
631
+ sku?: Sku;
632
+ /** An array of 0 to 16 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. */
633
+ accessPolicies?: AccessPolicyEntry[];
634
+ /** Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault. */
635
+ enabledForDeployment?: boolean;
636
+ /** Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys. */
637
+ enabledForDiskEncryption?: boolean;
638
+ /** Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault. */
639
+ enabledForTemplateDeployment?: boolean;
640
+ /** Property to specify whether the 'soft delete' functionality is enabled for this key vault. Once set to true, it cannot be reverted to false. */
641
+ enableSoftDelete?: boolean;
642
+ /** Property that controls how data actions are authorized. When true, the key vault will use Role Based Access Control (RBAC) for authorization of data actions, and the access policies specified in vault properties will be ignored. When false, the key vault will use the access policies specified in vault properties, and any policy stored on Azure Resource Manager will be ignored. If null or not specified, the value of this property will not change. */
643
+ enableRbacAuthorization?: boolean;
644
+ /** softDelete data retention days. It accepts >=7 and <=90. */
645
+ softDeleteRetentionInDays?: number;
646
+ /** The vault's create mode to indicate whether the vault need to be recovered or not. */
647
+ createMode?: CreateMode;
648
+ /** Property specifying whether protection against purge is enabled for this vault. Setting this property to true activates protection against purge for this vault and its content - only the Key Vault service may initiate a hard, irrecoverable deletion. The setting is effective only if soft delete is also enabled. Enabling this functionality is irreversible - that is, the property does not accept false as its value. */
649
+ enablePurgeProtection?: boolean;
650
+ /** A collection of rules governing the accessibility of the vault from specific network locations. */
651
+ networkAcls?: NetworkRuleSet;
652
+ /** Property to specify whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules. */
653
+ publicNetworkAccess?: string;
654
+ }
655
+ export declare function vaultPatchPropertiesSerializer(item: VaultPatchProperties): any;
656
+ /** The response of a Vault list operation. */
657
+ export interface _VaultListResult {
658
+ /** The Vault items on this page */
659
+ value: Vault[];
660
+ /** The link to the next page of items */
661
+ nextLink?: string;
662
+ }
663
+ export declare function _vaultListResultDeserializer(item: any): _VaultListResult;
664
+ export declare function vaultArrayDeserializer(result: Array<Vault>): any[];
665
+ /** Parameters for updating the access policy in a vault */
666
+ export interface VaultAccessPolicyParameters {
667
+ /** The resource id of the access policy. */
668
+ readonly id?: string;
669
+ /** The resource name of the access policy. */
670
+ readonly name?: string;
671
+ /** The resource name of the access policy. */
672
+ readonly type?: string;
673
+ /** The resource type of the access policy. */
674
+ readonly location?: string;
675
+ /** Properties of the access policy */
676
+ properties: VaultAccessPolicyProperties;
677
+ }
678
+ export declare function vaultAccessPolicyParametersSerializer(item: VaultAccessPolicyParameters): any;
679
+ export declare function vaultAccessPolicyParametersDeserializer(item: any): VaultAccessPolicyParameters;
680
+ /** Properties of the vault access policy */
681
+ export interface VaultAccessPolicyProperties {
682
+ /** An array of 0 to 16 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. */
683
+ accessPolicies: AccessPolicyEntry[];
684
+ }
685
+ export declare function vaultAccessPolicyPropertiesSerializer(item: VaultAccessPolicyProperties): any;
686
+ export declare function vaultAccessPolicyPropertiesDeserializer(item: any): VaultAccessPolicyProperties;
687
+ /** Deleted vault information with extended details. */
688
+ export interface DeletedVault extends ProxyResource {
689
+ /** Properties of the vault */
690
+ properties?: DeletedVaultProperties;
691
+ }
692
+ export declare function deletedVaultDeserializer(item: any): DeletedVault;
693
+ /** Properties of the deleted vault. */
694
+ export interface DeletedVaultProperties {
695
+ /** The resource id of the original vault. */
696
+ readonly vaultId?: string;
697
+ /** The location of the original vault. */
698
+ readonly location?: string;
699
+ /** The deleted date. */
700
+ readonly deletionDate?: Date;
701
+ /** The scheduled purged date. */
702
+ readonly scheduledPurgeDate?: Date;
703
+ /** Tags of the original vault. */
704
+ readonly tags?: Record<string, string>;
705
+ /** Purge protection status of the original vault. */
706
+ readonly purgeProtectionEnabled?: boolean;
707
+ }
708
+ export declare function deletedVaultPropertiesDeserializer(item: any): DeletedVaultProperties;
709
+ /** The response of a DeletedVault list operation. */
710
+ export interface _DeletedVaultListResult {
711
+ /** The DeletedVault items on this page */
712
+ value: DeletedVault[];
713
+ /** The link to the next page of items */
714
+ nextLink?: string;
715
+ }
716
+ export declare function _deletedVaultListResultDeserializer(item: any): _DeletedVaultListResult;
717
+ export declare function deletedVaultArrayDeserializer(result: Array<DeletedVault>): any[];
718
+ /** The list of vault resources. */
719
+ export interface _ResourceListResult {
720
+ /** The list of vault resources. */
721
+ value: TrackedResource[];
722
+ /** The URL to get the next set of vault resources. */
723
+ nextLink?: string;
724
+ }
725
+ export declare function _resourceListResultDeserializer(item: any): _ResourceListResult;
726
+ export declare function trackedResourceArrayDeserializer(result: Array<TrackedResource>): any[];
727
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
728
+ export interface TrackedResource extends Resource {
729
+ /** Resource tags. */
730
+ tags?: Record<string, string>;
731
+ /** The geo-location where the resource lives */
732
+ location: string;
733
+ }
734
+ export declare function trackedResourceDeserializer(item: any): TrackedResource;
735
+ /** The parameters used to check the availability of the vault name. */
736
+ export interface VaultCheckNameAvailabilityParameters {
737
+ /** The vault name. */
738
+ name: string;
739
+ /** The type of resource, Microsoft.KeyVault/vaults */
740
+ type: "Microsoft.KeyVault/vaults";
741
+ }
742
+ export declare function vaultCheckNameAvailabilityParametersSerializer(item: VaultCheckNameAvailabilityParameters): any;
743
+ /** The CheckNameAvailability operation response. */
744
+ export interface CheckNameAvailabilityResult {
745
+ /** A boolean value that indicates whether the name is available for you to use. If true, the name is available. If false, the name has already been taken or is invalid and cannot be used. */
746
+ readonly nameAvailable?: boolean;
747
+ /** The reason that a vault name could not be used. The Reason element is only returned if NameAvailable is false. */
748
+ readonly reason?: Reason;
749
+ /** An error message explaining the Reason value in more detail. */
750
+ readonly message?: string;
751
+ }
752
+ export declare function checkNameAvailabilityResultDeserializer(item: any): CheckNameAvailabilityResult;
753
+ /** The reason that a vault name could not be used. The Reason element is only returned if NameAvailable is false. */
754
+ export declare enum KnownReason {
755
+ /** AccountNameInvalid */
756
+ AccountNameInvalid = "AccountNameInvalid",
757
+ /** AlreadyExists */
758
+ AlreadyExists = "AlreadyExists"
759
+ }
760
+ /**
761
+ * The reason that a vault name could not be used. The Reason element is only returned if NameAvailable is false. \
762
+ * {@link KnownReason} can be used interchangeably with Reason,
763
+ * this enum contains the known values that the service supports.
764
+ * ### Known values supported by the service
765
+ * **AccountNameInvalid** \
766
+ * **AlreadyExists**
767
+ */
768
+ export type Reason = string;
769
+ /** Private endpoint connection resource. */
770
+ export interface PrivateEndpointConnection extends ProxyResource {
771
+ /** Azure location of the key vault resource. */
772
+ readonly location?: string;
773
+ /** Tags assigned to the key vault resource. */
774
+ readonly tags?: Record<string, string>;
775
+ /** Modified whenever there is a change in the state of private endpoint connection. */
776
+ etag?: string;
777
+ /** Properties of the private endpoint object. */
778
+ privateEndpoint?: PrivateEndpoint;
779
+ /** Approval state of the private link connection. */
780
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
781
+ /** Provisioning state of the private endpoint connection. */
782
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
783
+ }
784
+ export declare function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any;
785
+ export declare function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection;
786
+ /** The response of a PrivateEndpointConnection list operation. */
787
+ export interface _PrivateEndpointConnectionListResult {
788
+ /** The PrivateEndpointConnection items on this page */
789
+ value: PrivateEndpointConnection[];
790
+ /** The link to the next page of items */
791
+ nextLink?: string;
792
+ }
793
+ export declare function _privateEndpointConnectionListResultDeserializer(item: any): _PrivateEndpointConnectionListResult;
794
+ export declare function privateEndpointConnectionArraySerializer(result: Array<PrivateEndpointConnection>): any[];
795
+ export declare function privateEndpointConnectionArrayDeserializer(result: Array<PrivateEndpointConnection>): any[];
796
+ /** Resource information with extended details. */
797
+ export interface ManagedHsm extends ProxyResource {
798
+ /** Properties of the managed HSM */
799
+ properties?: ManagedHsmProperties;
800
+ /** SKU details */
801
+ sku?: ManagedHsmSku;
802
+ /** Managed service identity */
803
+ identity?: ManagedServiceIdentity;
804
+ /** The geo-location where the resource lives */
805
+ location?: string;
806
+ /** Resource tags. */
807
+ tags?: Record<string, string>;
808
+ }
809
+ export declare function managedHsmSerializer(item: ManagedHsm): any;
810
+ export declare function managedHsmDeserializer(item: any): ManagedHsm;
811
+ /** Properties of the managed HSM Pool */
812
+ export interface ManagedHsmProperties {
813
+ /** The Azure Active Directory tenant ID that should be used for authenticating requests to the managed HSM pool. */
814
+ tenantId?: string;
815
+ /** Array of initial administrators object ids for this managed hsm pool. */
816
+ initialAdminObjectIds?: string[];
817
+ /** The URI of the managed hsm pool for performing operations on keys. */
818
+ readonly hsmUri?: string;
819
+ /** Property to specify whether the 'soft delete' functionality is enabled for this managed HSM pool. Soft delete is enabled by default for all managed HSMs and is immutable. */
820
+ enableSoftDelete?: boolean;
821
+ /** Soft deleted data retention days. When you delete an HSM or a key, it will remain recoverable for the configured retention period or for a default period of 90 days. It accepts values between 7 and 90. */
822
+ softDeleteRetentionInDays?: number;
823
+ /** Property specifying whether protection against purge is enabled for this managed HSM pool. Setting this property to true activates protection against purge for this managed HSM pool and its content - only the Managed HSM service may initiate a hard, irrecoverable deletion. Enabling this functionality is irreversible. */
824
+ enablePurgeProtection?: boolean;
825
+ /** The create mode to indicate whether the resource is being created or is being recovered from a deleted resource. */
826
+ createMode?: CreateMode;
827
+ /** Resource Status Message. */
828
+ readonly statusMessage?: string;
829
+ /** Provisioning state. */
830
+ readonly provisioningState?: ProvisioningState;
831
+ /** Rules governing the accessibility of the key vault from specific network locations. */
832
+ networkAcls?: MhsmNetworkRuleSet;
833
+ /** List of all regions associated with the managed hsm pool. */
834
+ regions?: MhsmGeoReplicatedRegion[];
835
+ /** List of private endpoint connections associated with the managed hsm pool. */
836
+ readonly privateEndpointConnections?: MhsmPrivateEndpointConnectionItem[];
837
+ /** Control permission to the managed HSM from public networks. */
838
+ publicNetworkAccess?: PublicNetworkAccess;
839
+ /** The scheduled purge date in UTC. */
840
+ readonly scheduledPurgeDate?: Date;
841
+ /** Managed HSM security domain properties. */
842
+ readonly securityDomainProperties?: ManagedHSMSecurityDomainProperties;
843
+ }
844
+ export declare function managedHsmPropertiesSerializer(item: ManagedHsmProperties): any;
845
+ export declare function managedHsmPropertiesDeserializer(item: any): ManagedHsmProperties;
846
+ /** Provisioning state. */
847
+ export declare enum KnownProvisioningState {
848
+ /** The managed HSM Pool has been full provisioned. */
849
+ Succeeded = "Succeeded",
850
+ /** The managed HSM Pool is currently being provisioned. */
851
+ Provisioning = "Provisioning",
852
+ /** Provisioning of the managed HSM Pool has failed. */
853
+ Failed = "Failed",
854
+ /** The managed HSM Pool is currently being updated. */
855
+ Updating = "Updating",
856
+ /** The managed HSM Pool is currently being deleted. */
857
+ Deleting = "Deleting",
858
+ /** The managed HSM pool is ready for normal use. */
859
+ Activated = "Activated",
860
+ /** The managed HSM pool is waiting for a security domain restore action. */
861
+ SecurityDomainRestore = "SecurityDomainRestore",
862
+ /** The managed HSM pool is being restored from full HSM backup. */
863
+ Restoring = "Restoring"
864
+ }
865
+ /**
866
+ * Provisioning state. \
867
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
868
+ * this enum contains the known values that the service supports.
869
+ * ### Known values supported by the service
870
+ * **Succeeded**: The managed HSM Pool has been full provisioned. \
871
+ * **Provisioning**: The managed HSM Pool is currently being provisioned. \
872
+ * **Failed**: Provisioning of the managed HSM Pool has failed. \
873
+ * **Updating**: The managed HSM Pool is currently being updated. \
874
+ * **Deleting**: The managed HSM Pool is currently being deleted. \
875
+ * **Activated**: The managed HSM pool is ready for normal use. \
876
+ * **SecurityDomainRestore**: The managed HSM pool is waiting for a security domain restore action. \
877
+ * **Restoring**: The managed HSM pool is being restored from full HSM backup.
878
+ */
879
+ export type ProvisioningState = string;
880
+ /** A set of rules governing the network accessibility of a managed hsm pool. */
881
+ export interface MhsmNetworkRuleSet {
882
+ /** Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'. */
883
+ bypass?: NetworkRuleBypassOptions;
884
+ /** The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. */
885
+ defaultAction?: NetworkRuleAction;
886
+ /** The list of IP address rules. */
887
+ ipRules?: MhsmipRule[];
888
+ /** The list of service tags. */
889
+ serviceTags?: MhsmServiceTagRule[];
890
+ /** The list of virtual network rules. */
891
+ virtualNetworkRules?: MhsmVirtualNetworkRule[];
892
+ }
893
+ export declare function mhsmNetworkRuleSetSerializer(item: MhsmNetworkRuleSet): any;
894
+ export declare function mhsmNetworkRuleSetDeserializer(item: any): MhsmNetworkRuleSet;
895
+ export declare function mhsmipRuleArraySerializer(result: Array<MhsmipRule>): any[];
896
+ export declare function mhsmipRuleArrayDeserializer(result: Array<MhsmipRule>): any[];
897
+ /** A rule governing the accessibility of a managed HSM pool from a specific IP address or IP range. */
898
+ export interface MhsmipRule {
899
+ /** An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78). */
900
+ value: string;
901
+ }
902
+ export declare function mhsmipRuleSerializer(item: MhsmipRule): any;
903
+ export declare function mhsmipRuleDeserializer(item: any): MhsmipRule;
904
+ export declare function mhsmServiceTagRuleArraySerializer(result: Array<MhsmServiceTagRule>): any[];
905
+ export declare function mhsmServiceTagRuleArrayDeserializer(result: Array<MhsmServiceTagRule>): any[];
906
+ /** A rule governing the accessibility of a managed hsm pool from a specific service tags. */
907
+ export interface MhsmServiceTagRule {
908
+ /** Name of the service tag. */
909
+ tag: string;
910
+ }
911
+ export declare function mhsmServiceTagRuleSerializer(item: MhsmServiceTagRule): any;
912
+ export declare function mhsmServiceTagRuleDeserializer(item: any): MhsmServiceTagRule;
913
+ export declare function mhsmVirtualNetworkRuleArraySerializer(result: Array<MhsmVirtualNetworkRule>): any[];
914
+ export declare function mhsmVirtualNetworkRuleArrayDeserializer(result: Array<MhsmVirtualNetworkRule>): any[];
915
+ /** A rule governing the accessibility of a managed hsm pool from a specific virtual network. */
916
+ export interface MhsmVirtualNetworkRule {
917
+ /** Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. */
918
+ id: string;
919
+ }
920
+ export declare function mhsmVirtualNetworkRuleSerializer(item: MhsmVirtualNetworkRule): any;
921
+ export declare function mhsmVirtualNetworkRuleDeserializer(item: any): MhsmVirtualNetworkRule;
922
+ export declare function mhsmGeoReplicatedRegionArraySerializer(result: Array<MhsmGeoReplicatedRegion>): any[];
923
+ export declare function mhsmGeoReplicatedRegionArrayDeserializer(result: Array<MhsmGeoReplicatedRegion>): any[];
924
+ /** A region that this managed HSM Pool has been extended to. */
925
+ export interface MhsmGeoReplicatedRegion {
926
+ /** Name of the geo replicated region. */
927
+ name?: string;
928
+ /** Provisioning state of the geo replicated region. */
929
+ readonly provisioningState?: GeoReplicationRegionProvisioningState;
930
+ /** A boolean value that indicates whether the region is the primary region or a secondary region. */
931
+ isPrimary?: boolean;
932
+ }
933
+ export declare function mhsmGeoReplicatedRegionSerializer(item: MhsmGeoReplicatedRegion): any;
934
+ export declare function mhsmGeoReplicatedRegionDeserializer(item: any): MhsmGeoReplicatedRegion;
935
+ /** The current provisioning state. */
936
+ export declare enum KnownGeoReplicationRegionProvisioningState {
937
+ /** Preprovisioning */
938
+ Preprovisioning = "Preprovisioning",
939
+ /** Provisioning */
940
+ Provisioning = "Provisioning",
941
+ /** Succeeded */
942
+ Succeeded = "Succeeded",
943
+ /** Failed */
944
+ Failed = "Failed",
945
+ /** Deleting */
946
+ Deleting = "Deleting",
947
+ /** Cleanup */
948
+ Cleanup = "Cleanup"
949
+ }
950
+ /**
951
+ * The current provisioning state. \
952
+ * {@link KnownGeoReplicationRegionProvisioningState} can be used interchangeably with GeoReplicationRegionProvisioningState,
953
+ * this enum contains the known values that the service supports.
954
+ * ### Known values supported by the service
955
+ * **Preprovisioning** \
956
+ * **Provisioning** \
957
+ * **Succeeded** \
958
+ * **Failed** \
959
+ * **Deleting** \
960
+ * **Cleanup**
961
+ */
962
+ export type GeoReplicationRegionProvisioningState = string;
963
+ export declare function mhsmPrivateEndpointConnectionItemArrayDeserializer(result: Array<MhsmPrivateEndpointConnectionItem>): any[];
964
+ /** Private endpoint connection item. */
965
+ export interface MhsmPrivateEndpointConnectionItem {
966
+ /** Id of private endpoint connection. */
967
+ id?: string;
968
+ /** Modified whenever there is a change in the state of private endpoint connection. */
969
+ etag?: string;
970
+ /** Properties of the private endpoint object. */
971
+ privateEndpoint?: MhsmPrivateEndpoint;
972
+ /** Approval state of the private link connection. */
973
+ privateLinkServiceConnectionState?: MhsmPrivateLinkServiceConnectionState;
974
+ /** Provisioning state of the private endpoint connection. */
975
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
976
+ }
977
+ export declare function mhsmPrivateEndpointConnectionItemDeserializer(item: any): MhsmPrivateEndpointConnectionItem;
978
+ /** Properties of the private endpoint connection resource. */
979
+ export interface MhsmPrivateEndpointConnectionProperties {
980
+ /** Properties of the private endpoint object. */
981
+ privateEndpoint?: MhsmPrivateEndpoint;
982
+ /** Approval state of the private link connection. */
983
+ privateLinkServiceConnectionState?: MhsmPrivateLinkServiceConnectionState;
984
+ /** Provisioning state of the private endpoint connection. */
985
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
986
+ }
987
+ export declare function mhsmPrivateEndpointConnectionPropertiesSerializer(item: MhsmPrivateEndpointConnectionProperties): any;
988
+ export declare function mhsmPrivateEndpointConnectionPropertiesDeserializer(item: any): MhsmPrivateEndpointConnectionProperties;
989
+ /** Private endpoint object properties. */
990
+ export interface MhsmPrivateEndpoint {
991
+ /** Full identifier of the private endpoint resource. */
992
+ readonly id?: string;
993
+ }
994
+ export declare function mhsmPrivateEndpointSerializer(item: MhsmPrivateEndpoint): any;
995
+ export declare function mhsmPrivateEndpointDeserializer(item: any): MhsmPrivateEndpoint;
996
+ /** An object that represents the approval state of the private link connection. */
997
+ export interface MhsmPrivateLinkServiceConnectionState {
998
+ /** Indicates whether the connection has been approved, rejected or removed by the key vault owner. */
999
+ status?: PrivateEndpointServiceConnectionStatus;
1000
+ /** The reason for approval or rejection. */
1001
+ description?: string;
1002
+ /** A message indicating if changes on the service provider require any updates on the consumer. */
1003
+ actionsRequired?: ActionsRequired;
1004
+ }
1005
+ export declare function mhsmPrivateLinkServiceConnectionStateSerializer(item: MhsmPrivateLinkServiceConnectionState): any;
1006
+ export declare function mhsmPrivateLinkServiceConnectionStateDeserializer(item: any): MhsmPrivateLinkServiceConnectionState;
1007
+ /** Control permission to the managed HSM from public networks. */
1008
+ export declare enum KnownPublicNetworkAccess {
1009
+ /** Enabled */
1010
+ Enabled = "Enabled",
1011
+ /** Disabled */
1012
+ Disabled = "Disabled"
1013
+ }
1014
+ /**
1015
+ * Control permission to the managed HSM from public networks. \
1016
+ * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
1017
+ * this enum contains the known values that the service supports.
1018
+ * ### Known values supported by the service
1019
+ * **Enabled** \
1020
+ * **Disabled**
1021
+ */
1022
+ export type PublicNetworkAccess = string;
1023
+ /** The security domain properties of the managed hsm. */
1024
+ export interface ManagedHSMSecurityDomainProperties {
1025
+ /** Activation Status */
1026
+ readonly activationStatus?: ActivationStatus;
1027
+ /** Activation Status Message. */
1028
+ readonly activationStatusMessage?: string;
1029
+ }
1030
+ export declare function managedHSMSecurityDomainPropertiesDeserializer(item: any): ManagedHSMSecurityDomainProperties;
1031
+ /** Activation Status */
1032
+ export declare enum KnownActivationStatus {
1033
+ /** The managed HSM Pool is active. */
1034
+ Active = "Active",
1035
+ /** The managed HSM Pool is not yet activated. */
1036
+ NotActivated = "NotActivated",
1037
+ /** An unknown error occurred while activating managed hsm. */
1038
+ Unknown = "Unknown",
1039
+ /** Failed to activate managed hsm. */
1040
+ Failed = "Failed"
1041
+ }
1042
+ /**
1043
+ * Activation Status \
1044
+ * {@link KnownActivationStatus} can be used interchangeably with ActivationStatus,
1045
+ * this enum contains the known values that the service supports.
1046
+ * ### Known values supported by the service
1047
+ * **Active**: The managed HSM Pool is active. \
1048
+ * **NotActivated**: The managed HSM Pool is not yet activated. \
1049
+ * **Unknown**: An unknown error occurred while activating managed hsm. \
1050
+ * **Failed**: Failed to activate managed hsm.
1051
+ */
1052
+ export type ActivationStatus = string;
1053
+ /** SKU details */
1054
+ export interface ManagedHsmSku {
1055
+ /** SKU Family of the managed HSM Pool */
1056
+ family: ManagedHsmSkuFamily;
1057
+ /** SKU of the managed HSM Pool */
1058
+ name: ManagedHsmSkuName;
1059
+ }
1060
+ export declare function managedHsmSkuSerializer(item: ManagedHsmSku): any;
1061
+ export declare function managedHsmSkuDeserializer(item: any): ManagedHsmSku;
1062
+ /** SKU Family of the managed HSM Pool */
1063
+ export declare enum KnownManagedHsmSkuFamily {
1064
+ /** B */
1065
+ B = "B",
1066
+ /** C */
1067
+ C = "C"
1068
+ }
1069
+ /**
1070
+ * SKU Family of the managed HSM Pool \
1071
+ * {@link KnownManagedHsmSkuFamily} can be used interchangeably with ManagedHsmSkuFamily,
1072
+ * this enum contains the known values that the service supports.
1073
+ * ### Known values supported by the service
1074
+ * **B** \
1075
+ * **C**
1076
+ */
1077
+ export type ManagedHsmSkuFamily = string;
1078
+ /** SKU of the managed HSM Pool */
1079
+ export type ManagedHsmSkuName = "Standard_B1" | "Custom_B32" | "Custom_B6" | "Custom_C42" | "Custom_C10";
1080
+ /** Managed service identity (system assigned and/or user assigned identities) */
1081
+ export interface ManagedServiceIdentity {
1082
+ /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
1083
+ readonly principalId?: string;
1084
+ /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
1085
+ readonly tenantId?: string;
1086
+ /** The type of managed identity assigned to this resource. */
1087
+ type: ManagedServiceIdentityType;
1088
+ /** The identities assigned to this resource by the user. */
1089
+ userAssignedIdentities?: Record<string, UserAssignedIdentity>;
1090
+ }
1091
+ export declare function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any;
1092
+ export declare function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity;
1093
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
1094
+ export declare enum KnownManagedServiceIdentityType {
1095
+ /** No managed identity. */
1096
+ None = "None",
1097
+ /** System assigned managed identity. */
1098
+ SystemAssigned = "SystemAssigned",
1099
+ /** User assigned managed identity. */
1100
+ UserAssigned = "UserAssigned",
1101
+ /** System and user assigned managed identity. */
1102
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
1103
+ }
1104
+ /**
1105
+ * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \
1106
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
1107
+ * this enum contains the known values that the service supports.
1108
+ * ### Known values supported by the service
1109
+ * **None**: No managed identity. \
1110
+ * **SystemAssigned**: System assigned managed identity. \
1111
+ * **UserAssigned**: User assigned managed identity. \
1112
+ * **SystemAssigned,UserAssigned**: System and user assigned managed identity.
1113
+ */
1114
+ export type ManagedServiceIdentityType = string;
1115
+ /** User assigned identity properties */
1116
+ export interface UserAssignedIdentity {
1117
+ /** The principal ID of the assigned identity. */
1118
+ readonly principalId?: string;
1119
+ /** The client ID of the assigned identity. */
1120
+ readonly clientId?: string;
1121
+ }
1122
+ export declare function userAssignedIdentitySerializer(item: UserAssignedIdentity): any;
1123
+ export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
1124
+ /** The error exception. */
1125
+ export interface ManagedHsmError {
1126
+ /** The server error. */
1127
+ readonly error?: ErrorModel;
1128
+ }
1129
+ export declare function managedHsmErrorDeserializer(item: any): ManagedHsmError;
1130
+ /** The server error. */
1131
+ export interface ErrorModel {
1132
+ /** The error code. */
1133
+ readonly code?: string;
1134
+ /** The error message. */
1135
+ readonly message?: string;
1136
+ /** The inner error, contains a more specific error code. */
1137
+ readonly innerError?: ErrorModel;
1138
+ }
1139
+ export declare function errorDeserializer(item: any): ErrorModel;
1140
+ /** The response of a ManagedHsm list operation. */
1141
+ export interface _ManagedHsmListResult {
1142
+ /** The ManagedHsm items on this page */
1143
+ value: ManagedHsm[];
1144
+ /** The link to the next page of items */
1145
+ nextLink?: string;
1146
+ }
1147
+ export declare function _managedHsmListResultDeserializer(item: any): _ManagedHsmListResult;
1148
+ export declare function managedHsmArraySerializer(result: Array<ManagedHsm>): any[];
1149
+ export declare function managedHsmArrayDeserializer(result: Array<ManagedHsm>): any[];
1150
+ /** Concrete proxy resource types can be created by aliasing this type using a specific property type. */
1151
+ export interface DeletedManagedHsm extends ProxyResource {
1152
+ /** Properties of the deleted managed HSM */
1153
+ properties?: DeletedManagedHsmProperties;
1154
+ }
1155
+ export declare function deletedManagedHsmDeserializer(item: any): DeletedManagedHsm;
1156
+ /** Properties of the deleted managed HSM. */
1157
+ export interface DeletedManagedHsmProperties {
1158
+ /** The resource id of the original managed HSM. */
1159
+ readonly mhsmId?: string;
1160
+ /** The location of the original managed HSM. */
1161
+ readonly location?: string;
1162
+ /** The deleted date. */
1163
+ readonly deletionDate?: Date;
1164
+ /** The scheduled purged date. */
1165
+ readonly scheduledPurgeDate?: Date;
1166
+ /** Purge protection status of the original managed HSM. */
1167
+ readonly purgeProtectionEnabled?: boolean;
1168
+ /** Tags of the original managed HSM. */
1169
+ readonly tags?: Record<string, string>;
1170
+ }
1171
+ export declare function deletedManagedHsmPropertiesDeserializer(item: any): DeletedManagedHsmProperties;
1172
+ /** The response of a DeletedManagedHsm list operation. */
1173
+ export interface _DeletedManagedHsmListResult {
1174
+ /** The DeletedManagedHsm items on this page */
1175
+ value: DeletedManagedHsm[];
1176
+ /** The link to the next page of items */
1177
+ nextLink?: string;
1178
+ }
1179
+ export declare function _deletedManagedHsmListResultDeserializer(item: any): _DeletedManagedHsmListResult;
1180
+ export declare function deletedManagedHsmArrayDeserializer(result: Array<DeletedManagedHsm>): any[];
1181
+ /** The parameters used to check the availability of the managed hsm name. */
1182
+ export interface CheckMhsmNameAvailabilityParameters {
1183
+ /** The managed hsm name. */
1184
+ name: string;
1185
+ }
1186
+ export declare function checkMhsmNameAvailabilityParametersSerializer(item: CheckMhsmNameAvailabilityParameters): any;
1187
+ /** The CheckMhsmNameAvailability operation response. */
1188
+ export interface CheckMhsmNameAvailabilityResult {
1189
+ /** A boolean value that indicates whether the name is available for you to use. If true, the name is available. If false, the name has already been taken or is invalid and cannot be used. */
1190
+ readonly nameAvailable?: boolean;
1191
+ /** The reason that a managed hsm name could not be used. The reason element is only returned if NameAvailable is false. */
1192
+ readonly reason?: Reason;
1193
+ /** An error message explaining the Reason value in more detail. */
1194
+ readonly message?: string;
1195
+ }
1196
+ export declare function checkMhsmNameAvailabilityResultDeserializer(item: any): CheckMhsmNameAvailabilityResult;
1197
+ /** Resource information with extended details. */
1198
+ export interface Secret extends ProxyResource {
1199
+ /** Properties of the secret */
1200
+ properties: SecretProperties;
1201
+ /** Azure location of the key vault resource. */
1202
+ readonly location?: string;
1203
+ /** Tags assigned to the key vault resource. */
1204
+ readonly tags?: Record<string, string>;
1205
+ }
1206
+ export declare function secretDeserializer(item: any): Secret;
1207
+ /** Properties of the secret */
1208
+ export interface SecretProperties {
1209
+ /** The value of the secret. NOTE: 'value' will never be returned from the service, as APIs using this model are is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets. */
1210
+ value?: string;
1211
+ /** The content type of the secret. */
1212
+ contentType?: string;
1213
+ /** The attributes of the secret. */
1214
+ attributes?: SecretAttributes;
1215
+ /** The URI to retrieve the current version of the secret. */
1216
+ readonly secretUri?: string;
1217
+ /** The URI to retrieve the specific version of the secret. */
1218
+ readonly secretUriWithVersion?: string;
1219
+ }
1220
+ export declare function secretPropertiesSerializer(item: SecretProperties): any;
1221
+ export declare function secretPropertiesDeserializer(item: any): SecretProperties;
1222
+ /** The secret management attributes. */
1223
+ export interface SecretAttributes extends Attributes {
1224
+ }
1225
+ export declare function secretAttributesSerializer(item: SecretAttributes): any;
1226
+ export declare function secretAttributesDeserializer(item: any): SecretAttributes;
1227
+ /** The object attributes managed by the KeyVault service. */
1228
+ export interface Attributes {
1229
+ /** Determines whether the object is enabled. */
1230
+ enabled?: boolean;
1231
+ /** Not before date in seconds since 1970-01-01T00:00:00Z. */
1232
+ notBefore?: Date;
1233
+ /** Expiry date in seconds since 1970-01-01T00:00:00Z. */
1234
+ expires?: Date;
1235
+ /** Creation time in seconds since 1970-01-01T00:00:00Z. */
1236
+ readonly created?: Date;
1237
+ /** Last updated time in seconds since 1970-01-01T00:00:00Z. */
1238
+ readonly updated?: Date;
1239
+ }
1240
+ export declare function attributesSerializer(item: Attributes): any;
1241
+ export declare function attributesDeserializer(item: any): Attributes;
1242
+ /** Parameters for creating or updating a secret */
1243
+ export interface SecretCreateOrUpdateParameters {
1244
+ /** The tags that will be assigned to the secret. */
1245
+ tags?: Record<string, string>;
1246
+ /** Properties of the secret */
1247
+ properties: SecretProperties;
1248
+ }
1249
+ export declare function secretCreateOrUpdateParametersSerializer(item: SecretCreateOrUpdateParameters): any;
1250
+ /** Parameters for patching a secret */
1251
+ export interface SecretPatchParameters {
1252
+ /** The tags that will be assigned to the secret. */
1253
+ tags?: Record<string, string>;
1254
+ /** Properties of the secret */
1255
+ properties?: SecretPatchProperties;
1256
+ }
1257
+ export declare function secretPatchParametersSerializer(item: SecretPatchParameters): any;
1258
+ /** Properties of the secret */
1259
+ export interface SecretPatchProperties {
1260
+ /** The value of the secret. */
1261
+ value?: string;
1262
+ /** The content type of the secret. */
1263
+ contentType?: string;
1264
+ /** The attributes of the secret. */
1265
+ attributes?: SecretAttributes;
1266
+ }
1267
+ export declare function secretPatchPropertiesSerializer(item: SecretPatchProperties): any;
1268
+ /** The response of a Secret list operation. */
1269
+ export interface _SecretListResult {
1270
+ /** The Secret items on this page */
1271
+ value: Secret[];
1272
+ /** The link to the next page of items */
1273
+ nextLink?: string;
1274
+ }
1275
+ export declare function _secretListResultDeserializer(item: any): _SecretListResult;
1276
+ export declare function secretArrayDeserializer(result: Array<Secret>): any[];
1277
+ /** The key resource. */
1278
+ export interface Key extends ProxyResource {
1279
+ /** The supported Azure location where the managed HSM Pool should be created. */
1280
+ readonly location?: string;
1281
+ /** Resource tags */
1282
+ readonly tags?: Record<string, string>;
1283
+ /** The attributes of the key. */
1284
+ attributes?: KeyAttributes;
1285
+ /** The type of the key. For valid values, see JsonWebKeyType. */
1286
+ kty?: JsonWebKeyType;
1287
+ keyOps?: JsonWebKeyOperation[];
1288
+ /** The key size in bits. For example: 2048, 3072, or 4096 for RSA. Default for RSA and RSA-HSM keys is 2048. Exception made for bring your own key (BYOK), key exchange keys default to 4096. */
1289
+ keySize?: number;
1290
+ /** The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 */
1291
+ curveName?: JsonWebKeyCurveName;
1292
+ /** The URI to retrieve the current version of the key. */
1293
+ readonly keyUri?: string;
1294
+ /** The URI to retrieve the specific version of the key. */
1295
+ readonly keyUriWithVersion?: string;
1296
+ /** Key rotation policy in response. It will be used for both output and input. Omitted if empty */
1297
+ rotationPolicy?: RotationPolicy;
1298
+ /** Key release policy in response. It will be used for both output and input. Omitted if empty */
1299
+ releasePolicy?: KeyReleasePolicy;
1300
+ }
1301
+ export declare function keyDeserializer(item: any): Key;
1302
+ /** The properties of the key. */
1303
+ export interface KeyProperties {
1304
+ /** The attributes of the key. */
1305
+ attributes?: KeyAttributes;
1306
+ /** The type of the key. For valid values, see JsonWebKeyType. */
1307
+ kty?: JsonWebKeyType;
1308
+ keyOps?: JsonWebKeyOperation[];
1309
+ /** The key size in bits. For example: 2048, 3072, or 4096 for RSA. Default for RSA and RSA-HSM keys is 2048. Exception made for bring your own key (BYOK), key exchange keys default to 4096. */
1310
+ keySize?: number;
1311
+ /** The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 */
1312
+ curveName?: JsonWebKeyCurveName;
1313
+ /** The URI to retrieve the current version of the key. */
1314
+ readonly keyUri?: string;
1315
+ /** The URI to retrieve the specific version of the key. */
1316
+ readonly keyUriWithVersion?: string;
1317
+ /** Key rotation policy in response. It will be used for both output and input. Omitted if empty */
1318
+ rotationPolicy?: RotationPolicy;
1319
+ /** Key release policy in response. It will be used for both output and input. Omitted if empty */
1320
+ releasePolicy?: KeyReleasePolicy;
1321
+ }
1322
+ export declare function keyPropertiesSerializer(item: KeyProperties): any;
1323
+ export declare function keyPropertiesDeserializer(item: any): KeyProperties;
1324
+ /** The object attributes managed by the Azure Key Vault service. */
1325
+ export interface KeyAttributes {
1326
+ /** Determines whether or not the object is enabled. */
1327
+ enabled?: boolean;
1328
+ /** Not before date in seconds since 1970-01-01T00:00:00Z. */
1329
+ notBefore?: number;
1330
+ /** Expiry date in seconds since 1970-01-01T00:00:00Z. */
1331
+ expires?: number;
1332
+ /** Creation time in seconds since 1970-01-01T00:00:00Z. */
1333
+ readonly created?: number;
1334
+ /** Last updated time in seconds since 1970-01-01T00:00:00Z. */
1335
+ readonly updated?: number;
1336
+ /** The deletion recovery level currently in effect for the object. If it contains 'Purgeable', then the object can be permanently deleted by a privileged user; otherwise, only the system can purge the object at the end of the retention interval. */
1337
+ readonly recoveryLevel?: DeletionRecoveryLevel;
1338
+ /** Indicates if the private key can be exported. */
1339
+ exportable?: boolean;
1340
+ }
1341
+ export declare function keyAttributesSerializer(item: KeyAttributes): any;
1342
+ export declare function keyAttributesDeserializer(item: any): KeyAttributes;
1343
+ /** The deletion recovery level currently in effect for the object. If it contains 'Purgeable', then the object can be permanently deleted by a privileged user; otherwise, only the system can purge the object at the end of the retention interval. */
1344
+ export declare enum KnownDeletionRecoveryLevel {
1345
+ /** Purgeable */
1346
+ Purgeable = "Purgeable",
1347
+ /** Recoverable+Purgeable */
1348
+ RecoverablePurgeable = "Recoverable+Purgeable",
1349
+ /** Recoverable */
1350
+ Recoverable = "Recoverable",
1351
+ /** Recoverable+ProtectedSubscription */
1352
+ RecoverableProtectedSubscription = "Recoverable+ProtectedSubscription"
1353
+ }
1354
+ /**
1355
+ * The deletion recovery level currently in effect for the object. If it contains 'Purgeable', then the object can be permanently deleted by a privileged user; otherwise, only the system can purge the object at the end of the retention interval. \
1356
+ * {@link KnownDeletionRecoveryLevel} can be used interchangeably with DeletionRecoveryLevel,
1357
+ * this enum contains the known values that the service supports.
1358
+ * ### Known values supported by the service
1359
+ * **Purgeable** \
1360
+ * **Recoverable+Purgeable** \
1361
+ * **Recoverable** \
1362
+ * **Recoverable+ProtectedSubscription**
1363
+ */
1364
+ export type DeletionRecoveryLevel = string;
1365
+ /** The type of the key. For valid values, see JsonWebKeyType. */
1366
+ export declare enum KnownJsonWebKeyType {
1367
+ /** EC */
1368
+ EC = "EC",
1369
+ /** EC-HSM */
1370
+ ECHSM = "EC-HSM",
1371
+ /** RSA */
1372
+ RSA = "RSA",
1373
+ /** RSA-HSM */
1374
+ RSAHSM = "RSA-HSM"
1375
+ }
1376
+ /**
1377
+ * The type of the key. For valid values, see JsonWebKeyType. \
1378
+ * {@link KnownJsonWebKeyType} can be used interchangeably with JsonWebKeyType,
1379
+ * this enum contains the known values that the service supports.
1380
+ * ### Known values supported by the service
1381
+ * **EC** \
1382
+ * **EC-HSM** \
1383
+ * **RSA** \
1384
+ * **RSA-HSM**
1385
+ */
1386
+ export type JsonWebKeyType = string;
1387
+ /** The permitted JSON web key operations of the key. For more information, see JsonWebKeyOperation. */
1388
+ export declare enum KnownJsonWebKeyOperation {
1389
+ /** encrypt */
1390
+ Encrypt = "encrypt",
1391
+ /** decrypt */
1392
+ Decrypt = "decrypt",
1393
+ /** sign */
1394
+ Sign = "sign",
1395
+ /** verify */
1396
+ Verify = "verify",
1397
+ /** wrapKey */
1398
+ WrapKey = "wrapKey",
1399
+ /** unwrapKey */
1400
+ UnwrapKey = "unwrapKey",
1401
+ /** import */
1402
+ Import = "import",
1403
+ /** release */
1404
+ Release = "release"
1405
+ }
1406
+ /**
1407
+ * The permitted JSON web key operations of the key. For more information, see JsonWebKeyOperation. \
1408
+ * {@link KnownJsonWebKeyOperation} can be used interchangeably with JsonWebKeyOperation,
1409
+ * this enum contains the known values that the service supports.
1410
+ * ### Known values supported by the service
1411
+ * **encrypt** \
1412
+ * **decrypt** \
1413
+ * **sign** \
1414
+ * **verify** \
1415
+ * **wrapKey** \
1416
+ * **unwrapKey** \
1417
+ * **import** \
1418
+ * **release**
1419
+ */
1420
+ export type JsonWebKeyOperation = string;
1421
+ /** The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 */
1422
+ export declare enum KnownJsonWebKeyCurveName {
1423
+ /** P-256 */
1424
+ P256 = "P-256",
1425
+ /** P-384 */
1426
+ P384 = "P-384",
1427
+ /** P-521 */
1428
+ P521 = "P-521",
1429
+ /** P-256K */
1430
+ P256K = "P-256K"
1431
+ }
1432
+ /**
1433
+ * The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 \
1434
+ * {@link KnownJsonWebKeyCurveName} can be used interchangeably with JsonWebKeyCurveName,
1435
+ * this enum contains the known values that the service supports.
1436
+ * ### Known values supported by the service
1437
+ * **P-256** \
1438
+ * **P-384** \
1439
+ * **P-521** \
1440
+ * **P-256K**
1441
+ */
1442
+ export type JsonWebKeyCurveName = string;
1443
+ /** model interface RotationPolicy */
1444
+ export interface RotationPolicy {
1445
+ /** The attributes of key rotation policy. */
1446
+ attributes?: KeyRotationPolicyAttributes;
1447
+ /** The lifetimeActions for key rotation action. */
1448
+ lifetimeActions?: LifetimeAction[];
1449
+ }
1450
+ export declare function rotationPolicySerializer(item: RotationPolicy): any;
1451
+ export declare function rotationPolicyDeserializer(item: any): RotationPolicy;
1452
+ /** model interface KeyRotationPolicyAttributes */
1453
+ export interface KeyRotationPolicyAttributes {
1454
+ /** Creation time in seconds since 1970-01-01T00:00:00Z. */
1455
+ readonly created?: number;
1456
+ /** Last updated time in seconds since 1970-01-01T00:00:00Z. */
1457
+ readonly updated?: number;
1458
+ /** The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'. */
1459
+ expiryTime?: string;
1460
+ }
1461
+ export declare function keyRotationPolicyAttributesSerializer(item: KeyRotationPolicyAttributes): any;
1462
+ export declare function keyRotationPolicyAttributesDeserializer(item: any): KeyRotationPolicyAttributes;
1463
+ export declare function lifetimeActionArraySerializer(result: Array<LifetimeAction>): any[];
1464
+ export declare function lifetimeActionArrayDeserializer(result: Array<LifetimeAction>): any[];
1465
+ /** model interface LifetimeAction */
1466
+ export interface LifetimeAction {
1467
+ /** The trigger of key rotation policy lifetimeAction. */
1468
+ trigger?: Trigger;
1469
+ /** The action of key rotation policy lifetimeAction. */
1470
+ action?: Action;
1471
+ }
1472
+ export declare function lifetimeActionSerializer(item: LifetimeAction): any;
1473
+ export declare function lifetimeActionDeserializer(item: any): LifetimeAction;
1474
+ /** model interface Trigger */
1475
+ export interface Trigger {
1476
+ /** The time duration after key creation to rotate the key. It only applies to rotate. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'. */
1477
+ timeAfterCreate?: string;
1478
+ /** The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'. */
1479
+ timeBeforeExpiry?: string;
1480
+ }
1481
+ export declare function triggerSerializer(item: Trigger): any;
1482
+ export declare function triggerDeserializer(item: any): Trigger;
1483
+ /** model interface Action */
1484
+ export interface Action {
1485
+ /** The type of action. */
1486
+ type?: KeyRotationPolicyActionType;
1487
+ }
1488
+ export declare function actionSerializer(item: Action): any;
1489
+ export declare function actionDeserializer(item: any): Action;
1490
+ /** The type of action. */
1491
+ export type KeyRotationPolicyActionType = "rotate" | "notify";
1492
+ /** model interface KeyReleasePolicy */
1493
+ export interface KeyReleasePolicy {
1494
+ /** Content type and version of key release policy */
1495
+ contentType?: string;
1496
+ /** Blob encoding the policy rules under which the key can be released. */
1497
+ data?: Uint8Array;
1498
+ }
1499
+ export declare function keyReleasePolicySerializer(item: KeyReleasePolicy): any;
1500
+ export declare function keyReleasePolicyDeserializer(item: any): KeyReleasePolicy;
1501
+ /** The parameters used to create a key. */
1502
+ export interface KeyCreateParameters {
1503
+ /** The tags that will be assigned to the key. */
1504
+ tags?: Record<string, string>;
1505
+ /** The properties of the key to be created. */
1506
+ properties: KeyProperties;
1507
+ }
1508
+ export declare function keyCreateParametersSerializer(item: KeyCreateParameters): any;
1509
+ /** The response of a Key list operation. */
1510
+ export interface _KeyListResult {
1511
+ /** The Key items on this page */
1512
+ value: Key[];
1513
+ /** The link to the next page of items */
1514
+ nextLink?: string;
1515
+ }
1516
+ export declare function _keyListResultDeserializer(item: any): _KeyListResult;
1517
+ export declare function keyArrayDeserializer(result: Array<Key>): any[];
1518
+ /** The key resource. */
1519
+ export interface ManagedHsmKey extends ProxyResource {
1520
+ /** Resource tags */
1521
+ tags?: Record<string, string>;
1522
+ /** The attributes of the key. */
1523
+ attributes?: ManagedHsmKeyAttributes;
1524
+ /** The type of the key. For valid values, see JsonWebKeyType. */
1525
+ kty?: JsonWebKeyType;
1526
+ keyOps?: JsonWebKeyOperation[];
1527
+ /** The key size in bits. For example: 2048, 3072, or 4096 for RSA. Default for RSA and RSA-HSM keys is 2048. Exception made for bring your own key (BYOK), key exchange keys default to 4096. */
1528
+ keySize?: number;
1529
+ /** The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 */
1530
+ curveName?: JsonWebKeyCurveName;
1531
+ /** The URI to retrieve the current version of the key. */
1532
+ readonly keyUri?: string;
1533
+ /** The URI to retrieve the specific version of the key. */
1534
+ readonly keyUriWithVersion?: string;
1535
+ /** Key rotation policy in response. It will be used for both output and input. Omitted if empty */
1536
+ rotationPolicy?: ManagedHsmRotationPolicy;
1537
+ /** Key release policy in response. It will be used for both output and input. Omitted if empty */
1538
+ releasePolicy?: ManagedHsmKeyReleasePolicy;
1539
+ }
1540
+ export declare function managedHsmKeyDeserializer(item: any): ManagedHsmKey;
1541
+ /** The properties of the key. */
1542
+ export interface ManagedHsmKeyProperties {
1543
+ /** The attributes of the key. */
1544
+ attributes?: ManagedHsmKeyAttributes;
1545
+ /** The type of the key. For valid values, see JsonWebKeyType. */
1546
+ kty?: JsonWebKeyType;
1547
+ keyOps?: JsonWebKeyOperation[];
1548
+ /** The key size in bits. For example: 2048, 3072, or 4096 for RSA. Default for RSA and RSA-HSM keys is 2048. Exception made for bring your own key (BYOK), key exchange keys default to 4096. */
1549
+ keySize?: number;
1550
+ /** The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 */
1551
+ curveName?: JsonWebKeyCurveName;
1552
+ /** The URI to retrieve the current version of the key. */
1553
+ readonly keyUri?: string;
1554
+ /** The URI to retrieve the specific version of the key. */
1555
+ readonly keyUriWithVersion?: string;
1556
+ /** Key rotation policy in response. It will be used for both output and input. Omitted if empty */
1557
+ rotationPolicy?: ManagedHsmRotationPolicy;
1558
+ /** Key release policy in response. It will be used for both output and input. Omitted if empty */
1559
+ releasePolicy?: ManagedHsmKeyReleasePolicy;
1560
+ }
1561
+ export declare function managedHsmKeyPropertiesSerializer(item: ManagedHsmKeyProperties): any;
1562
+ export declare function managedHsmKeyPropertiesDeserializer(item: any): ManagedHsmKeyProperties;
1563
+ /** The object attributes managed by the Azure Key Vault service. */
1564
+ export interface ManagedHsmKeyAttributes {
1565
+ /** Determines whether or not the object is enabled. */
1566
+ enabled?: boolean;
1567
+ /** Not before date in seconds since 1970-01-01T00:00:00Z. */
1568
+ notBefore?: number;
1569
+ /** Expiry date in seconds since 1970-01-01T00:00:00Z. */
1570
+ expires?: number;
1571
+ /** Creation time in seconds since 1970-01-01T00:00:00Z. */
1572
+ readonly created?: number;
1573
+ /** Last updated time in seconds since 1970-01-01T00:00:00Z. */
1574
+ readonly updated?: number;
1575
+ /** The deletion recovery level currently in effect for the object. If it contains 'Purgeable', then the object can be permanently deleted by a privileged user; otherwise, only the system can purge the object at the end of the retention interval. */
1576
+ readonly recoveryLevel?: DeletionRecoveryLevel;
1577
+ /** Indicates if the private key can be exported. */
1578
+ exportable?: boolean;
1579
+ }
1580
+ export declare function managedHsmKeyAttributesSerializer(item: ManagedHsmKeyAttributes): any;
1581
+ export declare function managedHsmKeyAttributesDeserializer(item: any): ManagedHsmKeyAttributes;
1582
+ /** model interface ManagedHsmRotationPolicy */
1583
+ export interface ManagedHsmRotationPolicy {
1584
+ /** The attributes of key rotation policy. */
1585
+ attributes?: ManagedHsmKeyRotationPolicyAttributes;
1586
+ /** The lifetimeActions for key rotation action. */
1587
+ lifetimeActions?: ManagedHsmLifetimeAction[];
1588
+ }
1589
+ export declare function managedHsmRotationPolicySerializer(item: ManagedHsmRotationPolicy): any;
1590
+ export declare function managedHsmRotationPolicyDeserializer(item: any): ManagedHsmRotationPolicy;
1591
+ /** model interface ManagedHsmKeyRotationPolicyAttributes */
1592
+ export interface ManagedHsmKeyRotationPolicyAttributes {
1593
+ /** Creation time in seconds since 1970-01-01T00:00:00Z. */
1594
+ readonly created?: number;
1595
+ /** Last updated time in seconds since 1970-01-01T00:00:00Z. */
1596
+ readonly updated?: number;
1597
+ /** The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'. */
1598
+ expiryTime?: string;
1599
+ }
1600
+ export declare function managedHsmKeyRotationPolicyAttributesSerializer(item: ManagedHsmKeyRotationPolicyAttributes): any;
1601
+ export declare function managedHsmKeyRotationPolicyAttributesDeserializer(item: any): ManagedHsmKeyRotationPolicyAttributes;
1602
+ export declare function managedHsmLifetimeActionArraySerializer(result: Array<ManagedHsmLifetimeAction>): any[];
1603
+ export declare function managedHsmLifetimeActionArrayDeserializer(result: Array<ManagedHsmLifetimeAction>): any[];
1604
+ /** model interface ManagedHsmLifetimeAction */
1605
+ export interface ManagedHsmLifetimeAction {
1606
+ /** The trigger of key rotation policy lifetimeAction. */
1607
+ trigger?: ManagedHsmTrigger;
1608
+ /** The action of key rotation policy lifetimeAction. */
1609
+ action?: ManagedHsmAction;
1610
+ }
1611
+ export declare function managedHsmLifetimeActionSerializer(item: ManagedHsmLifetimeAction): any;
1612
+ export declare function managedHsmLifetimeActionDeserializer(item: any): ManagedHsmLifetimeAction;
1613
+ /** model interface ManagedHsmTrigger */
1614
+ export interface ManagedHsmTrigger {
1615
+ /** The time duration after key creation to rotate the key. It only applies to rotate. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'. */
1616
+ timeAfterCreate?: string;
1617
+ /** The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'. */
1618
+ timeBeforeExpiry?: string;
1619
+ }
1620
+ export declare function managedHsmTriggerSerializer(item: ManagedHsmTrigger): any;
1621
+ export declare function managedHsmTriggerDeserializer(item: any): ManagedHsmTrigger;
1622
+ /** model interface ManagedHsmAction */
1623
+ export interface ManagedHsmAction {
1624
+ /** The type of action. */
1625
+ type?: KeyRotationPolicyActionType;
1626
+ }
1627
+ export declare function managedHsmActionSerializer(item: ManagedHsmAction): any;
1628
+ export declare function managedHsmActionDeserializer(item: any): ManagedHsmAction;
1629
+ /** model interface ManagedHsmKeyReleasePolicy */
1630
+ export interface ManagedHsmKeyReleasePolicy {
1631
+ /** Content type and version of key release policy */
1632
+ contentType?: string;
1633
+ /** Blob encoding the policy rules under which the key can be released. */
1634
+ data?: Uint8Array;
1635
+ }
1636
+ export declare function managedHsmKeyReleasePolicySerializer(item: ManagedHsmKeyReleasePolicy): any;
1637
+ export declare function managedHsmKeyReleasePolicyDeserializer(item: any): ManagedHsmKeyReleasePolicy;
1638
+ /** The parameters used to create a key. */
1639
+ export interface ManagedHsmKeyCreateParameters {
1640
+ /** The tags that will be assigned to the key. */
1641
+ tags?: Record<string, string>;
1642
+ /** The properties of the key to be created. */
1643
+ properties: ManagedHsmKeyProperties;
1644
+ }
1645
+ export declare function managedHsmKeyCreateParametersSerializer(item: ManagedHsmKeyCreateParameters): any;
1646
+ /** The response of a ManagedHsmKey list operation. */
1647
+ export interface _ManagedHsmKeyListResult {
1648
+ /** The ManagedHsmKey items on this page */
1649
+ value: ManagedHsmKey[];
1650
+ /** The link to the next page of items */
1651
+ nextLink?: string;
1652
+ }
1653
+ export declare function _managedHsmKeyListResultDeserializer(item: any): _ManagedHsmKeyListResult;
1654
+ export declare function managedHsmKeyArrayDeserializer(result: Array<ManagedHsmKey>): any[];
1655
+ /** A list of private link resources */
1656
+ export interface PrivateLinkResourceListResult {
1657
+ /** Array of private link resources */
1658
+ value?: PrivateLinkResource[];
1659
+ }
1660
+ export declare function privateLinkResourceListResultDeserializer(item: any): PrivateLinkResourceListResult;
1661
+ export declare function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[];
1662
+ /** A private link resource */
1663
+ export interface PrivateLinkResource extends ProxyResource {
1664
+ /** Azure location of the key vault resource. */
1665
+ readonly location?: string;
1666
+ /** Tags assigned to the key vault resource. */
1667
+ readonly tags?: Record<string, string>;
1668
+ /** Group identifier of private link resource. */
1669
+ readonly groupId?: string;
1670
+ /** Required member names of private link resource. */
1671
+ readonly requiredMembers?: string[];
1672
+ /** Required DNS zone names of the the private link resource. */
1673
+ requiredZoneNames?: string[];
1674
+ }
1675
+ export declare function privateLinkResourceDeserializer(item: any): PrivateLinkResource;
1676
+ /** Properties of a private link resource. */
1677
+ export interface PrivateLinkResourceProperties {
1678
+ /** Group identifier of private link resource. */
1679
+ readonly groupId?: string;
1680
+ /** Required member names of private link resource. */
1681
+ readonly requiredMembers?: string[];
1682
+ /** Required DNS zone names of the the private link resource. */
1683
+ requiredZoneNames?: string[];
1684
+ }
1685
+ export declare function privateLinkResourcePropertiesDeserializer(item: any): PrivateLinkResourceProperties;
1686
+ /** A list of private link resources */
1687
+ export interface MhsmPrivateLinkResourceListResult {
1688
+ /** Array of private link resources */
1689
+ value?: MhsmPrivateLinkResource[];
1690
+ }
1691
+ export declare function mhsmPrivateLinkResourceListResultDeserializer(item: any): MhsmPrivateLinkResourceListResult;
1692
+ export declare function mhsmPrivateLinkResourceArrayDeserializer(result: Array<MhsmPrivateLinkResource>): any[];
1693
+ /** A private link resource */
1694
+ export interface MhsmPrivateLinkResource extends TrackedResource {
1695
+ /** SKU details */
1696
+ sku?: ManagedHsmSku;
1697
+ /** Managed service identity (system assigned and/or user assigned identities) */
1698
+ identity?: ManagedServiceIdentity;
1699
+ /** Group identifier of private link resource. */
1700
+ readonly groupId?: string;
1701
+ /** Required member names of private link resource. */
1702
+ readonly requiredMembers?: string[];
1703
+ /** Required DNS zone names of the the private link resource. */
1704
+ requiredZoneNames?: string[];
1705
+ }
1706
+ export declare function mhsmPrivateLinkResourceDeserializer(item: any): MhsmPrivateLinkResource;
1707
+ /** Properties of a private link resource. */
1708
+ export interface MhsmPrivateLinkResourceProperties {
1709
+ /** Group identifier of private link resource. */
1710
+ readonly groupId?: string;
1711
+ /** Required member names of private link resource. */
1712
+ readonly requiredMembers?: string[];
1713
+ /** Required DNS zone names of the the private link resource. */
1714
+ requiredZoneNames?: string[];
1715
+ }
1716
+ export declare function mhsmPrivateLinkResourcePropertiesDeserializer(item: any): MhsmPrivateLinkResourceProperties;
1717
+ /** List of regions associated with a managed HSM Pools */
1718
+ export interface _MhsmRegionsListResult {
1719
+ /** The MhsmGeoReplicatedRegion items on this page */
1720
+ value: MhsmGeoReplicatedRegion[];
1721
+ /** The link to the next page of items */
1722
+ nextLink?: string;
1723
+ }
1724
+ export declare function _mhsmRegionsListResultDeserializer(item: any): _MhsmRegionsListResult;
1725
+ /** Private endpoint connection resource. */
1726
+ export interface MhsmPrivateEndpointConnection extends ProxyResource {
1727
+ /** SKU details */
1728
+ sku?: ManagedHsmSku;
1729
+ /** Managed service identity */
1730
+ identity?: ManagedServiceIdentity;
1731
+ /** Modified whenever there is a change in the state of private endpoint connection. */
1732
+ etag?: string;
1733
+ /** The geo-location where the resource lives */
1734
+ location?: string;
1735
+ /** Resource tags. */
1736
+ tags?: Record<string, string>;
1737
+ /** Properties of the private endpoint object. */
1738
+ privateEndpoint?: MhsmPrivateEndpoint;
1739
+ /** Approval state of the private link connection. */
1740
+ privateLinkServiceConnectionState?: MhsmPrivateLinkServiceConnectionState;
1741
+ /** Provisioning state of the private endpoint connection. */
1742
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
1743
+ }
1744
+ export declare function mhsmPrivateEndpointConnectionSerializer(item: MhsmPrivateEndpointConnection): any;
1745
+ export declare function mhsmPrivateEndpointConnectionDeserializer(item: any): MhsmPrivateEndpointConnection;
1746
+ /** List of private endpoint connections associated with a managed HSM Pools */
1747
+ export interface _MhsmPrivateEndpointConnectionsListResult {
1748
+ /** The MhsmPrivateEndpointConnection items on this page */
1749
+ value: MhsmPrivateEndpointConnection[];
1750
+ /** The link to the next page of items */
1751
+ nextLink?: string;
1752
+ }
1753
+ export declare function _mhsmPrivateEndpointConnectionsListResultDeserializer(item: any): _MhsmPrivateEndpointConnectionsListResult;
1754
+ export declare function mhsmPrivateEndpointConnectionArraySerializer(result: Array<MhsmPrivateEndpointConnection>): any[];
1755
+ export declare function mhsmPrivateEndpointConnectionArrayDeserializer(result: Array<MhsmPrivateEndpointConnection>): any[];
1756
+ /** Type of AccessPolicyUpdateKind */
1757
+ export type AccessPolicyUpdateKind = "add" | "replace" | "remove";
1758
+ /** The available API versions. */
1759
+ export declare enum KnownVersions {
1760
+ /** The 2025-05-01 API version. */
1761
+ V20250501 = "2025-05-01",
1762
+ /** The 2026-02-01 API version. */
1763
+ V20260201 = "2026-02-01"
1764
+ }
1765
+ export declare function _operationOperationPropertiesDeserializer(item: any): {
1766
+ serviceSpecification: any;
1767
+ };
1768
+ export declare function _privateEndpointConnectionItemPropertiesSerializer(item: PrivateEndpointConnectionItem): any;
1769
+ export declare function _privateEndpointConnectionItemPropertiesDeserializer(item: any): {
1770
+ privateEndpoint: any;
1771
+ privateLinkServiceConnectionState: any;
1772
+ provisioningState: any;
1773
+ };
1774
+ export declare function _privateEndpointConnectionPropertiesSerializer(item: PrivateEndpointConnection): any;
1775
+ export declare function _privateEndpointConnectionPropertiesDeserializer(item: any): {
1776
+ privateEndpoint: any;
1777
+ privateLinkServiceConnectionState: any;
1778
+ provisioningState: any;
1779
+ };
1780
+ export declare function _mhsmPrivateEndpointConnectionItemPropertiesSerializer(item: MhsmPrivateEndpointConnectionItem): any;
1781
+ export declare function _mhsmPrivateEndpointConnectionItemPropertiesDeserializer(item: any): {
1782
+ privateEndpoint: any;
1783
+ privateLinkServiceConnectionState: any;
1784
+ provisioningState: any;
1785
+ };
1786
+ export declare function _keyPropertiesSerializer(item: Key): any;
1787
+ export declare function _keyPropertiesDeserializer(item: any): {
1788
+ attributes: any;
1789
+ kty: any;
1790
+ keyOps: any;
1791
+ keySize: any;
1792
+ curveName: any;
1793
+ keyUri: any;
1794
+ keyUriWithVersion: any;
1795
+ rotationPolicy: any;
1796
+ releasePolicy: any;
1797
+ };
1798
+ export declare function _managedHsmKeyPropertiesSerializer(item: ManagedHsmKey): any;
1799
+ export declare function _managedHsmKeyPropertiesDeserializer(item: any): {
1800
+ attributes: any;
1801
+ kty: any;
1802
+ keyOps: any;
1803
+ keySize: any;
1804
+ curveName: any;
1805
+ keyUri: any;
1806
+ keyUriWithVersion: any;
1807
+ rotationPolicy: any;
1808
+ releasePolicy: any;
1809
+ };
1810
+ export declare function _privateLinkResourcePropertiesDeserializer(item: any): {
1811
+ groupId: any;
1812
+ requiredMembers: any;
1813
+ requiredZoneNames: any;
1814
+ };
1815
+ export declare function _mhsmPrivateLinkResourcePropertiesDeserializer(item: any): {
1816
+ groupId: any;
1817
+ requiredMembers: any;
1818
+ requiredZoneNames: any;
1819
+ };
1820
+ export declare function _mhsmPrivateEndpointConnectionPropertiesSerializer(item: MhsmPrivateEndpointConnection): any;
1821
+ export declare function _mhsmPrivateEndpointConnectionPropertiesDeserializer(item: any): {
1822
+ privateEndpoint: any;
1823
+ privateLinkServiceConnectionState: any;
1824
+ provisioningState: any;
1825
+ };
1826
+ //# sourceMappingURL=models.d.ts.map