@azure/arm-keyvault 3.2.0 → 4.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 (493) hide show
  1. package/README.md +4 -2
  2. package/dist/browser/index.d.ts.map +1 -1
  3. package/dist/browser/index.js +4 -7
  4. package/dist/browser/index.js.map +1 -1
  5. package/dist/browser/keyVaultManagementClient.d.ts +11 -12
  6. package/dist/browser/keyVaultManagementClient.d.ts.map +1 -1
  7. package/dist/browser/keyVaultManagementClient.js +39 -27
  8. package/dist/browser/keyVaultManagementClient.js.map +1 -1
  9. package/dist/browser/lroImpl.d.ts +1 -1
  10. package/dist/browser/lroImpl.d.ts.map +1 -1
  11. package/dist/browser/lroImpl.js +9 -10
  12. package/dist/browser/lroImpl.js.map +1 -1
  13. package/dist/browser/models/index.d.ts +1514 -1451
  14. package/dist/browser/models/index.d.ts.map +1 -1
  15. package/dist/browser/models/index.js +204 -201
  16. package/dist/browser/models/index.js.map +1 -1
  17. package/dist/browser/models/mappers.d.ts +76 -72
  18. package/dist/browser/models/mappers.d.ts.map +1 -1
  19. package/dist/browser/models/mappers.js +1681 -1487
  20. package/dist/browser/models/mappers.js.map +1 -1
  21. package/dist/browser/models/parameters.d.ts +17 -19
  22. package/dist/browser/models/parameters.d.ts.map +1 -1
  23. package/dist/browser/models/parameters.js +107 -132
  24. package/dist/browser/models/parameters.js.map +1 -1
  25. package/dist/browser/operations/index.d.ts +6 -6
  26. package/dist/browser/operations/index.d.ts.map +1 -1
  27. package/dist/browser/operations/index.js +10 -13
  28. package/dist/browser/operations/index.js.map +1 -1
  29. package/dist/browser/operations/keys.d.ts +36 -38
  30. package/dist/browser/operations/keys.d.ts.map +1 -1
  31. package/dist/browser/operations/keys.js +112 -153
  32. package/dist/browser/operations/keys.js.map +1 -1
  33. package/dist/browser/operations/managedHsmKeys.d.ts +20 -20
  34. package/dist/browser/operations/managedHsmKeys.d.ts.map +1 -1
  35. package/dist/browser/operations/managedHsmKeys.js +103 -142
  36. package/dist/browser/operations/managedHsmKeys.js.map +1 -1
  37. package/dist/browser/operations/managedHsms.d.ts +77 -77
  38. package/dist/browser/operations/managedHsms.d.ts.map +1 -1
  39. package/dist/browser/operations/managedHsms.js +338 -382
  40. package/dist/browser/operations/managedHsms.js.map +1 -1
  41. package/dist/browser/operations/mhsmPrivateEndpointConnections.d.ts +19 -19
  42. package/dist/browser/operations/mhsmPrivateEndpointConnections.d.ts.map +1 -1
  43. package/dist/browser/operations/mhsmPrivateEndpointConnections.js +60 -76
  44. package/dist/browser/operations/mhsmPrivateEndpointConnections.js.map +1 -1
  45. package/dist/browser/operations/mhsmPrivateLinkResources.d.ts +5 -5
  46. package/dist/browser/operations/mhsmPrivateLinkResources.d.ts.map +1 -1
  47. package/dist/browser/operations/mhsmPrivateLinkResources.js +6 -10
  48. package/dist/browser/operations/mhsmPrivateLinkResources.js.map +1 -1
  49. package/dist/browser/operations/mhsmRegions.d.ts +10 -10
  50. package/dist/browser/operations/mhsmRegions.d.ts.map +1 -1
  51. package/dist/browser/operations/mhsmRegions.js +34 -56
  52. package/dist/browser/operations/mhsmRegions.js.map +1 -1
  53. package/dist/browser/operations/operations.d.ts +6 -6
  54. package/dist/browser/operations/operations.d.ts.map +1 -1
  55. package/dist/browser/operations/operations.js +27 -49
  56. package/dist/browser/operations/operations.js.map +1 -1
  57. package/dist/browser/operations/privateEndpointConnections.d.ts +25 -25
  58. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -1
  59. package/dist/browser/operations/privateEndpointConnections.js +88 -104
  60. package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
  61. package/dist/browser/operations/privateLinkResources.d.ts +5 -5
  62. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -1
  63. package/dist/browser/operations/privateLinkResources.js +6 -10
  64. package/dist/browser/operations/privateLinkResources.js.map +1 -1
  65. package/dist/browser/operations/secrets.d.ts +30 -32
  66. package/dist/browser/operations/secrets.d.ts.map +1 -1
  67. package/dist/browser/operations/secrets.js +88 -112
  68. package/dist/browser/operations/secrets.js.map +1 -1
  69. package/dist/browser/operations/vaults.d.ts +72 -72
  70. package/dist/browser/operations/vaults.d.ts.map +1 -1
  71. package/dist/browser/operations/vaults.js +335 -412
  72. package/dist/browser/operations/vaults.js.map +1 -1
  73. package/dist/browser/operationsInterfaces/index.d.ts +6 -6
  74. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  75. package/dist/browser/operationsInterfaces/index.js +10 -13
  76. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  77. package/dist/browser/operationsInterfaces/keys.d.ts +20 -22
  78. package/dist/browser/operationsInterfaces/keys.d.ts.map +1 -1
  79. package/dist/browser/operationsInterfaces/keys.js +2 -7
  80. package/dist/browser/operationsInterfaces/keys.js.map +1 -1
  81. package/dist/browser/operationsInterfaces/managedHsmKeys.d.ts +10 -10
  82. package/dist/browser/operationsInterfaces/managedHsmKeys.d.ts.map +1 -1
  83. package/dist/browser/operationsInterfaces/managedHsmKeys.js +2 -7
  84. package/dist/browser/operationsInterfaces/managedHsmKeys.js.map +1 -1
  85. package/dist/browser/operationsInterfaces/managedHsms.d.ts +54 -54
  86. package/dist/browser/operationsInterfaces/managedHsms.d.ts.map +1 -1
  87. package/dist/browser/operationsInterfaces/managedHsms.js +2 -7
  88. package/dist/browser/operationsInterfaces/managedHsms.js.map +1 -1
  89. package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +13 -13
  90. package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +1 -1
  91. package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.js +2 -7
  92. package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +1 -1
  93. package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.d.ts +3 -3
  94. package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +1 -1
  95. package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.js +2 -7
  96. package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.js.map +1 -1
  97. package/dist/browser/operationsInterfaces/mhsmRegions.d.ts +4 -4
  98. package/dist/browser/operationsInterfaces/mhsmRegions.d.ts.map +1 -1
  99. package/dist/browser/operationsInterfaces/mhsmRegions.js +2 -7
  100. package/dist/browser/operationsInterfaces/mhsmRegions.js.map +1 -1
  101. package/dist/browser/operationsInterfaces/operations.d.ts +3 -3
  102. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
  103. package/dist/browser/operationsInterfaces/operations.js +2 -7
  104. package/dist/browser/operationsInterfaces/operations.js.map +1 -1
  105. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +13 -13
  106. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  107. package/dist/browser/operationsInterfaces/privateEndpointConnections.js +2 -7
  108. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  109. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +3 -3
  110. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
  111. package/dist/browser/operationsInterfaces/privateLinkResources.js +2 -7
  112. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -1
  113. package/dist/browser/operationsInterfaces/secrets.d.ts +18 -20
  114. package/dist/browser/operationsInterfaces/secrets.d.ts.map +1 -1
  115. package/dist/browser/operationsInterfaces/secrets.js +2 -7
  116. package/dist/browser/operationsInterfaces/secrets.js.map +1 -1
  117. package/dist/browser/operationsInterfaces/vaults.d.ts +50 -50
  118. package/dist/browser/operationsInterfaces/vaults.d.ts.map +1 -1
  119. package/dist/browser/operationsInterfaces/vaults.js +2 -7
  120. package/dist/browser/operationsInterfaces/vaults.js.map +1 -1
  121. package/dist/browser/pagingHelper.d.ts.map +1 -1
  122. package/dist/browser/pagingHelper.js +4 -11
  123. package/dist/browser/pagingHelper.js.map +1 -1
  124. package/dist/commonjs/index.d.ts.map +1 -1
  125. package/dist/commonjs/index.js +4 -7
  126. package/dist/commonjs/index.js.map +1 -1
  127. package/dist/commonjs/keyVaultManagementClient.d.ts +11 -12
  128. package/dist/commonjs/keyVaultManagementClient.d.ts.map +1 -1
  129. package/dist/commonjs/keyVaultManagementClient.js +38 -26
  130. package/dist/commonjs/keyVaultManagementClient.js.map +1 -1
  131. package/dist/commonjs/lroImpl.d.ts +1 -1
  132. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  133. package/dist/commonjs/lroImpl.js +9 -10
  134. package/dist/commonjs/lroImpl.js.map +1 -1
  135. package/dist/commonjs/models/index.d.ts +1514 -1451
  136. package/dist/commonjs/models/index.d.ts.map +1 -1
  137. package/dist/commonjs/models/index.js +205 -202
  138. package/dist/commonjs/models/index.js.map +1 -1
  139. package/dist/commonjs/models/mappers.d.ts +76 -72
  140. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  141. package/dist/commonjs/models/mappers.js +1684 -1490
  142. package/dist/commonjs/models/mappers.js.map +1 -1
  143. package/dist/commonjs/models/parameters.d.ts +17 -19
  144. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  145. package/dist/commonjs/models/parameters.js +107 -132
  146. package/dist/commonjs/models/parameters.js.map +1 -1
  147. package/dist/commonjs/operations/index.d.ts +6 -6
  148. package/dist/commonjs/operations/index.d.ts.map +1 -1
  149. package/dist/commonjs/operations/index.js +10 -13
  150. package/dist/commonjs/operations/index.js.map +1 -1
  151. package/dist/commonjs/operations/keys.d.ts +36 -38
  152. package/dist/commonjs/operations/keys.d.ts.map +1 -1
  153. package/dist/commonjs/operations/keys.js +112 -152
  154. package/dist/commonjs/operations/keys.js.map +1 -1
  155. package/dist/commonjs/operations/managedHsmKeys.d.ts +20 -20
  156. package/dist/commonjs/operations/managedHsmKeys.d.ts.map +1 -1
  157. package/dist/commonjs/operations/managedHsmKeys.js +103 -141
  158. package/dist/commonjs/operations/managedHsmKeys.js.map +1 -1
  159. package/dist/commonjs/operations/managedHsms.d.ts +77 -77
  160. package/dist/commonjs/operations/managedHsms.d.ts.map +1 -1
  161. package/dist/commonjs/operations/managedHsms.js +337 -380
  162. package/dist/commonjs/operations/managedHsms.js.map +1 -1
  163. package/dist/commonjs/operations/mhsmPrivateEndpointConnections.d.ts +19 -19
  164. package/dist/commonjs/operations/mhsmPrivateEndpointConnections.d.ts.map +1 -1
  165. package/dist/commonjs/operations/mhsmPrivateEndpointConnections.js +59 -74
  166. package/dist/commonjs/operations/mhsmPrivateEndpointConnections.js.map +1 -1
  167. package/dist/commonjs/operations/mhsmPrivateLinkResources.d.ts +5 -5
  168. package/dist/commonjs/operations/mhsmPrivateLinkResources.d.ts.map +1 -1
  169. package/dist/commonjs/operations/mhsmPrivateLinkResources.js +6 -10
  170. package/dist/commonjs/operations/mhsmPrivateLinkResources.js.map +1 -1
  171. package/dist/commonjs/operations/mhsmRegions.d.ts +10 -10
  172. package/dist/commonjs/operations/mhsmRegions.d.ts.map +1 -1
  173. package/dist/commonjs/operations/mhsmRegions.js +34 -55
  174. package/dist/commonjs/operations/mhsmRegions.js.map +1 -1
  175. package/dist/commonjs/operations/operations.d.ts +6 -6
  176. package/dist/commonjs/operations/operations.d.ts.map +1 -1
  177. package/dist/commonjs/operations/operations.js +27 -48
  178. package/dist/commonjs/operations/operations.js.map +1 -1
  179. package/dist/commonjs/operations/privateEndpointConnections.d.ts +25 -25
  180. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -1
  181. package/dist/commonjs/operations/privateEndpointConnections.js +87 -102
  182. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
  183. package/dist/commonjs/operations/privateLinkResources.d.ts +5 -5
  184. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -1
  185. package/dist/commonjs/operations/privateLinkResources.js +6 -10
  186. package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
  187. package/dist/commonjs/operations/secrets.d.ts +30 -32
  188. package/dist/commonjs/operations/secrets.d.ts.map +1 -1
  189. package/dist/commonjs/operations/secrets.js +88 -111
  190. package/dist/commonjs/operations/secrets.js.map +1 -1
  191. package/dist/commonjs/operations/vaults.d.ts +72 -72
  192. package/dist/commonjs/operations/vaults.d.ts.map +1 -1
  193. package/dist/commonjs/operations/vaults.js +334 -410
  194. package/dist/commonjs/operations/vaults.js.map +1 -1
  195. package/dist/commonjs/operationsInterfaces/index.d.ts +6 -6
  196. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  197. package/dist/commonjs/operationsInterfaces/index.js +10 -13
  198. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  199. package/dist/commonjs/operationsInterfaces/keys.d.ts +20 -22
  200. package/dist/commonjs/operationsInterfaces/keys.d.ts.map +1 -1
  201. package/dist/commonjs/operationsInterfaces/keys.js +2 -7
  202. package/dist/commonjs/operationsInterfaces/keys.js.map +1 -1
  203. package/dist/commonjs/operationsInterfaces/managedHsmKeys.d.ts +10 -10
  204. package/dist/commonjs/operationsInterfaces/managedHsmKeys.d.ts.map +1 -1
  205. package/dist/commonjs/operationsInterfaces/managedHsmKeys.js +2 -7
  206. package/dist/commonjs/operationsInterfaces/managedHsmKeys.js.map +1 -1
  207. package/dist/commonjs/operationsInterfaces/managedHsms.d.ts +54 -54
  208. package/dist/commonjs/operationsInterfaces/managedHsms.d.ts.map +1 -1
  209. package/dist/commonjs/operationsInterfaces/managedHsms.js +2 -7
  210. package/dist/commonjs/operationsInterfaces/managedHsms.js.map +1 -1
  211. package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +13 -13
  212. package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +1 -1
  213. package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.js +2 -7
  214. package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +1 -1
  215. package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.d.ts +3 -3
  216. package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +1 -1
  217. package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.js +2 -7
  218. package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.js.map +1 -1
  219. package/dist/commonjs/operationsInterfaces/mhsmRegions.d.ts +4 -4
  220. package/dist/commonjs/operationsInterfaces/mhsmRegions.d.ts.map +1 -1
  221. package/dist/commonjs/operationsInterfaces/mhsmRegions.js +2 -7
  222. package/dist/commonjs/operationsInterfaces/mhsmRegions.js.map +1 -1
  223. package/dist/commonjs/operationsInterfaces/operations.d.ts +3 -3
  224. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
  225. package/dist/commonjs/operationsInterfaces/operations.js +2 -7
  226. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
  227. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +13 -13
  228. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  229. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +2 -7
  230. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  231. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +3 -3
  232. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
  233. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +2 -7
  234. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -1
  235. package/dist/commonjs/operationsInterfaces/secrets.d.ts +18 -20
  236. package/dist/commonjs/operationsInterfaces/secrets.d.ts.map +1 -1
  237. package/dist/commonjs/operationsInterfaces/secrets.js +2 -7
  238. package/dist/commonjs/operationsInterfaces/secrets.js.map +1 -1
  239. package/dist/commonjs/operationsInterfaces/vaults.d.ts +50 -50
  240. package/dist/commonjs/operationsInterfaces/vaults.d.ts.map +1 -1
  241. package/dist/commonjs/operationsInterfaces/vaults.js +2 -7
  242. package/dist/commonjs/operationsInterfaces/vaults.js.map +1 -1
  243. package/dist/commonjs/pagingHelper.d.ts.map +1 -1
  244. package/dist/commonjs/pagingHelper.js +4 -11
  245. package/dist/commonjs/pagingHelper.js.map +1 -1
  246. package/dist/commonjs/tsdoc-metadata.json +11 -11
  247. package/dist/esm/index.d.ts.map +1 -1
  248. package/dist/esm/index.js +4 -7
  249. package/dist/esm/index.js.map +1 -1
  250. package/dist/esm/keyVaultManagementClient.d.ts +11 -12
  251. package/dist/esm/keyVaultManagementClient.d.ts.map +1 -1
  252. package/dist/esm/keyVaultManagementClient.js +39 -27
  253. package/dist/esm/keyVaultManagementClient.js.map +1 -1
  254. package/dist/esm/lroImpl.d.ts +1 -1
  255. package/dist/esm/lroImpl.d.ts.map +1 -1
  256. package/dist/esm/lroImpl.js +9 -10
  257. package/dist/esm/lroImpl.js.map +1 -1
  258. package/dist/esm/models/index.d.ts +1514 -1451
  259. package/dist/esm/models/index.d.ts.map +1 -1
  260. package/dist/esm/models/index.js +204 -201
  261. package/dist/esm/models/index.js.map +1 -1
  262. package/dist/esm/models/mappers.d.ts +76 -72
  263. package/dist/esm/models/mappers.d.ts.map +1 -1
  264. package/dist/esm/models/mappers.js +1681 -1487
  265. package/dist/esm/models/mappers.js.map +1 -1
  266. package/dist/esm/models/parameters.d.ts +17 -19
  267. package/dist/esm/models/parameters.d.ts.map +1 -1
  268. package/dist/esm/models/parameters.js +107 -132
  269. package/dist/esm/models/parameters.js.map +1 -1
  270. package/dist/esm/operations/index.d.ts +6 -6
  271. package/dist/esm/operations/index.d.ts.map +1 -1
  272. package/dist/esm/operations/index.js +10 -13
  273. package/dist/esm/operations/index.js.map +1 -1
  274. package/dist/esm/operations/keys.d.ts +36 -38
  275. package/dist/esm/operations/keys.d.ts.map +1 -1
  276. package/dist/esm/operations/keys.js +112 -153
  277. package/dist/esm/operations/keys.js.map +1 -1
  278. package/dist/esm/operations/managedHsmKeys.d.ts +20 -20
  279. package/dist/esm/operations/managedHsmKeys.d.ts.map +1 -1
  280. package/dist/esm/operations/managedHsmKeys.js +103 -142
  281. package/dist/esm/operations/managedHsmKeys.js.map +1 -1
  282. package/dist/esm/operations/managedHsms.d.ts +77 -77
  283. package/dist/esm/operations/managedHsms.d.ts.map +1 -1
  284. package/dist/esm/operations/managedHsms.js +338 -382
  285. package/dist/esm/operations/managedHsms.js.map +1 -1
  286. package/dist/esm/operations/mhsmPrivateEndpointConnections.d.ts +19 -19
  287. package/dist/esm/operations/mhsmPrivateEndpointConnections.d.ts.map +1 -1
  288. package/dist/esm/operations/mhsmPrivateEndpointConnections.js +60 -76
  289. package/dist/esm/operations/mhsmPrivateEndpointConnections.js.map +1 -1
  290. package/dist/esm/operations/mhsmPrivateLinkResources.d.ts +5 -5
  291. package/dist/esm/operations/mhsmPrivateLinkResources.d.ts.map +1 -1
  292. package/dist/esm/operations/mhsmPrivateLinkResources.js +6 -10
  293. package/dist/esm/operations/mhsmPrivateLinkResources.js.map +1 -1
  294. package/dist/esm/operations/mhsmRegions.d.ts +10 -10
  295. package/dist/esm/operations/mhsmRegions.d.ts.map +1 -1
  296. package/dist/esm/operations/mhsmRegions.js +34 -56
  297. package/dist/esm/operations/mhsmRegions.js.map +1 -1
  298. package/dist/esm/operations/operations.d.ts +6 -6
  299. package/dist/esm/operations/operations.d.ts.map +1 -1
  300. package/dist/esm/operations/operations.js +27 -49
  301. package/dist/esm/operations/operations.js.map +1 -1
  302. package/dist/esm/operations/privateEndpointConnections.d.ts +25 -25
  303. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -1
  304. package/dist/esm/operations/privateEndpointConnections.js +88 -104
  305. package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
  306. package/dist/esm/operations/privateLinkResources.d.ts +5 -5
  307. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -1
  308. package/dist/esm/operations/privateLinkResources.js +6 -10
  309. package/dist/esm/operations/privateLinkResources.js.map +1 -1
  310. package/dist/esm/operations/secrets.d.ts +30 -32
  311. package/dist/esm/operations/secrets.d.ts.map +1 -1
  312. package/dist/esm/operations/secrets.js +88 -112
  313. package/dist/esm/operations/secrets.js.map +1 -1
  314. package/dist/esm/operations/vaults.d.ts +72 -72
  315. package/dist/esm/operations/vaults.d.ts.map +1 -1
  316. package/dist/esm/operations/vaults.js +335 -412
  317. package/dist/esm/operations/vaults.js.map +1 -1
  318. package/dist/esm/operationsInterfaces/index.d.ts +6 -6
  319. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  320. package/dist/esm/operationsInterfaces/index.js +10 -13
  321. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  322. package/dist/esm/operationsInterfaces/keys.d.ts +20 -22
  323. package/dist/esm/operationsInterfaces/keys.d.ts.map +1 -1
  324. package/dist/esm/operationsInterfaces/keys.js +2 -7
  325. package/dist/esm/operationsInterfaces/keys.js.map +1 -1
  326. package/dist/esm/operationsInterfaces/managedHsmKeys.d.ts +10 -10
  327. package/dist/esm/operationsInterfaces/managedHsmKeys.d.ts.map +1 -1
  328. package/dist/esm/operationsInterfaces/managedHsmKeys.js +2 -7
  329. package/dist/esm/operationsInterfaces/managedHsmKeys.js.map +1 -1
  330. package/dist/esm/operationsInterfaces/managedHsms.d.ts +54 -54
  331. package/dist/esm/operationsInterfaces/managedHsms.d.ts.map +1 -1
  332. package/dist/esm/operationsInterfaces/managedHsms.js +2 -7
  333. package/dist/esm/operationsInterfaces/managedHsms.js.map +1 -1
  334. package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +13 -13
  335. package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +1 -1
  336. package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.js +2 -7
  337. package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +1 -1
  338. package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.d.ts +3 -3
  339. package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +1 -1
  340. package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.js +2 -7
  341. package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.js.map +1 -1
  342. package/dist/esm/operationsInterfaces/mhsmRegions.d.ts +4 -4
  343. package/dist/esm/operationsInterfaces/mhsmRegions.d.ts.map +1 -1
  344. package/dist/esm/operationsInterfaces/mhsmRegions.js +2 -7
  345. package/dist/esm/operationsInterfaces/mhsmRegions.js.map +1 -1
  346. package/dist/esm/operationsInterfaces/operations.d.ts +3 -3
  347. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
  348. package/dist/esm/operationsInterfaces/operations.js +2 -7
  349. package/dist/esm/operationsInterfaces/operations.js.map +1 -1
  350. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +13 -13
  351. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  352. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +2 -7
  353. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  354. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +3 -3
  355. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
  356. package/dist/esm/operationsInterfaces/privateLinkResources.js +2 -7
  357. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -1
  358. package/dist/esm/operationsInterfaces/secrets.d.ts +18 -20
  359. package/dist/esm/operationsInterfaces/secrets.d.ts.map +1 -1
  360. package/dist/esm/operationsInterfaces/secrets.js +2 -7
  361. package/dist/esm/operationsInterfaces/secrets.js.map +1 -1
  362. package/dist/esm/operationsInterfaces/vaults.d.ts +50 -50
  363. package/dist/esm/operationsInterfaces/vaults.d.ts.map +1 -1
  364. package/dist/esm/operationsInterfaces/vaults.js +2 -7
  365. package/dist/esm/operationsInterfaces/vaults.js.map +1 -1
  366. package/dist/esm/pagingHelper.d.ts.map +1 -1
  367. package/dist/esm/pagingHelper.js +4 -11
  368. package/dist/esm/pagingHelper.js.map +1 -1
  369. package/dist/react-native/index.d.ts.map +1 -1
  370. package/dist/react-native/index.js +4 -7
  371. package/dist/react-native/index.js.map +1 -1
  372. package/dist/react-native/keyVaultManagementClient.d.ts +11 -12
  373. package/dist/react-native/keyVaultManagementClient.d.ts.map +1 -1
  374. package/dist/react-native/keyVaultManagementClient.js +39 -27
  375. package/dist/react-native/keyVaultManagementClient.js.map +1 -1
  376. package/dist/react-native/lroImpl.d.ts +1 -1
  377. package/dist/react-native/lroImpl.d.ts.map +1 -1
  378. package/dist/react-native/lroImpl.js +9 -10
  379. package/dist/react-native/lroImpl.js.map +1 -1
  380. package/dist/react-native/models/index.d.ts +1514 -1451
  381. package/dist/react-native/models/index.d.ts.map +1 -1
  382. package/dist/react-native/models/index.js +204 -201
  383. package/dist/react-native/models/index.js.map +1 -1
  384. package/dist/react-native/models/mappers.d.ts +76 -72
  385. package/dist/react-native/models/mappers.d.ts.map +1 -1
  386. package/dist/react-native/models/mappers.js +1681 -1487
  387. package/dist/react-native/models/mappers.js.map +1 -1
  388. package/dist/react-native/models/parameters.d.ts +17 -19
  389. package/dist/react-native/models/parameters.d.ts.map +1 -1
  390. package/dist/react-native/models/parameters.js +107 -132
  391. package/dist/react-native/models/parameters.js.map +1 -1
  392. package/dist/react-native/operations/index.d.ts +6 -6
  393. package/dist/react-native/operations/index.d.ts.map +1 -1
  394. package/dist/react-native/operations/index.js +10 -13
  395. package/dist/react-native/operations/index.js.map +1 -1
  396. package/dist/react-native/operations/keys.d.ts +36 -38
  397. package/dist/react-native/operations/keys.d.ts.map +1 -1
  398. package/dist/react-native/operations/keys.js +112 -153
  399. package/dist/react-native/operations/keys.js.map +1 -1
  400. package/dist/react-native/operations/managedHsmKeys.d.ts +20 -20
  401. package/dist/react-native/operations/managedHsmKeys.d.ts.map +1 -1
  402. package/dist/react-native/operations/managedHsmKeys.js +103 -142
  403. package/dist/react-native/operations/managedHsmKeys.js.map +1 -1
  404. package/dist/react-native/operations/managedHsms.d.ts +77 -77
  405. package/dist/react-native/operations/managedHsms.d.ts.map +1 -1
  406. package/dist/react-native/operations/managedHsms.js +338 -382
  407. package/dist/react-native/operations/managedHsms.js.map +1 -1
  408. package/dist/react-native/operations/mhsmPrivateEndpointConnections.d.ts +19 -19
  409. package/dist/react-native/operations/mhsmPrivateEndpointConnections.d.ts.map +1 -1
  410. package/dist/react-native/operations/mhsmPrivateEndpointConnections.js +60 -76
  411. package/dist/react-native/operations/mhsmPrivateEndpointConnections.js.map +1 -1
  412. package/dist/react-native/operations/mhsmPrivateLinkResources.d.ts +5 -5
  413. package/dist/react-native/operations/mhsmPrivateLinkResources.d.ts.map +1 -1
  414. package/dist/react-native/operations/mhsmPrivateLinkResources.js +6 -10
  415. package/dist/react-native/operations/mhsmPrivateLinkResources.js.map +1 -1
  416. package/dist/react-native/operations/mhsmRegions.d.ts +10 -10
  417. package/dist/react-native/operations/mhsmRegions.d.ts.map +1 -1
  418. package/dist/react-native/operations/mhsmRegions.js +34 -56
  419. package/dist/react-native/operations/mhsmRegions.js.map +1 -1
  420. package/dist/react-native/operations/operations.d.ts +6 -6
  421. package/dist/react-native/operations/operations.d.ts.map +1 -1
  422. package/dist/react-native/operations/operations.js +27 -49
  423. package/dist/react-native/operations/operations.js.map +1 -1
  424. package/dist/react-native/operations/privateEndpointConnections.d.ts +25 -25
  425. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -1
  426. package/dist/react-native/operations/privateEndpointConnections.js +88 -104
  427. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
  428. package/dist/react-native/operations/privateLinkResources.d.ts +5 -5
  429. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -1
  430. package/dist/react-native/operations/privateLinkResources.js +6 -10
  431. package/dist/react-native/operations/privateLinkResources.js.map +1 -1
  432. package/dist/react-native/operations/secrets.d.ts +30 -32
  433. package/dist/react-native/operations/secrets.d.ts.map +1 -1
  434. package/dist/react-native/operations/secrets.js +88 -112
  435. package/dist/react-native/operations/secrets.js.map +1 -1
  436. package/dist/react-native/operations/vaults.d.ts +72 -72
  437. package/dist/react-native/operations/vaults.d.ts.map +1 -1
  438. package/dist/react-native/operations/vaults.js +335 -412
  439. package/dist/react-native/operations/vaults.js.map +1 -1
  440. package/dist/react-native/operationsInterfaces/index.d.ts +6 -6
  441. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  442. package/dist/react-native/operationsInterfaces/index.js +10 -13
  443. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  444. package/dist/react-native/operationsInterfaces/keys.d.ts +20 -22
  445. package/dist/react-native/operationsInterfaces/keys.d.ts.map +1 -1
  446. package/dist/react-native/operationsInterfaces/keys.js +2 -7
  447. package/dist/react-native/operationsInterfaces/keys.js.map +1 -1
  448. package/dist/react-native/operationsInterfaces/managedHsmKeys.d.ts +10 -10
  449. package/dist/react-native/operationsInterfaces/managedHsmKeys.d.ts.map +1 -1
  450. package/dist/react-native/operationsInterfaces/managedHsmKeys.js +2 -7
  451. package/dist/react-native/operationsInterfaces/managedHsmKeys.js.map +1 -1
  452. package/dist/react-native/operationsInterfaces/managedHsms.d.ts +54 -54
  453. package/dist/react-native/operationsInterfaces/managedHsms.d.ts.map +1 -1
  454. package/dist/react-native/operationsInterfaces/managedHsms.js +2 -7
  455. package/dist/react-native/operationsInterfaces/managedHsms.js.map +1 -1
  456. package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +13 -13
  457. package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +1 -1
  458. package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.js +2 -7
  459. package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +1 -1
  460. package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.d.ts +3 -3
  461. package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +1 -1
  462. package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.js +2 -7
  463. package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.js.map +1 -1
  464. package/dist/react-native/operationsInterfaces/mhsmRegions.d.ts +4 -4
  465. package/dist/react-native/operationsInterfaces/mhsmRegions.d.ts.map +1 -1
  466. package/dist/react-native/operationsInterfaces/mhsmRegions.js +2 -7
  467. package/dist/react-native/operationsInterfaces/mhsmRegions.js.map +1 -1
  468. package/dist/react-native/operationsInterfaces/operations.d.ts +3 -3
  469. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
  470. package/dist/react-native/operationsInterfaces/operations.js +2 -7
  471. package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
  472. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +13 -13
  473. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  474. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +2 -7
  475. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  476. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +3 -3
  477. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
  478. package/dist/react-native/operationsInterfaces/privateLinkResources.js +2 -7
  479. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -1
  480. package/dist/react-native/operationsInterfaces/secrets.d.ts +18 -20
  481. package/dist/react-native/operationsInterfaces/secrets.d.ts.map +1 -1
  482. package/dist/react-native/operationsInterfaces/secrets.js +2 -7
  483. package/dist/react-native/operationsInterfaces/secrets.js.map +1 -1
  484. package/dist/react-native/operationsInterfaces/vaults.d.ts +50 -50
  485. package/dist/react-native/operationsInterfaces/vaults.d.ts.map +1 -1
  486. package/dist/react-native/operationsInterfaces/vaults.js +2 -7
  487. package/dist/react-native/operationsInterfaces/vaults.js.map +1 -1
  488. package/dist/react-native/pagingHelper.d.ts.map +1 -1
  489. package/dist/react-native/pagingHelper.js +4 -11
  490. package/dist/react-native/pagingHelper.js.map +1 -1
  491. package/package.json +56 -65
  492. package/CHANGELOG.md +0 -121
  493. package/review/arm-keyvault.api.md +0 -1723
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAq2CH,8EAA8E;AAC9E,IAAY,0BASX;AATD,WAAY,0BAA0B;IACpC,gBAAgB;IAChB,qDAAuB,CAAA;IACvB,2BAA2B;IAC3B,4EAA8C,CAAA;IAC9C,kBAAkB;IAClB,yDAA2B,CAAA;IAC3B,uCAAuC;IACvC,oGAAsE,CAAA;AACxE,CAAC,EATW,0BAA0B,0CAA1B,0BAA0B,QASrC;AAcD,uEAAuE;AACvE,IAAY,mBASX;AATD,WAAY,mBAAmB;IAC7B,SAAS;IACT,gCAAS,CAAA;IACT,YAAY;IACZ,uCAAgB,CAAA;IAChB,UAAU;IACV,kCAAW,CAAA;IACX,aAAa;IACb,yCAAkB,CAAA;AACpB,CAAC,EATW,mBAAmB,mCAAnB,mBAAmB,QAS9B;AAcD,4EAA4E;AAC5E,IAAY,wBAiBX;AAjBD,WAAY,wBAAwB;IAClC,cAAc;IACd,+CAAmB,CAAA;IACnB,cAAc;IACd,+CAAmB,CAAA;IACnB,WAAW;IACX,yCAAa,CAAA;IACb,aAAa;IACb,6CAAiB,CAAA;IACjB,cAAc;IACd,+CAAmB,CAAA;IACnB,gBAAgB;IAChB,mDAAuB,CAAA;IACvB,aAAa;IACb,6CAAiB,CAAA;IACjB,cAAc;IACd,+CAAmB,CAAA;AACrB,CAAC,EAjBW,wBAAwB,wCAAxB,wBAAwB,QAiBnC;AAkBD,4EAA4E;AAC5E,IAAY,wBASX;AATD,WAAY,wBAAwB;IAClC,WAAW;IACX,0CAAc,CAAA;IACd,WAAW;IACX,0CAAc,CAAA;IACd,WAAW;IACX,0CAAc,CAAA;IACd,YAAY;IACZ,4CAAgB,CAAA;AAClB,CAAC,EATW,wBAAwB,wCAAxB,wBAAwB,QASnC;AAcD,kEAAkE;AAClE,IAAY,cAGX;AAHD,WAAY,cAAc;IACxB,QAAQ;IACR,yBAAO,CAAA;AACT,CAAC,EAHW,cAAc,8BAAd,cAAc,QAGzB;AAWD,uEAAuE;AACvE,IAAY,mBA2CX;AA3CD,WAAY,mBAAmB;IAC7B,UAAU;IACV,kCAAW,CAAA;IACX,cAAc;IACd,0CAAmB,CAAA;IACnB,cAAc;IACd,0CAAmB,CAAA;IACnB,cAAc;IACd,0CAAmB,CAAA;IACnB,gBAAgB;IAChB,8CAAuB,CAAA;IACvB,WAAW;IACX,oCAAa,CAAA;IACb,aAAa;IACb,wCAAiB,CAAA;IACjB,UAAU;IACV,kCAAW,CAAA;IACX,WAAW;IACX,oCAAa,CAAA;IACb,aAAa;IACb,wCAAiB,CAAA;IACjB,aAAa;IACb,wCAAiB,CAAA;IACjB,aAAa;IACb,wCAAiB,CAAA;IACjB,aAAa;IACb,wCAAiB,CAAA;IACjB,aAAa;IACb,wCAAiB,CAAA;IACjB,cAAc;IACd,0CAAmB,CAAA;IACnB,cAAc;IACd,0CAAmB,CAAA;IACnB,YAAY;IACZ,sCAAe,CAAA;IACf,cAAc;IACd,0CAAmB,CAAA;IACnB,aAAa;IACb,wCAAiB,CAAA;IACjB,wBAAwB;IACxB,8DAAuC,CAAA;IACvC,wBAAwB;IACxB,8DAAuC,CAAA;AACzC,CAAC,EA3CW,mBAAmB,mCAAnB,mBAAmB,QA2C9B;AA+BD,0EAA0E;AAC1E,IAAY,sBAmBX;AAnBD,WAAY,sBAAsB;IAChC,UAAU;IACV,qCAAW,CAAA;IACX,UAAU;IACV,qCAAW,CAAA;IACX,WAAW;IACX,uCAAa,CAAA;IACb,UAAU;IACV,qCAAW,CAAA;IACX,aAAa;IACb,2CAAiB,CAAA;IACjB,aAAa;IACb,2CAAiB,CAAA;IACjB,cAAc;IACd,6CAAmB,CAAA;IACnB,cAAc;IACd,6CAAmB,CAAA;IACnB,YAAY;IACZ,yCAAe,CAAA;AACjB,CAAC,EAnBW,sBAAsB,sCAAtB,sBAAsB,QAmBjC;AAmBD,+EAA+E;AAC/E,IAAY,2BAmCX;AAnCD,WAAY,2BAA2B;IACrC,UAAU;IACV,0CAAW,CAAA;IACX,UAAU;IACV,0CAAW,CAAA;IACX,WAAW;IACX,4CAAa,CAAA;IACb,aAAa;IACb,gDAAiB,CAAA;IACjB,aAAa;IACb,gDAAiB,CAAA;IACjB,aAAa;IACb,gDAAiB,CAAA;IACjB,aAAa;IACb,gDAAiB,CAAA;IACjB,qBAAqB;IACrB,gEAAiC,CAAA;IACjC,iBAAiB;IACjB,wDAAyB,CAAA;IACzB,kBAAkB;IAClB,0DAA2B,CAAA;IAC3B,iBAAiB;IACjB,wDAAyB,CAAA;IACzB,oBAAoB;IACpB,8DAA+B,CAAA;IAC/B,oBAAoB;IACpB,8DAA+B,CAAA;IAC/B,cAAc;IACd,kDAAmB,CAAA;IACnB,YAAY;IACZ,8CAAe,CAAA;IACf,aAAa;IACb,gDAAiB,CAAA;IACjB,cAAc;IACd,kDAAmB,CAAA;AACrB,CAAC,EAnCW,2BAA2B,2CAA3B,2BAA2B,QAmCtC;AA2BD,2EAA2E;AAC3E,IAAY,uBA+BX;AA/BD,WAAY,uBAAuB;IACjC,UAAU;IACV,sCAAW,CAAA;IACX,UAAU;IACV,sCAAW,CAAA;IACX,WAAW;IACX,wCAAa,CAAA;IACb,aAAa;IACb,4CAAiB,CAAA;IACjB,UAAU;IACV,sCAAW,CAAA;IACX,aAAa;IACb,4CAAiB,CAAA;IACjB,oBAAoB;IACpB,0DAA+B,CAAA;IAC/B,cAAc;IACd,8CAAmB,CAAA;IACnB,YAAY;IACZ,0CAAe,CAAA;IACf,aAAa;IACb,4CAAiB,CAAA;IACjB,cAAc;IACd,8CAAmB,CAAA;IACnB,aAAa;IACb,4CAAiB,CAAA;IACjB,cAAc;IACd,8CAAmB,CAAA;IACnB,aAAa;IACb,4CAAiB,CAAA;IACjB,gBAAgB;IAChB,kDAAuB,CAAA;AACzB,CAAC,EA/BW,uBAAuB,uCAAvB,uBAAuB,QA+BlC;AAyBD,iFAAiF;AACjF,IAAY,6BAKX;AALD,WAAY,6BAA6B;IACvC,oBAAoB;IACpB,gEAA+B,CAAA;IAC/B,WAAW;IACX,8CAAa,CAAA;AACf,CAAC,EALW,6BAA6B,6CAA7B,6BAA6B,QAKxC;AAYD,0EAA0E;AAC1E,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,YAAY;IACZ,yCAAe,CAAA;IACf,WAAW;IACX,uCAAa,CAAA;AACf,CAAC,EALW,sBAAsB,sCAAtB,sBAAsB,QAKjC;AAYD,+EAA+E;AAC/E,IAAY,2BAKX;AALD,WAAY,2BAA2B;IACrC,gBAAgB;IAChB,sDAAuB,CAAA;IACvB,qBAAqB;IACrB,gEAAiC,CAAA;AACnC,CAAC,EALW,2BAA2B,2CAA3B,2BAA2B,QAKtC;AAYD,+FAA+F;AAC/F,IAAY,2CASX;AATD,WAAY,2CAA2C;IACrD,cAAc;IACd,kEAAmB,CAAA;IACnB,eAAe;IACf,oEAAqB,CAAA;IACrB,eAAe;IACf,oEAAqB,CAAA;IACrB,mBAAmB;IACnB,4EAA6B,CAAA;AAC/B,CAAC,EATW,2CAA2C,2DAA3C,2CAA2C,QAStD;AAcD,wEAAwE;AACxE,IAAY,oBAGX;AAHD,WAAY,oBAAoB;IAC9B,WAAW;IACX,qCAAa,CAAA;AACf,CAAC,EAHW,oBAAoB,oCAApB,oBAAoB,QAG/B;AAWD,mGAAmG;AACnG,IAAY,+CAaX;AAbD,WAAY,+CAA+C;IACzD,gBAAgB;IAChB,0EAAuB,CAAA;IACvB,eAAe;IACf,wEAAqB,CAAA;IACrB,eAAe;IACf,wEAAqB,CAAA;IACrB,eAAe;IACf,wEAAqB,CAAA;IACrB,aAAa;IACb,oEAAiB,CAAA;IACjB,mBAAmB;IACnB,gFAA6B,CAAA;AAC/B,CAAC,EAbW,+CAA+C,+DAA/C,+CAA+C,QAa1D;AAgBD,qEAAqE;AACrE,IAAY,iBASX;AATD,WAAY,iBAAiB;IAC3B,WAAW;IACX,kCAAa,CAAA;IACb,kBAAkB;IAClB,gDAA2B,CAAA;IAC3B,sBAAsB;IACtB,wDAAmC,CAAA;IACnC,UAAU;IACV,gCAAW,CAAA;AACb,CAAC,EATW,iBAAiB,iCAAjB,iBAAiB,QAS5B;AAcD,0EAA0E;AAC1E,IAAY,sBAiBX;AAjBD,WAAY,sBAAsB;IAChC,sDAAsD;IACtD,iDAAuB,CAAA;IACvB,2DAA2D;IAC3D,uDAA6B,CAAA;IAC7B,uDAAuD;IACvD,2CAAiB,CAAA;IACjB,uDAAuD;IACvD,+CAAqB,CAAA;IACrB,uDAAuD;IACvD,+CAAqB,CAAA;IACrB,oDAAoD;IACpD,iDAAuB,CAAA;IACvB,4EAA4E;IAC5E,yEAA+C,CAAA;IAC/C,mEAAmE;IACnE,iDAAuB,CAAA;AACzB,CAAC,EAjBW,sBAAsB,sCAAtB,sBAAsB,QAiBjC;AAkBD,8FAA8F;AAC9F,IAAY,0CAaX;AAbD,WAAY,0CAA0C;IACpD,sBAAsB;IACtB,iFAAmC,CAAA;IACnC,mBAAmB;IACnB,2EAA6B,CAAA;IAC7B,gBAAgB;IAChB,qEAAuB,CAAA;IACvB,aAAa;IACb,+DAAiB,CAAA;IACjB,eAAe;IACf,mEAAqB,CAAA;IACrB,cAAc;IACd,iEAAmB,CAAA;AACrB,CAAC,EAbW,0CAA0C,0DAA1C,0CAA0C,QAarD;AAgBD,4EAA4E;AAC5E,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,cAAc;IACd,+CAAmB,CAAA;IACnB,eAAe;IACf,iDAAqB,CAAA;AACvB,CAAC,EALW,wBAAwB,wCAAxB,wBAAwB,QAKnC;AAYD,yEAAyE;AACzE,IAAY,qBASX;AATD,WAAY,qBAAqB;IAC/B,sCAAsC;IACtC,0CAAiB,CAAA;IACjB,iDAAiD;IACjD,sDAA6B,CAAA;IAC7B,8DAA8D;IAC9D,4CAAmB,CAAA;IACnB,sCAAsC;IACtC,0CAAiB,CAAA;AACnB,CAAC,EATW,qBAAqB,qCAArB,qBAAqB,QAShC;AAcD,4EAA4E;AAC5E,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,QAAQ;IACR,mCAAO,CAAA;IACP,QAAQ;IACR,mCAAO,CAAA;AACT,CAAC,EALW,wBAAwB,wCAAxB,wBAAwB,QAKnC;AAYD,mFAAmF;AACnF,IAAY,+BASX;AATD,WAAY,+BAA+B;IACzC,WAAW;IACX,gDAAa,CAAA;IACb,qBAAqB;IACrB,oEAAiC,CAAA;IACjC,mBAAmB;IACnB,gEAA6B,CAAA;IAC7B,iCAAiC;IACjC,6FAA0D,CAAA;AAC5D,CAAC,EATW,+BAA+B,+CAA/B,+BAA+B,QAS1C","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** The parameters used to create a key. */\nexport interface KeyCreateParameters {\n /** The tags that will be assigned to the key. */\n tags?: { [propertyName: string]: string };\n /** The properties of the key to be created. */\n properties: KeyProperties;\n}\n\n/** The properties of the key. */\nexport interface KeyProperties {\n /** The attributes of the key. */\n attributes?: KeyAttributes;\n /** The type of the key. For valid values, see JsonWebKeyType. */\n kty?: JsonWebKeyType;\n keyOps?: JsonWebKeyOperation[];\n /** 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. */\n keySize?: number;\n /** The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 */\n curveName?: JsonWebKeyCurveName;\n /**\n * The URI to retrieve the current version of the key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyUri?: string;\n /**\n * The URI to retrieve the specific version of the key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyUriWithVersion?: string;\n /** Key rotation policy in response. It will be used for both output and input. Omitted if empty */\n rotationPolicy?: RotationPolicy;\n /** Key release policy in response. It will be used for both output and input. Omitted if empty */\n releasePolicy?: KeyReleasePolicy;\n}\n\n/** The object attributes managed by the Azure Key Vault service. */\nexport interface KeyAttributes {\n /** Determines whether or not the object is enabled. */\n enabled?: boolean;\n /** Not before date in seconds since 1970-01-01T00:00:00Z. */\n notBefore?: number;\n /** Expiry date in seconds since 1970-01-01T00:00:00Z. */\n expires?: number;\n /**\n * Creation time in seconds since 1970-01-01T00:00:00Z.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly created?: number;\n /**\n * Last updated time in seconds since 1970-01-01T00:00:00Z.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updated?: number;\n /**\n * 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.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recoveryLevel?: DeletionRecoveryLevel;\n /** Indicates if the private key can be exported. */\n exportable?: boolean;\n}\n\nexport interface RotationPolicy {\n /** The attributes of key rotation policy. */\n attributes?: KeyRotationPolicyAttributes;\n /** The lifetimeActions for key rotation action. */\n lifetimeActions?: LifetimeAction[];\n}\n\nexport interface KeyRotationPolicyAttributes {\n /**\n * Creation time in seconds since 1970-01-01T00:00:00Z.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly created?: number;\n /**\n * Last updated time in seconds since 1970-01-01T00:00:00Z.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updated?: number;\n /** The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'. */\n expiryTime?: string;\n}\n\nexport interface LifetimeAction {\n /** The trigger of key rotation policy lifetimeAction. */\n trigger?: Trigger;\n /** The action of key rotation policy lifetimeAction. */\n action?: Action;\n}\n\nexport interface Trigger {\n /** 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'. */\n timeAfterCreate?: string;\n /** The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'. */\n timeBeforeExpiry?: string;\n}\n\nexport interface Action {\n /** The type of action. */\n type?: KeyRotationPolicyActionType;\n}\n\nexport interface KeyReleasePolicy {\n /** Content type and version of key release policy */\n contentType?: string;\n /** Blob encoding the policy rules under which the key can be released. */\n data?: Uint8Array;\n}\n\n/** Key Vault resource */\nexport interface Resource {\n /**\n * Fully qualified identifier of the key vault resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Name of the key vault resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type of the key vault resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure location of the key vault resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * Tags assigned to the key vault resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tags?: { [propertyName: string]: string };\n}\n\n/** An error response from Key Vault resource provider */\nexport interface CloudError {\n /** An error response from Key Vault resource provider */\n error?: CloudErrorBody;\n}\n\n/** An error response from Key Vault resource provider */\nexport interface CloudErrorBody {\n /** Error code. This is a mnemonic that can be consumed programmatically. */\n code?: string;\n /** User friendly error message. The message is typically localized and may vary with service version. */\n message?: string;\n}\n\n/** The page of keys. */\nexport interface KeyListResult {\n /** The key resources. */\n value?: Key[];\n /** The URL to get the next page of keys. */\n nextLink?: string;\n}\n\n/** The parameters used to create a key. */\nexport interface ManagedHsmKeyCreateParameters {\n /** The tags that will be assigned to the key. */\n tags?: { [propertyName: string]: string };\n /** The properties of the key to be created. */\n properties: ManagedHsmKeyProperties;\n}\n\n/** The properties of the key. */\nexport interface ManagedHsmKeyProperties {\n /** The attributes of the key. */\n attributes?: ManagedHsmKeyAttributes;\n /** The type of the key. For valid values, see JsonWebKeyType. */\n kty?: JsonWebKeyType;\n keyOps?: JsonWebKeyOperation[];\n /** 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. */\n keySize?: number;\n /** The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 */\n curveName?: JsonWebKeyCurveName;\n /**\n * The URI to retrieve the current version of the key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyUri?: string;\n /**\n * The URI to retrieve the specific version of the key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyUriWithVersion?: string;\n /** Key rotation policy in response. It will be used for both output and input. Omitted if empty */\n rotationPolicy?: ManagedHsmRotationPolicy;\n /** Key release policy in response. It will be used for both output and input. Omitted if empty */\n releasePolicy?: ManagedHsmKeyReleasePolicy;\n}\n\n/** The object attributes managed by the Azure Key Vault service. */\nexport interface ManagedHsmKeyAttributes {\n /** Determines whether or not the object is enabled. */\n enabled?: boolean;\n /** Not before date in seconds since 1970-01-01T00:00:00Z. */\n notBefore?: number;\n /** Expiry date in seconds since 1970-01-01T00:00:00Z. */\n expires?: number;\n /**\n * Creation time in seconds since 1970-01-01T00:00:00Z.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly created?: number;\n /**\n * Last updated time in seconds since 1970-01-01T00:00:00Z.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updated?: number;\n /**\n * 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.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recoveryLevel?: DeletionRecoveryLevel;\n /** Indicates if the private key can be exported. */\n exportable?: boolean;\n}\n\nexport interface ManagedHsmRotationPolicy {\n /** The attributes of key rotation policy. */\n attributes?: ManagedHsmKeyRotationPolicyAttributes;\n /** The lifetimeActions for key rotation action. */\n lifetimeActions?: ManagedHsmLifetimeAction[];\n}\n\nexport interface ManagedHsmKeyRotationPolicyAttributes {\n /**\n * Creation time in seconds since 1970-01-01T00:00:00Z.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly created?: number;\n /**\n * Last updated time in seconds since 1970-01-01T00:00:00Z.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updated?: number;\n /** The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'. */\n expiryTime?: string;\n}\n\nexport interface ManagedHsmLifetimeAction {\n /** The trigger of key rotation policy lifetimeAction. */\n trigger?: ManagedHsmTrigger;\n /** The action of key rotation policy lifetimeAction. */\n action?: ManagedHsmAction;\n}\n\nexport interface ManagedHsmTrigger {\n /** 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'. */\n timeAfterCreate?: string;\n /** The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'. */\n timeBeforeExpiry?: string;\n}\n\nexport interface ManagedHsmAction {\n /** The type of action. */\n type?: KeyRotationPolicyActionType;\n}\n\nexport interface ManagedHsmKeyReleasePolicy {\n /** Content type and version of key release policy */\n contentType?: string;\n /** Blob encoding the policy rules under which the key can be released. */\n data?: Uint8Array;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface ProxyResourceWithoutSystemData {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The page of keys. */\nexport interface ManagedHsmKeyListResult {\n /** The key resources. */\n value?: ManagedHsmKey[];\n /** The URL to get the next page of keys. */\n nextLink?: string;\n}\n\n/** Parameters for creating or updating a vault */\nexport interface VaultCreateOrUpdateParameters {\n /** The supported Azure location where the key vault should be created. */\n location: string;\n /** The tags that will be assigned to the key vault. */\n tags?: { [propertyName: string]: string };\n /** Properties of the vault */\n properties: VaultProperties;\n}\n\n/** Properties of the vault */\nexport interface VaultProperties {\n /** The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. */\n tenantId: string;\n /** SKU details */\n sku: Sku;\n /** 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. */\n accessPolicies?: AccessPolicyEntry[];\n /** The URI of the vault for performing operations on keys and secrets. */\n vaultUri?: string;\n /**\n * The resource id of HSM Pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hsmPoolResourceId?: string;\n /** Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault. */\n enabledForDeployment?: boolean;\n /** Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys. */\n enabledForDiskEncryption?: boolean;\n /** Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault. */\n enabledForTemplateDeployment?: boolean;\n /** 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. */\n enableSoftDelete?: boolean;\n /** softDelete data retention days. It accepts >=7 and <=90. */\n softDeleteRetentionInDays?: number;\n /** 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. */\n enableRbacAuthorization?: boolean;\n /** The vault's create mode to indicate whether the vault need to be recovered or not. */\n createMode?: CreateMode;\n /** 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. */\n enablePurgeProtection?: boolean;\n /** Rules governing the accessibility of the key vault from specific network locations. */\n networkAcls?: NetworkRuleSet;\n /** Provisioning state of the vault. */\n provisioningState?: VaultProvisioningState;\n /**\n * List of private endpoint connections associated with the key vault.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnectionItem[];\n /** 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. */\n publicNetworkAccess?: string;\n}\n\n/** SKU details */\nexport interface Sku {\n /** SKU family name */\n family: SkuFamily;\n /** SKU name to specify whether the key vault is a standard vault or a premium vault. */\n name: SkuName;\n}\n\n/** 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. */\nexport interface AccessPolicyEntry {\n /** The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. */\n tenantId: string;\n /** 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. */\n objectId: string;\n /** Application ID of the client making request on behalf of a principal */\n applicationId?: string;\n /** Permissions the identity has for keys, secrets and certificates. */\n permissions: Permissions;\n}\n\n/** Permissions the identity has for keys, secrets, certificates and storage. */\nexport interface Permissions {\n /** Permissions to keys */\n keys?: KeyPermissions[];\n /** Permissions to secrets */\n secrets?: SecretPermissions[];\n /** Permissions to certificates */\n certificates?: CertificatePermissions[];\n /** Permissions to storage accounts */\n storage?: StoragePermissions[];\n}\n\n/** A set of rules governing the network accessibility of a vault. */\nexport interface NetworkRuleSet {\n /** Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'. */\n bypass?: NetworkRuleBypassOptions;\n /** The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. */\n defaultAction?: NetworkRuleAction;\n /** The list of IP address rules. */\n ipRules?: IPRule[];\n /** The list of virtual network rules. */\n virtualNetworkRules?: VirtualNetworkRule[];\n}\n\n/** A rule governing the accessibility of a vault from a specific ip address or ip range. */\nexport interface IPRule {\n /** 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). */\n value: string;\n}\n\n/** A rule governing the accessibility of a vault from a specific virtual network. */\nexport interface VirtualNetworkRule {\n /** Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. */\n id: string;\n /** Property to specify whether NRP will ignore the check if parent subnet has serviceEndpoints configured. */\n ignoreMissingVnetServiceEndpoint?: boolean;\n}\n\n/** Private endpoint connection item. */\nexport interface PrivateEndpointConnectionItem {\n /** Id of private endpoint connection. */\n id?: string;\n /** Modified whenever there is a change in the state of private endpoint connection. */\n etag?: string;\n /** Properties of the private endpoint object. */\n privateEndpoint?: PrivateEndpoint;\n /** Approval state of the private link connection. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /** Provisioning state of the private endpoint connection. */\n provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/** Private endpoint object properties. */\nexport interface PrivateEndpoint {\n /**\n * Full identifier of the private endpoint resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** An object that represents the approval state of the private link connection. */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been approved, rejected or removed by the key vault owner. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval or rejection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: ActionsRequired;\n}\n\n/** Resource information with extended details. */\nexport interface Vault {\n /**\n * Fully qualified identifier of the key vault resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Name of the key vault resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type of the key vault resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Azure location of the key vault resource. */\n location?: string;\n /** Tags assigned to the key vault resource. */\n tags?: { [propertyName: string]: string };\n /**\n * System metadata for the key vault.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Properties of the vault */\n properties: VaultProperties;\n}\n\n/** Metadata pertaining to creation and last modification of the key vault resource. */\nexport interface SystemData {\n /** The identity that created the key vault resource. */\n createdBy?: string;\n /** The type of identity that created the key vault resource. */\n createdByType?: IdentityType;\n /** The timestamp of the key vault resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the key vault resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the key vault resource. */\n lastModifiedByType?: IdentityType;\n /** The timestamp of the key vault resource last modification (UTC). */\n lastModifiedAt?: Date;\n}\n\n/** Parameters for creating or updating a vault */\nexport interface VaultPatchParameters {\n /** The tags that will be assigned to the key vault. */\n tags?: { [propertyName: string]: string };\n /** Properties of the vault */\n properties?: VaultPatchProperties;\n}\n\n/** Properties of the vault */\nexport interface VaultPatchProperties {\n /** The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. */\n tenantId?: string;\n /** SKU details */\n sku?: Sku;\n /** 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. */\n accessPolicies?: AccessPolicyEntry[];\n /** Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault. */\n enabledForDeployment?: boolean;\n /** Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys. */\n enabledForDiskEncryption?: boolean;\n /** Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault. */\n enabledForTemplateDeployment?: boolean;\n /** Property to specify whether the 'soft delete' functionality is enabled for this key vault. Once set to true, it cannot be reverted to false. */\n enableSoftDelete?: boolean;\n /** 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. */\n enableRbacAuthorization?: boolean;\n /** softDelete data retention days. It accepts >=7 and <=90. */\n softDeleteRetentionInDays?: number;\n /** The vault's create mode to indicate whether the vault need to be recovered or not. */\n createMode?: CreateMode;\n /** 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. */\n enablePurgeProtection?: boolean;\n /** A collection of rules governing the accessibility of the vault from specific network locations. */\n networkAcls?: NetworkRuleSet;\n /** 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. */\n publicNetworkAccess?: string;\n}\n\n/** Parameters for updating the access policy in a vault */\nexport interface VaultAccessPolicyParameters {\n /**\n * The resource id of the access policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The resource name of the access policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource name of the access policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The resource type of the access policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /** Properties of the access policy */\n properties: VaultAccessPolicyProperties;\n}\n\n/** Properties of the vault access policy */\nexport interface VaultAccessPolicyProperties {\n /** 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. */\n accessPolicies: AccessPolicyEntry[];\n}\n\n/** List of vaults */\nexport interface VaultListResult {\n /** The list of vaults. */\n value?: Vault[];\n /** The URL to get the next set of vaults. */\n nextLink?: string;\n}\n\n/** List of vaults */\nexport interface DeletedVaultListResult {\n /** The list of deleted vaults. */\n value?: DeletedVault[];\n /** The URL to get the next set of deleted vaults. */\n nextLink?: string;\n}\n\n/** Deleted vault information with extended details. */\nexport interface DeletedVault {\n /**\n * The resource ID for the deleted key vault.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the key vault.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type of the key vault.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Properties of the vault */\n properties?: DeletedVaultProperties;\n}\n\n/** Properties of the deleted vault. */\nexport interface DeletedVaultProperties {\n /**\n * The resource id of the original vault.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vaultId?: string;\n /**\n * The location of the original vault.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * The deleted date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deletionDate?: Date;\n /**\n * The scheduled purged date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scheduledPurgeDate?: Date;\n /**\n * Tags of the original vault.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tags?: { [propertyName: string]: string };\n /**\n * Purge protection status of the original vault.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly purgeProtectionEnabled?: boolean;\n}\n\n/** List of vault resources. */\nexport interface ResourceListResult {\n /** The list of vault resources. */\n value?: Resource[];\n /** The URL to get the next set of vault resources. */\n nextLink?: string;\n}\n\n/** The parameters used to check the availability of the vault name. */\nexport interface VaultCheckNameAvailabilityParameters {\n /** The vault name. */\n name: string;\n /** The type of resource, Microsoft.KeyVault/vaults */\n type: \"Microsoft.KeyVault/vaults\";\n}\n\n/** The CheckNameAvailability operation response. */\nexport interface CheckNameAvailabilityResult {\n /**\n * 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.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nameAvailable?: boolean;\n /**\n * The reason that a vault name could not be used. The Reason element is only returned if NameAvailable is false.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: Reason;\n /**\n * An error message explaining the Reason value in more detail.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** List of private endpoint connections. */\nexport interface PrivateEndpointConnectionListResult {\n /** The list of private endpoint connections. */\n value?: PrivateEndpointConnection[];\n /** The URL to get the next set of private endpoint connections. */\n nextLink?: string;\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceListResult {\n /** Array of private link resources */\n value?: PrivateLinkResource[];\n}\n\n/** Properties of the managed HSM Pool */\nexport interface ManagedHsmProperties {\n /** The Azure Active Directory tenant ID that should be used for authenticating requests to the managed HSM pool. */\n tenantId?: string;\n /** Array of initial administrators object ids for this managed hsm pool. */\n initialAdminObjectIds?: string[];\n /**\n * The URI of the managed hsm pool for performing operations on keys.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hsmUri?: string;\n /** 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. */\n enableSoftDelete?: boolean;\n /** 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. */\n softDeleteRetentionInDays?: number;\n /** 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. */\n enablePurgeProtection?: boolean;\n /** The create mode to indicate whether the resource is being created or is being recovered from a deleted resource. */\n createMode?: CreateMode;\n /**\n * Resource Status Message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusMessage?: string;\n /**\n * Provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Rules governing the accessibility of the key vault from specific network locations. */\n networkAcls?: MhsmNetworkRuleSet;\n /** List of all regions associated with the managed hsm pool. */\n regions?: MhsmGeoReplicatedRegion[];\n /**\n * List of private endpoint connections associated with the managed hsm pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: MhsmPrivateEndpointConnectionItem[];\n /** Control permission to the managed HSM from public networks. */\n publicNetworkAccess?: PublicNetworkAccess;\n /**\n * The scheduled purge date in UTC.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scheduledPurgeDate?: Date;\n /**\n * Managed HSM security domain properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly securityDomainProperties?: ManagedHSMSecurityDomainProperties;\n}\n\n/** A set of rules governing the network accessibility of a managed hsm pool. */\nexport interface MhsmNetworkRuleSet {\n /** Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'. */\n bypass?: NetworkRuleBypassOptions;\n /** The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. */\n defaultAction?: NetworkRuleAction;\n /** The list of IP address rules. */\n ipRules?: MhsmipRule[];\n /** The list of virtual network rules. */\n virtualNetworkRules?: MhsmVirtualNetworkRule[];\n}\n\n/** A rule governing the accessibility of a managed HSM pool from a specific IP address or IP range. */\nexport interface MhsmipRule {\n /** 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). */\n value: string;\n}\n\n/** A rule governing the accessibility of a managed hsm pool from a specific virtual network. */\nexport interface MhsmVirtualNetworkRule {\n /** Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. */\n id: string;\n}\n\n/** A region that this managed HSM Pool has been extended to. */\nexport interface MhsmGeoReplicatedRegion {\n /** Name of the geo replicated region. */\n name?: string;\n /**\n * Provisioning state of the geo replicated region.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: GeoReplicationRegionProvisioningState;\n /** A boolean value that indicates whether the region is the primary region or a secondary region. */\n isPrimary?: boolean;\n}\n\n/** Private endpoint connection item. */\nexport interface MhsmPrivateEndpointConnectionItem {\n /** Id of private endpoint connection. */\n id?: string;\n /** Modified whenever there is a change in the state of private endpoint connection. */\n etag?: string;\n /** Properties of the private endpoint object. */\n privateEndpoint?: MhsmPrivateEndpoint;\n /** Approval state of the private link connection. */\n privateLinkServiceConnectionState?: MhsmPrivateLinkServiceConnectionState;\n /** Provisioning state of the private endpoint connection. */\n provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/** Private endpoint object properties. */\nexport interface MhsmPrivateEndpoint {\n /**\n * Full identifier of the private endpoint resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** An object that represents the approval state of the private link connection. */\nexport interface MhsmPrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been approved, rejected or removed by the key vault owner. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval or rejection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: ActionsRequired;\n}\n\n/** The security domain properties of the managed hsm. */\nexport interface ManagedHSMSecurityDomainProperties {\n /**\n * Activation Status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly activationStatus?: ActivationStatus;\n /**\n * Activation Status Message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly activationStatusMessage?: string;\n}\n\n/** Managed HSM resource */\nexport interface ManagedHsmResource {\n /**\n * The Azure Resource Manager resource ID for the managed HSM Pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the managed HSM Pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type of the managed HSM Pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The supported Azure location where the managed HSM Pool should be created. */\n location?: string;\n /** SKU details */\n sku?: ManagedHsmSku;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n /**\n * Metadata pertaining to creation and last modification of the key vault resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Managed service identity (system assigned and/or user assigned identities) */\n identity?: ManagedServiceIdentity;\n}\n\n/** SKU details */\nexport interface ManagedHsmSku {\n /** SKU Family of the managed HSM Pool */\n family: ManagedHsmSkuFamily;\n /** SKU of the managed HSM Pool */\n name: ManagedHsmSkuName;\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /**\n * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\n type: ManagedServiceIdentityType;\n /** 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. */\n userAssignedIdentities?: {\n [propertyName: string]: UserAssignedIdentity | null;\n };\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /**\n * The principal ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** The error exception. */\nexport interface ManagedHsmError {\n /**\n * The server error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ErrorModel;\n}\n\n/** The server error. */\nexport interface ErrorModel {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The inner error, contains a more specific error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly innerError?: ErrorModel;\n}\n\n/** List of managed HSM Pools */\nexport interface ManagedHsmListResult {\n /** The list of managed HSM Pools. */\n value?: ManagedHsm[];\n /** The URL to get the next set of managed HSM Pools. */\n nextLink?: string;\n}\n\n/** List of private endpoint connections associated with a managed HSM Pools */\nexport interface MhsmPrivateEndpointConnectionsListResult {\n /** The private endpoint connection associated with a managed HSM Pools. */\n value?: MhsmPrivateEndpointConnection[];\n /** The URL to get the next set of managed HSM Pools. */\n nextLink?: string;\n}\n\n/** List of deleted managed HSM Pools */\nexport interface DeletedManagedHsmListResult {\n /** The list of deleted managed HSM Pools. */\n value?: DeletedManagedHsm[];\n /** The URL to get the next set of deleted managed HSM Pools. */\n nextLink?: string;\n}\n\nexport interface DeletedManagedHsm {\n /**\n * The Azure Resource Manager resource ID for the deleted managed HSM Pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the managed HSM Pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type of the managed HSM Pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Properties of the deleted managed HSM */\n properties?: DeletedManagedHsmProperties;\n}\n\n/** Properties of the deleted managed HSM. */\nexport interface DeletedManagedHsmProperties {\n /**\n * The resource id of the original managed HSM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly mhsmId?: string;\n /**\n * The location of the original managed HSM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * The deleted date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deletionDate?: Date;\n /**\n * The scheduled purged date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scheduledPurgeDate?: Date;\n /**\n * Purge protection status of the original managed HSM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly purgeProtectionEnabled?: boolean;\n /**\n * Tags of the original managed HSM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tags?: { [propertyName: string]: string };\n}\n\n/** A list of private link resources */\nexport interface MhsmPrivateLinkResourceListResult {\n /** Array of private link resources */\n value?: MhsmPrivateLinkResource[];\n}\n\n/** List of regions associated with a managed HSM Pools */\nexport interface MhsmRegionsListResult {\n /** The region associated with a managed HSM Pools. */\n value?: MhsmGeoReplicatedRegion[];\n /** The URL to get the next set of managed HSM Pools. */\n nextLink?: string;\n}\n\n/** The parameters used to check the availability of the managed hsm name. */\nexport interface CheckMhsmNameAvailabilityParameters {\n /** The managed hsm name. */\n name: string;\n}\n\n/** The CheckMhsmNameAvailability operation response. */\nexport interface CheckMhsmNameAvailabilityResult {\n /**\n * 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.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nameAvailable?: boolean;\n /**\n * The reason that a managed hsm name could not be used. The reason element is only returned if NameAvailable is false.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: Reason;\n /**\n * An error message explaining the Reason value in more detail.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** 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. */\nexport interface OperationListResult {\n /** List of Storage operations supported by the Storage resource provider. */\n value?: Operation[];\n /** The URL to get the next set of operations. */\n nextLink?: string;\n}\n\n/** Key Vault REST API operation definition. */\nexport interface Operation {\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** Display metadata associated with the operation. */\n display?: OperationDisplay;\n /** The origin of operations. */\n origin?: string;\n /** Property to specify whether the action is a data action. */\n isDataAction?: boolean;\n /** One property of operation, include metric specifications. */\n serviceSpecification?: ServiceSpecification;\n}\n\n/** Display metadata associated with the operation. */\nexport interface OperationDisplay {\n /** Service provider: Microsoft Key Vault. */\n provider?: string;\n /** Resource on which the operation is performed etc. */\n resource?: string;\n /** Type of operation: get, read, delete, etc. */\n operation?: string;\n /** Description of operation. */\n description?: string;\n}\n\n/** One property of operation, include log specifications. */\nexport interface ServiceSpecification {\n /** Log specifications of operation. */\n logSpecifications?: LogSpecification[];\n /** Metric specifications of operation. */\n metricSpecifications?: MetricSpecification[];\n}\n\n/** Log specification of operation. */\nexport interface LogSpecification {\n /** Name of log specification. */\n name?: string;\n /** Display name of log specification. */\n displayName?: string;\n /** Blob duration of specification. */\n blobDuration?: string;\n}\n\n/** Metric specification of operation. */\nexport interface MetricSpecification {\n /** Name of metric specification. */\n name?: string;\n /** Display name of metric specification. */\n displayName?: string;\n /** Display description of metric specification. */\n displayDescription?: string;\n /** The metric unit. Possible values include: 'Bytes', 'Count', 'Milliseconds'. */\n unit?: string;\n /** The metric aggregation type. Possible values include: 'Average', 'Count', 'Total'. */\n aggregationType?: string;\n /** The supported aggregation types for the metrics. */\n supportedAggregationTypes?: string[];\n /** The supported time grain types for the metrics. */\n supportedTimeGrainTypes?: string[];\n /** The metric lock aggregation type. */\n lockAggregationType?: string;\n /** The dimensions of metric */\n dimensions?: DimensionProperties[];\n /** Property to specify whether to fill gap with zero. */\n fillGapWithZero?: boolean;\n /** The internal metric name. */\n internalMetricName?: string;\n}\n\n/** Type of operation: get, read, delete, etc. */\nexport interface DimensionProperties {\n /** Name of dimension. */\n name?: string;\n /** Display name of dimension. */\n displayName?: string;\n /** Property to specify whether the dimension should be exported for Shoebox. */\n toBeExportedForShoebox?: boolean;\n}\n\n/** Parameters for creating or updating a secret */\nexport interface SecretCreateOrUpdateParameters {\n /** The tags that will be assigned to the secret. */\n tags?: { [propertyName: string]: string };\n /** Properties of the secret */\n properties: SecretProperties;\n}\n\n/** Properties of the secret */\nexport interface SecretProperties {\n /** 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. */\n value?: string;\n /** The content type of the secret. */\n contentType?: string;\n /** The attributes of the secret. */\n attributes?: SecretAttributes;\n /**\n * The URI to retrieve the current version of the secret.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly secretUri?: string;\n /**\n * The URI to retrieve the specific version of the secret.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly secretUriWithVersion?: string;\n}\n\n/** The object attributes managed by the KeyVault service. */\nexport interface Attributes {\n /** Determines whether the object is enabled. */\n enabled?: boolean;\n /** Not before date in seconds since 1970-01-01T00:00:00Z. */\n notBefore?: Date;\n /** Expiry date in seconds since 1970-01-01T00:00:00Z. */\n expires?: Date;\n /**\n * Creation time in seconds since 1970-01-01T00:00:00Z.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly created?: Date;\n /**\n * Last updated time in seconds since 1970-01-01T00:00:00Z.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updated?: Date;\n}\n\n/** Parameters for patching a secret */\nexport interface SecretPatchParameters {\n /** The tags that will be assigned to the secret. */\n tags?: { [propertyName: string]: string };\n /** Properties of the secret */\n properties?: SecretPatchProperties;\n}\n\n/** Properties of the secret */\nexport interface SecretPatchProperties {\n /** The value of the secret. */\n value?: string;\n /** The content type of the secret. */\n contentType?: string;\n /** The attributes of the secret. */\n attributes?: SecretAttributes;\n}\n\n/** List of secrets */\nexport interface SecretListResult {\n /** The list of secrets. */\n value?: Secret[];\n /** The URL to get the next set of secrets. */\n nextLink?: string;\n}\n\n/** The key resource. */\nexport interface Key extends Resource {\n /** The attributes of the key. */\n attributes?: KeyAttributes;\n /** The type of the key. For valid values, see JsonWebKeyType. */\n kty?: JsonWebKeyType;\n keyOps?: JsonWebKeyOperation[];\n /** 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. */\n keySize?: number;\n /** The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 */\n curveName?: JsonWebKeyCurveName;\n /**\n * The URI to retrieve the current version of the key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyUri?: string;\n /**\n * The URI to retrieve the specific version of the key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyUriWithVersion?: string;\n /** Key rotation policy in response. It will be used for both output and input. Omitted if empty */\n rotationPolicy?: RotationPolicy;\n /** Key release policy in response. It will be used for both output and input. Omitted if empty */\n releasePolicy?: KeyReleasePolicy;\n}\n\n/** Private endpoint connection resource. */\nexport interface PrivateEndpointConnection extends Resource {\n /** Modified whenever there is a change in the state of private endpoint connection. */\n etag?: string;\n /** Properties of the private endpoint object. */\n privateEndpoint?: PrivateEndpoint;\n /** Approval state of the private link connection. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /** Provisioning state of the private endpoint connection. */\n provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource extends Resource {\n /**\n * Group identifier of private link resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * Required member names of private link resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /** Required DNS zone names of the the private link resource. */\n requiredZoneNames?: string[];\n}\n\n/** Resource information with extended details. */\nexport interface Secret extends Resource {\n /** Properties of the secret */\n properties: SecretProperties;\n}\n\n/** The key resource. */\nexport interface ManagedHsmKey extends ProxyResourceWithoutSystemData {\n /** The attributes of the key. */\n attributes?: ManagedHsmKeyAttributes;\n /** The type of the key. For valid values, see JsonWebKeyType. */\n kty?: JsonWebKeyType;\n keyOps?: JsonWebKeyOperation[];\n /** 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. */\n keySize?: number;\n /** The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 */\n curveName?: JsonWebKeyCurveName;\n /**\n * The URI to retrieve the current version of the key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyUri?: string;\n /**\n * The URI to retrieve the specific version of the key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyUriWithVersion?: string;\n /** Key rotation policy in response. It will be used for both output and input. Omitted if empty */\n rotationPolicy?: ManagedHsmRotationPolicy;\n /** Key release policy in response. It will be used for both output and input. Omitted if empty */\n releasePolicy?: ManagedHsmKeyReleasePolicy;\n}\n\n/** Resource information with extended details. */\nexport interface ManagedHsm extends ManagedHsmResource {\n /** Properties of the managed HSM */\n properties?: ManagedHsmProperties;\n}\n\n/** Private endpoint connection resource. */\nexport interface MhsmPrivateEndpointConnection extends ManagedHsmResource {\n /** Modified whenever there is a change in the state of private endpoint connection. */\n etag?: string;\n /** Properties of the private endpoint object. */\n privateEndpoint?: MhsmPrivateEndpoint;\n /** Approval state of the private link connection. */\n privateLinkServiceConnectionState?: MhsmPrivateLinkServiceConnectionState;\n /** Provisioning state of the private endpoint connection. */\n provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/** A private link resource */\nexport interface MhsmPrivateLinkResource extends ManagedHsmResource {\n /**\n * Group identifier of private link resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * Required member names of private link resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /** Required DNS zone names of the the private link resource. */\n requiredZoneNames?: string[];\n}\n\n/** The secret management attributes. */\nexport interface SecretAttributes extends Attributes {}\n\n/** Defines headers for PrivateEndpointConnections_put operation. */\nexport interface PrivateEndpointConnectionsPutHeaders {\n /** (specified only if operation does not finish synchronously) The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */\n retryAfter?: number;\n /** (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. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for PrivateEndpointConnections_delete operation. */\nexport interface PrivateEndpointConnectionsDeleteHeaders {\n /** The recommended number of seconds to wait before calling the URI specified in the location header. */\n retryAfter?: number;\n /** The URI to poll for completion status. */\n location?: string;\n}\n\n/** Defines headers for ManagedHsms_createOrUpdate operation. */\nexport interface ManagedHsmsCreateOrUpdateHeaders {\n /** The URI to poll for completion status. */\n location?: string;\n}\n\n/** Defines headers for ManagedHsms_update operation. */\nexport interface ManagedHsmsUpdateHeaders {\n /** The URI to poll for completion status. */\n location?: string;\n}\n\n/** Defines headers for ManagedHsms_delete operation. */\nexport interface ManagedHsmsDeleteHeaders {\n /** The URI to poll for completion status. */\n location?: string;\n}\n\n/** Defines headers for ManagedHsms_purgeDeleted operation. */\nexport interface ManagedHsmsPurgeDeletedHeaders {\n /** The URI to poll for completion status. */\n location?: string;\n}\n\n/** Defines headers for MhsmPrivateEndpointConnections_put operation. */\nexport interface MhsmPrivateEndpointConnectionsPutHeaders {\n /** (specified only if operation does not finish synchronously) The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */\n retryAfter?: number;\n /** (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. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for MhsmPrivateEndpointConnections_delete operation. */\nexport interface MhsmPrivateEndpointConnectionsDeleteHeaders {\n /** The URI to poll for completion status. */\n location?: string;\n}\n\n/** Known values of {@link DeletionRecoveryLevel} that the service accepts. */\nexport enum KnownDeletionRecoveryLevel {\n /** Purgeable */\n Purgeable = \"Purgeable\",\n /** RecoverablePurgeable */\n RecoverablePurgeable = \"Recoverable+Purgeable\",\n /** Recoverable */\n Recoverable = \"Recoverable\",\n /** RecoverableProtectedSubscription */\n RecoverableProtectedSubscription = \"Recoverable+ProtectedSubscription\",\n}\n\n/**\n * Defines values for DeletionRecoveryLevel. \\\n * {@link KnownDeletionRecoveryLevel} can be used interchangeably with DeletionRecoveryLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Purgeable** \\\n * **Recoverable+Purgeable** \\\n * **Recoverable** \\\n * **Recoverable+ProtectedSubscription**\n */\nexport type DeletionRecoveryLevel = string;\n\n/** Known values of {@link JsonWebKeyType} that the service accepts. */\nexport enum KnownJsonWebKeyType {\n /** EC */\n EC = \"EC\",\n /** ECHSM */\n ECHSM = \"EC-HSM\",\n /** RSA */\n RSA = \"RSA\",\n /** RSAHSM */\n RSAHSM = \"RSA-HSM\",\n}\n\n/**\n * Defines values for JsonWebKeyType. \\\n * {@link KnownJsonWebKeyType} can be used interchangeably with JsonWebKeyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EC** \\\n * **EC-HSM** \\\n * **RSA** \\\n * **RSA-HSM**\n */\nexport type JsonWebKeyType = string;\n\n/** Known values of {@link JsonWebKeyOperation} that the service accepts. */\nexport enum KnownJsonWebKeyOperation {\n /** Encrypt */\n Encrypt = \"encrypt\",\n /** Decrypt */\n Decrypt = \"decrypt\",\n /** Sign */\n Sign = \"sign\",\n /** Verify */\n Verify = \"verify\",\n /** WrapKey */\n WrapKey = \"wrapKey\",\n /** UnwrapKey */\n UnwrapKey = \"unwrapKey\",\n /** Import */\n Import = \"import\",\n /** Release */\n Release = \"release\",\n}\n\n/**\n * Defines values for JsonWebKeyOperation. \\\n * {@link KnownJsonWebKeyOperation} can be used interchangeably with JsonWebKeyOperation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **encrypt** \\\n * **decrypt** \\\n * **sign** \\\n * **verify** \\\n * **wrapKey** \\\n * **unwrapKey** \\\n * **import** \\\n * **release**\n */\nexport type JsonWebKeyOperation = string;\n\n/** Known values of {@link JsonWebKeyCurveName} that the service accepts. */\nexport enum KnownJsonWebKeyCurveName {\n /** P256 */\n P256 = \"P-256\",\n /** P384 */\n P384 = \"P-384\",\n /** P521 */\n P521 = \"P-521\",\n /** P256K */\n P256K = \"P-256K\",\n}\n\n/**\n * Defines values for JsonWebKeyCurveName. \\\n * {@link KnownJsonWebKeyCurveName} can be used interchangeably with JsonWebKeyCurveName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **P-256** \\\n * **P-384** \\\n * **P-521** \\\n * **P-256K**\n */\nexport type JsonWebKeyCurveName = string;\n\n/** Known values of {@link SkuFamily} that the service accepts. */\nexport enum KnownSkuFamily {\n /** A */\n A = \"A\",\n}\n\n/**\n * Defines values for SkuFamily. \\\n * {@link KnownSkuFamily} can be used interchangeably with SkuFamily,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **A**\n */\nexport type SkuFamily = string;\n\n/** Known values of {@link KeyPermissions} that the service accepts. */\nexport enum KnownKeyPermissions {\n /** All */\n All = \"all\",\n /** Encrypt */\n Encrypt = \"encrypt\",\n /** Decrypt */\n Decrypt = \"decrypt\",\n /** WrapKey */\n WrapKey = \"wrapKey\",\n /** UnwrapKey */\n UnwrapKey = \"unwrapKey\",\n /** Sign */\n Sign = \"sign\",\n /** Verify */\n Verify = \"verify\",\n /** Get */\n Get = \"get\",\n /** List */\n List = \"list\",\n /** Create */\n Create = \"create\",\n /** Update */\n Update = \"update\",\n /** Import */\n Import = \"import\",\n /** Delete */\n Delete = \"delete\",\n /** Backup */\n Backup = \"backup\",\n /** Restore */\n Restore = \"restore\",\n /** Recover */\n Recover = \"recover\",\n /** Purge */\n Purge = \"purge\",\n /** Release */\n Release = \"release\",\n /** Rotate */\n Rotate = \"rotate\",\n /** Getrotationpolicy */\n Getrotationpolicy = \"getrotationpolicy\",\n /** Setrotationpolicy */\n Setrotationpolicy = \"setrotationpolicy\",\n}\n\n/**\n * Defines values for KeyPermissions. \\\n * {@link KnownKeyPermissions} can be used interchangeably with KeyPermissions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **all** \\\n * **encrypt** \\\n * **decrypt** \\\n * **wrapKey** \\\n * **unwrapKey** \\\n * **sign** \\\n * **verify** \\\n * **get** \\\n * **list** \\\n * **create** \\\n * **update** \\\n * **import** \\\n * **delete** \\\n * **backup** \\\n * **restore** \\\n * **recover** \\\n * **purge** \\\n * **release** \\\n * **rotate** \\\n * **getrotationpolicy** \\\n * **setrotationpolicy**\n */\nexport type KeyPermissions = string;\n\n/** Known values of {@link SecretPermissions} that the service accepts. */\nexport enum KnownSecretPermissions {\n /** All */\n All = \"all\",\n /** Get */\n Get = \"get\",\n /** List */\n List = \"list\",\n /** Set */\n Set = \"set\",\n /** Delete */\n Delete = \"delete\",\n /** Backup */\n Backup = \"backup\",\n /** Restore */\n Restore = \"restore\",\n /** Recover */\n Recover = \"recover\",\n /** Purge */\n Purge = \"purge\",\n}\n\n/**\n * Defines values for SecretPermissions. \\\n * {@link KnownSecretPermissions} can be used interchangeably with SecretPermissions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **all** \\\n * **get** \\\n * **list** \\\n * **set** \\\n * **delete** \\\n * **backup** \\\n * **restore** \\\n * **recover** \\\n * **purge**\n */\nexport type SecretPermissions = string;\n\n/** Known values of {@link CertificatePermissions} that the service accepts. */\nexport enum KnownCertificatePermissions {\n /** All */\n All = \"all\",\n /** Get */\n Get = \"get\",\n /** List */\n List = \"list\",\n /** Delete */\n Delete = \"delete\",\n /** Create */\n Create = \"create\",\n /** Import */\n Import = \"import\",\n /** Update */\n Update = \"update\",\n /** Managecontacts */\n Managecontacts = \"managecontacts\",\n /** Getissuers */\n Getissuers = \"getissuers\",\n /** Listissuers */\n Listissuers = \"listissuers\",\n /** Setissuers */\n Setissuers = \"setissuers\",\n /** Deleteissuers */\n Deleteissuers = \"deleteissuers\",\n /** Manageissuers */\n Manageissuers = \"manageissuers\",\n /** Recover */\n Recover = \"recover\",\n /** Purge */\n Purge = \"purge\",\n /** Backup */\n Backup = \"backup\",\n /** Restore */\n Restore = \"restore\",\n}\n\n/**\n * Defines values for CertificatePermissions. \\\n * {@link KnownCertificatePermissions} can be used interchangeably with CertificatePermissions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **all** \\\n * **get** \\\n * **list** \\\n * **delete** \\\n * **create** \\\n * **import** \\\n * **update** \\\n * **managecontacts** \\\n * **getissuers** \\\n * **listissuers** \\\n * **setissuers** \\\n * **deleteissuers** \\\n * **manageissuers** \\\n * **recover** \\\n * **purge** \\\n * **backup** \\\n * **restore**\n */\nexport type CertificatePermissions = string;\n\n/** Known values of {@link StoragePermissions} that the service accepts. */\nexport enum KnownStoragePermissions {\n /** All */\n All = \"all\",\n /** Get */\n Get = \"get\",\n /** List */\n List = \"list\",\n /** Delete */\n Delete = \"delete\",\n /** Set */\n Set = \"set\",\n /** Update */\n Update = \"update\",\n /** Regeneratekey */\n Regeneratekey = \"regeneratekey\",\n /** Recover */\n Recover = \"recover\",\n /** Purge */\n Purge = \"purge\",\n /** Backup */\n Backup = \"backup\",\n /** Restore */\n Restore = \"restore\",\n /** Setsas */\n Setsas = \"setsas\",\n /** Listsas */\n Listsas = \"listsas\",\n /** Getsas */\n Getsas = \"getsas\",\n /** Deletesas */\n Deletesas = \"deletesas\",\n}\n\n/**\n * Defines values for StoragePermissions. \\\n * {@link KnownStoragePermissions} can be used interchangeably with StoragePermissions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **all** \\\n * **get** \\\n * **list** \\\n * **delete** \\\n * **set** \\\n * **update** \\\n * **regeneratekey** \\\n * **recover** \\\n * **purge** \\\n * **backup** \\\n * **restore** \\\n * **setsas** \\\n * **listsas** \\\n * **getsas** \\\n * **deletesas**\n */\nexport type StoragePermissions = string;\n\n/** Known values of {@link NetworkRuleBypassOptions} that the service accepts. */\nexport enum KnownNetworkRuleBypassOptions {\n /** AzureServices */\n AzureServices = \"AzureServices\",\n /** None */\n None = \"None\",\n}\n\n/**\n * Defines values for NetworkRuleBypassOptions. \\\n * {@link KnownNetworkRuleBypassOptions} can be used interchangeably with NetworkRuleBypassOptions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureServices** \\\n * **None**\n */\nexport type NetworkRuleBypassOptions = string;\n\n/** Known values of {@link NetworkRuleAction} that the service accepts. */\nexport enum KnownNetworkRuleAction {\n /** Allow */\n Allow = \"Allow\",\n /** Deny */\n Deny = \"Deny\",\n}\n\n/**\n * Defines values for NetworkRuleAction. \\\n * {@link KnownNetworkRuleAction} can be used interchangeably with NetworkRuleAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow** \\\n * **Deny**\n */\nexport type NetworkRuleAction = string;\n\n/** Known values of {@link VaultProvisioningState} that the service accepts. */\nexport enum KnownVaultProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** RegisteringDns */\n RegisteringDns = \"RegisteringDns\",\n}\n\n/**\n * Defines values for VaultProvisioningState. \\\n * {@link KnownVaultProvisioningState} can be used interchangeably with VaultProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **RegisteringDns**\n */\nexport type VaultProvisioningState = string;\n\n/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * Defines values for PrivateEndpointServiceConnectionStatus. \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected** \\\n * **Disconnected**\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** Known values of {@link ActionsRequired} that the service accepts. */\nexport enum KnownActionsRequired {\n /** None */\n None = \"None\",\n}\n\n/**\n * Defines values for ActionsRequired. \\\n * {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**\n */\nexport type ActionsRequired = string;\n\n/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Failed** \\\n * **Disconnected**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Known values of {@link IdentityType} that the service accepts. */\nexport enum KnownIdentityType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for IdentityType. \\\n * {@link KnownIdentityType} can be used interchangeably with IdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type IdentityType = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** The managed HSM Pool has been full provisioned. */\n Succeeded = \"Succeeded\",\n /** The managed HSM Pool is currently being provisioned. */\n Provisioning = \"Provisioning\",\n /** Provisioning of the managed HSM Pool has failed. */\n Failed = \"Failed\",\n /** The managed HSM Pool is currently being updated. */\n Updating = \"Updating\",\n /** The managed HSM Pool is currently being deleted. */\n Deleting = \"Deleting\",\n /** The managed HSM pool is ready for normal use. */\n Activated = \"Activated\",\n /** The managed HSM pool is waiting for a security domain restore action. */\n SecurityDomainRestore = \"SecurityDomainRestore\",\n /** The managed HSM pool is being restored from full HSM backup. */\n Restoring = \"Restoring\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: The managed HSM Pool has been full provisioned. \\\n * **Provisioning**: The managed HSM Pool is currently being provisioned. \\\n * **Failed**: Provisioning of the managed HSM Pool has failed. \\\n * **Updating**: The managed HSM Pool is currently being updated. \\\n * **Deleting**: The managed HSM Pool is currently being deleted. \\\n * **Activated**: The managed HSM pool is ready for normal use. \\\n * **SecurityDomainRestore**: The managed HSM pool is waiting for a security domain restore action. \\\n * **Restoring**: The managed HSM pool is being restored from full HSM backup.\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link GeoReplicationRegionProvisioningState} that the service accepts. */\nexport enum KnownGeoReplicationRegionProvisioningState {\n /** Preprovisioning */\n Preprovisioning = \"Preprovisioning\",\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Cleanup */\n Cleanup = \"Cleanup\",\n}\n\n/**\n * Defines values for GeoReplicationRegionProvisioningState. \\\n * {@link KnownGeoReplicationRegionProvisioningState} can be used interchangeably with GeoReplicationRegionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Preprovisioning** \\\n * **Provisioning** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Deleting** \\\n * **Cleanup**\n */\nexport type GeoReplicationRegionProvisioningState = string;\n\n/** Known values of {@link PublicNetworkAccess} that the service accepts. */\nexport enum KnownPublicNetworkAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for PublicNetworkAccess. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PublicNetworkAccess = string;\n\n/** Known values of {@link ActivationStatus} that the service accepts. */\nexport enum KnownActivationStatus {\n /** The managed HSM Pool is active. */\n Active = \"Active\",\n /** The managed HSM Pool is not yet activated. */\n NotActivated = \"NotActivated\",\n /** An unknown error occurred while activating managed hsm. */\n Unknown = \"Unknown\",\n /** Failed to activate managed hsm. */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for ActivationStatus. \\\n * {@link KnownActivationStatus} can be used interchangeably with ActivationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active**: The managed HSM Pool is active. \\\n * **NotActivated**: The managed HSM Pool is not yet activated. \\\n * **Unknown**: An unknown error occurred while activating managed hsm. \\\n * **Failed**: Failed to activate managed hsm.\n */\nexport type ActivationStatus = string;\n\n/** Known values of {@link ManagedHsmSkuFamily} that the service accepts. */\nexport enum KnownManagedHsmSkuFamily {\n /** B */\n B = \"B\",\n /** C */\n C = \"C\",\n}\n\n/**\n * Defines values for ManagedHsmSkuFamily. \\\n * {@link KnownManagedHsmSkuFamily} can be used interchangeably with ManagedHsmSkuFamily,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **B** \\\n * **C**\n */\nexport type ManagedHsmSkuFamily = string;\n\n/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */\nexport enum KnownManagedServiceIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Defines values for ManagedServiceIdentityType. \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned,UserAssigned**\n */\nexport type ManagedServiceIdentityType = string;\n/** Defines values for KeyRotationPolicyActionType. */\nexport type KeyRotationPolicyActionType = \"rotate\" | \"notify\";\n/** Defines values for SkuName. */\nexport type SkuName = \"standard\" | \"premium\";\n/** Defines values for CreateMode. */\nexport type CreateMode = \"recover\" | \"default\";\n/** Defines values for AccessPolicyUpdateKind. */\nexport type AccessPolicyUpdateKind = \"add\" | \"replace\" | \"remove\";\n/** Defines values for Reason. */\nexport type Reason = \"AccountNameInvalid\" | \"AlreadyExists\";\n/** Defines values for ManagedHsmSkuName. */\nexport type ManagedHsmSkuName =\n | \"Standard_B1\"\n | \"Custom_B32\"\n | \"Custom_B6\"\n | \"Custom_C42\"\n | \"Custom_C10\";\n\n/** Optional parameters. */\nexport interface KeysCreateIfNotExistOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createIfNotExist operation. */\nexport type KeysCreateIfNotExistResponse = Key;\n\n/** Optional parameters. */\nexport interface KeysGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type KeysGetResponse = Key;\n\n/** Optional parameters. */\nexport interface KeysListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type KeysListResponse = KeyListResult;\n\n/** Optional parameters. */\nexport interface KeysGetVersionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getVersion operation. */\nexport type KeysGetVersionResponse = Key;\n\n/** Optional parameters. */\nexport interface KeysListVersionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listVersions operation. */\nexport type KeysListVersionsResponse = KeyListResult;\n\n/** Optional parameters. */\nexport interface KeysListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type KeysListNextResponse = KeyListResult;\n\n/** Optional parameters. */\nexport interface KeysListVersionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listVersionsNext operation. */\nexport type KeysListVersionsNextResponse = KeyListResult;\n\n/** Optional parameters. */\nexport interface ManagedHsmKeysCreateIfNotExistOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createIfNotExist operation. */\nexport type ManagedHsmKeysCreateIfNotExistResponse = ManagedHsmKey;\n\n/** Optional parameters. */\nexport interface ManagedHsmKeysGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagedHsmKeysGetResponse = ManagedHsmKey;\n\n/** Optional parameters. */\nexport interface ManagedHsmKeysListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ManagedHsmKeysListResponse = ManagedHsmKeyListResult;\n\n/** Optional parameters. */\nexport interface ManagedHsmKeysGetVersionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getVersion operation. */\nexport type ManagedHsmKeysGetVersionResponse = ManagedHsmKey;\n\n/** Optional parameters. */\nexport interface ManagedHsmKeysListVersionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listVersions operation. */\nexport type ManagedHsmKeysListVersionsResponse = ManagedHsmKeyListResult;\n\n/** Optional parameters. */\nexport interface ManagedHsmKeysListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ManagedHsmKeysListNextResponse = ManagedHsmKeyListResult;\n\n/** Optional parameters. */\nexport interface ManagedHsmKeysListVersionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listVersionsNext operation. */\nexport type ManagedHsmKeysListVersionsNextResponse = ManagedHsmKeyListResult;\n\n/** Optional parameters. */\nexport interface VaultsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type VaultsCreateOrUpdateResponse = Vault;\n\n/** Optional parameters. */\nexport interface VaultsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type VaultsUpdateResponse = Vault;\n\n/** Optional parameters. */\nexport interface VaultsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface VaultsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VaultsGetResponse = Vault;\n\n/** Optional parameters. */\nexport interface VaultsUpdateAccessPolicyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateAccessPolicy operation. */\nexport type VaultsUpdateAccessPolicyResponse = VaultAccessPolicyParameters;\n\n/** Optional parameters. */\nexport interface VaultsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Maximum number of results to return. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type VaultsListByResourceGroupResponse = VaultListResult;\n\n/** Optional parameters. */\nexport interface VaultsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** Maximum number of results to return. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type VaultsListBySubscriptionResponse = VaultListResult;\n\n/** Optional parameters. */\nexport interface VaultsListDeletedOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeleted operation. */\nexport type VaultsListDeletedResponse = DeletedVaultListResult;\n\n/** Optional parameters. */\nexport interface VaultsGetDeletedOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeleted operation. */\nexport type VaultsGetDeletedResponse = DeletedVault;\n\n/** Optional parameters. */\nexport interface VaultsPurgeDeletedOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VaultsListOptionalParams extends coreClient.OperationOptions {\n /** Maximum number of results to return. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type VaultsListResponse = ResourceListResult;\n\n/** Optional parameters. */\nexport interface VaultsCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type VaultsCheckNameAvailabilityResponse = CheckNameAvailabilityResult;\n\n/** Optional parameters. */\nexport interface VaultsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type VaultsListByResourceGroupNextResponse = VaultListResult;\n\n/** Optional parameters. */\nexport interface VaultsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type VaultsListBySubscriptionNextResponse = VaultListResult;\n\n/** Optional parameters. */\nexport interface VaultsListDeletedNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeletedNext operation. */\nexport type VaultsListDeletedNextResponse = DeletedVaultListResult;\n\n/** Optional parameters. */\nexport interface VaultsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type VaultsListNextResponse = ResourceListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsPutOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the put operation. */\nexport type PrivateEndpointConnectionsPutResponse =\n PrivateEndpointConnectionsPutHeaders & PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type PrivateEndpointConnectionsDeleteResponse =\n PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResource operation. */\nexport type PrivateEndpointConnectionsListByResourceResponse =\n PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceNext operation. */\nexport type PrivateEndpointConnectionsListByResourceNextResponse =\n PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByVaultOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByVault operation. */\nexport type PrivateLinkResourcesListByVaultResponse =\n PrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface ManagedHsmsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ManagedHsmsCreateOrUpdateResponse = ManagedHsm;\n\n/** Optional parameters. */\nexport interface ManagedHsmsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ManagedHsmsUpdateResponse = ManagedHsm;\n\n/** Optional parameters. */\nexport interface ManagedHsmsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ManagedHsmsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagedHsmsGetResponse = ManagedHsm;\n\n/** Optional parameters. */\nexport interface ManagedHsmsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Maximum number of results to return. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ManagedHsmsListByResourceGroupResponse = ManagedHsmListResult;\n\n/** Optional parameters. */\nexport interface ManagedHsmsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** Maximum number of results to return. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ManagedHsmsListBySubscriptionResponse = ManagedHsmListResult;\n\n/** Optional parameters. */\nexport interface ManagedHsmsListDeletedOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeleted operation. */\nexport type ManagedHsmsListDeletedResponse = DeletedManagedHsmListResult;\n\n/** Optional parameters. */\nexport interface ManagedHsmsGetDeletedOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeleted operation. */\nexport type ManagedHsmsGetDeletedResponse = DeletedManagedHsm;\n\n/** Optional parameters. */\nexport interface ManagedHsmsPurgeDeletedOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the purgeDeleted operation. */\nexport type ManagedHsmsPurgeDeletedResponse = ManagedHsmsPurgeDeletedHeaders;\n\n/** Optional parameters. */\nexport interface ManagedHsmsCheckMhsmNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkMhsmNameAvailability operation. */\nexport type ManagedHsmsCheckMhsmNameAvailabilityResponse =\n CheckMhsmNameAvailabilityResult;\n\n/** Optional parameters. */\nexport interface ManagedHsmsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ManagedHsmsListByResourceGroupNextResponse = ManagedHsmListResult;\n\n/** Optional parameters. */\nexport interface ManagedHsmsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ManagedHsmsListBySubscriptionNextResponse = ManagedHsmListResult;\n\n/** Optional parameters. */\nexport interface ManagedHsmsListDeletedNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeletedNext operation. */\nexport type ManagedHsmsListDeletedNextResponse = DeletedManagedHsmListResult;\n\n/** Optional parameters. */\nexport interface MhsmPrivateEndpointConnectionsListByResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResource operation. */\nexport type MhsmPrivateEndpointConnectionsListByResourceResponse =\n MhsmPrivateEndpointConnectionsListResult;\n\n/** Optional parameters. */\nexport interface MhsmPrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MhsmPrivateEndpointConnectionsGetResponse =\n MhsmPrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface MhsmPrivateEndpointConnectionsPutOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the put operation. */\nexport type MhsmPrivateEndpointConnectionsPutResponse =\n MhsmPrivateEndpointConnectionsPutHeaders & MhsmPrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface MhsmPrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type MhsmPrivateEndpointConnectionsDeleteResponse =\n MhsmPrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface MhsmPrivateEndpointConnectionsListByResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceNext operation. */\nexport type MhsmPrivateEndpointConnectionsListByResourceNextResponse =\n MhsmPrivateEndpointConnectionsListResult;\n\n/** Optional parameters. */\nexport interface MhsmPrivateLinkResourcesListByMhsmResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByMhsmResource operation. */\nexport type MhsmPrivateLinkResourcesListByMhsmResourceResponse =\n MhsmPrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface MhsmRegionsListByResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResource operation. */\nexport type MhsmRegionsListByResourceResponse = MhsmRegionsListResult;\n\n/** Optional parameters. */\nexport interface MhsmRegionsListByResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceNext operation. */\nexport type MhsmRegionsListByResourceNextResponse = MhsmRegionsListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface SecretsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SecretsCreateOrUpdateResponse = Secret;\n\n/** Optional parameters. */\nexport interface SecretsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type SecretsUpdateResponse = Secret;\n\n/** Optional parameters. */\nexport interface SecretsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SecretsGetResponse = Secret;\n\n/** Optional parameters. */\nexport interface SecretsListOptionalParams extends coreClient.OperationOptions {\n /** Maximum number of results to return. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type SecretsListResponse = SecretListResult;\n\n/** Optional parameters. */\nexport interface SecretsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SecretsListNextResponse = SecretListResult;\n\n/** Optional parameters. */\nexport interface KeyVaultManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type * as coreClient from \"@azure/core-client\";\n\n/** 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. */\nexport interface OperationListResult {\n /** List of Storage operations supported by the Storage resource provider. */\n value: Operation[];\n /** The URL to get the next set of operations. */\n nextLink?: string;\n}\n\n/** Key Vault REST API operation definition. */\nexport interface Operation {\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** Display metadata associated with the operation. */\n display?: OperationDisplay;\n /** The origin of operations. */\n origin?: string;\n /** Property to specify whether the action is a data action. */\n isDataAction?: boolean;\n /** One property of operation, include metric specifications. */\n serviceSpecification?: ServiceSpecification;\n}\n\n/** Display metadata associated with the operation. */\nexport interface OperationDisplay {\n /** Service provider: Microsoft Key Vault. */\n provider?: string;\n /** Resource on which the operation is performed etc. */\n resource?: string;\n /** Type of operation: get, read, delete, etc. */\n operation?: string;\n /** Description of operation. */\n description?: string;\n}\n\n/** One property of operation, include log specifications. */\nexport interface ServiceSpecification {\n /** Log specifications of operation. */\n logSpecifications?: LogSpecification[];\n /** Metric specifications of operation. */\n metricSpecifications?: MetricSpecification[];\n}\n\n/** Log specification of operation. */\nexport interface LogSpecification {\n /** Name of log specification. */\n name?: string;\n /** Display name of log specification. */\n displayName?: string;\n /** Blob duration of specification. */\n blobDuration?: string;\n}\n\n/** Metric specification of operation. */\nexport interface MetricSpecification {\n /** Name of metric specification. */\n name?: string;\n /** Display name of metric specification. */\n displayName?: string;\n /** Display description of metric specification. */\n displayDescription?: string;\n /** The metric unit. Possible values include: 'Bytes', 'Count', 'Milliseconds'. */\n unit?: string;\n /** The metric aggregation type. Possible values include: 'Average', 'Count', 'Total'. */\n aggregationType?: string;\n /** The supported aggregation types for the metrics. */\n supportedAggregationTypes?: string[];\n /** The supported time grain types for the metrics. */\n supportedTimeGrainTypes?: string[];\n /** The metric lock aggregation type. */\n lockAggregationType?: string;\n /** The dimensions of metric */\n dimensions?: DimensionProperties[];\n /** Property to specify whether to fill gap with zero. */\n fillGapWithZero?: boolean;\n /** The internal metric name. */\n internalMetricName?: string;\n}\n\n/** Type of operation: get, read, delete, etc. */\nexport interface DimensionProperties {\n /** Name of dimension. */\n name?: string;\n /** Display name of dimension. */\n displayName?: string;\n /** Property to specify whether the dimension should be exported for Shoebox. */\n toBeExportedForShoebox?: boolean;\n}\n\n/** An error response from Key Vault resource provider */\nexport interface CloudError {\n /** An error response from Key Vault resource provider */\n error?: CloudErrorBody;\n}\n\n/** An error response from Key Vault resource provider */\nexport interface CloudErrorBody {\n /** Error code. This is a mnemonic that can be consumed programmatically. */\n code?: string;\n /** User friendly error message. The message is typically localized and may vary with service version. */\n message?: string;\n}\n\n/** The parameters used to check the availability of the managed hsm name. */\nexport interface CheckMhsmNameAvailabilityParameters {\n /** The managed hsm name. */\n name: string;\n}\n\n/** The CheckMhsmNameAvailability operation response. */\nexport interface CheckMhsmNameAvailabilityResult {\n /**\n * 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.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nameAvailable?: boolean;\n /**\n * The reason that a managed hsm name could not be used. The reason element is only returned if NameAvailable is false.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: Reason;\n /**\n * An error message explaining the Reason value in more detail.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** The parameters used to check the availability of the vault name. */\nexport interface VaultCheckNameAvailabilityParameters {\n /** The vault name. */\n name: string;\n /** The type of resource, Microsoft.KeyVault/vaults */\n type: \"Microsoft.KeyVault/vaults\";\n}\n\n/** The CheckNameAvailability operation response. */\nexport interface CheckNameAvailabilityResult {\n /**\n * 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.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nameAvailable?: boolean;\n /**\n * The reason that a vault name could not be used. The Reason element is only returned if NameAvailable is false.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: Reason;\n /**\n * An error message explaining the Reason value in more detail.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** The response of a DeletedManagedHsm list operation. */\nexport interface DeletedManagedHsmListResult {\n /** The DeletedManagedHsm items on this page */\n value: DeletedManagedHsm[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Properties of the deleted managed HSM. */\nexport interface DeletedManagedHsmProperties {\n /**\n * The resource id of the original managed HSM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly mhsmId?: string;\n /**\n * The location of the original managed HSM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * The deleted date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deletionDate?: Date;\n /**\n * The scheduled purged date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scheduledPurgeDate?: Date;\n /**\n * Purge protection status of the original managed HSM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly purgeProtectionEnabled?: boolean;\n /**\n * Tags of the original managed HSM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tags?: { [propertyName: string]: string };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The error exception. */\nexport interface ManagedHsmError {\n /**\n * The server error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ErrorModel;\n}\n\n/** The server error. */\nexport interface ErrorModel {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The inner error, contains a more specific error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly innerError?: ErrorModel;\n}\n\n/** The response of a DeletedVault list operation. */\nexport interface DeletedVaultListResult {\n /** The DeletedVault items on this page */\n value: DeletedVault[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Properties of the deleted vault. */\nexport interface DeletedVaultProperties {\n /**\n * The resource id of the original vault.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vaultId?: string;\n /**\n * The location of the original vault.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * The deleted date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deletionDate?: Date;\n /**\n * The scheduled purged date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scheduledPurgeDate?: Date;\n /**\n * Tags of the original vault.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tags?: { [propertyName: string]: string };\n /**\n * Purge protection status of the original vault.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly purgeProtectionEnabled?: boolean;\n}\n\n/** The response of a ManagedHsm list operation. */\nexport interface ManagedHsmListResult {\n /** The ManagedHsm items on this page */\n value: ManagedHsm[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Properties of the managed HSM Pool */\nexport interface ManagedHsmProperties {\n /** The Azure Active Directory tenant ID that should be used for authenticating requests to the managed HSM pool. */\n tenantId?: string;\n /** Array of initial administrators object ids for this managed hsm pool. */\n initialAdminObjectIds?: string[];\n /**\n * The URI of the managed hsm pool for performing operations on keys.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hsmUri?: string;\n /** 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. */\n enableSoftDelete?: boolean;\n /** 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. */\n softDeleteRetentionInDays?: number;\n /** 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. */\n enablePurgeProtection?: boolean;\n /** The create mode to indicate whether the resource is being created or is being recovered from a deleted resource. */\n createMode?: CreateMode;\n /**\n * Resource Status Message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusMessage?: string;\n /**\n * Provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Rules governing the accessibility of the key vault from specific network locations. */\n networkAcls?: MhsmNetworkRuleSet;\n /** List of all regions associated with the managed hsm pool. */\n regions?: MhsmGeoReplicatedRegion[];\n /**\n * List of private endpoint connections associated with the managed hsm pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: MhsmPrivateEndpointConnectionItem[];\n /** Control permission to the managed HSM from public networks. */\n publicNetworkAccess?: PublicNetworkAccess;\n /**\n * The scheduled purge date in UTC.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scheduledPurgeDate?: Date;\n /**\n * Managed HSM security domain properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly securityDomainProperties?: ManagedHSMSecurityDomainProperties;\n}\n\n/** A set of rules governing the network accessibility of a managed hsm pool. */\nexport interface MhsmNetworkRuleSet {\n /** Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'. */\n bypass?: NetworkRuleBypassOptions;\n /** The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. */\n defaultAction?: NetworkRuleAction;\n /** The list of IP address rules. */\n ipRules?: MhsmipRule[];\n /** The list of service tags. */\n serviceTags?: MhsmServiceTagRule[];\n /** The list of virtual network rules. */\n virtualNetworkRules?: MhsmVirtualNetworkRule[];\n}\n\n/** A rule governing the accessibility of a managed HSM pool from a specific IP address or IP range. */\nexport interface MhsmipRule {\n /** 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). */\n value: string;\n}\n\n/** A rule governing the accessibility of a managed hsm pool from a specific service tags. */\nexport interface MhsmServiceTagRule {\n /** Name of the service tag. */\n tag: string;\n}\n\n/** A rule governing the accessibility of a managed hsm pool from a specific virtual network. */\nexport interface MhsmVirtualNetworkRule {\n /** Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. */\n id: string;\n}\n\n/** A region that this managed HSM Pool has been extended to. */\nexport interface MhsmGeoReplicatedRegion {\n /** Name of the geo replicated region. */\n name?: string;\n /**\n * Provisioning state of the geo replicated region.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: GeoReplicationRegionProvisioningState;\n /** A boolean value that indicates whether the region is the primary region or a secondary region. */\n isPrimary?: boolean;\n}\n\n/** Private endpoint connection item. */\nexport interface MhsmPrivateEndpointConnectionItem {\n /** Id of private endpoint connection. */\n id?: string;\n /** Modified whenever there is a change in the state of private endpoint connection. */\n etag?: string;\n /** Properties of the private endpoint object. */\n privateEndpoint?: MhsmPrivateEndpoint;\n /** Approval state of the private link connection. */\n privateLinkServiceConnectionState?: MhsmPrivateLinkServiceConnectionState;\n /**\n * Provisioning state of the private endpoint connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/** Private endpoint object properties. */\nexport interface MhsmPrivateEndpoint {\n /**\n * Full identifier of the private endpoint resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** An object that represents the approval state of the private link connection. */\nexport interface MhsmPrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been approved, rejected or removed by the key vault owner. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval or rejection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: ActionsRequired;\n}\n\n/** The security domain properties of the managed hsm. */\nexport interface ManagedHSMSecurityDomainProperties {\n /**\n * Activation Status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly activationStatus?: ActivationStatus;\n /**\n * Activation Status Message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly activationStatusMessage?: string;\n}\n\n/** SKU details */\nexport interface ManagedHsmSku {\n /** SKU Family of the managed HSM Pool */\n family: ManagedHsmSkuFamily;\n /** SKU of the managed HSM Pool */\n name: ManagedHsmSkuName;\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /**\n * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\n type: ManagedServiceIdentityType;\n /** 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. */\n userAssignedIdentities?: {\n [propertyName: string]: UserAssignedIdentity | null;\n };\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /**\n * The principal ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** The response of a Vault list operation. */\nexport interface VaultListResult {\n /** The Vault items on this page */\n value: Vault[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Properties of the vault */\nexport interface VaultProperties {\n /** The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. */\n tenantId: string;\n /** SKU details */\n sku: Sku;\n /** 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. */\n accessPolicies?: AccessPolicyEntry[];\n /** The URI of the vault for performing operations on keys and secrets. */\n vaultUri?: string;\n /**\n * The resource id of HSM Pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hsmPoolResourceId?: string;\n /** Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault. */\n enabledForDeployment?: boolean;\n /** Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys. */\n enabledForDiskEncryption?: boolean;\n /** Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault. */\n enabledForTemplateDeployment?: boolean;\n /** 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. */\n enableSoftDelete?: boolean;\n /** softDelete data retention days. It accepts >=7 and <=90. */\n softDeleteRetentionInDays?: number;\n /** 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. */\n enableRbacAuthorization?: boolean;\n /** The vault's create mode to indicate whether the vault need to be recovered or not. */\n createMode?: CreateMode;\n /** 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. */\n enablePurgeProtection?: boolean;\n /** Rules governing the accessibility of the key vault from specific network locations. */\n networkAcls?: NetworkRuleSet;\n /** Provisioning state of the vault. */\n provisioningState?: VaultProvisioningState;\n /**\n * List of private endpoint connections associated with the key vault.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnectionItem[];\n /** 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. */\n publicNetworkAccess?: string;\n}\n\n/** SKU details */\nexport interface Sku {\n /** SKU family name */\n family: SkuFamily;\n /** SKU name to specify whether the key vault is a standard vault or a premium vault. */\n name: SkuName;\n}\n\n/** 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. */\nexport interface AccessPolicyEntry {\n /** The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. */\n tenantId: string;\n /** 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. */\n objectId: string;\n /** Application ID of the client making request on behalf of a principal */\n applicationId?: string;\n /** Permissions the identity has for keys, secrets and certificates. */\n permissions: Permissions;\n}\n\n/** Permissions the identity has for keys, secrets, certificates and storage. */\nexport interface Permissions {\n /** Permissions to keys */\n keys?: KeyPermissions[];\n /** Permissions to secrets */\n secrets?: SecretPermissions[];\n /** Permissions to certificates */\n certificates?: CertificatePermissions[];\n /** Permissions to storage accounts */\n storage?: StoragePermissions[];\n}\n\n/** A set of rules governing the network accessibility of a vault. */\nexport interface NetworkRuleSet {\n /** Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'. */\n bypass?: NetworkRuleBypassOptions;\n /** The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. */\n defaultAction?: NetworkRuleAction;\n /** The list of IP address rules. */\n ipRules?: IPRule[];\n /** The list of virtual network rules. */\n virtualNetworkRules?: VirtualNetworkRule[];\n}\n\n/** A rule governing the accessibility of a vault from a specific ip address or ip range. */\nexport interface IPRule {\n /** 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). */\n value: string;\n}\n\n/** A rule governing the accessibility of a vault from a specific virtual network. */\nexport interface VirtualNetworkRule {\n /** Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. */\n id: string;\n /** Property to specify whether NRP will ignore the check if parent subnet has serviceEndpoints configured. */\n ignoreMissingVnetServiceEndpoint?: boolean;\n}\n\n/** Private endpoint connection item. */\nexport interface PrivateEndpointConnectionItem {\n /** Id of private endpoint connection. */\n id?: string;\n /** Modified whenever there is a change in the state of private endpoint connection. */\n etag?: string;\n /** Properties of the private endpoint object. */\n privateEndpoint?: PrivateEndpoint;\n /** Approval state of the private link connection. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /**\n * Provisioning state of the private endpoint connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/** Private endpoint object properties. */\nexport interface PrivateEndpoint {\n /**\n * Full identifier of the private endpoint resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** An object that represents the approval state of the private link connection. */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been approved, rejected or removed by the key vault owner. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval or rejection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: ActionsRequired;\n}\n\n/** The response of a ManagedHsmKey list operation. */\nexport interface ManagedHsmKeyListResult {\n /** The ManagedHsmKey items on this page */\n value: ManagedHsmKey[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The properties of the key. */\nexport interface ManagedHsmKeyProperties {\n /** The attributes of the key. */\n attributes?: ManagedHsmKeyAttributes;\n /** The type of the key. For valid values, see JsonWebKeyType. */\n kty?: JsonWebKeyType;\n keyOps?: JsonWebKeyOperation[];\n /** 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. */\n keySize?: number;\n /** The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 */\n curveName?: JsonWebKeyCurveName;\n /**\n * The URI to retrieve the current version of the key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyUri?: string;\n /**\n * The URI to retrieve the specific version of the key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyUriWithVersion?: string;\n /** Key rotation policy in response. It will be used for both output and input. Omitted if empty */\n rotationPolicy?: ManagedHsmRotationPolicy;\n /** Key release policy in response. It will be used for both output and input. Omitted if empty */\n releasePolicy?: ManagedHsmKeyReleasePolicy;\n}\n\n/** The object attributes managed by the Azure Key Vault service. */\nexport interface ManagedHsmKeyAttributes {\n /** Determines whether or not the object is enabled. */\n enabled?: boolean;\n /** Not before date in seconds since 1970-01-01T00:00:00Z. */\n notBefore?: number;\n /** Expiry date in seconds since 1970-01-01T00:00:00Z. */\n expires?: number;\n /**\n * Creation time in seconds since 1970-01-01T00:00:00Z.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly created?: number;\n /**\n * Last updated time in seconds since 1970-01-01T00:00:00Z.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updated?: number;\n /**\n * 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.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recoveryLevel?: DeletionRecoveryLevel;\n /** Indicates if the private key can be exported. */\n exportable?: boolean;\n}\n\nexport interface ManagedHsmRotationPolicy {\n /** The attributes of key rotation policy. */\n attributes?: ManagedHsmKeyRotationPolicyAttributes;\n /** The lifetimeActions for key rotation action. */\n lifetimeActions?: ManagedHsmLifetimeAction[];\n}\n\nexport interface ManagedHsmKeyRotationPolicyAttributes {\n /**\n * Creation time in seconds since 1970-01-01T00:00:00Z.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly created?: number;\n /**\n * Last updated time in seconds since 1970-01-01T00:00:00Z.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updated?: number;\n /** The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'. */\n expiryTime?: string;\n}\n\nexport interface ManagedHsmLifetimeAction {\n /** The trigger of key rotation policy lifetimeAction. */\n trigger?: ManagedHsmTrigger;\n /** The action of key rotation policy lifetimeAction. */\n action?: ManagedHsmAction;\n}\n\nexport interface ManagedHsmTrigger {\n /** 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'. */\n timeAfterCreate?: string;\n /** The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'. */\n timeBeforeExpiry?: string;\n}\n\nexport interface ManagedHsmAction {\n /** The type of action. */\n type?: KeyRotationPolicyActionType;\n}\n\nexport interface ManagedHsmKeyReleasePolicy {\n /** Content type and version of key release policy */\n contentType?: string;\n /** Blob encoding the policy rules under which the key can be released. */\n data?: Uint8Array;\n}\n\n/** The parameters used to create a key. */\nexport interface ManagedHsmKeyCreateParameters {\n /** The tags that will be assigned to the key. */\n tags?: { [propertyName: string]: string };\n /** The properties of the key to be created. */\n properties: ManagedHsmKeyProperties;\n}\n\n/** List of private endpoint connections associated with a managed HSM Pools */\nexport interface MhsmPrivateEndpointConnectionsListResult {\n /** The MhsmPrivateEndpointConnection items on this page */\n value: MhsmPrivateEndpointConnection[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** A list of private link resources */\nexport interface MhsmPrivateLinkResourceListResult {\n /** Array of private link resources */\n value?: MhsmPrivateLinkResource[];\n}\n\n/** Managed HSM resource */\nexport interface ManagedHsmResource {\n /**\n * The Azure Resource Manager resource ID for the managed HSM Pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the managed HSM Pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type of the managed HSM Pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The supported Azure location where the managed HSM Pool should be created. */\n location?: string;\n /** SKU details */\n sku?: ManagedHsmSku;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n /**\n * Metadata pertaining to creation and last modification of the key vault resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Managed service identity (system assigned and/or user assigned identities) */\n identity?: ManagedServiceIdentity;\n}\n\n/** List of regions associated with a managed HSM Pools */\nexport interface MhsmRegionsListResult {\n /** The MhsmGeoReplicatedRegion items on this page */\n value: MhsmGeoReplicatedRegion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Parameters for creating or updating a vault */\nexport interface VaultCreateOrUpdateParameters {\n /** The supported Azure location where the key vault should be created. */\n location: string;\n /** The tags that will be assigned to the key vault. */\n tags?: { [propertyName: string]: string };\n /** Properties of the vault */\n properties: VaultProperties;\n}\n\n/** Parameters for creating or updating a vault */\nexport interface VaultPatchParameters {\n /** The tags that will be assigned to the key vault. */\n tags?: { [propertyName: string]: string };\n /** Properties of the vault */\n properties?: VaultPatchProperties;\n}\n\n/** Properties of the vault */\nexport interface VaultPatchProperties {\n /** The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. */\n tenantId?: string;\n /** SKU details */\n sku?: Sku;\n /** 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. */\n accessPolicies?: AccessPolicyEntry[];\n /** Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault. */\n enabledForDeployment?: boolean;\n /** Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys. */\n enabledForDiskEncryption?: boolean;\n /** Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault. */\n enabledForTemplateDeployment?: boolean;\n /** Property to specify whether the 'soft delete' functionality is enabled for this key vault. Once set to true, it cannot be reverted to false. */\n enableSoftDelete?: boolean;\n /** 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. */\n enableRbacAuthorization?: boolean;\n /** softDelete data retention days. It accepts >=7 and <=90. */\n softDeleteRetentionInDays?: number;\n /** The vault's create mode to indicate whether the vault need to be recovered or not. */\n createMode?: CreateMode;\n /** 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. */\n enablePurgeProtection?: boolean;\n /** A collection of rules governing the accessibility of the vault from specific network locations. */\n networkAcls?: NetworkRuleSet;\n /** 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. */\n publicNetworkAccess?: string;\n}\n\n/** Parameters for updating the access policy in a vault */\nexport interface VaultAccessPolicyParameters {\n /**\n * The resource id of the access policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The resource name of the access policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource name of the access policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The resource type of the access policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /** Properties of the access policy */\n properties: VaultAccessPolicyProperties;\n}\n\n/** Properties of the vault access policy */\nexport interface VaultAccessPolicyProperties {\n /** 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. */\n accessPolicies: AccessPolicyEntry[];\n}\n\n/** The response of a Key list operation. */\nexport interface KeyListResult {\n /** The Key items on this page */\n value: Key[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The properties of the key. */\nexport interface KeyProperties {\n /** The attributes of the key. */\n attributes?: KeyAttributes;\n /** The type of the key. For valid values, see JsonWebKeyType. */\n kty?: JsonWebKeyType;\n keyOps?: JsonWebKeyOperation[];\n /** 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. */\n keySize?: number;\n /** The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 */\n curveName?: JsonWebKeyCurveName;\n /**\n * The URI to retrieve the current version of the key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyUri?: string;\n /**\n * The URI to retrieve the specific version of the key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyUriWithVersion?: string;\n /** Key rotation policy in response. It will be used for both output and input. Omitted if empty */\n rotationPolicy?: RotationPolicy;\n /** Key release policy in response. It will be used for both output and input. Omitted if empty */\n releasePolicy?: KeyReleasePolicy;\n}\n\n/** The object attributes managed by the Azure Key Vault service. */\nexport interface KeyAttributes {\n /** Determines whether or not the object is enabled. */\n enabled?: boolean;\n /** Not before date in seconds since 1970-01-01T00:00:00Z. */\n notBefore?: number;\n /** Expiry date in seconds since 1970-01-01T00:00:00Z. */\n expires?: number;\n /**\n * Creation time in seconds since 1970-01-01T00:00:00Z.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly created?: number;\n /**\n * Last updated time in seconds since 1970-01-01T00:00:00Z.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updated?: number;\n /**\n * 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.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recoveryLevel?: DeletionRecoveryLevel;\n /** Indicates if the private key can be exported. */\n exportable?: boolean;\n}\n\nexport interface RotationPolicy {\n /** The attributes of key rotation policy. */\n attributes?: KeyRotationPolicyAttributes;\n /** The lifetimeActions for key rotation action. */\n lifetimeActions?: LifetimeAction[];\n}\n\nexport interface KeyRotationPolicyAttributes {\n /**\n * Creation time in seconds since 1970-01-01T00:00:00Z.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly created?: number;\n /**\n * Last updated time in seconds since 1970-01-01T00:00:00Z.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updated?: number;\n /** The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'. */\n expiryTime?: string;\n}\n\nexport interface LifetimeAction {\n /** The trigger of key rotation policy lifetimeAction. */\n trigger?: Trigger;\n /** The action of key rotation policy lifetimeAction. */\n action?: Action;\n}\n\nexport interface Trigger {\n /** 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'. */\n timeAfterCreate?: string;\n /** The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'. */\n timeBeforeExpiry?: string;\n}\n\nexport interface Action {\n /** The type of action. */\n type?: KeyRotationPolicyActionType;\n}\n\nexport interface KeyReleasePolicy {\n /** Content type and version of key release policy */\n contentType?: string;\n /** Blob encoding the policy rules under which the key can be released. */\n data?: Uint8Array;\n}\n\n/** The parameters used to create a key. */\nexport interface KeyCreateParameters {\n /** The tags that will be assigned to the key. */\n tags?: { [propertyName: string]: string };\n /** The properties of the key to be created. */\n properties: KeyProperties;\n}\n\n/** The response of a PrivateEndpointConnection list operation. */\nexport interface PrivateEndpointConnectionListResult {\n /** The PrivateEndpointConnection items on this page */\n value: PrivateEndpointConnection[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceListResult {\n /** Array of private link resources */\n value?: PrivateLinkResource[];\n}\n\n/** The response of a Secret list operation. */\nexport interface SecretListResult {\n /** The Secret items on this page */\n value: Secret[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Properties of the secret */\nexport interface SecretProperties {\n /** 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. */\n value?: string;\n /** The content type of the secret. */\n contentType?: string;\n /** The attributes of the secret. */\n attributes?: SecretAttributes;\n /**\n * The URI to retrieve the current version of the secret.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly secretUri?: string;\n /**\n * The URI to retrieve the specific version of the secret.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly secretUriWithVersion?: string;\n}\n\n/** The object attributes managed by the KeyVault service. */\nexport interface Attributes {\n /** Determines whether the object is enabled. */\n enabled?: boolean;\n /** Not before date in seconds since 1970-01-01T00:00:00Z. */\n notBefore?: Date;\n /** Expiry date in seconds since 1970-01-01T00:00:00Z. */\n expires?: Date;\n /**\n * Creation time in seconds since 1970-01-01T00:00:00Z.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly created?: Date;\n /**\n * Last updated time in seconds since 1970-01-01T00:00:00Z.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updated?: Date;\n}\n\n/** Parameters for creating or updating a secret */\nexport interface SecretCreateOrUpdateParameters {\n /** The tags that will be assigned to the secret. */\n tags?: { [propertyName: string]: string };\n /** Properties of the secret */\n properties: SecretProperties;\n}\n\n/** Parameters for patching a secret */\nexport interface SecretPatchParameters {\n /** The tags that will be assigned to the secret. */\n tags?: { [propertyName: string]: string };\n /** Properties of the secret */\n properties?: SecretPatchProperties;\n}\n\n/** Properties of the secret */\nexport interface SecretPatchProperties {\n /** The value of the secret. */\n value?: string;\n /** The content type of the secret. */\n contentType?: string;\n /** The attributes of the secret. */\n attributes?: SecretAttributes;\n}\n\n/** The list of vault resources. */\nexport interface ResourceListResult {\n /** The list of vault resources. */\n value: TrackedResource[];\n /** The URL to get the next set of vault resources. */\n nextLink?: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** Resource information with extended details. */\nexport interface ManagedHsm extends Resource {\n /** Properties of the managed HSM */\n properties?: ManagedHsmProperties;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location?: string;\n /** SKU details */\n sku?: ManagedHsmSku;\n /** Managed service identity */\n identity?: ManagedServiceIdentity;\n}\n\n/** Private endpoint connection resource. */\nexport interface MhsmPrivateEndpointConnection extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location?: string;\n /** SKU details */\n sku?: ManagedHsmSku;\n /** Managed service identity */\n identity?: ManagedServiceIdentity;\n /** Modified whenever there is a change in the state of private endpoint connection. */\n etag?: string;\n /** Properties of the private endpoint object. */\n privateEndpoint?: MhsmPrivateEndpoint;\n /** Approval state of the private link connection. */\n privateLinkServiceConnectionState?: MhsmPrivateLinkServiceConnectionState;\n /**\n * Provisioning state of the private endpoint connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** A private link resource */\nexport interface MhsmPrivateLinkResource extends ManagedHsmResource {\n /**\n * Group identifier of private link resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * Required member names of private link resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /** Required DNS zone names of the the private link resource. */\n requiredZoneNames?: string[];\n}\n\n/** The secret management attributes. */\nexport interface SecretAttributes extends Attributes {}\n\n/** Concrete proxy resource types can be created by aliasing this type using a specific property type. */\nexport interface DeletedManagedHsm extends ProxyResource {\n /** Properties of the deleted managed HSM */\n properties?: DeletedManagedHsmProperties;\n}\n\n/** Deleted vault information with extended details. */\nexport interface DeletedVault extends ProxyResource {\n /** Properties of the vault */\n properties?: DeletedVaultProperties;\n}\n\n/** Resource information with extended details. */\nexport interface Vault extends ProxyResource {\n /** Properties of the vault */\n properties: VaultProperties;\n /** Azure location of the key vault resource. */\n location?: string;\n /** Tags assigned to the key vault resource. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The key resource. */\nexport interface ManagedHsmKey extends ProxyResource {\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n /** The attributes of the key. */\n attributes?: ManagedHsmKeyAttributes;\n /** The type of the key. For valid values, see JsonWebKeyType. */\n kty?: JsonWebKeyType;\n keyOps?: JsonWebKeyOperation[];\n /** 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. */\n keySize?: number;\n /** The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 */\n curveName?: JsonWebKeyCurveName;\n /**\n * The URI to retrieve the current version of the key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyUri?: string;\n /**\n * The URI to retrieve the specific version of the key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyUriWithVersion?: string;\n /** Key rotation policy in response. It will be used for both output and input. Omitted if empty */\n rotationPolicy?: ManagedHsmRotationPolicy;\n /** Key release policy in response. It will be used for both output and input. Omitted if empty */\n releasePolicy?: ManagedHsmKeyReleasePolicy;\n}\n\n/** The key resource. */\nexport interface Key extends ProxyResource {\n /**\n * The supported Azure location where the managed HSM Pool should be created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * Resource tags\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tags?: { [propertyName: string]: string };\n /** The attributes of the key. */\n attributes?: KeyAttributes;\n /** The type of the key. For valid values, see JsonWebKeyType. */\n kty?: JsonWebKeyType;\n keyOps?: JsonWebKeyOperation[];\n /** 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. */\n keySize?: number;\n /** The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 */\n curveName?: JsonWebKeyCurveName;\n /**\n * The URI to retrieve the current version of the key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyUri?: string;\n /**\n * The URI to retrieve the specific version of the key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyUriWithVersion?: string;\n /** Key rotation policy in response. It will be used for both output and input. Omitted if empty */\n rotationPolicy?: RotationPolicy;\n /** Key release policy in response. It will be used for both output and input. Omitted if empty */\n releasePolicy?: KeyReleasePolicy;\n}\n\n/** Private endpoint connection resource. */\nexport interface PrivateEndpointConnection extends ProxyResource {\n /**\n * Azure location of the key vault resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * Tags assigned to the key vault resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tags?: { [propertyName: string]: string };\n /** Modified whenever there is a change in the state of private endpoint connection. */\n etag?: string;\n /** Properties of the private endpoint object. */\n privateEndpoint?: PrivateEndpoint;\n /** Approval state of the private link connection. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /**\n * Provisioning state of the private endpoint connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource extends ProxyResource {\n /**\n * Azure location of the key vault resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * Tags assigned to the key vault resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tags?: { [propertyName: string]: string };\n /**\n * Group identifier of private link resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * Required member names of private link resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /** Required DNS zone names of the the private link resource. */\n requiredZoneNames?: string[];\n}\n\n/** Resource information with extended details. */\nexport interface Secret extends ProxyResource {\n /** Properties of the secret */\n properties: SecretProperties;\n /**\n * Azure location of the key vault resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * Tags assigned to the key vault resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tags?: { [propertyName: string]: string };\n}\n\n/** Defines headers for ManagedHsms_purgeDeleted operation. */\nexport interface ManagedHsmsPurgeDeletedHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for ManagedHsms_createOrUpdate operation. */\nexport interface ManagedHsmsCreateOrUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for ManagedHsms_update operation. */\nexport interface ManagedHsmsUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for ManagedHsms_delete operation. */\nexport interface ManagedHsmsDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for Vaults_purgeDeleted operation. */\nexport interface VaultsPurgeDeletedHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for Vaults_createOrUpdate operation. */\nexport interface VaultsCreateOrUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for MhsmPrivateEndpointConnections_put operation. */\nexport interface MhsmPrivateEndpointConnectionsPutHeaders {\n /** (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. */\n azureAsyncOperation?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for MhsmPrivateEndpointConnections_delete operation. */\nexport interface MhsmPrivateEndpointConnectionsDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for PrivateEndpointConnections_put operation. */\nexport interface PrivateEndpointConnectionsPutHeaders {\n /** (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. */\n azureAsyncOperation?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for PrivateEndpointConnections_delete operation. */\nexport interface PrivateEndpointConnectionsDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Known values of {@link Reason} that the service accepts. */\nexport enum KnownReason {\n /** AccountNameInvalid */\n AccountNameInvalid = \"AccountNameInvalid\",\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\",\n}\n\n/**\n * Defines values for Reason. \\\n * {@link KnownReason} can be used interchangeably with Reason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AccountNameInvalid** \\\n * **AlreadyExists**\n */\nexport type Reason = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** The managed HSM Pool has been full provisioned. */\n Succeeded = \"Succeeded\",\n /** The managed HSM Pool is currently being provisioned. */\n Provisioning = \"Provisioning\",\n /** Provisioning of the managed HSM Pool has failed. */\n Failed = \"Failed\",\n /** The managed HSM Pool is currently being updated. */\n Updating = \"Updating\",\n /** The managed HSM Pool is currently being deleted. */\n Deleting = \"Deleting\",\n /** The managed HSM pool is ready for normal use. */\n Activated = \"Activated\",\n /** The managed HSM pool is waiting for a security domain restore action. */\n SecurityDomainRestore = \"SecurityDomainRestore\",\n /** The managed HSM pool is being restored from full HSM backup. */\n Restoring = \"Restoring\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: The managed HSM Pool has been full provisioned. \\\n * **Provisioning**: The managed HSM Pool is currently being provisioned. \\\n * **Failed**: Provisioning of the managed HSM Pool has failed. \\\n * **Updating**: The managed HSM Pool is currently being updated. \\\n * **Deleting**: The managed HSM Pool is currently being deleted. \\\n * **Activated**: The managed HSM pool is ready for normal use. \\\n * **SecurityDomainRestore**: The managed HSM pool is waiting for a security domain restore action. \\\n * **Restoring**: The managed HSM pool is being restored from full HSM backup.\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link NetworkRuleBypassOptions} that the service accepts. */\nexport enum KnownNetworkRuleBypassOptions {\n /** AzureServices */\n AzureServices = \"AzureServices\",\n /** None */\n None = \"None\",\n}\n\n/**\n * Defines values for NetworkRuleBypassOptions. \\\n * {@link KnownNetworkRuleBypassOptions} can be used interchangeably with NetworkRuleBypassOptions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureServices** \\\n * **None**\n */\nexport type NetworkRuleBypassOptions = string;\n\n/** Known values of {@link NetworkRuleAction} that the service accepts. */\nexport enum KnownNetworkRuleAction {\n /** Allow */\n Allow = \"Allow\",\n /** Deny */\n Deny = \"Deny\",\n}\n\n/**\n * Defines values for NetworkRuleAction. \\\n * {@link KnownNetworkRuleAction} can be used interchangeably with NetworkRuleAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow** \\\n * **Deny**\n */\nexport type NetworkRuleAction = string;\n\n/** Known values of {@link GeoReplicationRegionProvisioningState} that the service accepts. */\nexport enum KnownGeoReplicationRegionProvisioningState {\n /** Preprovisioning */\n Preprovisioning = \"Preprovisioning\",\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Cleanup */\n Cleanup = \"Cleanup\",\n}\n\n/**\n * Defines values for GeoReplicationRegionProvisioningState. \\\n * {@link KnownGeoReplicationRegionProvisioningState} can be used interchangeably with GeoReplicationRegionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Preprovisioning** \\\n * **Provisioning** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Deleting** \\\n * **Cleanup**\n */\nexport type GeoReplicationRegionProvisioningState = string;\n\n/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * Defines values for PrivateEndpointServiceConnectionStatus. \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected** \\\n * **Disconnected**\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** Known values of {@link ActionsRequired} that the service accepts. */\nexport enum KnownActionsRequired {\n /** None */\n None = \"None\",\n}\n\n/**\n * Defines values for ActionsRequired. \\\n * {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**\n */\nexport type ActionsRequired = string;\n\n/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Failed** \\\n * **Disconnected**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Known values of {@link PublicNetworkAccess} that the service accepts. */\nexport enum KnownPublicNetworkAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for PublicNetworkAccess. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PublicNetworkAccess = string;\n\n/** Known values of {@link ActivationStatus} that the service accepts. */\nexport enum KnownActivationStatus {\n /** The managed HSM Pool is active. */\n Active = \"Active\",\n /** The managed HSM Pool is not yet activated. */\n NotActivated = \"NotActivated\",\n /** An unknown error occurred while activating managed hsm. */\n Unknown = \"Unknown\",\n /** Failed to activate managed hsm. */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for ActivationStatus. \\\n * {@link KnownActivationStatus} can be used interchangeably with ActivationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active**: The managed HSM Pool is active. \\\n * **NotActivated**: The managed HSM Pool is not yet activated. \\\n * **Unknown**: An unknown error occurred while activating managed hsm. \\\n * **Failed**: Failed to activate managed hsm.\n */\nexport type ActivationStatus = string;\n\n/** Known values of {@link ManagedHsmSkuFamily} that the service accepts. */\nexport enum KnownManagedHsmSkuFamily {\n /** B */\n B = \"B\",\n /** C */\n C = \"C\",\n}\n\n/**\n * Defines values for ManagedHsmSkuFamily. \\\n * {@link KnownManagedHsmSkuFamily} can be used interchangeably with ManagedHsmSkuFamily,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **B** \\\n * **C**\n */\nexport type ManagedHsmSkuFamily = string;\n\n/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */\nexport enum KnownManagedServiceIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Defines values for ManagedServiceIdentityType. \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned,UserAssigned**\n */\nexport type ManagedServiceIdentityType = string;\n\n/** Known values of {@link SkuFamily} that the service accepts. */\nexport enum KnownSkuFamily {\n /** A */\n A = \"A\",\n}\n\n/**\n * Defines values for SkuFamily. \\\n * {@link KnownSkuFamily} can be used interchangeably with SkuFamily,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **A**\n */\nexport type SkuFamily = string;\n\n/** Known values of {@link KeyPermissions} that the service accepts. */\nexport enum KnownKeyPermissions {\n /** All */\n All = \"all\",\n /** Encrypt */\n Encrypt = \"encrypt\",\n /** Decrypt */\n Decrypt = \"decrypt\",\n /** WrapKey */\n WrapKey = \"wrapKey\",\n /** UnwrapKey */\n UnwrapKey = \"unwrapKey\",\n /** Sign */\n Sign = \"sign\",\n /** Verify */\n Verify = \"verify\",\n /** Get */\n Get = \"get\",\n /** List */\n List = \"list\",\n /** Create */\n Create = \"create\",\n /** Update */\n Update = \"update\",\n /** Import */\n Import = \"import\",\n /** Delete */\n Delete = \"delete\",\n /** Backup */\n Backup = \"backup\",\n /** Restore */\n Restore = \"restore\",\n /** Recover */\n Recover = \"recover\",\n /** Purge */\n Purge = \"purge\",\n /** Release */\n Release = \"release\",\n /** Rotate */\n Rotate = \"rotate\",\n /** Getrotationpolicy */\n Getrotationpolicy = \"getrotationpolicy\",\n /** Setrotationpolicy */\n Setrotationpolicy = \"setrotationpolicy\",\n}\n\n/**\n * Defines values for KeyPermissions. \\\n * {@link KnownKeyPermissions} can be used interchangeably with KeyPermissions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **all** \\\n * **encrypt** \\\n * **decrypt** \\\n * **wrapKey** \\\n * **unwrapKey** \\\n * **sign** \\\n * **verify** \\\n * **get** \\\n * **list** \\\n * **create** \\\n * **update** \\\n * **import** \\\n * **delete** \\\n * **backup** \\\n * **restore** \\\n * **recover** \\\n * **purge** \\\n * **release** \\\n * **rotate** \\\n * **getrotationpolicy** \\\n * **setrotationpolicy**\n */\nexport type KeyPermissions = string;\n\n/** Known values of {@link SecretPermissions} that the service accepts. */\nexport enum KnownSecretPermissions {\n /** All */\n All = \"all\",\n /** Get */\n Get = \"get\",\n /** List */\n List = \"list\",\n /** Set */\n Set = \"set\",\n /** Delete */\n Delete = \"delete\",\n /** Backup */\n Backup = \"backup\",\n /** Restore */\n Restore = \"restore\",\n /** Recover */\n Recover = \"recover\",\n /** Purge */\n Purge = \"purge\",\n}\n\n/**\n * Defines values for SecretPermissions. \\\n * {@link KnownSecretPermissions} can be used interchangeably with SecretPermissions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **all** \\\n * **get** \\\n * **list** \\\n * **set** \\\n * **delete** \\\n * **backup** \\\n * **restore** \\\n * **recover** \\\n * **purge**\n */\nexport type SecretPermissions = string;\n\n/** Known values of {@link CertificatePermissions} that the service accepts. */\nexport enum KnownCertificatePermissions {\n /** All */\n All = \"all\",\n /** Get */\n Get = \"get\",\n /** List */\n List = \"list\",\n /** Delete */\n Delete = \"delete\",\n /** Create */\n Create = \"create\",\n /** Import */\n Import = \"import\",\n /** Update */\n Update = \"update\",\n /** Managecontacts */\n Managecontacts = \"managecontacts\",\n /** Getissuers */\n Getissuers = \"getissuers\",\n /** Listissuers */\n Listissuers = \"listissuers\",\n /** Setissuers */\n Setissuers = \"setissuers\",\n /** Deleteissuers */\n Deleteissuers = \"deleteissuers\",\n /** Manageissuers */\n Manageissuers = \"manageissuers\",\n /** Recover */\n Recover = \"recover\",\n /** Purge */\n Purge = \"purge\",\n /** Backup */\n Backup = \"backup\",\n /** Restore */\n Restore = \"restore\",\n}\n\n/**\n * Defines values for CertificatePermissions. \\\n * {@link KnownCertificatePermissions} can be used interchangeably with CertificatePermissions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **all** \\\n * **get** \\\n * **list** \\\n * **delete** \\\n * **create** \\\n * **import** \\\n * **update** \\\n * **managecontacts** \\\n * **getissuers** \\\n * **listissuers** \\\n * **setissuers** \\\n * **deleteissuers** \\\n * **manageissuers** \\\n * **recover** \\\n * **purge** \\\n * **backup** \\\n * **restore**\n */\nexport type CertificatePermissions = string;\n\n/** Known values of {@link StoragePermissions} that the service accepts. */\nexport enum KnownStoragePermissions {\n /** All */\n All = \"all\",\n /** Get */\n Get = \"get\",\n /** List */\n List = \"list\",\n /** Delete */\n Delete = \"delete\",\n /** Set */\n Set = \"set\",\n /** Update */\n Update = \"update\",\n /** Regeneratekey */\n Regeneratekey = \"regeneratekey\",\n /** Recover */\n Recover = \"recover\",\n /** Purge */\n Purge = \"purge\",\n /** Backup */\n Backup = \"backup\",\n /** Restore */\n Restore = \"restore\",\n /** Setsas */\n Setsas = \"setsas\",\n /** Listsas */\n Listsas = \"listsas\",\n /** Getsas */\n Getsas = \"getsas\",\n /** Deletesas */\n Deletesas = \"deletesas\",\n}\n\n/**\n * Defines values for StoragePermissions. \\\n * {@link KnownStoragePermissions} can be used interchangeably with StoragePermissions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **all** \\\n * **get** \\\n * **list** \\\n * **delete** \\\n * **set** \\\n * **update** \\\n * **regeneratekey** \\\n * **recover** \\\n * **purge** \\\n * **backup** \\\n * **restore** \\\n * **setsas** \\\n * **listsas** \\\n * **getsas** \\\n * **deletesas**\n */\nexport type StoragePermissions = string;\n\n/** Known values of {@link VaultProvisioningState} that the service accepts. */\nexport enum KnownVaultProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** RegisteringDns */\n RegisteringDns = \"RegisteringDns\",\n}\n\n/**\n * Defines values for VaultProvisioningState. \\\n * {@link KnownVaultProvisioningState} can be used interchangeably with VaultProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **RegisteringDns**\n */\nexport type VaultProvisioningState = string;\n\n/** Known values of {@link DeletionRecoveryLevel} that the service accepts. */\nexport enum KnownDeletionRecoveryLevel {\n /** Purgeable */\n Purgeable = \"Purgeable\",\n /** RecoverablePurgeable */\n RecoverablePurgeable = \"Recoverable+Purgeable\",\n /** Recoverable */\n Recoverable = \"Recoverable\",\n /** RecoverableProtectedSubscription */\n RecoverableProtectedSubscription = \"Recoverable+ProtectedSubscription\",\n}\n\n/**\n * Defines values for DeletionRecoveryLevel. \\\n * {@link KnownDeletionRecoveryLevel} can be used interchangeably with DeletionRecoveryLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Purgeable** \\\n * **Recoverable+Purgeable** \\\n * **Recoverable** \\\n * **Recoverable+ProtectedSubscription**\n */\nexport type DeletionRecoveryLevel = string;\n\n/** Known values of {@link JsonWebKeyType} that the service accepts. */\nexport enum KnownJsonWebKeyType {\n /** EC */\n EC = \"EC\",\n /** ECHSM */\n ECHSM = \"EC-HSM\",\n /** RSA */\n RSA = \"RSA\",\n /** RSAHSM */\n RSAHSM = \"RSA-HSM\",\n}\n\n/**\n * Defines values for JsonWebKeyType. \\\n * {@link KnownJsonWebKeyType} can be used interchangeably with JsonWebKeyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EC** \\\n * **EC-HSM** \\\n * **RSA** \\\n * **RSA-HSM**\n */\nexport type JsonWebKeyType = string;\n\n/** Known values of {@link JsonWebKeyOperation} that the service accepts. */\nexport enum KnownJsonWebKeyOperation {\n /** Encrypt */\n Encrypt = \"encrypt\",\n /** Decrypt */\n Decrypt = \"decrypt\",\n /** Sign */\n Sign = \"sign\",\n /** Verify */\n Verify = \"verify\",\n /** WrapKey */\n WrapKey = \"wrapKey\",\n /** UnwrapKey */\n UnwrapKey = \"unwrapKey\",\n /** Import */\n Import = \"import\",\n /** Release */\n Release = \"release\",\n}\n\n/**\n * Defines values for JsonWebKeyOperation. \\\n * {@link KnownJsonWebKeyOperation} can be used interchangeably with JsonWebKeyOperation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **encrypt** \\\n * **decrypt** \\\n * **sign** \\\n * **verify** \\\n * **wrapKey** \\\n * **unwrapKey** \\\n * **import** \\\n * **release**\n */\nexport type JsonWebKeyOperation = string;\n\n/** Known values of {@link JsonWebKeyCurveName} that the service accepts. */\nexport enum KnownJsonWebKeyCurveName {\n /** P256 */\n P256 = \"P-256\",\n /** P384 */\n P384 = \"P-384\",\n /** P521 */\n P521 = \"P-521\",\n /** P256K */\n P256K = \"P-256K\",\n}\n\n/**\n * Defines values for JsonWebKeyCurveName. \\\n * {@link KnownJsonWebKeyCurveName} can be used interchangeably with JsonWebKeyCurveName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **P-256** \\\n * **P-384** \\\n * **P-521** \\\n * **P-256K**\n */\nexport type JsonWebKeyCurveName = string;\n/** Defines values for CreateMode. */\nexport type CreateMode = \"recover\" | \"default\";\n/** Defines values for ManagedHsmSkuName. */\nexport type ManagedHsmSkuName =\n | \"Standard_B1\"\n | \"Custom_B32\"\n | \"Custom_B6\"\n | \"Custom_C42\"\n | \"Custom_C10\";\n/** Defines values for SkuName. */\nexport type SkuName = \"standard\" | \"premium\";\n/** Defines values for KeyRotationPolicyActionType. */\nexport type KeyRotationPolicyActionType = \"rotate\" | \"notify\";\n/** Defines values for AccessPolicyUpdateKind. */\nexport type AccessPolicyUpdateKind = \"add\" | \"replace\" | \"remove\";\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface ManagedHsmsCheckMhsmNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkMhsmNameAvailability operation. */\nexport type ManagedHsmsCheckMhsmNameAvailabilityResponse = CheckMhsmNameAvailabilityResult;\n\n/** Optional parameters. */\nexport interface ManagedHsmsListDeletedOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeleted operation. */\nexport type ManagedHsmsListDeletedResponse = DeletedManagedHsmListResult;\n\n/** Optional parameters. */\nexport interface ManagedHsmsGetDeletedOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeleted operation. */\nexport type ManagedHsmsGetDeletedResponse = DeletedManagedHsm;\n\n/** Optional parameters. */\nexport interface ManagedHsmsPurgeDeletedOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the purgeDeleted operation. */\nexport type ManagedHsmsPurgeDeletedResponse = ManagedHsmsPurgeDeletedHeaders;\n\n/** Optional parameters. */\nexport interface ManagedHsmsListBySubscriptionOptionalParams extends coreClient.OperationOptions {\n /** Maximum number of results to return. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ManagedHsmsListBySubscriptionResponse = ManagedHsmListResult;\n\n/** Optional parameters. */\nexport interface ManagedHsmsListByResourceGroupOptionalParams extends coreClient.OperationOptions {\n /** Maximum number of results to return. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ManagedHsmsListByResourceGroupResponse = ManagedHsmListResult;\n\n/** Optional parameters. */\nexport interface ManagedHsmsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagedHsmsGetResponse = ManagedHsm;\n\n/** Optional parameters. */\nexport interface ManagedHsmsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ManagedHsmsCreateOrUpdateResponse = ManagedHsm;\n\n/** Optional parameters. */\nexport interface ManagedHsmsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ManagedHsmsUpdateResponse = ManagedHsm;\n\n/** Optional parameters. */\nexport interface ManagedHsmsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ManagedHsmsListDeletedNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeletedNext operation. */\nexport type ManagedHsmsListDeletedNextResponse = DeletedManagedHsmListResult;\n\n/** Optional parameters. */\nexport interface ManagedHsmsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ManagedHsmsListBySubscriptionNextResponse = ManagedHsmListResult;\n\n/** Optional parameters. */\nexport interface ManagedHsmsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ManagedHsmsListByResourceGroupNextResponse = ManagedHsmListResult;\n\n/** Optional parameters. */\nexport interface VaultsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type VaultsCheckNameAvailabilityResponse = CheckNameAvailabilityResult;\n\n/** Optional parameters. */\nexport interface VaultsListDeletedOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeleted operation. */\nexport type VaultsListDeletedResponse = DeletedVaultListResult;\n\n/** Optional parameters. */\nexport interface VaultsGetDeletedOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeleted operation. */\nexport type VaultsGetDeletedResponse = DeletedVault;\n\n/** Optional parameters. */\nexport interface VaultsPurgeDeletedOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VaultsListBySubscriptionOptionalParams extends coreClient.OperationOptions {\n /** Maximum number of results to return. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type VaultsListBySubscriptionResponse = VaultListResult;\n\n/** Optional parameters. */\nexport interface VaultsListByResourceGroupOptionalParams extends coreClient.OperationOptions {\n /** Maximum number of results to return. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type VaultsListByResourceGroupResponse = VaultListResult;\n\n/** Optional parameters. */\nexport interface VaultsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VaultsGetResponse = Vault;\n\n/** Optional parameters. */\nexport interface VaultsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type VaultsCreateOrUpdateResponse = Vault;\n\n/** Optional parameters. */\nexport interface VaultsUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type VaultsUpdateResponse = Vault;\n\n/** Optional parameters. */\nexport interface VaultsDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface VaultsUpdateAccessPolicyOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateAccessPolicy operation. */\nexport type VaultsUpdateAccessPolicyResponse = VaultAccessPolicyParameters;\n\n/** Optional parameters. */\nexport interface VaultsListOptionalParams extends coreClient.OperationOptions {\n /** Maximum number of results to return. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type VaultsListResponse = ResourceListResult;\n\n/** Optional parameters. */\nexport interface VaultsListDeletedNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeletedNext operation. */\nexport type VaultsListDeletedNextResponse = DeletedVaultListResult;\n\n/** Optional parameters. */\nexport interface VaultsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type VaultsListBySubscriptionNextResponse = VaultListResult;\n\n/** Optional parameters. */\nexport interface VaultsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type VaultsListByResourceGroupNextResponse = VaultListResult;\n\n/** Optional parameters. */\nexport interface VaultsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type VaultsListNextResponse = ResourceListResult;\n\n/** Optional parameters. */\nexport interface ManagedHsmKeysListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ManagedHsmKeysListResponse = ManagedHsmKeyListResult;\n\n/** Optional parameters. */\nexport interface ManagedHsmKeysGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagedHsmKeysGetResponse = ManagedHsmKey;\n\n/** Optional parameters. */\nexport interface ManagedHsmKeysCreateIfNotExistOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the createIfNotExist operation. */\nexport type ManagedHsmKeysCreateIfNotExistResponse = ManagedHsmKey;\n\n/** Optional parameters. */\nexport interface ManagedHsmKeysListVersionsOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listVersions operation. */\nexport type ManagedHsmKeysListVersionsResponse = ManagedHsmKeyListResult;\n\n/** Optional parameters. */\nexport interface ManagedHsmKeysGetVersionOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the getVersion operation. */\nexport type ManagedHsmKeysGetVersionResponse = ManagedHsmKey;\n\n/** Optional parameters. */\nexport interface ManagedHsmKeysListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ManagedHsmKeysListNextResponse = ManagedHsmKeyListResult;\n\n/** Optional parameters. */\nexport interface ManagedHsmKeysListVersionsNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listVersionsNext operation. */\nexport type ManagedHsmKeysListVersionsNextResponse = ManagedHsmKeyListResult;\n\n/** Optional parameters. */\nexport interface MhsmPrivateEndpointConnectionsListByResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResource operation. */\nexport type MhsmPrivateEndpointConnectionsListByResourceResponse =\n MhsmPrivateEndpointConnectionsListResult;\n\n/** Optional parameters. */\nexport interface MhsmPrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MhsmPrivateEndpointConnectionsGetResponse = MhsmPrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface MhsmPrivateEndpointConnectionsPutOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the put operation. */\nexport type MhsmPrivateEndpointConnectionsPutResponse = MhsmPrivateEndpointConnectionsPutHeaders &\n MhsmPrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface MhsmPrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type MhsmPrivateEndpointConnectionsDeleteResponse = MhsmPrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface MhsmPrivateEndpointConnectionsListByResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceNext operation. */\nexport type MhsmPrivateEndpointConnectionsListByResourceNextResponse =\n MhsmPrivateEndpointConnectionsListResult;\n\n/** Optional parameters. */\nexport interface MhsmPrivateLinkResourcesListByMhsmResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByMhsmResource operation. */\nexport type MhsmPrivateLinkResourcesListByMhsmResourceResponse = MhsmPrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface MhsmRegionsListByResourceOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResource operation. */\nexport type MhsmRegionsListByResourceResponse = MhsmRegionsListResult;\n\n/** Optional parameters. */\nexport interface MhsmRegionsListByResourceNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceNext operation. */\nexport type MhsmRegionsListByResourceNextResponse = MhsmRegionsListResult;\n\n/** Optional parameters. */\nexport interface KeysListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type KeysListResponse = KeyListResult;\n\n/** Optional parameters. */\nexport interface KeysGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type KeysGetResponse = Key;\n\n/** Optional parameters. */\nexport interface KeysCreateIfNotExistOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the createIfNotExist operation. */\nexport type KeysCreateIfNotExistResponse = Key;\n\n/** Optional parameters. */\nexport interface KeysListVersionsOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listVersions operation. */\nexport type KeysListVersionsResponse = KeyListResult;\n\n/** Optional parameters. */\nexport interface KeysGetVersionOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the getVersion operation. */\nexport type KeysGetVersionResponse = Key;\n\n/** Optional parameters. */\nexport interface KeysListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type KeysListNextResponse = KeyListResult;\n\n/** Optional parameters. */\nexport interface KeysListVersionsNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listVersionsNext operation. */\nexport type KeysListVersionsNextResponse = KeyListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResource operation. */\nexport type PrivateEndpointConnectionsListByResourceResponse = PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsPutOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the put operation. */\nexport type PrivateEndpointConnectionsPutResponse = PrivateEndpointConnectionsPutHeaders &\n PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type PrivateEndpointConnectionsDeleteResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceNext operation. */\nexport type PrivateEndpointConnectionsListByResourceNextResponse =\n PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByVaultOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByVault operation. */\nexport type PrivateLinkResourcesListByVaultResponse = PrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface SecretsListOptionalParams extends coreClient.OperationOptions {\n /** Maximum number of results to return. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type SecretsListResponse = SecretListResult;\n\n/** Optional parameters. */\nexport interface SecretsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SecretsGetResponse = Secret;\n\n/** Optional parameters. */\nexport interface SecretsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SecretsCreateOrUpdateResponse = Secret;\n\n/** Optional parameters. */\nexport interface SecretsUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type SecretsUpdateResponse = Secret;\n\n/** Optional parameters. */\nexport interface SecretsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SecretsListNextResponse = SecretListResult;\n\n/** Optional parameters. */\nexport interface KeyVaultManagementClientOptionalParams extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}