@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
@@ -1,2352 +1,3 @@
1
- import type * as coreClient from "@azure/core-client";
2
- /** 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. */
3
- export interface OperationListResult {
4
- /** List of Storage operations supported by the Storage resource provider. */
5
- value: Operation[];
6
- /** The URL to get the next set of operations. */
7
- nextLink?: string;
8
- }
9
- /** Key Vault REST API operation definition. */
10
- export interface Operation {
11
- /** Operation name: {provider}/{resource}/{operation} */
12
- name?: string;
13
- /** Display metadata associated with the operation. */
14
- display?: OperationDisplay;
15
- /** The origin of operations. */
16
- origin?: string;
17
- /** Property to specify whether the action is a data action. */
18
- isDataAction?: boolean;
19
- /** One property of operation, include metric specifications. */
20
- serviceSpecification?: ServiceSpecification;
21
- }
22
- /** Display metadata associated with the operation. */
23
- export interface OperationDisplay {
24
- /** Service provider: Microsoft Key Vault. */
25
- provider?: string;
26
- /** Resource on which the operation is performed etc. */
27
- resource?: string;
28
- /** Type of operation: get, read, delete, etc. */
29
- operation?: string;
30
- /** Description of operation. */
31
- description?: string;
32
- }
33
- /** One property of operation, include log specifications. */
34
- export interface ServiceSpecification {
35
- /** Log specifications of operation. */
36
- logSpecifications?: LogSpecification[];
37
- /** Metric specifications of operation. */
38
- metricSpecifications?: MetricSpecification[];
39
- }
40
- /** Log specification of operation. */
41
- export interface LogSpecification {
42
- /** Name of log specification. */
43
- name?: string;
44
- /** Display name of log specification. */
45
- displayName?: string;
46
- /** Blob duration of specification. */
47
- blobDuration?: string;
48
- }
49
- /** Metric specification of operation. */
50
- export interface MetricSpecification {
51
- /** Name of metric specification. */
52
- name?: string;
53
- /** Display name of metric specification. */
54
- displayName?: string;
55
- /** Display description of metric specification. */
56
- displayDescription?: string;
57
- /** The metric unit. Possible values include: 'Bytes', 'Count', 'Milliseconds'. */
58
- unit?: string;
59
- /** The metric aggregation type. Possible values include: 'Average', 'Count', 'Total'. */
60
- aggregationType?: string;
61
- /** The supported aggregation types for the metrics. */
62
- supportedAggregationTypes?: string[];
63
- /** The supported time grain types for the metrics. */
64
- supportedTimeGrainTypes?: string[];
65
- /** The metric lock aggregation type. */
66
- lockAggregationType?: string;
67
- /** The dimensions of metric */
68
- dimensions?: DimensionProperties[];
69
- /** Property to specify whether to fill gap with zero. */
70
- fillGapWithZero?: boolean;
71
- /** The internal metric name. */
72
- internalMetricName?: string;
73
- }
74
- /** Type of operation: get, read, delete, etc. */
75
- export interface DimensionProperties {
76
- /** Name of dimension. */
77
- name?: string;
78
- /** Display name of dimension. */
79
- displayName?: string;
80
- /** Property to specify whether the dimension should be exported for Shoebox. */
81
- toBeExportedForShoebox?: boolean;
82
- }
83
- /** An error response from Key Vault resource provider */
84
- export interface CloudError {
85
- /** An error response from Key Vault resource provider */
86
- error?: CloudErrorBody;
87
- }
88
- /** An error response from Key Vault resource provider */
89
- export interface CloudErrorBody {
90
- /** Error code. This is a mnemonic that can be consumed programmatically. */
91
- code?: string;
92
- /** User friendly error message. The message is typically localized and may vary with service version. */
93
- message?: string;
94
- }
95
- /** The parameters used to check the availability of the managed hsm name. */
96
- export interface CheckMhsmNameAvailabilityParameters {
97
- /** The managed hsm name. */
98
- name: string;
99
- }
100
- /** The CheckMhsmNameAvailability operation response. */
101
- export interface CheckMhsmNameAvailabilityResult {
102
- /**
103
- * 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.
104
- * NOTE: This property will not be serialized. It can only be populated by the server.
105
- */
106
- readonly nameAvailable?: boolean;
107
- /**
108
- * The reason that a managed hsm name could not be used. The reason element is only returned if NameAvailable is false.
109
- * NOTE: This property will not be serialized. It can only be populated by the server.
110
- */
111
- readonly reason?: Reason;
112
- /**
113
- * An error message explaining the Reason value in more detail.
114
- * NOTE: This property will not be serialized. It can only be populated by the server.
115
- */
116
- readonly message?: string;
117
- }
118
- /** The parameters used to check the availability of the vault name. */
119
- export interface VaultCheckNameAvailabilityParameters {
120
- /** The vault name. */
121
- name: string;
122
- /** The type of resource, Microsoft.KeyVault/vaults */
123
- type: "Microsoft.KeyVault/vaults";
124
- }
125
- /** The CheckNameAvailability operation response. */
126
- export interface CheckNameAvailabilityResult {
127
- /**
128
- * 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.
129
- * NOTE: This property will not be serialized. It can only be populated by the server.
130
- */
131
- readonly nameAvailable?: boolean;
132
- /**
133
- * The reason that a vault name could not be used. The Reason element is only returned if NameAvailable is false.
134
- * NOTE: This property will not be serialized. It can only be populated by the server.
135
- */
136
- readonly reason?: Reason;
137
- /**
138
- * An error message explaining the Reason value in more detail.
139
- * NOTE: This property will not be serialized. It can only be populated by the server.
140
- */
141
- readonly message?: string;
142
- }
143
- /** The response of a DeletedManagedHsm list operation. */
144
- export interface DeletedManagedHsmListResult {
145
- /** The DeletedManagedHsm items on this page */
146
- value: DeletedManagedHsm[];
147
- /** The link to the next page of items */
148
- nextLink?: string;
149
- }
150
- /** Properties of the deleted managed HSM. */
151
- export interface DeletedManagedHsmProperties {
152
- /**
153
- * The resource id of the original managed HSM.
154
- * NOTE: This property will not be serialized. It can only be populated by the server.
155
- */
156
- readonly mhsmId?: string;
157
- /**
158
- * The location of the original managed HSM.
159
- * NOTE: This property will not be serialized. It can only be populated by the server.
160
- */
161
- readonly location?: string;
162
- /**
163
- * The deleted date.
164
- * NOTE: This property will not be serialized. It can only be populated by the server.
165
- */
166
- readonly deletionDate?: Date;
167
- /**
168
- * The scheduled purged date.
169
- * NOTE: This property will not be serialized. It can only be populated by the server.
170
- */
171
- readonly scheduledPurgeDate?: Date;
172
- /**
173
- * Purge protection status of the original managed HSM.
174
- * NOTE: This property will not be serialized. It can only be populated by the server.
175
- */
176
- readonly purgeProtectionEnabled?: boolean;
177
- /**
178
- * Tags of the original managed HSM.
179
- * NOTE: This property will not be serialized. It can only be populated by the server.
180
- */
181
- readonly tags?: {
182
- [propertyName: string]: string;
183
- };
184
- }
185
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
186
- export interface Resource {
187
- /**
188
- * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
189
- * NOTE: This property will not be serialized. It can only be populated by the server.
190
- */
191
- readonly id?: string;
192
- /**
193
- * The name of the resource
194
- * NOTE: This property will not be serialized. It can only be populated by the server.
195
- */
196
- readonly name?: string;
197
- /**
198
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
199
- * NOTE: This property will not be serialized. It can only be populated by the server.
200
- */
201
- readonly type?: string;
202
- /**
203
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
204
- * NOTE: This property will not be serialized. It can only be populated by the server.
205
- */
206
- readonly systemData?: SystemData;
207
- }
208
- /** Metadata pertaining to creation and last modification of the resource. */
209
- export interface SystemData {
210
- /** The identity that created the resource. */
211
- createdBy?: string;
212
- /** The type of identity that created the resource. */
213
- createdByType?: CreatedByType;
214
- /** The timestamp of resource creation (UTC). */
215
- createdAt?: Date;
216
- /** The identity that last modified the resource. */
217
- lastModifiedBy?: string;
218
- /** The type of identity that last modified the resource. */
219
- lastModifiedByType?: CreatedByType;
220
- /** The timestamp of resource last modification (UTC) */
221
- lastModifiedAt?: Date;
222
- }
223
- /** The error exception. */
224
- export interface ManagedHsmError {
225
- /**
226
- * The server error.
227
- * NOTE: This property will not be serialized. It can only be populated by the server.
228
- */
229
- readonly error?: ErrorModel;
230
- }
231
- /** The server error. */
232
- export interface ErrorModel {
233
- /**
234
- * The error code.
235
- * NOTE: This property will not be serialized. It can only be populated by the server.
236
- */
237
- readonly code?: string;
238
- /**
239
- * The error message.
240
- * NOTE: This property will not be serialized. It can only be populated by the server.
241
- */
242
- readonly message?: string;
243
- /**
244
- * The inner error, contains a more specific error code.
245
- * NOTE: This property will not be serialized. It can only be populated by the server.
246
- */
247
- readonly innerError?: ErrorModel;
248
- }
249
- /** The response of a DeletedVault list operation. */
250
- export interface DeletedVaultListResult {
251
- /** The DeletedVault items on this page */
252
- value: DeletedVault[];
253
- /** The link to the next page of items */
254
- nextLink?: string;
255
- }
256
- /** Properties of the deleted vault. */
257
- export interface DeletedVaultProperties {
258
- /**
259
- * The resource id of the original vault.
260
- * NOTE: This property will not be serialized. It can only be populated by the server.
261
- */
262
- readonly vaultId?: string;
263
- /**
264
- * The location of the original vault.
265
- * NOTE: This property will not be serialized. It can only be populated by the server.
266
- */
267
- readonly location?: string;
268
- /**
269
- * The deleted date.
270
- * NOTE: This property will not be serialized. It can only be populated by the server.
271
- */
272
- readonly deletionDate?: Date;
273
- /**
274
- * The scheduled purged date.
275
- * NOTE: This property will not be serialized. It can only be populated by the server.
276
- */
277
- readonly scheduledPurgeDate?: Date;
278
- /**
279
- * Tags of the original vault.
280
- * NOTE: This property will not be serialized. It can only be populated by the server.
281
- */
282
- readonly tags?: {
283
- [propertyName: string]: string;
284
- };
285
- /**
286
- * Purge protection status of the original vault.
287
- * NOTE: This property will not be serialized. It can only be populated by the server.
288
- */
289
- readonly purgeProtectionEnabled?: boolean;
290
- }
291
- /** The response of a ManagedHsm list operation. */
292
- export interface ManagedHsmListResult {
293
- /** The ManagedHsm items on this page */
294
- value: ManagedHsm[];
295
- /** The link to the next page of items */
296
- nextLink?: string;
297
- }
298
- /** Properties of the managed HSM Pool */
299
- export interface ManagedHsmProperties {
300
- /** The Azure Active Directory tenant ID that should be used for authenticating requests to the managed HSM pool. */
301
- tenantId?: string;
302
- /** Array of initial administrators object ids for this managed hsm pool. */
303
- initialAdminObjectIds?: string[];
304
- /**
305
- * The URI of the managed hsm pool for performing operations on keys.
306
- * NOTE: This property will not be serialized. It can only be populated by the server.
307
- */
308
- readonly hsmUri?: string;
309
- /** 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. */
310
- enableSoftDelete?: boolean;
311
- /** 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. */
312
- softDeleteRetentionInDays?: number;
313
- /** 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. */
314
- enablePurgeProtection?: boolean;
315
- /** The create mode to indicate whether the resource is being created or is being recovered from a deleted resource. */
316
- createMode?: CreateMode;
317
- /**
318
- * Resource Status Message.
319
- * NOTE: This property will not be serialized. It can only be populated by the server.
320
- */
321
- readonly statusMessage?: string;
322
- /**
323
- * Provisioning state.
324
- * NOTE: This property will not be serialized. It can only be populated by the server.
325
- */
326
- readonly provisioningState?: ProvisioningState;
327
- /** Rules governing the accessibility of the key vault from specific network locations. */
328
- networkAcls?: MhsmNetworkRuleSet;
329
- /** List of all regions associated with the managed hsm pool. */
330
- regions?: MhsmGeoReplicatedRegion[];
331
- /**
332
- * List of private endpoint connections associated with the managed hsm pool.
333
- * NOTE: This property will not be serialized. It can only be populated by the server.
334
- */
335
- readonly privateEndpointConnections?: MhsmPrivateEndpointConnectionItem[];
336
- /** Control permission to the managed HSM from public networks. */
337
- publicNetworkAccess?: PublicNetworkAccess;
338
- /**
339
- * The scheduled purge date in UTC.
340
- * NOTE: This property will not be serialized. It can only be populated by the server.
341
- */
342
- readonly scheduledPurgeDate?: Date;
343
- /**
344
- * Managed HSM security domain properties.
345
- * NOTE: This property will not be serialized. It can only be populated by the server.
346
- */
347
- readonly securityDomainProperties?: ManagedHSMSecurityDomainProperties;
348
- }
349
- /** A set of rules governing the network accessibility of a managed hsm pool. */
350
- export interface MhsmNetworkRuleSet {
351
- /** Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'. */
352
- bypass?: NetworkRuleBypassOptions;
353
- /** The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. */
354
- defaultAction?: NetworkRuleAction;
355
- /** The list of IP address rules. */
356
- ipRules?: MhsmipRule[];
357
- /** The list of service tags. */
358
- serviceTags?: MhsmServiceTagRule[];
359
- /** The list of virtual network rules. */
360
- virtualNetworkRules?: MhsmVirtualNetworkRule[];
361
- }
362
- /** A rule governing the accessibility of a managed HSM pool from a specific IP address or IP range. */
363
- export interface MhsmipRule {
364
- /** 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). */
365
- value: string;
366
- }
367
- /** A rule governing the accessibility of a managed hsm pool from a specific service tags. */
368
- export interface MhsmServiceTagRule {
369
- /** Name of the service tag. */
370
- tag: string;
371
- }
372
- /** A rule governing the accessibility of a managed hsm pool from a specific virtual network. */
373
- export interface MhsmVirtualNetworkRule {
374
- /** Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. */
375
- id: string;
376
- }
377
- /** A region that this managed HSM Pool has been extended to. */
378
- export interface MhsmGeoReplicatedRegion {
379
- /** Name of the geo replicated region. */
380
- name?: string;
381
- /**
382
- * Provisioning state of the geo replicated region.
383
- * NOTE: This property will not be serialized. It can only be populated by the server.
384
- */
385
- readonly provisioningState?: GeoReplicationRegionProvisioningState;
386
- /** A boolean value that indicates whether the region is the primary region or a secondary region. */
387
- isPrimary?: boolean;
388
- }
389
- /** Private endpoint connection item. */
390
- export interface MhsmPrivateEndpointConnectionItem {
391
- /** Id of private endpoint connection. */
392
- id?: string;
393
- /** Modified whenever there is a change in the state of private endpoint connection. */
394
- etag?: string;
395
- /** Properties of the private endpoint object. */
396
- privateEndpoint?: MhsmPrivateEndpoint;
397
- /** Approval state of the private link connection. */
398
- privateLinkServiceConnectionState?: MhsmPrivateLinkServiceConnectionState;
399
- /**
400
- * Provisioning state of the private endpoint connection.
401
- * NOTE: This property will not be serialized. It can only be populated by the server.
402
- */
403
- readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
404
- }
405
- /** Private endpoint object properties. */
406
- export interface MhsmPrivateEndpoint {
407
- /**
408
- * Full identifier of the private endpoint resource.
409
- * NOTE: This property will not be serialized. It can only be populated by the server.
410
- */
411
- readonly id?: string;
412
- }
413
- /** An object that represents the approval state of the private link connection. */
414
- export interface MhsmPrivateLinkServiceConnectionState {
415
- /** Indicates whether the connection has been approved, rejected or removed by the key vault owner. */
416
- status?: PrivateEndpointServiceConnectionStatus;
417
- /** The reason for approval or rejection. */
418
- description?: string;
419
- /** A message indicating if changes on the service provider require any updates on the consumer. */
420
- actionsRequired?: ActionsRequired;
421
- }
422
- /** The security domain properties of the managed hsm. */
423
- export interface ManagedHSMSecurityDomainProperties {
424
- /**
425
- * Activation Status
426
- * NOTE: This property will not be serialized. It can only be populated by the server.
427
- */
428
- readonly activationStatus?: ActivationStatus;
429
- /**
430
- * Activation Status Message.
431
- * NOTE: This property will not be serialized. It can only be populated by the server.
432
- */
433
- readonly activationStatusMessage?: string;
434
- }
435
- /** SKU details */
436
- export interface ManagedHsmSku {
437
- /** SKU Family of the managed HSM Pool */
438
- family: ManagedHsmSkuFamily;
439
- /** SKU of the managed HSM Pool */
440
- name: ManagedHsmSkuName;
441
- }
442
- /** Managed service identity (system assigned and/or user assigned identities) */
443
- export interface ManagedServiceIdentity {
444
- /**
445
- * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
446
- * NOTE: This property will not be serialized. It can only be populated by the server.
447
- */
448
- readonly principalId?: string;
449
- /**
450
- * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
451
- * NOTE: This property will not be serialized. It can only be populated by the server.
452
- */
453
- readonly tenantId?: string;
454
- /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
455
- type: ManagedServiceIdentityType;
456
- /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
457
- userAssignedIdentities?: {
458
- [propertyName: string]: UserAssignedIdentity | null;
459
- };
460
- }
461
- /** User assigned identity properties */
462
- export interface UserAssignedIdentity {
463
- /**
464
- * The principal ID of the assigned identity.
465
- * NOTE: This property will not be serialized. It can only be populated by the server.
466
- */
467
- readonly principalId?: string;
468
- /**
469
- * The client ID of the assigned identity.
470
- * NOTE: This property will not be serialized. It can only be populated by the server.
471
- */
472
- readonly clientId?: string;
473
- }
474
- /** The response of a Vault list operation. */
475
- export interface VaultListResult {
476
- /** The Vault items on this page */
477
- value: Vault[];
478
- /** The link to the next page of items */
479
- nextLink?: string;
480
- }
481
- /** Properties of the vault */
482
- export interface VaultProperties {
483
- /** The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. */
484
- tenantId: string;
485
- /** SKU details */
486
- sku: Sku;
487
- /** 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. */
488
- accessPolicies?: AccessPolicyEntry[];
489
- /** The URI of the vault for performing operations on keys and secrets. */
490
- vaultUri?: string;
491
- /**
492
- * The resource id of HSM Pool.
493
- * NOTE: This property will not be serialized. It can only be populated by the server.
494
- */
495
- readonly hsmPoolResourceId?: string;
496
- /** Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault. */
497
- enabledForDeployment?: boolean;
498
- /** Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys. */
499
- enabledForDiskEncryption?: boolean;
500
- /** Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault. */
501
- enabledForTemplateDeployment?: boolean;
502
- /** 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. */
503
- enableSoftDelete?: boolean;
504
- /** softDelete data retention days. It accepts >=7 and <=90. */
505
- softDeleteRetentionInDays?: number;
506
- /** 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. */
507
- enableRbacAuthorization?: boolean;
508
- /** The vault's create mode to indicate whether the vault need to be recovered or not. */
509
- createMode?: CreateMode;
510
- /** 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. */
511
- enablePurgeProtection?: boolean;
512
- /** Rules governing the accessibility of the key vault from specific network locations. */
513
- networkAcls?: NetworkRuleSet;
514
- /** Provisioning state of the vault. */
515
- provisioningState?: VaultProvisioningState;
516
- /**
517
- * List of private endpoint connections associated with the key vault.
518
- * NOTE: This property will not be serialized. It can only be populated by the server.
519
- */
520
- readonly privateEndpointConnections?: PrivateEndpointConnectionItem[];
521
- /** 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. */
522
- publicNetworkAccess?: string;
523
- }
524
- /** SKU details */
525
- export interface Sku {
526
- /** SKU family name */
527
- family: SkuFamily;
528
- /** SKU name to specify whether the key vault is a standard vault or a premium vault. */
529
- name: SkuName;
530
- }
531
- /** 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. */
532
- export interface AccessPolicyEntry {
533
- /** The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. */
534
- tenantId: string;
535
- /** 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. */
536
- objectId: string;
537
- /** Application ID of the client making request on behalf of a principal */
538
- applicationId?: string;
539
- /** Permissions the identity has for keys, secrets and certificates. */
540
- permissions: Permissions;
541
- }
542
- /** Permissions the identity has for keys, secrets, certificates and storage. */
543
- export interface Permissions {
544
- /** Permissions to keys */
545
- keys?: KeyPermissions[];
546
- /** Permissions to secrets */
547
- secrets?: SecretPermissions[];
548
- /** Permissions to certificates */
549
- certificates?: CertificatePermissions[];
550
- /** Permissions to storage accounts */
551
- storage?: StoragePermissions[];
552
- }
553
- /** A set of rules governing the network accessibility of a vault. */
554
- export interface NetworkRuleSet {
555
- /** Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'. */
556
- bypass?: NetworkRuleBypassOptions;
557
- /** The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. */
558
- defaultAction?: NetworkRuleAction;
559
- /** The list of IP address rules. */
560
- ipRules?: IPRule[];
561
- /** The list of virtual network rules. */
562
- virtualNetworkRules?: VirtualNetworkRule[];
563
- }
564
- /** A rule governing the accessibility of a vault from a specific ip address or ip range. */
565
- export interface IPRule {
566
- /** 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). */
567
- value: string;
568
- }
569
- /** A rule governing the accessibility of a vault from a specific virtual network. */
570
- export interface VirtualNetworkRule {
571
- /** Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. */
572
- id: string;
573
- /** Property to specify whether NRP will ignore the check if parent subnet has serviceEndpoints configured. */
574
- ignoreMissingVnetServiceEndpoint?: boolean;
575
- }
576
- /** Private endpoint connection item. */
577
- export interface PrivateEndpointConnectionItem {
578
- /** Id of private endpoint connection. */
579
- id?: string;
580
- /** Modified whenever there is a change in the state of private endpoint connection. */
581
- etag?: string;
582
- /** Properties of the private endpoint object. */
583
- privateEndpoint?: PrivateEndpoint;
584
- /** Approval state of the private link connection. */
585
- privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
586
- /**
587
- * Provisioning state of the private endpoint connection.
588
- * NOTE: This property will not be serialized. It can only be populated by the server.
589
- */
590
- readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
591
- }
592
- /** Private endpoint object properties. */
593
- export interface PrivateEndpoint {
594
- /**
595
- * Full identifier of the private endpoint resource.
596
- * NOTE: This property will not be serialized. It can only be populated by the server.
597
- */
598
- readonly id?: string;
599
- }
600
- /** An object that represents the approval state of the private link connection. */
601
- export interface PrivateLinkServiceConnectionState {
602
- /** Indicates whether the connection has been approved, rejected or removed by the key vault owner. */
603
- status?: PrivateEndpointServiceConnectionStatus;
604
- /** The reason for approval or rejection. */
605
- description?: string;
606
- /** A message indicating if changes on the service provider require any updates on the consumer. */
607
- actionsRequired?: ActionsRequired;
608
- }
609
- /** The response of a ManagedHsmKey list operation. */
610
- export interface ManagedHsmKeyListResult {
611
- /** The ManagedHsmKey items on this page */
612
- value: ManagedHsmKey[];
613
- /** The link to the next page of items */
614
- nextLink?: string;
615
- }
616
- /** The properties of the key. */
617
- export interface ManagedHsmKeyProperties {
618
- /** The attributes of the key. */
619
- attributes?: ManagedHsmKeyAttributes;
620
- /** The type of the key. For valid values, see JsonWebKeyType. */
621
- kty?: JsonWebKeyType;
622
- keyOps?: JsonWebKeyOperation[];
623
- /** 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. */
624
- keySize?: number;
625
- /** The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 */
626
- curveName?: JsonWebKeyCurveName;
627
- /**
628
- * The URI to retrieve the current version of the key.
629
- * NOTE: This property will not be serialized. It can only be populated by the server.
630
- */
631
- readonly keyUri?: string;
632
- /**
633
- * The URI to retrieve the specific version of the key.
634
- * NOTE: This property will not be serialized. It can only be populated by the server.
635
- */
636
- readonly keyUriWithVersion?: string;
637
- /** Key rotation policy in response. It will be used for both output and input. Omitted if empty */
638
- rotationPolicy?: ManagedHsmRotationPolicy;
639
- /** Key release policy in response. It will be used for both output and input. Omitted if empty */
640
- releasePolicy?: ManagedHsmKeyReleasePolicy;
641
- }
642
- /** The object attributes managed by the Azure Key Vault service. */
643
- export interface ManagedHsmKeyAttributes {
644
- /** Determines whether or not the object is enabled. */
645
- enabled?: boolean;
646
- /** Not before date in seconds since 1970-01-01T00:00:00Z. */
647
- notBefore?: number;
648
- /** Expiry date in seconds since 1970-01-01T00:00:00Z. */
649
- expires?: number;
650
- /**
651
- * Creation time in seconds since 1970-01-01T00:00:00Z.
652
- * NOTE: This property will not be serialized. It can only be populated by the server.
653
- */
654
- readonly created?: number;
655
- /**
656
- * Last updated time in seconds since 1970-01-01T00:00:00Z.
657
- * NOTE: This property will not be serialized. It can only be populated by the server.
658
- */
659
- readonly updated?: number;
660
- /**
661
- * 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.
662
- * NOTE: This property will not be serialized. It can only be populated by the server.
663
- */
664
- readonly recoveryLevel?: DeletionRecoveryLevel;
665
- /** Indicates if the private key can be exported. */
666
- exportable?: boolean;
667
- }
668
- export interface ManagedHsmRotationPolicy {
669
- /** The attributes of key rotation policy. */
670
- attributes?: ManagedHsmKeyRotationPolicyAttributes;
671
- /** The lifetimeActions for key rotation action. */
672
- lifetimeActions?: ManagedHsmLifetimeAction[];
673
- }
674
- export interface ManagedHsmKeyRotationPolicyAttributes {
675
- /**
676
- * Creation time in seconds since 1970-01-01T00:00:00Z.
677
- * NOTE: This property will not be serialized. It can only be populated by the server.
678
- */
679
- readonly created?: number;
680
- /**
681
- * Last updated time in seconds since 1970-01-01T00:00:00Z.
682
- * NOTE: This property will not be serialized. It can only be populated by the server.
683
- */
684
- readonly updated?: number;
685
- /** The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'. */
686
- expiryTime?: string;
687
- }
688
- export interface ManagedHsmLifetimeAction {
689
- /** The trigger of key rotation policy lifetimeAction. */
690
- trigger?: ManagedHsmTrigger;
691
- /** The action of key rotation policy lifetimeAction. */
692
- action?: ManagedHsmAction;
693
- }
694
- export interface ManagedHsmTrigger {
695
- /** 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'. */
696
- timeAfterCreate?: string;
697
- /** The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'. */
698
- timeBeforeExpiry?: string;
699
- }
700
- export interface ManagedHsmAction {
701
- /** The type of action. */
702
- type?: KeyRotationPolicyActionType;
703
- }
704
- export interface ManagedHsmKeyReleasePolicy {
705
- /** Content type and version of key release policy */
706
- contentType?: string;
707
- /** Blob encoding the policy rules under which the key can be released. */
708
- data?: Uint8Array;
709
- }
710
- /** The parameters used to create a key. */
711
- export interface ManagedHsmKeyCreateParameters {
712
- /** The tags that will be assigned to the key. */
713
- tags?: {
714
- [propertyName: string]: string;
715
- };
716
- /** The properties of the key to be created. */
717
- properties: ManagedHsmKeyProperties;
718
- }
719
- /** List of private endpoint connections associated with a managed HSM Pools */
720
- export interface MhsmPrivateEndpointConnectionsListResult {
721
- /** The MhsmPrivateEndpointConnection items on this page */
722
- value: MhsmPrivateEndpointConnection[];
723
- /** The link to the next page of items */
724
- nextLink?: string;
725
- }
726
- /** A list of private link resources */
727
- export interface MhsmPrivateLinkResourceListResult {
728
- /** Array of private link resources */
729
- value?: MhsmPrivateLinkResource[];
730
- }
731
- /** Managed HSM resource */
732
- export interface ManagedHsmResource {
733
- /**
734
- * The Azure Resource Manager resource ID for the managed HSM Pool.
735
- * NOTE: This property will not be serialized. It can only be populated by the server.
736
- */
737
- readonly id?: string;
738
- /**
739
- * The name of the managed HSM Pool.
740
- * NOTE: This property will not be serialized. It can only be populated by the server.
741
- */
742
- readonly name?: string;
743
- /**
744
- * The resource type of the managed HSM Pool.
745
- * NOTE: This property will not be serialized. It can only be populated by the server.
746
- */
747
- readonly type?: string;
748
- /** The supported Azure location where the managed HSM Pool should be created. */
749
- location?: string;
750
- /** SKU details */
751
- sku?: ManagedHsmSku;
752
- /** Resource tags */
753
- tags?: {
754
- [propertyName: string]: string;
755
- };
756
- /**
757
- * Metadata pertaining to creation and last modification of the key vault resource.
758
- * NOTE: This property will not be serialized. It can only be populated by the server.
759
- */
760
- readonly systemData?: SystemData;
761
- /** Managed service identity (system assigned and/or user assigned identities) */
762
- identity?: ManagedServiceIdentity;
763
- }
764
- /** List of regions associated with a managed HSM Pools */
765
- export interface MhsmRegionsListResult {
766
- /** The MhsmGeoReplicatedRegion items on this page */
767
- value: MhsmGeoReplicatedRegion[];
768
- /** The link to the next page of items */
769
- nextLink?: string;
770
- }
771
- /** Parameters for creating or updating a vault */
772
- export interface VaultCreateOrUpdateParameters {
773
- /** The supported Azure location where the key vault should be created. */
774
- location: string;
775
- /** The tags that will be assigned to the key vault. */
776
- tags?: {
777
- [propertyName: string]: string;
778
- };
779
- /** Properties of the vault */
780
- properties: VaultProperties;
781
- }
782
- /** Parameters for creating or updating a vault */
783
- export interface VaultPatchParameters {
784
- /** The tags that will be assigned to the key vault. */
785
- tags?: {
786
- [propertyName: string]: string;
787
- };
788
- /** Properties of the vault */
789
- properties?: VaultPatchProperties;
790
- }
791
- /** Properties of the vault */
792
- export interface VaultPatchProperties {
793
- /** The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. */
794
- tenantId?: string;
795
- /** SKU details */
796
- sku?: Sku;
797
- /** 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. */
798
- accessPolicies?: AccessPolicyEntry[];
799
- /** Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault. */
800
- enabledForDeployment?: boolean;
801
- /** Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys. */
802
- enabledForDiskEncryption?: boolean;
803
- /** Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault. */
804
- enabledForTemplateDeployment?: boolean;
805
- /** Property to specify whether the 'soft delete' functionality is enabled for this key vault. Once set to true, it cannot be reverted to false. */
806
- enableSoftDelete?: boolean;
807
- /** 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. */
808
- enableRbacAuthorization?: boolean;
809
- /** softDelete data retention days. It accepts >=7 and <=90. */
810
- softDeleteRetentionInDays?: number;
811
- /** The vault's create mode to indicate whether the vault need to be recovered or not. */
812
- createMode?: CreateMode;
813
- /** 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. */
814
- enablePurgeProtection?: boolean;
815
- /** A collection of rules governing the accessibility of the vault from specific network locations. */
816
- networkAcls?: NetworkRuleSet;
817
- /** 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. */
818
- publicNetworkAccess?: string;
819
- }
820
- /** Parameters for updating the access policy in a vault */
821
- export interface VaultAccessPolicyParameters {
822
- /**
823
- * The resource id of the access policy.
824
- * NOTE: This property will not be serialized. It can only be populated by the server.
825
- */
826
- readonly id?: string;
827
- /**
828
- * The resource name of the access policy.
829
- * NOTE: This property will not be serialized. It can only be populated by the server.
830
- */
831
- readonly name?: string;
832
- /**
833
- * The resource name of the access policy.
834
- * NOTE: This property will not be serialized. It can only be populated by the server.
835
- */
836
- readonly type?: string;
837
- /**
838
- * The resource type of the access policy.
839
- * NOTE: This property will not be serialized. It can only be populated by the server.
840
- */
841
- readonly location?: string;
842
- /** Properties of the access policy */
843
- properties: VaultAccessPolicyProperties;
844
- }
845
- /** Properties of the vault access policy */
846
- export interface VaultAccessPolicyProperties {
847
- /** 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. */
848
- accessPolicies: AccessPolicyEntry[];
849
- }
850
- /** The response of a Key list operation. */
851
- export interface KeyListResult {
852
- /** The Key items on this page */
853
- value: Key[];
854
- /** The link to the next page of items */
855
- nextLink?: string;
856
- }
857
- /** The properties of the key. */
858
- export interface KeyProperties {
859
- /** The attributes of the key. */
860
- attributes?: KeyAttributes;
861
- /** The type of the key. For valid values, see JsonWebKeyType. */
862
- kty?: JsonWebKeyType;
863
- keyOps?: JsonWebKeyOperation[];
864
- /** 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. */
865
- keySize?: number;
866
- /** The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 */
867
- curveName?: JsonWebKeyCurveName;
868
- /**
869
- * The URI to retrieve the current version of the key.
870
- * NOTE: This property will not be serialized. It can only be populated by the server.
871
- */
872
- readonly keyUri?: string;
873
- /**
874
- * The URI to retrieve the specific version of the key.
875
- * NOTE: This property will not be serialized. It can only be populated by the server.
876
- */
877
- readonly keyUriWithVersion?: string;
878
- /** Key rotation policy in response. It will be used for both output and input. Omitted if empty */
879
- rotationPolicy?: RotationPolicy;
880
- /** Key release policy in response. It will be used for both output and input. Omitted if empty */
881
- releasePolicy?: KeyReleasePolicy;
882
- }
883
- /** The object attributes managed by the Azure Key Vault service. */
884
- export interface KeyAttributes {
885
- /** Determines whether or not the object is enabled. */
886
- enabled?: boolean;
887
- /** Not before date in seconds since 1970-01-01T00:00:00Z. */
888
- notBefore?: number;
889
- /** Expiry date in seconds since 1970-01-01T00:00:00Z. */
890
- expires?: number;
891
- /**
892
- * Creation time in seconds since 1970-01-01T00:00:00Z.
893
- * NOTE: This property will not be serialized. It can only be populated by the server.
894
- */
895
- readonly created?: number;
896
- /**
897
- * Last updated time in seconds since 1970-01-01T00:00:00Z.
898
- * NOTE: This property will not be serialized. It can only be populated by the server.
899
- */
900
- readonly updated?: number;
901
- /**
902
- * 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.
903
- * NOTE: This property will not be serialized. It can only be populated by the server.
904
- */
905
- readonly recoveryLevel?: DeletionRecoveryLevel;
906
- /** Indicates if the private key can be exported. */
907
- exportable?: boolean;
908
- }
909
- export interface RotationPolicy {
910
- /** The attributes of key rotation policy. */
911
- attributes?: KeyRotationPolicyAttributes;
912
- /** The lifetimeActions for key rotation action. */
913
- lifetimeActions?: LifetimeAction[];
914
- }
915
- export interface KeyRotationPolicyAttributes {
916
- /**
917
- * Creation time in seconds since 1970-01-01T00:00:00Z.
918
- * NOTE: This property will not be serialized. It can only be populated by the server.
919
- */
920
- readonly created?: number;
921
- /**
922
- * Last updated time in seconds since 1970-01-01T00:00:00Z.
923
- * NOTE: This property will not be serialized. It can only be populated by the server.
924
- */
925
- readonly updated?: number;
926
- /** The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'. */
927
- expiryTime?: string;
928
- }
929
- export interface LifetimeAction {
930
- /** The trigger of key rotation policy lifetimeAction. */
931
- trigger?: Trigger;
932
- /** The action of key rotation policy lifetimeAction. */
933
- action?: Action;
934
- }
935
- export interface Trigger {
936
- /** 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'. */
937
- timeAfterCreate?: string;
938
- /** The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'. */
939
- timeBeforeExpiry?: string;
940
- }
941
- export interface Action {
942
- /** The type of action. */
943
- type?: KeyRotationPolicyActionType;
944
- }
945
- export interface KeyReleasePolicy {
946
- /** Content type and version of key release policy */
947
- contentType?: string;
948
- /** Blob encoding the policy rules under which the key can be released. */
949
- data?: Uint8Array;
950
- }
951
- /** The parameters used to create a key. */
952
- export interface KeyCreateParameters {
953
- /** The tags that will be assigned to the key. */
954
- tags?: {
955
- [propertyName: string]: string;
956
- };
957
- /** The properties of the key to be created. */
958
- properties: KeyProperties;
959
- }
960
- /** The response of a PrivateEndpointConnection list operation. */
961
- export interface PrivateEndpointConnectionListResult {
962
- /** The PrivateEndpointConnection items on this page */
963
- value: PrivateEndpointConnection[];
964
- /** The link to the next page of items */
965
- nextLink?: string;
966
- }
967
- /** A list of private link resources */
968
- export interface PrivateLinkResourceListResult {
969
- /** Array of private link resources */
970
- value?: PrivateLinkResource[];
971
- }
972
- /** The response of a Secret list operation. */
973
- export interface SecretListResult {
974
- /** The Secret items on this page */
975
- value: Secret[];
976
- /** The link to the next page of items */
977
- nextLink?: string;
978
- }
979
- /** Properties of the secret */
980
- export interface SecretProperties {
981
- /** 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. */
982
- value?: string;
983
- /** The content type of the secret. */
984
- contentType?: string;
985
- /** The attributes of the secret. */
986
- attributes?: SecretAttributes;
987
- /**
988
- * The URI to retrieve the current version of the secret.
989
- * NOTE: This property will not be serialized. It can only be populated by the server.
990
- */
991
- readonly secretUri?: string;
992
- /**
993
- * The URI to retrieve the specific version of the secret.
994
- * NOTE: This property will not be serialized. It can only be populated by the server.
995
- */
996
- readonly secretUriWithVersion?: string;
997
- }
998
- /** The object attributes managed by the KeyVault service. */
999
- export interface Attributes {
1000
- /** Determines whether the object is enabled. */
1001
- enabled?: boolean;
1002
- /** Not before date in seconds since 1970-01-01T00:00:00Z. */
1003
- notBefore?: Date;
1004
- /** Expiry date in seconds since 1970-01-01T00:00:00Z. */
1005
- expires?: Date;
1006
- /**
1007
- * Creation time in seconds since 1970-01-01T00:00:00Z.
1008
- * NOTE: This property will not be serialized. It can only be populated by the server.
1009
- */
1010
- readonly created?: Date;
1011
- /**
1012
- * Last updated time in seconds since 1970-01-01T00:00:00Z.
1013
- * NOTE: This property will not be serialized. It can only be populated by the server.
1014
- */
1015
- readonly updated?: Date;
1016
- }
1017
- /** Parameters for creating or updating a secret */
1018
- export interface SecretCreateOrUpdateParameters {
1019
- /** The tags that will be assigned to the secret. */
1020
- tags?: {
1021
- [propertyName: string]: string;
1022
- };
1023
- /** Properties of the secret */
1024
- properties: SecretProperties;
1025
- }
1026
- /** Parameters for patching a secret */
1027
- export interface SecretPatchParameters {
1028
- /** The tags that will be assigned to the secret. */
1029
- tags?: {
1030
- [propertyName: string]: string;
1031
- };
1032
- /** Properties of the secret */
1033
- properties?: SecretPatchProperties;
1034
- }
1035
- /** Properties of the secret */
1036
- export interface SecretPatchProperties {
1037
- /** The value of the secret. */
1038
- value?: string;
1039
- /** The content type of the secret. */
1040
- contentType?: string;
1041
- /** The attributes of the secret. */
1042
- attributes?: SecretAttributes;
1043
- }
1044
- /** The list of vault resources. */
1045
- export interface ResourceListResult {
1046
- /** The list of vault resources. */
1047
- value: TrackedResource[];
1048
- /** The URL to get the next set of vault resources. */
1049
- nextLink?: string;
1050
- }
1051
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1052
- export interface ProxyResource extends Resource {
1053
- }
1054
- /** Resource information with extended details. */
1055
- export interface ManagedHsm extends Resource {
1056
- /** Properties of the managed HSM */
1057
- properties?: ManagedHsmProperties;
1058
- /** Resource tags. */
1059
- tags?: {
1060
- [propertyName: string]: string;
1061
- };
1062
- /** The geo-location where the resource lives */
1063
- location?: string;
1064
- /** SKU details */
1065
- sku?: ManagedHsmSku;
1066
- /** Managed service identity */
1067
- identity?: ManagedServiceIdentity;
1068
- }
1069
- /** Private endpoint connection resource. */
1070
- export interface MhsmPrivateEndpointConnection extends Resource {
1071
- /** Resource tags. */
1072
- tags?: {
1073
- [propertyName: string]: string;
1074
- };
1075
- /** The geo-location where the resource lives */
1076
- location?: string;
1077
- /** SKU details */
1078
- sku?: ManagedHsmSku;
1079
- /** Managed service identity */
1080
- identity?: ManagedServiceIdentity;
1081
- /** Modified whenever there is a change in the state of private endpoint connection. */
1082
- etag?: string;
1083
- /** Properties of the private endpoint object. */
1084
- privateEndpoint?: MhsmPrivateEndpoint;
1085
- /** Approval state of the private link connection. */
1086
- privateLinkServiceConnectionState?: MhsmPrivateLinkServiceConnectionState;
1087
- /**
1088
- * Provisioning state of the private endpoint connection.
1089
- * NOTE: This property will not be serialized. It can only be populated by the server.
1090
- */
1091
- readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
1092
- }
1093
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1094
- export interface TrackedResource extends Resource {
1095
- /** Resource tags. */
1096
- tags?: {
1097
- [propertyName: string]: string;
1098
- };
1099
- /** The geo-location where the resource lives */
1100
- location: string;
1101
- }
1102
- /** A private link resource */
1103
- export interface MhsmPrivateLinkResource extends ManagedHsmResource {
1104
- /**
1105
- * Group identifier of private link resource.
1106
- * NOTE: This property will not be serialized. It can only be populated by the server.
1107
- */
1108
- readonly groupId?: string;
1109
- /**
1110
- * Required member names of private link resource.
1111
- * NOTE: This property will not be serialized. It can only be populated by the server.
1112
- */
1113
- readonly requiredMembers?: string[];
1114
- /** Required DNS zone names of the the private link resource. */
1115
- requiredZoneNames?: string[];
1116
- }
1117
- /** The secret management attributes. */
1118
- export interface SecretAttributes extends Attributes {
1119
- }
1120
- /** Concrete proxy resource types can be created by aliasing this type using a specific property type. */
1121
- export interface DeletedManagedHsm extends ProxyResource {
1122
- /** Properties of the deleted managed HSM */
1123
- properties?: DeletedManagedHsmProperties;
1124
- }
1125
- /** Deleted vault information with extended details. */
1126
- export interface DeletedVault extends ProxyResource {
1127
- /** Properties of the vault */
1128
- properties?: DeletedVaultProperties;
1129
- }
1130
- /** Resource information with extended details. */
1131
- export interface Vault extends ProxyResource {
1132
- /** Properties of the vault */
1133
- properties: VaultProperties;
1134
- /** Azure location of the key vault resource. */
1135
- location?: string;
1136
- /** Tags assigned to the key vault resource. */
1137
- tags?: {
1138
- [propertyName: string]: string;
1139
- };
1140
- }
1141
- /** The key resource. */
1142
- export interface ManagedHsmKey extends ProxyResource {
1143
- /** Resource tags */
1144
- tags?: {
1145
- [propertyName: string]: string;
1146
- };
1147
- /** The attributes of the key. */
1148
- attributes?: ManagedHsmKeyAttributes;
1149
- /** The type of the key. For valid values, see JsonWebKeyType. */
1150
- kty?: JsonWebKeyType;
1151
- keyOps?: JsonWebKeyOperation[];
1152
- /** 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. */
1153
- keySize?: number;
1154
- /** The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 */
1155
- curveName?: JsonWebKeyCurveName;
1156
- /**
1157
- * The URI to retrieve the current version of the key.
1158
- * NOTE: This property will not be serialized. It can only be populated by the server.
1159
- */
1160
- readonly keyUri?: string;
1161
- /**
1162
- * The URI to retrieve the specific version of the key.
1163
- * NOTE: This property will not be serialized. It can only be populated by the server.
1164
- */
1165
- readonly keyUriWithVersion?: string;
1166
- /** Key rotation policy in response. It will be used for both output and input. Omitted if empty */
1167
- rotationPolicy?: ManagedHsmRotationPolicy;
1168
- /** Key release policy in response. It will be used for both output and input. Omitted if empty */
1169
- releasePolicy?: ManagedHsmKeyReleasePolicy;
1170
- }
1171
- /** The key resource. */
1172
- export interface Key extends ProxyResource {
1173
- /**
1174
- * The supported Azure location where the managed HSM Pool should be created.
1175
- * NOTE: This property will not be serialized. It can only be populated by the server.
1176
- */
1177
- readonly location?: string;
1178
- /**
1179
- * Resource tags
1180
- * NOTE: This property will not be serialized. It can only be populated by the server.
1181
- */
1182
- readonly tags?: {
1183
- [propertyName: string]: string;
1184
- };
1185
- /** The attributes of the key. */
1186
- attributes?: KeyAttributes;
1187
- /** The type of the key. For valid values, see JsonWebKeyType. */
1188
- kty?: JsonWebKeyType;
1189
- keyOps?: JsonWebKeyOperation[];
1190
- /** 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. */
1191
- keySize?: number;
1192
- /** The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 */
1193
- curveName?: JsonWebKeyCurveName;
1194
- /**
1195
- * The URI to retrieve the current version of the key.
1196
- * NOTE: This property will not be serialized. It can only be populated by the server.
1197
- */
1198
- readonly keyUri?: string;
1199
- /**
1200
- * The URI to retrieve the specific version of the key.
1201
- * NOTE: This property will not be serialized. It can only be populated by the server.
1202
- */
1203
- readonly keyUriWithVersion?: string;
1204
- /** Key rotation policy in response. It will be used for both output and input. Omitted if empty */
1205
- rotationPolicy?: RotationPolicy;
1206
- /** Key release policy in response. It will be used for both output and input. Omitted if empty */
1207
- releasePolicy?: KeyReleasePolicy;
1208
- }
1209
- /** Private endpoint connection resource. */
1210
- export interface PrivateEndpointConnection extends ProxyResource {
1211
- /**
1212
- * Azure location of the key vault resource.
1213
- * NOTE: This property will not be serialized. It can only be populated by the server.
1214
- */
1215
- readonly location?: string;
1216
- /**
1217
- * Tags assigned to the key vault resource.
1218
- * NOTE: This property will not be serialized. It can only be populated by the server.
1219
- */
1220
- readonly tags?: {
1221
- [propertyName: string]: string;
1222
- };
1223
- /** Modified whenever there is a change in the state of private endpoint connection. */
1224
- etag?: string;
1225
- /** Properties of the private endpoint object. */
1226
- privateEndpoint?: PrivateEndpoint;
1227
- /** Approval state of the private link connection. */
1228
- privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
1229
- /**
1230
- * Provisioning state of the private endpoint connection.
1231
- * NOTE: This property will not be serialized. It can only be populated by the server.
1232
- */
1233
- readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
1234
- }
1235
- /** A private link resource */
1236
- export interface PrivateLinkResource extends ProxyResource {
1237
- /**
1238
- * Azure location of the key vault resource.
1239
- * NOTE: This property will not be serialized. It can only be populated by the server.
1240
- */
1241
- readonly location?: string;
1242
- /**
1243
- * Tags assigned to the key vault resource.
1244
- * NOTE: This property will not be serialized. It can only be populated by the server.
1245
- */
1246
- readonly tags?: {
1247
- [propertyName: string]: string;
1248
- };
1249
- /**
1250
- * Group identifier of private link resource.
1251
- * NOTE: This property will not be serialized. It can only be populated by the server.
1252
- */
1253
- readonly groupId?: string;
1254
- /**
1255
- * Required member names of private link resource.
1256
- * NOTE: This property will not be serialized. It can only be populated by the server.
1257
- */
1258
- readonly requiredMembers?: string[];
1259
- /** Required DNS zone names of the the private link resource. */
1260
- requiredZoneNames?: string[];
1261
- }
1262
- /** Resource information with extended details. */
1263
- export interface Secret extends ProxyResource {
1264
- /** Properties of the secret */
1265
- properties: SecretProperties;
1266
- /**
1267
- * Azure location of the key vault resource.
1268
- * NOTE: This property will not be serialized. It can only be populated by the server.
1269
- */
1270
- readonly location?: string;
1271
- /**
1272
- * Tags assigned to the key vault resource.
1273
- * NOTE: This property will not be serialized. It can only be populated by the server.
1274
- */
1275
- readonly tags?: {
1276
- [propertyName: string]: string;
1277
- };
1278
- }
1279
- /** Defines headers for ManagedHsms_purgeDeleted operation. */
1280
- export interface ManagedHsmsPurgeDeletedHeaders {
1281
- /** The Location header contains the URL where the status of the long running operation can be checked. */
1282
- location?: string;
1283
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1284
- retryAfter?: number;
1285
- }
1286
- /** Defines headers for ManagedHsms_createOrUpdate operation. */
1287
- export interface ManagedHsmsCreateOrUpdateHeaders {
1288
- /** The Location header contains the URL where the status of the long running operation can be checked. */
1289
- location?: string;
1290
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1291
- retryAfter?: number;
1292
- }
1293
- /** Defines headers for ManagedHsms_update operation. */
1294
- export interface ManagedHsmsUpdateHeaders {
1295
- /** The Location header contains the URL where the status of the long running operation can be checked. */
1296
- location?: string;
1297
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1298
- retryAfter?: number;
1299
- }
1300
- /** Defines headers for ManagedHsms_delete operation. */
1301
- export interface ManagedHsmsDeleteHeaders {
1302
- /** The Location header contains the URL where the status of the long running operation can be checked. */
1303
- location?: string;
1304
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1305
- retryAfter?: number;
1306
- }
1307
- /** Defines headers for Vaults_purgeDeleted operation. */
1308
- export interface VaultsPurgeDeletedHeaders {
1309
- /** The Location header contains the URL where the status of the long running operation can be checked. */
1310
- location?: string;
1311
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1312
- retryAfter?: number;
1313
- }
1314
- /** Defines headers for Vaults_createOrUpdate operation. */
1315
- export interface VaultsCreateOrUpdateHeaders {
1316
- /** The Location header contains the URL where the status of the long running operation can be checked. */
1317
- location?: string;
1318
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1319
- retryAfter?: number;
1320
- }
1321
- /** Defines headers for MhsmPrivateEndpointConnections_put operation. */
1322
- export interface MhsmPrivateEndpointConnectionsPutHeaders {
1323
- /** (specified only if operation does not finish synchronously) The URI to poll for completion status. The response of this URI may be synchronous or asynchronous. */
1324
- azureAsyncOperation?: string;
1325
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1326
- retryAfter?: number;
1327
- }
1328
- /** Defines headers for MhsmPrivateEndpointConnections_delete operation. */
1329
- export interface MhsmPrivateEndpointConnectionsDeleteHeaders {
1330
- /** The Location header contains the URL where the status of the long running operation can be checked. */
1331
- location?: string;
1332
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1333
- retryAfter?: number;
1334
- }
1335
- /** Defines headers for PrivateEndpointConnections_put operation. */
1336
- export interface PrivateEndpointConnectionsPutHeaders {
1337
- /** (specified only if operation does not finish synchronously) The URI to poll for completion status. The response of this URI may be synchronous or asynchronous. */
1338
- azureAsyncOperation?: string;
1339
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1340
- retryAfter?: number;
1341
- }
1342
- /** Defines headers for PrivateEndpointConnections_delete operation. */
1343
- export interface PrivateEndpointConnectionsDeleteHeaders {
1344
- /** The Location header contains the URL where the status of the long running operation can be checked. */
1345
- location?: string;
1346
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1347
- retryAfter?: number;
1348
- }
1349
- /** Known values of {@link Reason} that the service accepts. */
1350
- export declare enum KnownReason {
1351
- /** AccountNameInvalid */
1352
- AccountNameInvalid = "AccountNameInvalid",
1353
- /** AlreadyExists */
1354
- AlreadyExists = "AlreadyExists"
1355
- }
1356
- /**
1357
- * Defines values for Reason. \
1358
- * {@link KnownReason} can be used interchangeably with Reason,
1359
- * this enum contains the known values that the service supports.
1360
- * ### Known values supported by the service
1361
- * **AccountNameInvalid** \
1362
- * **AlreadyExists**
1363
- */
1364
- export type Reason = string;
1365
- /** Known values of {@link CreatedByType} that the service accepts. */
1366
- export declare enum KnownCreatedByType {
1367
- /** User */
1368
- User = "User",
1369
- /** Application */
1370
- Application = "Application",
1371
- /** ManagedIdentity */
1372
- ManagedIdentity = "ManagedIdentity",
1373
- /** Key */
1374
- Key = "Key"
1375
- }
1376
- /**
1377
- * Defines values for CreatedByType. \
1378
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
1379
- * this enum contains the known values that the service supports.
1380
- * ### Known values supported by the service
1381
- * **User** \
1382
- * **Application** \
1383
- * **ManagedIdentity** \
1384
- * **Key**
1385
- */
1386
- export type CreatedByType = string;
1387
- /** Known values of {@link ProvisioningState} that the service accepts. */
1388
- export declare enum KnownProvisioningState {
1389
- /** The managed HSM Pool has been full provisioned. */
1390
- Succeeded = "Succeeded",
1391
- /** The managed HSM Pool is currently being provisioned. */
1392
- Provisioning = "Provisioning",
1393
- /** Provisioning of the managed HSM Pool has failed. */
1394
- Failed = "Failed",
1395
- /** The managed HSM Pool is currently being updated. */
1396
- Updating = "Updating",
1397
- /** The managed HSM Pool is currently being deleted. */
1398
- Deleting = "Deleting",
1399
- /** The managed HSM pool is ready for normal use. */
1400
- Activated = "Activated",
1401
- /** The managed HSM pool is waiting for a security domain restore action. */
1402
- SecurityDomainRestore = "SecurityDomainRestore",
1403
- /** The managed HSM pool is being restored from full HSM backup. */
1404
- Restoring = "Restoring"
1405
- }
1406
- /**
1407
- * Defines values for ProvisioningState. \
1408
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
1409
- * this enum contains the known values that the service supports.
1410
- * ### Known values supported by the service
1411
- * **Succeeded**: The managed HSM Pool has been full provisioned. \
1412
- * **Provisioning**: The managed HSM Pool is currently being provisioned. \
1413
- * **Failed**: Provisioning of the managed HSM Pool has failed. \
1414
- * **Updating**: The managed HSM Pool is currently being updated. \
1415
- * **Deleting**: The managed HSM Pool is currently being deleted. \
1416
- * **Activated**: The managed HSM pool is ready for normal use. \
1417
- * **SecurityDomainRestore**: The managed HSM pool is waiting for a security domain restore action. \
1418
- * **Restoring**: The managed HSM pool is being restored from full HSM backup.
1419
- */
1420
- export type ProvisioningState = string;
1421
- /** Known values of {@link NetworkRuleBypassOptions} that the service accepts. */
1422
- export declare enum KnownNetworkRuleBypassOptions {
1423
- /** AzureServices */
1424
- AzureServices = "AzureServices",
1425
- /** None */
1426
- None = "None"
1427
- }
1428
- /**
1429
- * Defines values for NetworkRuleBypassOptions. \
1430
- * {@link KnownNetworkRuleBypassOptions} can be used interchangeably with NetworkRuleBypassOptions,
1431
- * this enum contains the known values that the service supports.
1432
- * ### Known values supported by the service
1433
- * **AzureServices** \
1434
- * **None**
1435
- */
1436
- export type NetworkRuleBypassOptions = string;
1437
- /** Known values of {@link NetworkRuleAction} that the service accepts. */
1438
- export declare enum KnownNetworkRuleAction {
1439
- /** Allow */
1440
- Allow = "Allow",
1441
- /** Deny */
1442
- Deny = "Deny"
1443
- }
1444
- /**
1445
- * Defines values for NetworkRuleAction. \
1446
- * {@link KnownNetworkRuleAction} can be used interchangeably with NetworkRuleAction,
1447
- * this enum contains the known values that the service supports.
1448
- * ### Known values supported by the service
1449
- * **Allow** \
1450
- * **Deny**
1451
- */
1452
- export type NetworkRuleAction = string;
1453
- /** Known values of {@link GeoReplicationRegionProvisioningState} that the service accepts. */
1454
- export declare enum KnownGeoReplicationRegionProvisioningState {
1455
- /** Preprovisioning */
1456
- Preprovisioning = "Preprovisioning",
1457
- /** Provisioning */
1458
- Provisioning = "Provisioning",
1459
- /** Succeeded */
1460
- Succeeded = "Succeeded",
1461
- /** Failed */
1462
- Failed = "Failed",
1463
- /** Deleting */
1464
- Deleting = "Deleting",
1465
- /** Cleanup */
1466
- Cleanup = "Cleanup"
1467
- }
1468
- /**
1469
- * Defines values for GeoReplicationRegionProvisioningState. \
1470
- * {@link KnownGeoReplicationRegionProvisioningState} can be used interchangeably with GeoReplicationRegionProvisioningState,
1471
- * this enum contains the known values that the service supports.
1472
- * ### Known values supported by the service
1473
- * **Preprovisioning** \
1474
- * **Provisioning** \
1475
- * **Succeeded** \
1476
- * **Failed** \
1477
- * **Deleting** \
1478
- * **Cleanup**
1479
- */
1480
- export type GeoReplicationRegionProvisioningState = string;
1481
- /** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
1482
- export declare enum KnownPrivateEndpointServiceConnectionStatus {
1483
- /** Pending */
1484
- Pending = "Pending",
1485
- /** Approved */
1486
- Approved = "Approved",
1487
- /** Rejected */
1488
- Rejected = "Rejected",
1489
- /** Disconnected */
1490
- Disconnected = "Disconnected"
1491
- }
1492
- /**
1493
- * Defines values for PrivateEndpointServiceConnectionStatus. \
1494
- * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
1495
- * this enum contains the known values that the service supports.
1496
- * ### Known values supported by the service
1497
- * **Pending** \
1498
- * **Approved** \
1499
- * **Rejected** \
1500
- * **Disconnected**
1501
- */
1502
- export type PrivateEndpointServiceConnectionStatus = string;
1503
- /** Known values of {@link ActionsRequired} that the service accepts. */
1504
- export declare enum KnownActionsRequired {
1505
- /** None */
1506
- None = "None"
1507
- }
1508
- /**
1509
- * Defines values for ActionsRequired. \
1510
- * {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,
1511
- * this enum contains the known values that the service supports.
1512
- * ### Known values supported by the service
1513
- * **None**
1514
- */
1515
- export type ActionsRequired = string;
1516
- /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
1517
- export declare enum KnownPrivateEndpointConnectionProvisioningState {
1518
- /** Succeeded */
1519
- Succeeded = "Succeeded",
1520
- /** Creating */
1521
- Creating = "Creating",
1522
- /** Updating */
1523
- Updating = "Updating",
1524
- /** Deleting */
1525
- Deleting = "Deleting",
1526
- /** Failed */
1527
- Failed = "Failed",
1528
- /** Disconnected */
1529
- Disconnected = "Disconnected"
1530
- }
1531
- /**
1532
- * Defines values for PrivateEndpointConnectionProvisioningState. \
1533
- * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
1534
- * this enum contains the known values that the service supports.
1535
- * ### Known values supported by the service
1536
- * **Succeeded** \
1537
- * **Creating** \
1538
- * **Updating** \
1539
- * **Deleting** \
1540
- * **Failed** \
1541
- * **Disconnected**
1542
- */
1543
- export type PrivateEndpointConnectionProvisioningState = string;
1544
- /** Known values of {@link PublicNetworkAccess} that the service accepts. */
1545
- export declare enum KnownPublicNetworkAccess {
1546
- /** Enabled */
1547
- Enabled = "Enabled",
1548
- /** Disabled */
1549
- Disabled = "Disabled"
1550
- }
1551
- /**
1552
- * Defines values for PublicNetworkAccess. \
1553
- * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
1554
- * this enum contains the known values that the service supports.
1555
- * ### Known values supported by the service
1556
- * **Enabled** \
1557
- * **Disabled**
1558
- */
1559
- export type PublicNetworkAccess = string;
1560
- /** Known values of {@link ActivationStatus} that the service accepts. */
1561
- export declare enum KnownActivationStatus {
1562
- /** The managed HSM Pool is active. */
1563
- Active = "Active",
1564
- /** The managed HSM Pool is not yet activated. */
1565
- NotActivated = "NotActivated",
1566
- /** An unknown error occurred while activating managed hsm. */
1567
- Unknown = "Unknown",
1568
- /** Failed to activate managed hsm. */
1569
- Failed = "Failed"
1570
- }
1571
- /**
1572
- * Defines values for ActivationStatus. \
1573
- * {@link KnownActivationStatus} can be used interchangeably with ActivationStatus,
1574
- * this enum contains the known values that the service supports.
1575
- * ### Known values supported by the service
1576
- * **Active**: The managed HSM Pool is active. \
1577
- * **NotActivated**: The managed HSM Pool is not yet activated. \
1578
- * **Unknown**: An unknown error occurred while activating managed hsm. \
1579
- * **Failed**: Failed to activate managed hsm.
1580
- */
1581
- export type ActivationStatus = string;
1582
- /** Known values of {@link ManagedHsmSkuFamily} that the service accepts. */
1583
- export declare enum KnownManagedHsmSkuFamily {
1584
- /** B */
1585
- B = "B",
1586
- /** C */
1587
- C = "C"
1588
- }
1589
- /**
1590
- * Defines values for ManagedHsmSkuFamily. \
1591
- * {@link KnownManagedHsmSkuFamily} can be used interchangeably with ManagedHsmSkuFamily,
1592
- * this enum contains the known values that the service supports.
1593
- * ### Known values supported by the service
1594
- * **B** \
1595
- * **C**
1596
- */
1597
- export type ManagedHsmSkuFamily = string;
1598
- /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
1599
- export declare enum KnownManagedServiceIdentityType {
1600
- /** None */
1601
- None = "None",
1602
- /** SystemAssigned */
1603
- SystemAssigned = "SystemAssigned",
1604
- /** UserAssigned */
1605
- UserAssigned = "UserAssigned",
1606
- /** SystemAssignedUserAssigned */
1607
- SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
1608
- }
1609
- /**
1610
- * Defines values for ManagedServiceIdentityType. \
1611
- * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
1612
- * this enum contains the known values that the service supports.
1613
- * ### Known values supported by the service
1614
- * **None** \
1615
- * **SystemAssigned** \
1616
- * **UserAssigned** \
1617
- * **SystemAssigned,UserAssigned**
1618
- */
1619
- export type ManagedServiceIdentityType = string;
1620
- /** Known values of {@link SkuFamily} that the service accepts. */
1621
- export declare enum KnownSkuFamily {
1622
- /** A */
1623
- A = "A"
1624
- }
1625
- /**
1626
- * Defines values for SkuFamily. \
1627
- * {@link KnownSkuFamily} can be used interchangeably with SkuFamily,
1628
- * this enum contains the known values that the service supports.
1629
- * ### Known values supported by the service
1630
- * **A**
1631
- */
1632
- export type SkuFamily = string;
1633
- /** Known values of {@link KeyPermissions} that the service accepts. */
1634
- export declare enum KnownKeyPermissions {
1635
- /** All */
1636
- All = "all",
1637
- /** Encrypt */
1638
- Encrypt = "encrypt",
1639
- /** Decrypt */
1640
- Decrypt = "decrypt",
1641
- /** WrapKey */
1642
- WrapKey = "wrapKey",
1643
- /** UnwrapKey */
1644
- UnwrapKey = "unwrapKey",
1645
- /** Sign */
1646
- Sign = "sign",
1647
- /** Verify */
1648
- Verify = "verify",
1649
- /** Get */
1650
- Get = "get",
1651
- /** List */
1652
- List = "list",
1653
- /** Create */
1654
- Create = "create",
1655
- /** Update */
1656
- Update = "update",
1657
- /** Import */
1658
- Import = "import",
1659
- /** Delete */
1660
- Delete = "delete",
1661
- /** Backup */
1662
- Backup = "backup",
1663
- /** Restore */
1664
- Restore = "restore",
1665
- /** Recover */
1666
- Recover = "recover",
1667
- /** Purge */
1668
- Purge = "purge",
1669
- /** Release */
1670
- Release = "release",
1671
- /** Rotate */
1672
- Rotate = "rotate",
1673
- /** Getrotationpolicy */
1674
- Getrotationpolicy = "getrotationpolicy",
1675
- /** Setrotationpolicy */
1676
- Setrotationpolicy = "setrotationpolicy"
1677
- }
1678
- /**
1679
- * Defines values for KeyPermissions. \
1680
- * {@link KnownKeyPermissions} can be used interchangeably with KeyPermissions,
1681
- * this enum contains the known values that the service supports.
1682
- * ### Known values supported by the service
1683
- * **all** \
1684
- * **encrypt** \
1685
- * **decrypt** \
1686
- * **wrapKey** \
1687
- * **unwrapKey** \
1688
- * **sign** \
1689
- * **verify** \
1690
- * **get** \
1691
- * **list** \
1692
- * **create** \
1693
- * **update** \
1694
- * **import** \
1695
- * **delete** \
1696
- * **backup** \
1697
- * **restore** \
1698
- * **recover** \
1699
- * **purge** \
1700
- * **release** \
1701
- * **rotate** \
1702
- * **getrotationpolicy** \
1703
- * **setrotationpolicy**
1704
- */
1705
- export type KeyPermissions = string;
1706
- /** Known values of {@link SecretPermissions} that the service accepts. */
1707
- export declare enum KnownSecretPermissions {
1708
- /** All */
1709
- All = "all",
1710
- /** Get */
1711
- Get = "get",
1712
- /** List */
1713
- List = "list",
1714
- /** Set */
1715
- Set = "set",
1716
- /** Delete */
1717
- Delete = "delete",
1718
- /** Backup */
1719
- Backup = "backup",
1720
- /** Restore */
1721
- Restore = "restore",
1722
- /** Recover */
1723
- Recover = "recover",
1724
- /** Purge */
1725
- Purge = "purge"
1726
- }
1727
- /**
1728
- * Defines values for SecretPermissions. \
1729
- * {@link KnownSecretPermissions} can be used interchangeably with SecretPermissions,
1730
- * this enum contains the known values that the service supports.
1731
- * ### Known values supported by the service
1732
- * **all** \
1733
- * **get** \
1734
- * **list** \
1735
- * **set** \
1736
- * **delete** \
1737
- * **backup** \
1738
- * **restore** \
1739
- * **recover** \
1740
- * **purge**
1741
- */
1742
- export type SecretPermissions = string;
1743
- /** Known values of {@link CertificatePermissions} that the service accepts. */
1744
- export declare enum KnownCertificatePermissions {
1745
- /** All */
1746
- All = "all",
1747
- /** Get */
1748
- Get = "get",
1749
- /** List */
1750
- List = "list",
1751
- /** Delete */
1752
- Delete = "delete",
1753
- /** Create */
1754
- Create = "create",
1755
- /** Import */
1756
- Import = "import",
1757
- /** Update */
1758
- Update = "update",
1759
- /** Managecontacts */
1760
- Managecontacts = "managecontacts",
1761
- /** Getissuers */
1762
- Getissuers = "getissuers",
1763
- /** Listissuers */
1764
- Listissuers = "listissuers",
1765
- /** Setissuers */
1766
- Setissuers = "setissuers",
1767
- /** Deleteissuers */
1768
- Deleteissuers = "deleteissuers",
1769
- /** Manageissuers */
1770
- Manageissuers = "manageissuers",
1771
- /** Recover */
1772
- Recover = "recover",
1773
- /** Purge */
1774
- Purge = "purge",
1775
- /** Backup */
1776
- Backup = "backup",
1777
- /** Restore */
1778
- Restore = "restore"
1779
- }
1780
- /**
1781
- * Defines values for CertificatePermissions. \
1782
- * {@link KnownCertificatePermissions} can be used interchangeably with CertificatePermissions,
1783
- * this enum contains the known values that the service supports.
1784
- * ### Known values supported by the service
1785
- * **all** \
1786
- * **get** \
1787
- * **list** \
1788
- * **delete** \
1789
- * **create** \
1790
- * **import** \
1791
- * **update** \
1792
- * **managecontacts** \
1793
- * **getissuers** \
1794
- * **listissuers** \
1795
- * **setissuers** \
1796
- * **deleteissuers** \
1797
- * **manageissuers** \
1798
- * **recover** \
1799
- * **purge** \
1800
- * **backup** \
1801
- * **restore**
1802
- */
1803
- export type CertificatePermissions = string;
1804
- /** Known values of {@link StoragePermissions} that the service accepts. */
1805
- export declare enum KnownStoragePermissions {
1806
- /** All */
1807
- All = "all",
1808
- /** Get */
1809
- Get = "get",
1810
- /** List */
1811
- List = "list",
1812
- /** Delete */
1813
- Delete = "delete",
1814
- /** Set */
1815
- Set = "set",
1816
- /** Update */
1817
- Update = "update",
1818
- /** Regeneratekey */
1819
- Regeneratekey = "regeneratekey",
1820
- /** Recover */
1821
- Recover = "recover",
1822
- /** Purge */
1823
- Purge = "purge",
1824
- /** Backup */
1825
- Backup = "backup",
1826
- /** Restore */
1827
- Restore = "restore",
1828
- /** Setsas */
1829
- Setsas = "setsas",
1830
- /** Listsas */
1831
- Listsas = "listsas",
1832
- /** Getsas */
1833
- Getsas = "getsas",
1834
- /** Deletesas */
1835
- Deletesas = "deletesas"
1836
- }
1837
- /**
1838
- * Defines values for StoragePermissions. \
1839
- * {@link KnownStoragePermissions} can be used interchangeably with StoragePermissions,
1840
- * this enum contains the known values that the service supports.
1841
- * ### Known values supported by the service
1842
- * **all** \
1843
- * **get** \
1844
- * **list** \
1845
- * **delete** \
1846
- * **set** \
1847
- * **update** \
1848
- * **regeneratekey** \
1849
- * **recover** \
1850
- * **purge** \
1851
- * **backup** \
1852
- * **restore** \
1853
- * **setsas** \
1854
- * **listsas** \
1855
- * **getsas** \
1856
- * **deletesas**
1857
- */
1858
- export type StoragePermissions = string;
1859
- /** Known values of {@link VaultProvisioningState} that the service accepts. */
1860
- export declare enum KnownVaultProvisioningState {
1861
- /** Succeeded */
1862
- Succeeded = "Succeeded",
1863
- /** RegisteringDns */
1864
- RegisteringDns = "RegisteringDns"
1865
- }
1866
- /**
1867
- * Defines values for VaultProvisioningState. \
1868
- * {@link KnownVaultProvisioningState} can be used interchangeably with VaultProvisioningState,
1869
- * this enum contains the known values that the service supports.
1870
- * ### Known values supported by the service
1871
- * **Succeeded** \
1872
- * **RegisteringDns**
1873
- */
1874
- export type VaultProvisioningState = string;
1875
- /** Known values of {@link DeletionRecoveryLevel} that the service accepts. */
1876
- export declare enum KnownDeletionRecoveryLevel {
1877
- /** Purgeable */
1878
- Purgeable = "Purgeable",
1879
- /** RecoverablePurgeable */
1880
- RecoverablePurgeable = "Recoverable+Purgeable",
1881
- /** Recoverable */
1882
- Recoverable = "Recoverable",
1883
- /** RecoverableProtectedSubscription */
1884
- RecoverableProtectedSubscription = "Recoverable+ProtectedSubscription"
1885
- }
1886
- /**
1887
- * Defines values for DeletionRecoveryLevel. \
1888
- * {@link KnownDeletionRecoveryLevel} can be used interchangeably with DeletionRecoveryLevel,
1889
- * this enum contains the known values that the service supports.
1890
- * ### Known values supported by the service
1891
- * **Purgeable** \
1892
- * **Recoverable+Purgeable** \
1893
- * **Recoverable** \
1894
- * **Recoverable+ProtectedSubscription**
1895
- */
1896
- export type DeletionRecoveryLevel = string;
1897
- /** Known values of {@link JsonWebKeyType} that the service accepts. */
1898
- export declare enum KnownJsonWebKeyType {
1899
- /** EC */
1900
- EC = "EC",
1901
- /** ECHSM */
1902
- ECHSM = "EC-HSM",
1903
- /** RSA */
1904
- RSA = "RSA",
1905
- /** RSAHSM */
1906
- RSAHSM = "RSA-HSM"
1907
- }
1908
- /**
1909
- * Defines values for JsonWebKeyType. \
1910
- * {@link KnownJsonWebKeyType} can be used interchangeably with JsonWebKeyType,
1911
- * this enum contains the known values that the service supports.
1912
- * ### Known values supported by the service
1913
- * **EC** \
1914
- * **EC-HSM** \
1915
- * **RSA** \
1916
- * **RSA-HSM**
1917
- */
1918
- export type JsonWebKeyType = string;
1919
- /** Known values of {@link JsonWebKeyOperation} that the service accepts. */
1920
- export declare enum KnownJsonWebKeyOperation {
1921
- /** Encrypt */
1922
- Encrypt = "encrypt",
1923
- /** Decrypt */
1924
- Decrypt = "decrypt",
1925
- /** Sign */
1926
- Sign = "sign",
1927
- /** Verify */
1928
- Verify = "verify",
1929
- /** WrapKey */
1930
- WrapKey = "wrapKey",
1931
- /** UnwrapKey */
1932
- UnwrapKey = "unwrapKey",
1933
- /** Import */
1934
- Import = "import",
1935
- /** Release */
1936
- Release = "release"
1937
- }
1938
- /**
1939
- * Defines values for JsonWebKeyOperation. \
1940
- * {@link KnownJsonWebKeyOperation} can be used interchangeably with JsonWebKeyOperation,
1941
- * this enum contains the known values that the service supports.
1942
- * ### Known values supported by the service
1943
- * **encrypt** \
1944
- * **decrypt** \
1945
- * **sign** \
1946
- * **verify** \
1947
- * **wrapKey** \
1948
- * **unwrapKey** \
1949
- * **import** \
1950
- * **release**
1951
- */
1952
- export type JsonWebKeyOperation = string;
1953
- /** Known values of {@link JsonWebKeyCurveName} that the service accepts. */
1954
- export declare enum KnownJsonWebKeyCurveName {
1955
- /** P256 */
1956
- P256 = "P-256",
1957
- /** P384 */
1958
- P384 = "P-384",
1959
- /** P521 */
1960
- P521 = "P-521",
1961
- /** P256K */
1962
- P256K = "P-256K"
1963
- }
1964
- /**
1965
- * Defines values for JsonWebKeyCurveName. \
1966
- * {@link KnownJsonWebKeyCurveName} can be used interchangeably with JsonWebKeyCurveName,
1967
- * this enum contains the known values that the service supports.
1968
- * ### Known values supported by the service
1969
- * **P-256** \
1970
- * **P-384** \
1971
- * **P-521** \
1972
- * **P-256K**
1973
- */
1974
- export type JsonWebKeyCurveName = string;
1975
- /** Defines values for CreateMode. */
1976
- export type CreateMode = "recover" | "default";
1977
- /** Defines values for ManagedHsmSkuName. */
1978
- export type ManagedHsmSkuName = "Standard_B1" | "Custom_B32" | "Custom_B6" | "Custom_C42" | "Custom_C10";
1979
- /** Defines values for SkuName. */
1980
- export type SkuName = "standard" | "premium";
1981
- /** Defines values for KeyRotationPolicyActionType. */
1982
- export type KeyRotationPolicyActionType = "rotate" | "notify";
1983
- /** Defines values for AccessPolicyUpdateKind. */
1984
- export type AccessPolicyUpdateKind = "add" | "replace" | "remove";
1985
- /** Optional parameters. */
1986
- export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1987
- }
1988
- /** Contains response data for the list operation. */
1989
- export type OperationsListResponse = OperationListResult;
1990
- /** Optional parameters. */
1991
- export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1992
- }
1993
- /** Contains response data for the listNext operation. */
1994
- export type OperationsListNextResponse = OperationListResult;
1995
- /** Optional parameters. */
1996
- export interface ManagedHsmsCheckMhsmNameAvailabilityOptionalParams extends coreClient.OperationOptions {
1997
- }
1998
- /** Contains response data for the checkMhsmNameAvailability operation. */
1999
- export type ManagedHsmsCheckMhsmNameAvailabilityResponse = CheckMhsmNameAvailabilityResult;
2000
- /** Optional parameters. */
2001
- export interface ManagedHsmsListDeletedOptionalParams extends coreClient.OperationOptions {
2002
- }
2003
- /** Contains response data for the listDeleted operation. */
2004
- export type ManagedHsmsListDeletedResponse = DeletedManagedHsmListResult;
2005
- /** Optional parameters. */
2006
- export interface ManagedHsmsGetDeletedOptionalParams extends coreClient.OperationOptions {
2007
- }
2008
- /** Contains response data for the getDeleted operation. */
2009
- export type ManagedHsmsGetDeletedResponse = DeletedManagedHsm;
2010
- /** Optional parameters. */
2011
- export interface ManagedHsmsPurgeDeletedOptionalParams extends coreClient.OperationOptions {
2012
- /** Delay to wait until next poll, in milliseconds. */
2013
- updateIntervalInMs?: number;
2014
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2015
- resumeFrom?: string;
2016
- }
2017
- /** Contains response data for the purgeDeleted operation. */
2018
- export type ManagedHsmsPurgeDeletedResponse = ManagedHsmsPurgeDeletedHeaders;
2019
- /** Optional parameters. */
2020
- export interface ManagedHsmsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
2021
- /** Maximum number of results to return. */
2022
- top?: number;
2023
- }
2024
- /** Contains response data for the listBySubscription operation. */
2025
- export type ManagedHsmsListBySubscriptionResponse = ManagedHsmListResult;
2026
- /** Optional parameters. */
2027
- export interface ManagedHsmsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2028
- /** Maximum number of results to return. */
2029
- top?: number;
2030
- }
2031
- /** Contains response data for the listByResourceGroup operation. */
2032
- export type ManagedHsmsListByResourceGroupResponse = ManagedHsmListResult;
2033
- /** Optional parameters. */
2034
- export interface ManagedHsmsGetOptionalParams extends coreClient.OperationOptions {
2035
- }
2036
- /** Contains response data for the get operation. */
2037
- export type ManagedHsmsGetResponse = ManagedHsm;
2038
- /** Optional parameters. */
2039
- export interface ManagedHsmsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2040
- /** Delay to wait until next poll, in milliseconds. */
2041
- updateIntervalInMs?: number;
2042
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2043
- resumeFrom?: string;
2044
- }
2045
- /** Contains response data for the createOrUpdate operation. */
2046
- export type ManagedHsmsCreateOrUpdateResponse = ManagedHsm;
2047
- /** Optional parameters. */
2048
- export interface ManagedHsmsUpdateOptionalParams extends coreClient.OperationOptions {
2049
- /** Delay to wait until next poll, in milliseconds. */
2050
- updateIntervalInMs?: number;
2051
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2052
- resumeFrom?: string;
2053
- }
2054
- /** Contains response data for the update operation. */
2055
- export type ManagedHsmsUpdateResponse = ManagedHsm;
2056
- /** Optional parameters. */
2057
- export interface ManagedHsmsDeleteOptionalParams extends coreClient.OperationOptions {
2058
- /** Delay to wait until next poll, in milliseconds. */
2059
- updateIntervalInMs?: number;
2060
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2061
- resumeFrom?: string;
2062
- }
2063
- /** Optional parameters. */
2064
- export interface ManagedHsmsListDeletedNextOptionalParams extends coreClient.OperationOptions {
2065
- }
2066
- /** Contains response data for the listDeletedNext operation. */
2067
- export type ManagedHsmsListDeletedNextResponse = DeletedManagedHsmListResult;
2068
- /** Optional parameters. */
2069
- export interface ManagedHsmsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
2070
- }
2071
- /** Contains response data for the listBySubscriptionNext operation. */
2072
- export type ManagedHsmsListBySubscriptionNextResponse = ManagedHsmListResult;
2073
- /** Optional parameters. */
2074
- export interface ManagedHsmsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
2075
- }
2076
- /** Contains response data for the listByResourceGroupNext operation. */
2077
- export type ManagedHsmsListByResourceGroupNextResponse = ManagedHsmListResult;
2078
- /** Optional parameters. */
2079
- export interface VaultsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
2080
- }
2081
- /** Contains response data for the checkNameAvailability operation. */
2082
- export type VaultsCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
2083
- /** Optional parameters. */
2084
- export interface VaultsListDeletedOptionalParams extends coreClient.OperationOptions {
2085
- }
2086
- /** Contains response data for the listDeleted operation. */
2087
- export type VaultsListDeletedResponse = DeletedVaultListResult;
2088
- /** Optional parameters. */
2089
- export interface VaultsGetDeletedOptionalParams extends coreClient.OperationOptions {
2090
- }
2091
- /** Contains response data for the getDeleted operation. */
2092
- export type VaultsGetDeletedResponse = DeletedVault;
2093
- /** Optional parameters. */
2094
- export interface VaultsPurgeDeletedOptionalParams extends coreClient.OperationOptions {
2095
- /** Delay to wait until next poll, in milliseconds. */
2096
- updateIntervalInMs?: number;
2097
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2098
- resumeFrom?: string;
2099
- }
2100
- /** Optional parameters. */
2101
- export interface VaultsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
2102
- /** Maximum number of results to return. */
2103
- top?: number;
2104
- }
2105
- /** Contains response data for the listBySubscription operation. */
2106
- export type VaultsListBySubscriptionResponse = VaultListResult;
2107
- /** Optional parameters. */
2108
- export interface VaultsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2109
- /** Maximum number of results to return. */
2110
- top?: number;
2111
- }
2112
- /** Contains response data for the listByResourceGroup operation. */
2113
- export type VaultsListByResourceGroupResponse = VaultListResult;
2114
- /** Optional parameters. */
2115
- export interface VaultsGetOptionalParams extends coreClient.OperationOptions {
2116
- }
2117
- /** Contains response data for the get operation. */
2118
- export type VaultsGetResponse = Vault;
2119
- /** Optional parameters. */
2120
- export interface VaultsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2121
- /** Delay to wait until next poll, in milliseconds. */
2122
- updateIntervalInMs?: number;
2123
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2124
- resumeFrom?: string;
2125
- }
2126
- /** Contains response data for the createOrUpdate operation. */
2127
- export type VaultsCreateOrUpdateResponse = Vault;
2128
- /** Optional parameters. */
2129
- export interface VaultsUpdateOptionalParams extends coreClient.OperationOptions {
2130
- }
2131
- /** Contains response data for the update operation. */
2132
- export type VaultsUpdateResponse = Vault;
2133
- /** Optional parameters. */
2134
- export interface VaultsDeleteOptionalParams extends coreClient.OperationOptions {
2135
- }
2136
- /** Optional parameters. */
2137
- export interface VaultsUpdateAccessPolicyOptionalParams extends coreClient.OperationOptions {
2138
- }
2139
- /** Contains response data for the updateAccessPolicy operation. */
2140
- export type VaultsUpdateAccessPolicyResponse = VaultAccessPolicyParameters;
2141
- /** Optional parameters. */
2142
- export interface VaultsListOptionalParams extends coreClient.OperationOptions {
2143
- /** Maximum number of results to return. */
2144
- top?: number;
2145
- }
2146
- /** Contains response data for the list operation. */
2147
- export type VaultsListResponse = ResourceListResult;
2148
- /** Optional parameters. */
2149
- export interface VaultsListDeletedNextOptionalParams extends coreClient.OperationOptions {
2150
- }
2151
- /** Contains response data for the listDeletedNext operation. */
2152
- export type VaultsListDeletedNextResponse = DeletedVaultListResult;
2153
- /** Optional parameters. */
2154
- export interface VaultsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
2155
- }
2156
- /** Contains response data for the listBySubscriptionNext operation. */
2157
- export type VaultsListBySubscriptionNextResponse = VaultListResult;
2158
- /** Optional parameters. */
2159
- export interface VaultsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
2160
- }
2161
- /** Contains response data for the listByResourceGroupNext operation. */
2162
- export type VaultsListByResourceGroupNextResponse = VaultListResult;
2163
- /** Optional parameters. */
2164
- export interface VaultsListNextOptionalParams extends coreClient.OperationOptions {
2165
- }
2166
- /** Contains response data for the listNext operation. */
2167
- export type VaultsListNextResponse = ResourceListResult;
2168
- /** Optional parameters. */
2169
- export interface ManagedHsmKeysListOptionalParams extends coreClient.OperationOptions {
2170
- }
2171
- /** Contains response data for the list operation. */
2172
- export type ManagedHsmKeysListResponse = ManagedHsmKeyListResult;
2173
- /** Optional parameters. */
2174
- export interface ManagedHsmKeysGetOptionalParams extends coreClient.OperationOptions {
2175
- }
2176
- /** Contains response data for the get operation. */
2177
- export type ManagedHsmKeysGetResponse = ManagedHsmKey;
2178
- /** Optional parameters. */
2179
- export interface ManagedHsmKeysCreateIfNotExistOptionalParams extends coreClient.OperationOptions {
2180
- }
2181
- /** Contains response data for the createIfNotExist operation. */
2182
- export type ManagedHsmKeysCreateIfNotExistResponse = ManagedHsmKey;
2183
- /** Optional parameters. */
2184
- export interface ManagedHsmKeysListVersionsOptionalParams extends coreClient.OperationOptions {
2185
- }
2186
- /** Contains response data for the listVersions operation. */
2187
- export type ManagedHsmKeysListVersionsResponse = ManagedHsmKeyListResult;
2188
- /** Optional parameters. */
2189
- export interface ManagedHsmKeysGetVersionOptionalParams extends coreClient.OperationOptions {
2190
- }
2191
- /** Contains response data for the getVersion operation. */
2192
- export type ManagedHsmKeysGetVersionResponse = ManagedHsmKey;
2193
- /** Optional parameters. */
2194
- export interface ManagedHsmKeysListNextOptionalParams extends coreClient.OperationOptions {
2195
- }
2196
- /** Contains response data for the listNext operation. */
2197
- export type ManagedHsmKeysListNextResponse = ManagedHsmKeyListResult;
2198
- /** Optional parameters. */
2199
- export interface ManagedHsmKeysListVersionsNextOptionalParams extends coreClient.OperationOptions {
2200
- }
2201
- /** Contains response data for the listVersionsNext operation. */
2202
- export type ManagedHsmKeysListVersionsNextResponse = ManagedHsmKeyListResult;
2203
- /** Optional parameters. */
2204
- export interface MhsmPrivateEndpointConnectionsListByResourceOptionalParams extends coreClient.OperationOptions {
2205
- }
2206
- /** Contains response data for the listByResource operation. */
2207
- export type MhsmPrivateEndpointConnectionsListByResourceResponse = MhsmPrivateEndpointConnectionsListResult;
2208
- /** Optional parameters. */
2209
- export interface MhsmPrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
2210
- }
2211
- /** Contains response data for the get operation. */
2212
- export type MhsmPrivateEndpointConnectionsGetResponse = MhsmPrivateEndpointConnection;
2213
- /** Optional parameters. */
2214
- export interface MhsmPrivateEndpointConnectionsPutOptionalParams extends coreClient.OperationOptions {
2215
- }
2216
- /** Contains response data for the put operation. */
2217
- export type MhsmPrivateEndpointConnectionsPutResponse = MhsmPrivateEndpointConnectionsPutHeaders & MhsmPrivateEndpointConnection;
2218
- /** Optional parameters. */
2219
- export interface MhsmPrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
2220
- /** Delay to wait until next poll, in milliseconds. */
2221
- updateIntervalInMs?: number;
2222
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2223
- resumeFrom?: string;
2224
- }
2225
- /** Contains response data for the delete operation. */
2226
- export type MhsmPrivateEndpointConnectionsDeleteResponse = MhsmPrivateEndpointConnection;
2227
- /** Optional parameters. */
2228
- export interface MhsmPrivateEndpointConnectionsListByResourceNextOptionalParams extends coreClient.OperationOptions {
2229
- }
2230
- /** Contains response data for the listByResourceNext operation. */
2231
- export type MhsmPrivateEndpointConnectionsListByResourceNextResponse = MhsmPrivateEndpointConnectionsListResult;
2232
- /** Optional parameters. */
2233
- export interface MhsmPrivateLinkResourcesListByMhsmResourceOptionalParams extends coreClient.OperationOptions {
2234
- }
2235
- /** Contains response data for the listByMhsmResource operation. */
2236
- export type MhsmPrivateLinkResourcesListByMhsmResourceResponse = MhsmPrivateLinkResourceListResult;
2237
- /** Optional parameters. */
2238
- export interface MhsmRegionsListByResourceOptionalParams extends coreClient.OperationOptions {
2239
- }
2240
- /** Contains response data for the listByResource operation. */
2241
- export type MhsmRegionsListByResourceResponse = MhsmRegionsListResult;
2242
- /** Optional parameters. */
2243
- export interface MhsmRegionsListByResourceNextOptionalParams extends coreClient.OperationOptions {
2244
- }
2245
- /** Contains response data for the listByResourceNext operation. */
2246
- export type MhsmRegionsListByResourceNextResponse = MhsmRegionsListResult;
2247
- /** Optional parameters. */
2248
- export interface KeysListOptionalParams extends coreClient.OperationOptions {
2249
- }
2250
- /** Contains response data for the list operation. */
2251
- export type KeysListResponse = KeyListResult;
2252
- /** Optional parameters. */
2253
- export interface KeysGetOptionalParams extends coreClient.OperationOptions {
2254
- }
2255
- /** Contains response data for the get operation. */
2256
- export type KeysGetResponse = Key;
2257
- /** Optional parameters. */
2258
- export interface KeysCreateIfNotExistOptionalParams extends coreClient.OperationOptions {
2259
- }
2260
- /** Contains response data for the createIfNotExist operation. */
2261
- export type KeysCreateIfNotExistResponse = Key;
2262
- /** Optional parameters. */
2263
- export interface KeysListVersionsOptionalParams extends coreClient.OperationOptions {
2264
- }
2265
- /** Contains response data for the listVersions operation. */
2266
- export type KeysListVersionsResponse = KeyListResult;
2267
- /** Optional parameters. */
2268
- export interface KeysGetVersionOptionalParams extends coreClient.OperationOptions {
2269
- }
2270
- /** Contains response data for the getVersion operation. */
2271
- export type KeysGetVersionResponse = Key;
2272
- /** Optional parameters. */
2273
- export interface KeysListNextOptionalParams extends coreClient.OperationOptions {
2274
- }
2275
- /** Contains response data for the listNext operation. */
2276
- export type KeysListNextResponse = KeyListResult;
2277
- /** Optional parameters. */
2278
- export interface KeysListVersionsNextOptionalParams extends coreClient.OperationOptions {
2279
- }
2280
- /** Contains response data for the listVersionsNext operation. */
2281
- export type KeysListVersionsNextResponse = KeyListResult;
2282
- /** Optional parameters. */
2283
- export interface PrivateEndpointConnectionsListByResourceOptionalParams extends coreClient.OperationOptions {
2284
- }
2285
- /** Contains response data for the listByResource operation. */
2286
- export type PrivateEndpointConnectionsListByResourceResponse = PrivateEndpointConnectionListResult;
2287
- /** Optional parameters. */
2288
- export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
2289
- }
2290
- /** Contains response data for the get operation. */
2291
- export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
2292
- /** Optional parameters. */
2293
- export interface PrivateEndpointConnectionsPutOptionalParams extends coreClient.OperationOptions {
2294
- }
2295
- /** Contains response data for the put operation. */
2296
- export type PrivateEndpointConnectionsPutResponse = PrivateEndpointConnectionsPutHeaders & PrivateEndpointConnection;
2297
- /** Optional parameters. */
2298
- export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
2299
- /** Delay to wait until next poll, in milliseconds. */
2300
- updateIntervalInMs?: number;
2301
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2302
- resumeFrom?: string;
2303
- }
2304
- /** Contains response data for the delete operation. */
2305
- export type PrivateEndpointConnectionsDeleteResponse = PrivateEndpointConnection;
2306
- /** Optional parameters. */
2307
- export interface PrivateEndpointConnectionsListByResourceNextOptionalParams extends coreClient.OperationOptions {
2308
- }
2309
- /** Contains response data for the listByResourceNext operation. */
2310
- export type PrivateEndpointConnectionsListByResourceNextResponse = PrivateEndpointConnectionListResult;
2311
- /** Optional parameters. */
2312
- export interface PrivateLinkResourcesListByVaultOptionalParams extends coreClient.OperationOptions {
2313
- }
2314
- /** Contains response data for the listByVault operation. */
2315
- export type PrivateLinkResourcesListByVaultResponse = PrivateLinkResourceListResult;
2316
- /** Optional parameters. */
2317
- export interface SecretsListOptionalParams extends coreClient.OperationOptions {
2318
- /** Maximum number of results to return. */
2319
- top?: number;
2320
- }
2321
- /** Contains response data for the list operation. */
2322
- export type SecretsListResponse = SecretListResult;
2323
- /** Optional parameters. */
2324
- export interface SecretsGetOptionalParams extends coreClient.OperationOptions {
2325
- }
2326
- /** Contains response data for the get operation. */
2327
- export type SecretsGetResponse = Secret;
2328
- /** Optional parameters. */
2329
- export interface SecretsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2330
- }
2331
- /** Contains response data for the createOrUpdate operation. */
2332
- export type SecretsCreateOrUpdateResponse = Secret;
2333
- /** Optional parameters. */
2334
- export interface SecretsUpdateOptionalParams extends coreClient.OperationOptions {
2335
- }
2336
- /** Contains response data for the update operation. */
2337
- export type SecretsUpdateResponse = Secret;
2338
- /** Optional parameters. */
2339
- export interface SecretsListNextOptionalParams extends coreClient.OperationOptions {
2340
- }
2341
- /** Contains response data for the listNext operation. */
2342
- export type SecretsListNextResponse = SecretListResult;
2343
- /** Optional parameters. */
2344
- export interface KeyVaultManagementClientOptionalParams extends coreClient.ServiceClientOptions {
2345
- /** server parameter */
2346
- $host?: string;
2347
- /** Api Version */
2348
- apiVersion?: string;
2349
- /** Overrides client endpoint. */
2350
- endpoint?: string;
2351
- }
1
+ export type { Operation, OperationDisplay, OperationProperties, ServiceSpecification, LogSpecification, MetricSpecification, DimensionProperties, CloudError, CloudErrorBody, Vault, VaultProperties, Sku, SkuFamily, SkuName, AccessPolicyEntry, Permissions, KeyPermissions, SecretPermissions, CertificatePermissions, StoragePermissions, CreateMode, NetworkRuleSet, NetworkRuleBypassOptions, NetworkRuleAction, IPRule, VirtualNetworkRule, VaultProvisioningState, PrivateEndpointConnectionItem, PrivateEndpointConnectionProperties, PrivateEndpoint, PrivateLinkServiceConnectionState, PrivateEndpointServiceConnectionStatus, ActionsRequired, PrivateEndpointConnectionProvisioningState, ProxyResource, Resource, SystemData, CreatedByType, VaultCreateOrUpdateParameters, VaultPatchParameters, VaultPatchProperties, VaultAccessPolicyParameters, VaultAccessPolicyProperties, DeletedVault, DeletedVaultProperties, TrackedResource, VaultCheckNameAvailabilityParameters, CheckNameAvailabilityResult, Reason, PrivateEndpointConnection, ManagedHsm, ManagedHsmProperties, ProvisioningState, MhsmNetworkRuleSet, MhsmipRule, MhsmServiceTagRule, MhsmVirtualNetworkRule, MhsmGeoReplicatedRegion, GeoReplicationRegionProvisioningState, MhsmPrivateEndpointConnectionItem, MhsmPrivateEndpointConnectionProperties, MhsmPrivateEndpoint, MhsmPrivateLinkServiceConnectionState, PublicNetworkAccess, ManagedHSMSecurityDomainProperties, ActivationStatus, ManagedHsmSku, ManagedHsmSkuFamily, ManagedHsmSkuName, ManagedServiceIdentity, ManagedServiceIdentityType, UserAssignedIdentity, ManagedHsmError, ErrorModel, DeletedManagedHsm, DeletedManagedHsmProperties, CheckMhsmNameAvailabilityParameters, CheckMhsmNameAvailabilityResult, Secret, SecretProperties, SecretAttributes, Attributes, SecretCreateOrUpdateParameters, SecretPatchParameters, SecretPatchProperties, Key, KeyProperties, KeyAttributes, DeletionRecoveryLevel, JsonWebKeyType, JsonWebKeyOperation, JsonWebKeyCurveName, RotationPolicy, KeyRotationPolicyAttributes, LifetimeAction, Trigger, Action, KeyRotationPolicyActionType, KeyReleasePolicy, KeyCreateParameters, ManagedHsmKey, ManagedHsmKeyProperties, ManagedHsmKeyAttributes, ManagedHsmRotationPolicy, ManagedHsmKeyRotationPolicyAttributes, ManagedHsmLifetimeAction, ManagedHsmTrigger, ManagedHsmAction, ManagedHsmKeyReleasePolicy, ManagedHsmKeyCreateParameters, PrivateLinkResourceListResult, PrivateLinkResource, PrivateLinkResourceProperties, MhsmPrivateLinkResourceListResult, MhsmPrivateLinkResource, MhsmPrivateLinkResourceProperties, MhsmPrivateEndpointConnection, AccessPolicyUpdateKind, } from "./models.js";
2
+ export { KnownSkuFamily, KnownKeyPermissions, KnownSecretPermissions, KnownCertificatePermissions, KnownStoragePermissions, KnownNetworkRuleBypassOptions, KnownNetworkRuleAction, KnownVaultProvisioningState, KnownPrivateEndpointServiceConnectionStatus, KnownActionsRequired, KnownPrivateEndpointConnectionProvisioningState, KnownCreatedByType, KnownReason, KnownProvisioningState, KnownGeoReplicationRegionProvisioningState, KnownPublicNetworkAccess, KnownActivationStatus, KnownManagedHsmSkuFamily, KnownManagedServiceIdentityType, KnownDeletionRecoveryLevel, KnownJsonWebKeyType, KnownJsonWebKeyOperation, KnownJsonWebKeyCurveName, KnownVersions, } from "./models.js";
2352
3
  //# sourceMappingURL=index.d.ts.map