@azure/arm-keyvault-profile-2020-09-01-hybrid 2.1.1-alpha.20250207.1 → 2.1.1-alpha.20250211.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (455) hide show
  1. package/README.md +21 -14
  2. package/dist/browser/index.d.ts +5 -0
  3. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  4. package/{dist-esm/src → dist/browser}/index.js +4 -4
  5. package/dist/browser/index.js.map +1 -0
  6. package/{dist-esm/src → dist/browser}/keyVaultManagementClient.d.ts +2 -2
  7. package/dist/browser/keyVaultManagementClient.d.ts.map +1 -0
  8. package/{dist-esm/src → dist/browser}/keyVaultManagementClient.js +15 -18
  9. package/dist/browser/keyVaultManagementClient.js.map +1 -0
  10. package/dist/browser/lroImpl.js +25 -0
  11. package/dist/browser/lroImpl.js.map +1 -0
  12. package/dist/browser/models/index.js.map +1 -0
  13. package/dist/browser/models/mappers.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  15. package/dist/browser/models/parameters.js.map +1 -0
  16. package/dist/browser/operations/index.d.ts +6 -0
  17. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  18. package/{dist-esm/src → dist/browser}/operations/index.js +5 -5
  19. package/dist/browser/operations/index.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  21. package/dist/browser/operations/operations.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  23. package/dist/browser/operations/operations.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +3 -3
  25. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +35 -40
  27. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.d.ts +3 -3
  29. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.js +2 -2
  31. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/secrets.d.ts +3 -3
  33. package/dist/browser/operations/secrets.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/secrets.js +3 -3
  35. package/dist/browser/operations/secrets.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/vaults.d.ts +3 -3
  37. package/dist/browser/operations/vaults.d.ts.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operations/vaults.js +69 -77
  39. package/dist/browser/operations/vaults.js.map +1 -0
  40. package/dist/browser/operationsInterfaces/index.d.ts +6 -0
  41. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  42. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +5 -5
  43. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  45. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  46. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +1 -1
  48. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  49. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  50. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.d.ts +1 -1
  51. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  52. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  53. package/{dist-esm/src → dist/browser}/operationsInterfaces/secrets.d.ts +1 -1
  54. package/dist/browser/operationsInterfaces/secrets.d.ts.map +1 -0
  55. package/dist/browser/operationsInterfaces/secrets.js.map +1 -0
  56. package/{dist-esm/src → dist/browser}/operationsInterfaces/vaults.d.ts +1 -1
  57. package/dist/browser/operationsInterfaces/vaults.d.ts.map +1 -0
  58. package/dist/browser/operationsInterfaces/vaults.js.map +1 -0
  59. package/dist/browser/package.json +3 -0
  60. package/dist/browser/pagingHelper.js.map +1 -0
  61. package/dist/commonjs/index.d.ts +5 -0
  62. package/dist/commonjs/index.d.ts.map +1 -0
  63. package/dist/commonjs/index.js +19 -0
  64. package/dist/commonjs/index.js.map +1 -0
  65. package/dist/commonjs/keyVaultManagementClient.d.ts +25 -0
  66. package/dist/commonjs/keyVaultManagementClient.d.ts.map +1 -0
  67. package/dist/commonjs/keyVaultManagementClient.js +107 -0
  68. package/dist/commonjs/keyVaultManagementClient.js.map +1 -0
  69. package/dist/commonjs/lroImpl.d.ts +16 -0
  70. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  71. package/dist/commonjs/lroImpl.js +29 -0
  72. package/dist/commonjs/lroImpl.js.map +1 -0
  73. package/{types/arm-keyvault-profile-2020-09-01-hybrid.d.ts → dist/commonjs/models/index.d.ts} +1076 -1439
  74. package/dist/commonjs/models/index.d.ts.map +1 -0
  75. package/dist/commonjs/models/index.js +201 -0
  76. package/dist/commonjs/models/index.js.map +1 -0
  77. package/dist/commonjs/models/mappers.d.ts +48 -0
  78. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  79. package/dist/commonjs/models/mappers.js +1552 -0
  80. package/dist/commonjs/models/mappers.js.map +1 -0
  81. package/dist/commonjs/models/parameters.d.ts +26 -0
  82. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  83. package/dist/commonjs/models/parameters.js +223 -0
  84. package/dist/commonjs/models/parameters.js.map +1 -0
  85. package/dist/commonjs/operations/index.d.ts +6 -0
  86. package/dist/commonjs/operations/index.d.ts.map +1 -0
  87. package/dist/commonjs/operations/index.js +16 -0
  88. package/dist/commonjs/operations/index.js.map +1 -0
  89. package/dist/commonjs/operations/operations.d.ts +32 -0
  90. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  91. package/dist/commonjs/operations/operations.js +137 -0
  92. package/dist/commonjs/operations/operations.js.map +1 -0
  93. package/dist/commonjs/operations/privateEndpointConnections.d.ts +51 -0
  94. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  95. package/dist/commonjs/operations/privateEndpointConnections.js +189 -0
  96. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  97. package/dist/commonjs/operations/privateLinkResources.d.ts +20 -0
  98. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  99. package/dist/commonjs/operations/privateLinkResources.js +58 -0
  100. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  101. package/dist/commonjs/operations/secrets.d.ts +72 -0
  102. package/dist/commonjs/operations/secrets.d.ts.map +1 -0
  103. package/dist/commonjs/operations/secrets.js +264 -0
  104. package/dist/commonjs/operations/secrets.js.map +1 -0
  105. package/dist/commonjs/operations/vaults.d.ts +166 -0
  106. package/dist/commonjs/operations/vaults.d.ts.map +1 -0
  107. package/dist/commonjs/operations/vaults.js +865 -0
  108. package/dist/commonjs/operations/vaults.js.map +1 -0
  109. package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
  110. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  111. package/dist/commonjs/operationsInterfaces/index.js +16 -0
  112. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  113. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  114. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  115. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  116. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  117. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +43 -0
  118. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  119. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  120. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  121. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +12 -0
  122. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  123. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  124. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  125. package/dist/commonjs/operationsInterfaces/secrets.d.ts +45 -0
  126. package/dist/commonjs/operationsInterfaces/secrets.d.ts.map +1 -0
  127. package/dist/commonjs/operationsInterfaces/secrets.js +10 -0
  128. package/dist/commonjs/operationsInterfaces/secrets.js.map +1 -0
  129. package/dist/commonjs/operationsInterfaces/vaults.d.ts +103 -0
  130. package/dist/commonjs/operationsInterfaces/vaults.d.ts.map +1 -0
  131. package/dist/commonjs/operationsInterfaces/vaults.js +10 -0
  132. package/dist/commonjs/operationsInterfaces/vaults.js.map +1 -0
  133. package/dist/commonjs/package.json +3 -0
  134. package/dist/commonjs/pagingHelper.d.ts +13 -0
  135. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  136. package/dist/commonjs/pagingHelper.js +36 -0
  137. package/dist/commonjs/pagingHelper.js.map +1 -0
  138. package/dist/esm/index.d.ts +5 -0
  139. package/dist/esm/index.d.ts.map +1 -0
  140. package/{src/index.ts → dist/esm/index.js} +5 -5
  141. package/dist/esm/index.js.map +1 -0
  142. package/dist/esm/keyVaultManagementClient.d.ts +25 -0
  143. package/dist/esm/keyVaultManagementClient.d.ts.map +1 -0
  144. package/dist/esm/keyVaultManagementClient.js +102 -0
  145. package/dist/esm/keyVaultManagementClient.js.map +1 -0
  146. package/dist/esm/lroImpl.d.ts +16 -0
  147. package/dist/esm/lroImpl.d.ts.map +1 -0
  148. package/dist/esm/lroImpl.js +25 -0
  149. package/dist/esm/lroImpl.js.map +1 -0
  150. package/dist/esm/models/index.d.ts +1076 -0
  151. package/dist/esm/models/index.d.ts.map +1 -0
  152. package/dist/esm/models/index.js +198 -0
  153. package/dist/esm/models/index.js.map +1 -0
  154. package/dist/esm/models/mappers.d.ts +48 -0
  155. package/dist/esm/models/mappers.d.ts.map +1 -0
  156. package/dist/esm/models/mappers.js +1549 -0
  157. package/dist/esm/models/mappers.js.map +1 -0
  158. package/dist/esm/models/parameters.d.ts +26 -0
  159. package/dist/esm/models/parameters.d.ts.map +1 -0
  160. package/dist/esm/models/parameters.js +220 -0
  161. package/dist/esm/models/parameters.js.map +1 -0
  162. package/dist/esm/operations/index.d.ts +6 -0
  163. package/dist/esm/operations/index.d.ts.map +1 -0
  164. package/dist/esm/operations/index.js +13 -0
  165. package/dist/esm/operations/index.js.map +1 -0
  166. package/dist/esm/operations/operations.d.ts +32 -0
  167. package/dist/esm/operations/operations.d.ts.map +1 -0
  168. package/dist/esm/operations/operations.js +133 -0
  169. package/dist/esm/operations/operations.js.map +1 -0
  170. package/dist/esm/operations/privateEndpointConnections.d.ts +51 -0
  171. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  172. package/dist/esm/operations/privateEndpointConnections.js +184 -0
  173. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  174. package/dist/esm/operations/privateLinkResources.d.ts +20 -0
  175. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  176. package/dist/esm/operations/privateLinkResources.js +53 -0
  177. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  178. package/dist/esm/operations/secrets.d.ts +72 -0
  179. package/dist/esm/operations/secrets.d.ts.map +1 -0
  180. package/dist/esm/operations/secrets.js +260 -0
  181. package/dist/esm/operations/secrets.js.map +1 -0
  182. package/dist/esm/operations/vaults.d.ts +166 -0
  183. package/dist/esm/operations/vaults.d.ts.map +1 -0
  184. package/dist/esm/operations/vaults.js +861 -0
  185. package/dist/esm/operations/vaults.js.map +1 -0
  186. package/dist/esm/operationsInterfaces/index.d.ts +6 -0
  187. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  188. package/dist/esm/operationsInterfaces/index.js +13 -0
  189. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  190. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  191. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  192. package/dist/esm/operationsInterfaces/operations.js +9 -0
  193. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  194. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +43 -0
  195. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  196. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  197. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  198. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +12 -0
  199. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  200. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  201. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  202. package/dist/esm/operationsInterfaces/secrets.d.ts +45 -0
  203. package/dist/esm/operationsInterfaces/secrets.d.ts.map +1 -0
  204. package/dist/esm/operationsInterfaces/secrets.js +9 -0
  205. package/dist/esm/operationsInterfaces/secrets.js.map +1 -0
  206. package/dist/esm/operationsInterfaces/vaults.d.ts +103 -0
  207. package/dist/esm/operationsInterfaces/vaults.d.ts.map +1 -0
  208. package/dist/esm/operationsInterfaces/vaults.js +9 -0
  209. package/dist/esm/operationsInterfaces/vaults.js.map +1 -0
  210. package/dist/esm/package.json +3 -0
  211. package/dist/esm/pagingHelper.d.ts +13 -0
  212. package/dist/esm/pagingHelper.d.ts.map +1 -0
  213. package/dist/esm/pagingHelper.js +32 -0
  214. package/dist/esm/pagingHelper.js.map +1 -0
  215. package/dist/react-native/index.d.ts +5 -0
  216. package/dist/react-native/index.d.ts.map +1 -0
  217. package/dist/react-native/index.js +13 -0
  218. package/dist/react-native/index.js.map +1 -0
  219. package/dist/react-native/keyVaultManagementClient.d.ts +25 -0
  220. package/dist/react-native/keyVaultManagementClient.d.ts.map +1 -0
  221. package/dist/react-native/keyVaultManagementClient.js +102 -0
  222. package/dist/react-native/keyVaultManagementClient.js.map +1 -0
  223. package/dist/react-native/lroImpl.d.ts +16 -0
  224. package/dist/react-native/lroImpl.d.ts.map +1 -0
  225. package/dist/react-native/lroImpl.js +25 -0
  226. package/dist/react-native/lroImpl.js.map +1 -0
  227. package/dist/react-native/models/index.d.ts +1076 -0
  228. package/dist/react-native/models/index.d.ts.map +1 -0
  229. package/dist/react-native/models/index.js +198 -0
  230. package/dist/react-native/models/index.js.map +1 -0
  231. package/dist/react-native/models/mappers.d.ts +48 -0
  232. package/dist/react-native/models/mappers.d.ts.map +1 -0
  233. package/dist/react-native/models/mappers.js +1549 -0
  234. package/dist/react-native/models/mappers.js.map +1 -0
  235. package/dist/react-native/models/parameters.d.ts +26 -0
  236. package/dist/react-native/models/parameters.d.ts.map +1 -0
  237. package/dist/react-native/models/parameters.js +220 -0
  238. package/dist/react-native/models/parameters.js.map +1 -0
  239. package/dist/react-native/operations/index.d.ts +6 -0
  240. package/dist/react-native/operations/index.d.ts.map +1 -0
  241. package/dist/react-native/operations/index.js +13 -0
  242. package/dist/react-native/operations/index.js.map +1 -0
  243. package/dist/react-native/operations/operations.d.ts +32 -0
  244. package/dist/react-native/operations/operations.d.ts.map +1 -0
  245. package/dist/react-native/operations/operations.js +133 -0
  246. package/dist/react-native/operations/operations.js.map +1 -0
  247. package/dist/react-native/operations/privateEndpointConnections.d.ts +51 -0
  248. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  249. package/dist/react-native/operations/privateEndpointConnections.js +184 -0
  250. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  251. package/dist/react-native/operations/privateLinkResources.d.ts +20 -0
  252. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  253. package/dist/react-native/operations/privateLinkResources.js +53 -0
  254. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  255. package/dist/react-native/operations/secrets.d.ts +72 -0
  256. package/dist/react-native/operations/secrets.d.ts.map +1 -0
  257. package/dist/react-native/operations/secrets.js +260 -0
  258. package/dist/react-native/operations/secrets.js.map +1 -0
  259. package/dist/react-native/operations/vaults.d.ts +166 -0
  260. package/dist/react-native/operations/vaults.d.ts.map +1 -0
  261. package/dist/react-native/operations/vaults.js +861 -0
  262. package/dist/react-native/operations/vaults.js.map +1 -0
  263. package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
  264. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  265. package/dist/react-native/operationsInterfaces/index.js +13 -0
  266. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  267. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  268. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  269. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  270. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  271. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +43 -0
  272. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  273. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  274. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  275. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +12 -0
  276. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  277. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  278. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  279. package/dist/react-native/operationsInterfaces/secrets.d.ts +45 -0
  280. package/dist/react-native/operationsInterfaces/secrets.d.ts.map +1 -0
  281. package/dist/react-native/operationsInterfaces/secrets.js +9 -0
  282. package/dist/react-native/operationsInterfaces/secrets.js.map +1 -0
  283. package/dist/react-native/operationsInterfaces/vaults.d.ts +103 -0
  284. package/dist/react-native/operationsInterfaces/vaults.d.ts.map +1 -0
  285. package/dist/react-native/operationsInterfaces/vaults.js +9 -0
  286. package/dist/react-native/operationsInterfaces/vaults.js.map +1 -0
  287. package/dist/react-native/package.json +3 -0
  288. package/dist/react-native/pagingHelper.d.ts +13 -0
  289. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  290. package/dist/react-native/pagingHelper.js +32 -0
  291. package/dist/react-native/pagingHelper.js.map +1 -0
  292. package/package.json +70 -41
  293. package/dist/index.js +0 -3687
  294. package/dist/index.js.map +0 -1
  295. package/dist/index.min.js +0 -1
  296. package/dist/index.min.js.map +0 -1
  297. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  298. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  299. package/dist-esm/samples-dev/operationsListSample.js +0 -50
  300. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  301. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  302. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  303. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -37
  304. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  305. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  306. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  307. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -37
  308. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  309. package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts +0 -2
  310. package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts.map +0 -1
  311. package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js +0 -37
  312. package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js.map +0 -1
  313. package/dist-esm/samples-dev/privateLinkResourcesListByVaultSample.d.ts +0 -2
  314. package/dist-esm/samples-dev/privateLinkResourcesListByVaultSample.d.ts.map +0 -1
  315. package/dist-esm/samples-dev/privateLinkResourcesListByVaultSample.js +0 -36
  316. package/dist-esm/samples-dev/privateLinkResourcesListByVaultSample.js.map +0 -1
  317. package/dist-esm/samples-dev/secretsCreateOrUpdateSample.d.ts +0 -2
  318. package/dist-esm/samples-dev/secretsCreateOrUpdateSample.d.ts.map +0 -1
  319. package/dist-esm/samples-dev/secretsCreateOrUpdateSample.js +0 -33
  320. package/dist-esm/samples-dev/secretsCreateOrUpdateSample.js.map +0 -1
  321. package/dist-esm/samples-dev/secretsGetSample.d.ts +0 -2
  322. package/dist-esm/samples-dev/secretsGetSample.d.ts.map +0 -1
  323. package/dist-esm/samples-dev/secretsGetSample.js +0 -37
  324. package/dist-esm/samples-dev/secretsGetSample.js.map +0 -1
  325. package/dist-esm/samples-dev/secretsListSample.d.ts +0 -2
  326. package/dist-esm/samples-dev/secretsListSample.d.ts.map +0 -1
  327. package/dist-esm/samples-dev/secretsListSample.js +0 -52
  328. package/dist-esm/samples-dev/secretsListSample.js.map +0 -1
  329. package/dist-esm/samples-dev/secretsUpdateSample.d.ts +0 -2
  330. package/dist-esm/samples-dev/secretsUpdateSample.d.ts.map +0 -1
  331. package/dist-esm/samples-dev/secretsUpdateSample.js +0 -33
  332. package/dist-esm/samples-dev/secretsUpdateSample.js.map +0 -1
  333. package/dist-esm/samples-dev/vaultsCheckNameAvailabilitySample.d.ts +0 -2
  334. package/dist-esm/samples-dev/vaultsCheckNameAvailabilitySample.d.ts.map +0 -1
  335. package/dist-esm/samples-dev/vaultsCheckNameAvailabilitySample.js +0 -31
  336. package/dist-esm/samples-dev/vaultsCheckNameAvailabilitySample.js.map +0 -1
  337. package/dist-esm/samples-dev/vaultsCreateOrUpdateSample.d.ts +0 -2
  338. package/dist-esm/samples-dev/vaultsCreateOrUpdateSample.d.ts.map +0 -1
  339. package/dist-esm/samples-dev/vaultsCreateOrUpdateSample.js +0 -120
  340. package/dist-esm/samples-dev/vaultsCreateOrUpdateSample.js.map +0 -1
  341. package/dist-esm/samples-dev/vaultsDeleteSample.d.ts +0 -2
  342. package/dist-esm/samples-dev/vaultsDeleteSample.d.ts.map +0 -1
  343. package/dist-esm/samples-dev/vaultsDeleteSample.js +0 -36
  344. package/dist-esm/samples-dev/vaultsDeleteSample.js.map +0 -1
  345. package/dist-esm/samples-dev/vaultsGetDeletedSample.d.ts +0 -2
  346. package/dist-esm/samples-dev/vaultsGetDeletedSample.d.ts.map +0 -1
  347. package/dist-esm/samples-dev/vaultsGetDeletedSample.js +0 -36
  348. package/dist-esm/samples-dev/vaultsGetDeletedSample.js.map +0 -1
  349. package/dist-esm/samples-dev/vaultsGetSample.d.ts +0 -2
  350. package/dist-esm/samples-dev/vaultsGetSample.d.ts.map +0 -1
  351. package/dist-esm/samples-dev/vaultsGetSample.js +0 -36
  352. package/dist-esm/samples-dev/vaultsGetSample.js.map +0 -1
  353. package/dist-esm/samples-dev/vaultsListByResourceGroupSample.d.ts +0 -2
  354. package/dist-esm/samples-dev/vaultsListByResourceGroupSample.d.ts.map +0 -1
  355. package/dist-esm/samples-dev/vaultsListByResourceGroupSample.js +0 -46
  356. package/dist-esm/samples-dev/vaultsListByResourceGroupSample.js.map +0 -1
  357. package/dist-esm/samples-dev/vaultsListBySubscriptionSample.d.ts +0 -2
  358. package/dist-esm/samples-dev/vaultsListBySubscriptionSample.d.ts.map +0 -1
  359. package/dist-esm/samples-dev/vaultsListBySubscriptionSample.js +0 -45
  360. package/dist-esm/samples-dev/vaultsListBySubscriptionSample.js.map +0 -1
  361. package/dist-esm/samples-dev/vaultsListDeletedSample.d.ts +0 -2
  362. package/dist-esm/samples-dev/vaultsListDeletedSample.d.ts.map +0 -1
  363. package/dist-esm/samples-dev/vaultsListDeletedSample.js +0 -50
  364. package/dist-esm/samples-dev/vaultsListDeletedSample.js.map +0 -1
  365. package/dist-esm/samples-dev/vaultsListSample.d.ts +0 -2
  366. package/dist-esm/samples-dev/vaultsListSample.d.ts.map +0 -1
  367. package/dist-esm/samples-dev/vaultsListSample.js +0 -45
  368. package/dist-esm/samples-dev/vaultsListSample.js.map +0 -1
  369. package/dist-esm/samples-dev/vaultsPurgeDeletedSample.d.ts +0 -2
  370. package/dist-esm/samples-dev/vaultsPurgeDeletedSample.d.ts.map +0 -1
  371. package/dist-esm/samples-dev/vaultsPurgeDeletedSample.js +0 -36
  372. package/dist-esm/samples-dev/vaultsPurgeDeletedSample.js.map +0 -1
  373. package/dist-esm/samples-dev/vaultsUpdateAccessPolicySample.d.ts +0 -2
  374. package/dist-esm/samples-dev/vaultsUpdateAccessPolicySample.d.ts.map +0 -1
  375. package/dist-esm/samples-dev/vaultsUpdateAccessPolicySample.js +0 -45
  376. package/dist-esm/samples-dev/vaultsUpdateAccessPolicySample.js.map +0 -1
  377. package/dist-esm/samples-dev/vaultsUpdateSample.d.ts +0 -2
  378. package/dist-esm/samples-dev/vaultsUpdateSample.d.ts.map +0 -1
  379. package/dist-esm/samples-dev/vaultsUpdateSample.js +0 -81
  380. package/dist-esm/samples-dev/vaultsUpdateSample.js.map +0 -1
  381. package/dist-esm/src/index.d.ts +0 -5
  382. package/dist-esm/src/index.js.map +0 -1
  383. package/dist-esm/src/keyVaultManagementClient.d.ts.map +0 -1
  384. package/dist-esm/src/keyVaultManagementClient.js.map +0 -1
  385. package/dist-esm/src/lroImpl.js +0 -29
  386. package/dist-esm/src/lroImpl.js.map +0 -1
  387. package/dist-esm/src/models/index.js.map +0 -1
  388. package/dist-esm/src/models/mappers.js.map +0 -1
  389. package/dist-esm/src/models/parameters.js.map +0 -1
  390. package/dist-esm/src/operations/index.d.ts +0 -6
  391. package/dist-esm/src/operations/index.js.map +0 -1
  392. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  393. package/dist-esm/src/operations/operations.js.map +0 -1
  394. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  395. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  396. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  397. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  398. package/dist-esm/src/operations/secrets.d.ts.map +0 -1
  399. package/dist-esm/src/operations/secrets.js.map +0 -1
  400. package/dist-esm/src/operations/vaults.d.ts.map +0 -1
  401. package/dist-esm/src/operations/vaults.js.map +0 -1
  402. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
  403. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  404. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  405. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  406. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  407. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  408. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  409. package/dist-esm/src/operationsInterfaces/secrets.d.ts.map +0 -1
  410. package/dist-esm/src/operationsInterfaces/secrets.js.map +0 -1
  411. package/dist-esm/src/operationsInterfaces/vaults.d.ts.map +0 -1
  412. package/dist-esm/src/operationsInterfaces/vaults.js.map +0 -1
  413. package/dist-esm/src/pagingHelper.js.map +0 -1
  414. package/dist-esm/test/sampleTest.d.ts +0 -2
  415. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  416. package/dist-esm/test/sampleTest.js +0 -42
  417. package/dist-esm/test/sampleTest.js.map +0 -1
  418. package/src/keyVaultManagementClient.ts +0 -161
  419. package/src/lroImpl.ts +0 -34
  420. package/src/models/index.ts +0 -1192
  421. package/src/models/mappers.ts +0 -1612
  422. package/src/models/parameters.ts +0 -257
  423. package/src/operations/index.ts +0 -13
  424. package/src/operations/operations.ts +0 -149
  425. package/src/operations/privateEndpointConnections.ts +0 -265
  426. package/src/operations/privateLinkResources.ts +0 -72
  427. package/src/operations/secrets.ts +0 -344
  428. package/src/operations/vaults.ts +0 -1078
  429. package/src/operationsInterfaces/index.ts +0 -13
  430. package/src/operationsInterfaces/operations.ts +0 -22
  431. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -85
  432. package/src/operationsInterfaces/privateLinkResources.ts +0 -27
  433. package/src/operationsInterfaces/secrets.ts +0 -86
  434. package/src/operationsInterfaces/vaults.ts +0 -197
  435. package/src/pagingHelper.ts +0 -39
  436. package/tsconfig.json +0 -33
  437. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  438. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  439. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  440. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  441. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  442. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  443. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  444. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  445. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  446. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  447. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  448. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  449. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  450. /package/{dist-esm/src → dist/browser}/operationsInterfaces/secrets.js +0 -0
  451. /package/{dist-esm/src → dist/browser}/operationsInterfaces/vaults.js +0 -0
  452. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  453. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  454. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  455. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1,1076 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** Parameters for creating or updating a vault */
3
+ export interface VaultCreateOrUpdateParameters {
4
+ /** The supported Azure location where the key vault should be created. */
5
+ location: string;
6
+ /** The tags that will be assigned to the key vault. */
7
+ tags?: {
8
+ [propertyName: string]: string;
9
+ };
10
+ /** Properties of the vault */
11
+ properties: VaultProperties;
12
+ }
13
+ /** Properties of the vault */
14
+ export interface VaultProperties {
15
+ /** The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. */
16
+ tenantId: string;
17
+ /** SKU details */
18
+ sku: Sku;
19
+ /** 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. */
20
+ accessPolicies?: AccessPolicyEntry[];
21
+ /** The URI of the vault for performing operations on keys and secrets. This property is readonly */
22
+ vaultUri?: string;
23
+ /**
24
+ * The resource id of HSM Pool.
25
+ * NOTE: This property will not be serialized. It can only be populated by the server.
26
+ */
27
+ readonly hsmPoolResourceId?: string;
28
+ /** Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault. */
29
+ enabledForDeployment?: boolean;
30
+ /** Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys. */
31
+ enabledForDiskEncryption?: boolean;
32
+ /** Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault. */
33
+ enabledForTemplateDeployment?: boolean;
34
+ /** 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. */
35
+ enableSoftDelete?: boolean;
36
+ /** softDelete data retention days. It accepts >=7 and <=90. */
37
+ softDeleteRetentionInDays?: number;
38
+ /** 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. */
39
+ enableRbacAuthorization?: boolean;
40
+ /** The vault's create mode to indicate whether the vault need to be recovered or not. */
41
+ createMode?: CreateMode;
42
+ /** 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. */
43
+ enablePurgeProtection?: boolean;
44
+ /** Rules governing the accessibility of the key vault from specific network locations. */
45
+ networkAcls?: NetworkRuleSet;
46
+ /** Provisioning state of the vault. */
47
+ provisioningState?: VaultProvisioningState;
48
+ /**
49
+ * List of private endpoint connections associated with the key vault.
50
+ * NOTE: This property will not be serialized. It can only be populated by the server.
51
+ */
52
+ readonly privateEndpointConnections?: PrivateEndpointConnectionItem[];
53
+ }
54
+ /** SKU details */
55
+ export interface Sku {
56
+ /** SKU family name */
57
+ family: SkuFamily;
58
+ /** SKU name to specify whether the key vault is a standard vault or a premium vault. */
59
+ name: SkuName;
60
+ }
61
+ /** 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. */
62
+ export interface AccessPolicyEntry {
63
+ /** The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. */
64
+ tenantId: string;
65
+ /** 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. */
66
+ objectId: string;
67
+ /** Application ID of the client making request on behalf of a principal */
68
+ applicationId?: string;
69
+ /** Permissions the identity has for keys, secrets and certificates. */
70
+ permissions: Permissions;
71
+ }
72
+ /** Permissions the identity has for keys, secrets, certificates and storage. */
73
+ export interface Permissions {
74
+ /** Permissions to keys */
75
+ keys?: KeyPermissions[];
76
+ /** Permissions to secrets */
77
+ secrets?: SecretPermissions[];
78
+ /** Permissions to certificates */
79
+ certificates?: CertificatePermissions[];
80
+ /** Permissions to storage accounts */
81
+ storage?: StoragePermissions[];
82
+ }
83
+ /** A set of rules governing the network accessibility of a vault. */
84
+ export interface NetworkRuleSet {
85
+ /** Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'. */
86
+ bypass?: NetworkRuleBypassOptions;
87
+ /** The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. */
88
+ defaultAction?: NetworkRuleAction;
89
+ /** The list of IP address rules. */
90
+ ipRules?: IPRule[];
91
+ /** The list of virtual network rules. */
92
+ virtualNetworkRules?: VirtualNetworkRule[];
93
+ }
94
+ /** A rule governing the accessibility of a vault from a specific ip address or ip range. */
95
+ export interface IPRule {
96
+ /** 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). */
97
+ value: string;
98
+ }
99
+ /** A rule governing the accessibility of a vault from a specific virtual network. */
100
+ export interface VirtualNetworkRule {
101
+ /** Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. */
102
+ id: string;
103
+ /** Property to specify whether NRP will ignore the check if parent subnet has serviceEndpoints configured. */
104
+ ignoreMissingVnetServiceEndpoint?: boolean;
105
+ }
106
+ /** Private endpoint connection item. */
107
+ export interface PrivateEndpointConnectionItem {
108
+ /** Id of private endpoint connection. */
109
+ id?: string;
110
+ /** Modified whenever there is a change in the state of private endpoint connection. */
111
+ etag?: string;
112
+ /** Properties of the private endpoint object. */
113
+ privateEndpoint?: PrivateEndpoint;
114
+ /** Approval state of the private link connection. */
115
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
116
+ /**
117
+ * Provisioning state of the private endpoint connection.
118
+ * NOTE: This property will not be serialized. It can only be populated by the server.
119
+ */
120
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
121
+ }
122
+ /** Private endpoint object properties. */
123
+ export interface PrivateEndpoint {
124
+ /**
125
+ * Full identifier of the private endpoint resource.
126
+ * NOTE: This property will not be serialized. It can only be populated by the server.
127
+ */
128
+ readonly id?: string;
129
+ }
130
+ /** An object that represents the approval state of the private link connection. */
131
+ export interface PrivateLinkServiceConnectionState {
132
+ /** Indicates whether the connection has been approved, rejected or removed by the key vault owner. */
133
+ status?: PrivateEndpointServiceConnectionStatus;
134
+ /** The reason for approval or rejection. */
135
+ description?: string;
136
+ /** A message indicating if changes on the service provider require any updates on the consumer. */
137
+ actionsRequired?: string;
138
+ }
139
+ /** Resource information with extended details. */
140
+ export interface Vault {
141
+ /**
142
+ * Fully qualified identifier of the key vault resource.
143
+ * NOTE: This property will not be serialized. It can only be populated by the server.
144
+ */
145
+ readonly id?: string;
146
+ /**
147
+ * Name of the key vault resource.
148
+ * NOTE: This property will not be serialized. It can only be populated by the server.
149
+ */
150
+ readonly name?: string;
151
+ /**
152
+ * Resource type of the key vault resource.
153
+ * NOTE: This property will not be serialized. It can only be populated by the server.
154
+ */
155
+ readonly type?: string;
156
+ /** Azure location of the key vault resource. */
157
+ location?: string;
158
+ /** Tags assigned to the key vault resource. */
159
+ tags?: {
160
+ [propertyName: string]: string;
161
+ };
162
+ /** Properties of the vault */
163
+ properties: VaultProperties;
164
+ }
165
+ /** An error response from Key Vault resource provider */
166
+ export interface CloudError {
167
+ /** An error response from Key Vault resource provider */
168
+ error?: CloudErrorBody;
169
+ }
170
+ /** An error response from Key Vault resource provider */
171
+ export interface CloudErrorBody {
172
+ /** Error code. This is a mnemonic that can be consumed programmatically. */
173
+ code?: string;
174
+ /** User friendly error message. The message is typically localized and may vary with service version. */
175
+ message?: string;
176
+ }
177
+ /** Parameters for creating or updating a vault */
178
+ export interface VaultPatchParameters {
179
+ /** The tags that will be assigned to the key vault. */
180
+ tags?: {
181
+ [propertyName: string]: string;
182
+ };
183
+ /** Properties of the vault */
184
+ properties?: VaultPatchProperties;
185
+ }
186
+ /** Properties of the vault */
187
+ export interface VaultPatchProperties {
188
+ /** The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. */
189
+ tenantId?: string;
190
+ /** SKU details */
191
+ sku?: Sku;
192
+ /** 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. */
193
+ accessPolicies?: AccessPolicyEntry[];
194
+ /** Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault. */
195
+ enabledForDeployment?: boolean;
196
+ /** Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys. */
197
+ enabledForDiskEncryption?: boolean;
198
+ /** Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault. */
199
+ enabledForTemplateDeployment?: boolean;
200
+ /** Property to specify whether the 'soft delete' functionality is enabled for this key vault. Once set to true, it cannot be reverted to false. */
201
+ enableSoftDelete?: boolean;
202
+ /** 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. */
203
+ enableRbacAuthorization?: boolean;
204
+ /** softDelete data retention days. It accepts >=7 and <=90. */
205
+ softDeleteRetentionInDays?: number;
206
+ /** The vault's create mode to indicate whether the vault need to be recovered or not. */
207
+ createMode?: CreateMode;
208
+ /** 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. */
209
+ enablePurgeProtection?: boolean;
210
+ /** A collection of rules governing the accessibility of the vault from specific network locations. */
211
+ networkAcls?: NetworkRuleSet;
212
+ }
213
+ /** Parameters for updating the access policy in a vault */
214
+ export interface VaultAccessPolicyParameters {
215
+ /**
216
+ * The resource id of the access policy.
217
+ * NOTE: This property will not be serialized. It can only be populated by the server.
218
+ */
219
+ readonly id?: string;
220
+ /**
221
+ * The resource name of the access policy.
222
+ * NOTE: This property will not be serialized. It can only be populated by the server.
223
+ */
224
+ readonly name?: string;
225
+ /**
226
+ * The resource name of the access policy.
227
+ * NOTE: This property will not be serialized. It can only be populated by the server.
228
+ */
229
+ readonly type?: string;
230
+ /**
231
+ * The resource type of the access policy.
232
+ * NOTE: This property will not be serialized. It can only be populated by the server.
233
+ */
234
+ readonly location?: string;
235
+ /** Properties of the access policy */
236
+ properties: VaultAccessPolicyProperties;
237
+ }
238
+ /** Properties of the vault access policy */
239
+ export interface VaultAccessPolicyProperties {
240
+ /** 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. */
241
+ accessPolicies: AccessPolicyEntry[];
242
+ }
243
+ /** List of vaults */
244
+ export interface VaultListResult {
245
+ /** The list of vaults. */
246
+ value?: Vault[];
247
+ /** The URL to get the next set of vaults. */
248
+ nextLink?: string;
249
+ }
250
+ /** List of vaults */
251
+ export interface DeletedVaultListResult {
252
+ /** The list of deleted vaults. */
253
+ value?: DeletedVault[];
254
+ /** The URL to get the next set of deleted vaults. */
255
+ nextLink?: string;
256
+ }
257
+ /** Deleted vault information with extended details. */
258
+ export interface DeletedVault {
259
+ /**
260
+ * The resource ID for the deleted key vault.
261
+ * NOTE: This property will not be serialized. It can only be populated by the server.
262
+ */
263
+ readonly id?: string;
264
+ /**
265
+ * The name of the key vault.
266
+ * NOTE: This property will not be serialized. It can only be populated by the server.
267
+ */
268
+ readonly name?: string;
269
+ /**
270
+ * The resource type of the key vault.
271
+ * NOTE: This property will not be serialized. It can only be populated by the server.
272
+ */
273
+ readonly type?: string;
274
+ /** Properties of the vault */
275
+ properties?: DeletedVaultProperties;
276
+ }
277
+ /** Properties of the deleted vault. */
278
+ export interface DeletedVaultProperties {
279
+ /**
280
+ * The resource id of the original vault.
281
+ * NOTE: This property will not be serialized. It can only be populated by the server.
282
+ */
283
+ readonly vaultId?: string;
284
+ /**
285
+ * The location of the original vault.
286
+ * NOTE: This property will not be serialized. It can only be populated by the server.
287
+ */
288
+ readonly location?: string;
289
+ /**
290
+ * The deleted date.
291
+ * NOTE: This property will not be serialized. It can only be populated by the server.
292
+ */
293
+ readonly deletionDate?: Date;
294
+ /**
295
+ * The scheduled purged date.
296
+ * NOTE: This property will not be serialized. It can only be populated by the server.
297
+ */
298
+ readonly scheduledPurgeDate?: Date;
299
+ /**
300
+ * Tags of the original vault.
301
+ * NOTE: This property will not be serialized. It can only be populated by the server.
302
+ */
303
+ readonly tags?: {
304
+ [propertyName: string]: string;
305
+ };
306
+ /**
307
+ * Purge protection status of the original vault.
308
+ * NOTE: This property will not be serialized. It can only be populated by the server.
309
+ */
310
+ readonly purgeProtectionEnabled?: boolean;
311
+ }
312
+ /** List of vault resources. */
313
+ export interface ResourceListResult {
314
+ /** The list of vault resources. */
315
+ value?: Resource[];
316
+ /** The URL to get the next set of vault resources. */
317
+ nextLink?: string;
318
+ }
319
+ /** Key Vault resource */
320
+ export interface Resource {
321
+ /**
322
+ * Fully qualified identifier of the key vault resource.
323
+ * NOTE: This property will not be serialized. It can only be populated by the server.
324
+ */
325
+ readonly id?: string;
326
+ /**
327
+ * Name of the key vault resource.
328
+ * NOTE: This property will not be serialized. It can only be populated by the server.
329
+ */
330
+ readonly name?: string;
331
+ /**
332
+ * Resource type of the key vault resource.
333
+ * NOTE: This property will not be serialized. It can only be populated by the server.
334
+ */
335
+ readonly type?: string;
336
+ /**
337
+ * Azure location of the key vault resource.
338
+ * NOTE: This property will not be serialized. It can only be populated by the server.
339
+ */
340
+ readonly location?: string;
341
+ /**
342
+ * Tags assigned to the key vault resource.
343
+ * NOTE: This property will not be serialized. It can only be populated by the server.
344
+ */
345
+ readonly tags?: {
346
+ [propertyName: string]: string;
347
+ };
348
+ }
349
+ /** The parameters used to check the availability of the vault name. */
350
+ export interface VaultCheckNameAvailabilityParameters {
351
+ /** The vault name. */
352
+ name: string;
353
+ /** The type of resource, Microsoft.KeyVault/vaults */
354
+ type: "Microsoft.KeyVault/vaults";
355
+ }
356
+ /** The CheckNameAvailability operation response. */
357
+ export interface CheckNameAvailabilityResult {
358
+ /**
359
+ * 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.
360
+ * NOTE: This property will not be serialized. It can only be populated by the server.
361
+ */
362
+ readonly nameAvailable?: boolean;
363
+ /**
364
+ * The reason that a vault name could not be used. The Reason element is only returned if NameAvailable is false.
365
+ * NOTE: This property will not be serialized. It can only be populated by the server.
366
+ */
367
+ readonly reason?: Reason;
368
+ /**
369
+ * An error message explaining the Reason value in more detail.
370
+ * NOTE: This property will not be serialized. It can only be populated by the server.
371
+ */
372
+ readonly message?: string;
373
+ }
374
+ /** A list of private link resources */
375
+ export interface PrivateLinkResourceListResult {
376
+ /** Array of private link resources */
377
+ value?: PrivateLinkResource[];
378
+ }
379
+ /** 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. */
380
+ export interface OperationListResult {
381
+ /** List of Storage operations supported by the Storage resource provider. */
382
+ value?: Operation[];
383
+ /** The URL to get the next set of operations. */
384
+ nextLink?: string;
385
+ }
386
+ /** Key Vault REST API operation definition. */
387
+ export interface Operation {
388
+ /** Operation name: {provider}/{resource}/{operation} */
389
+ name?: string;
390
+ /** Display metadata associated with the operation. */
391
+ display?: OperationDisplay;
392
+ /** The origin of operations. */
393
+ origin?: string;
394
+ /** Property to specify whether the action is a data action. */
395
+ isDataAction?: boolean;
396
+ /** One property of operation, include metric specifications. */
397
+ serviceSpecification?: ServiceSpecification;
398
+ }
399
+ /** Display metadata associated with the operation. */
400
+ export interface OperationDisplay {
401
+ /** Service provider: Microsoft Key Vault. */
402
+ provider?: string;
403
+ /** Resource on which the operation is performed etc. */
404
+ resource?: string;
405
+ /** Type of operation: get, read, delete, etc. */
406
+ operation?: string;
407
+ /** Description of operation. */
408
+ description?: string;
409
+ }
410
+ /** One property of operation, include log specifications. */
411
+ export interface ServiceSpecification {
412
+ /** Log specifications of operation. */
413
+ logSpecifications?: LogSpecification[];
414
+ /** Metric specifications of operation. */
415
+ metricSpecifications?: MetricSpecification[];
416
+ }
417
+ /** Log specification of operation. */
418
+ export interface LogSpecification {
419
+ /** Name of log specification. */
420
+ name?: string;
421
+ /** Display name of log specification. */
422
+ displayName?: string;
423
+ /** Blob duration of specification. */
424
+ blobDuration?: string;
425
+ }
426
+ /** Metric specification of operation. */
427
+ export interface MetricSpecification {
428
+ /** Name of metric specification. */
429
+ name?: string;
430
+ /** Display name of Metric specification. */
431
+ displayName?: string;
432
+ /** Display description of Metric specification. */
433
+ displayDescription?: string;
434
+ /** The metric unit. Possible values include: 'Bytes', 'Count', 'Milliseconds'. */
435
+ unit?: string;
436
+ /** The metric aggregation type. Possible values include: 'Average', 'Count', 'Total'. */
437
+ aggregationType?: string;
438
+ /** The supported aggregation types for the metrics. */
439
+ supportedAggregationTypes?: string[];
440
+ /** The supported time grain types for the metrics. */
441
+ supportedTimeGrainTypes?: string[];
442
+ /** The metric lock aggregation type. */
443
+ lockAggregationType?: string;
444
+ /** The dimensions of metric */
445
+ dimensions?: DimensionProperties[];
446
+ /** Property to specify whether to fill gap with zero. */
447
+ fillGapWithZero?: boolean;
448
+ /** The internal metric name. */
449
+ internalMetricName?: string;
450
+ }
451
+ /** Type of operation: get, read, delete, etc. */
452
+ export interface DimensionProperties {
453
+ /** Name of dimension. */
454
+ name?: string;
455
+ /** Display name of dimension. */
456
+ displayName?: string;
457
+ /** Property to specify whether the dimension should be exported for shoebox. */
458
+ toBeExportedForShoebox?: boolean;
459
+ }
460
+ /** Parameters for creating or updating a secret */
461
+ export interface SecretCreateOrUpdateParameters {
462
+ /** The tags that will be assigned to the secret. */
463
+ tags?: {
464
+ [propertyName: string]: string;
465
+ };
466
+ /** Properties of the secret */
467
+ properties: SecretProperties;
468
+ }
469
+ /** Properties of the secret */
470
+ export interface SecretProperties {
471
+ /** 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. */
472
+ value?: string;
473
+ /** The content type of the secret. */
474
+ contentType?: string;
475
+ /** The attributes of the secret. */
476
+ attributes?: SecretAttributes;
477
+ /**
478
+ * The URI to retrieve the current version of the secret.
479
+ * NOTE: This property will not be serialized. It can only be populated by the server.
480
+ */
481
+ readonly secretUri?: string;
482
+ /**
483
+ * The URI to retrieve the specific version of the secret.
484
+ * NOTE: This property will not be serialized. It can only be populated by the server.
485
+ */
486
+ readonly secretUriWithVersion?: string;
487
+ }
488
+ /** The object attributes managed by the KeyVault service. */
489
+ export interface Attributes {
490
+ /** Determines whether the object is enabled. */
491
+ enabled?: boolean;
492
+ /** Not before date in seconds since 1970-01-01T00:00:00Z. */
493
+ notBefore?: Date;
494
+ /** Expiry date in seconds since 1970-01-01T00:00:00Z. */
495
+ expires?: Date;
496
+ /**
497
+ * Creation time in seconds since 1970-01-01T00:00:00Z.
498
+ * NOTE: This property will not be serialized. It can only be populated by the server.
499
+ */
500
+ readonly created?: Date;
501
+ /**
502
+ * Last updated time in seconds since 1970-01-01T00:00:00Z.
503
+ * NOTE: This property will not be serialized. It can only be populated by the server.
504
+ */
505
+ readonly updated?: Date;
506
+ }
507
+ /** Parameters for patching a secret */
508
+ export interface SecretPatchParameters {
509
+ /** The tags that will be assigned to the secret. */
510
+ tags?: {
511
+ [propertyName: string]: string;
512
+ };
513
+ /** Properties of the secret */
514
+ properties?: SecretPatchProperties;
515
+ }
516
+ /** Properties of the secret */
517
+ export interface SecretPatchProperties {
518
+ /** The value of the secret. */
519
+ value?: string;
520
+ /** The content type of the secret. */
521
+ contentType?: string;
522
+ /** The attributes of the secret. */
523
+ attributes?: SecretAttributes;
524
+ }
525
+ /** List of secrets */
526
+ export interface SecretListResult {
527
+ /** The list of secrets. */
528
+ value?: Secret[];
529
+ /** The URL to get the next set of secrets. */
530
+ nextLink?: string;
531
+ }
532
+ /** Private endpoint connection resource. */
533
+ export interface PrivateEndpointConnection extends Resource {
534
+ /** Modified whenever there is a change in the state of private endpoint connection. */
535
+ etag?: string;
536
+ /** Properties of the private endpoint object. */
537
+ privateEndpoint?: PrivateEndpoint;
538
+ /** Approval state of the private link connection. */
539
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
540
+ /**
541
+ * Provisioning state of the private endpoint connection.
542
+ * NOTE: This property will not be serialized. It can only be populated by the server.
543
+ */
544
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
545
+ }
546
+ /** A private link resource */
547
+ export interface PrivateLinkResource extends Resource {
548
+ /**
549
+ * Group identifier of private link resource.
550
+ * NOTE: This property will not be serialized. It can only be populated by the server.
551
+ */
552
+ readonly groupId?: string;
553
+ /**
554
+ * Required member names of private link resource.
555
+ * NOTE: This property will not be serialized. It can only be populated by the server.
556
+ */
557
+ readonly requiredMembers?: string[];
558
+ /** Required DNS zone names of the the private link resource. */
559
+ requiredZoneNames?: string[];
560
+ }
561
+ /** Resource information with extended details. */
562
+ export interface Secret extends Resource {
563
+ /** Properties of the secret */
564
+ properties: SecretProperties;
565
+ }
566
+ /** The secret management attributes. */
567
+ export interface SecretAttributes extends Attributes {
568
+ }
569
+ /** Defines headers for PrivateEndpointConnections_put operation. */
570
+ export interface PrivateEndpointConnectionsPutHeaders {
571
+ /** (specified only if operation does not finish synchronously) The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
572
+ retryAfter?: number;
573
+ /** (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. */
574
+ azureAsyncOperation?: string;
575
+ }
576
+ /** Defines headers for PrivateEndpointConnections_delete operation. */
577
+ export interface PrivateEndpointConnectionsDeleteHeaders {
578
+ /** The recommended number of seconds to wait before calling the URI specified in the location header. */
579
+ retryAfter?: number;
580
+ /** The URI to poll for completion status. */
581
+ location?: string;
582
+ }
583
+ /** Known values of {@link SkuFamily} that the service accepts. */
584
+ export declare enum KnownSkuFamily {
585
+ /** A */
586
+ A = "A"
587
+ }
588
+ /**
589
+ * Defines values for SkuFamily. \
590
+ * {@link KnownSkuFamily} can be used interchangeably with SkuFamily,
591
+ * this enum contains the known values that the service supports.
592
+ * ### Known values supported by the service
593
+ * **A**
594
+ */
595
+ export type SkuFamily = string;
596
+ /** Known values of {@link KeyPermissions} that the service accepts. */
597
+ export declare enum KnownKeyPermissions {
598
+ /** All */
599
+ All = "all",
600
+ /** Encrypt */
601
+ Encrypt = "encrypt",
602
+ /** Decrypt */
603
+ Decrypt = "decrypt",
604
+ /** WrapKey */
605
+ WrapKey = "wrapKey",
606
+ /** UnwrapKey */
607
+ UnwrapKey = "unwrapKey",
608
+ /** Sign */
609
+ Sign = "sign",
610
+ /** Verify */
611
+ Verify = "verify",
612
+ /** Get */
613
+ Get = "get",
614
+ /** List */
615
+ List = "list",
616
+ /** Create */
617
+ Create = "create",
618
+ /** Update */
619
+ Update = "update",
620
+ /** Import */
621
+ Import = "import",
622
+ /** Delete */
623
+ Delete = "delete",
624
+ /** Backup */
625
+ Backup = "backup",
626
+ /** Restore */
627
+ Restore = "restore",
628
+ /** Recover */
629
+ Recover = "recover",
630
+ /** Purge */
631
+ Purge = "purge"
632
+ }
633
+ /**
634
+ * Defines values for KeyPermissions. \
635
+ * {@link KnownKeyPermissions} can be used interchangeably with KeyPermissions,
636
+ * this enum contains the known values that the service supports.
637
+ * ### Known values supported by the service
638
+ * **all** \
639
+ * **encrypt** \
640
+ * **decrypt** \
641
+ * **wrapKey** \
642
+ * **unwrapKey** \
643
+ * **sign** \
644
+ * **verify** \
645
+ * **get** \
646
+ * **list** \
647
+ * **create** \
648
+ * **update** \
649
+ * **import** \
650
+ * **delete** \
651
+ * **backup** \
652
+ * **restore** \
653
+ * **recover** \
654
+ * **purge**
655
+ */
656
+ export type KeyPermissions = string;
657
+ /** Known values of {@link SecretPermissions} that the service accepts. */
658
+ export declare enum KnownSecretPermissions {
659
+ /** All */
660
+ All = "all",
661
+ /** Get */
662
+ Get = "get",
663
+ /** List */
664
+ List = "list",
665
+ /** Set */
666
+ Set = "set",
667
+ /** Delete */
668
+ Delete = "delete",
669
+ /** Backup */
670
+ Backup = "backup",
671
+ /** Restore */
672
+ Restore = "restore",
673
+ /** Recover */
674
+ Recover = "recover",
675
+ /** Purge */
676
+ Purge = "purge"
677
+ }
678
+ /**
679
+ * Defines values for SecretPermissions. \
680
+ * {@link KnownSecretPermissions} can be used interchangeably with SecretPermissions,
681
+ * this enum contains the known values that the service supports.
682
+ * ### Known values supported by the service
683
+ * **all** \
684
+ * **get** \
685
+ * **list** \
686
+ * **set** \
687
+ * **delete** \
688
+ * **backup** \
689
+ * **restore** \
690
+ * **recover** \
691
+ * **purge**
692
+ */
693
+ export type SecretPermissions = string;
694
+ /** Known values of {@link CertificatePermissions} that the service accepts. */
695
+ export declare enum KnownCertificatePermissions {
696
+ /** All */
697
+ All = "all",
698
+ /** Get */
699
+ Get = "get",
700
+ /** List */
701
+ List = "list",
702
+ /** Delete */
703
+ Delete = "delete",
704
+ /** Create */
705
+ Create = "create",
706
+ /** Import */
707
+ Import = "import",
708
+ /** Update */
709
+ Update = "update",
710
+ /** Managecontacts */
711
+ Managecontacts = "managecontacts",
712
+ /** Getissuers */
713
+ Getissuers = "getissuers",
714
+ /** Listissuers */
715
+ Listissuers = "listissuers",
716
+ /** Setissuers */
717
+ Setissuers = "setissuers",
718
+ /** Deleteissuers */
719
+ Deleteissuers = "deleteissuers",
720
+ /** Manageissuers */
721
+ Manageissuers = "manageissuers",
722
+ /** Recover */
723
+ Recover = "recover",
724
+ /** Purge */
725
+ Purge = "purge",
726
+ /** Backup */
727
+ Backup = "backup",
728
+ /** Restore */
729
+ Restore = "restore"
730
+ }
731
+ /**
732
+ * Defines values for CertificatePermissions. \
733
+ * {@link KnownCertificatePermissions} can be used interchangeably with CertificatePermissions,
734
+ * this enum contains the known values that the service supports.
735
+ * ### Known values supported by the service
736
+ * **all** \
737
+ * **get** \
738
+ * **list** \
739
+ * **delete** \
740
+ * **create** \
741
+ * **import** \
742
+ * **update** \
743
+ * **managecontacts** \
744
+ * **getissuers** \
745
+ * **listissuers** \
746
+ * **setissuers** \
747
+ * **deleteissuers** \
748
+ * **manageissuers** \
749
+ * **recover** \
750
+ * **purge** \
751
+ * **backup** \
752
+ * **restore**
753
+ */
754
+ export type CertificatePermissions = string;
755
+ /** Known values of {@link StoragePermissions} that the service accepts. */
756
+ export declare enum KnownStoragePermissions {
757
+ /** All */
758
+ All = "all",
759
+ /** Get */
760
+ Get = "get",
761
+ /** List */
762
+ List = "list",
763
+ /** Delete */
764
+ Delete = "delete",
765
+ /** Set */
766
+ Set = "set",
767
+ /** Update */
768
+ Update = "update",
769
+ /** Regeneratekey */
770
+ Regeneratekey = "regeneratekey",
771
+ /** Recover */
772
+ Recover = "recover",
773
+ /** Purge */
774
+ Purge = "purge",
775
+ /** Backup */
776
+ Backup = "backup",
777
+ /** Restore */
778
+ Restore = "restore",
779
+ /** Setsas */
780
+ Setsas = "setsas",
781
+ /** Listsas */
782
+ Listsas = "listsas",
783
+ /** Getsas */
784
+ Getsas = "getsas",
785
+ /** Deletesas */
786
+ Deletesas = "deletesas"
787
+ }
788
+ /**
789
+ * Defines values for StoragePermissions. \
790
+ * {@link KnownStoragePermissions} can be used interchangeably with StoragePermissions,
791
+ * this enum contains the known values that the service supports.
792
+ * ### Known values supported by the service
793
+ * **all** \
794
+ * **get** \
795
+ * **list** \
796
+ * **delete** \
797
+ * **set** \
798
+ * **update** \
799
+ * **regeneratekey** \
800
+ * **recover** \
801
+ * **purge** \
802
+ * **backup** \
803
+ * **restore** \
804
+ * **setsas** \
805
+ * **listsas** \
806
+ * **getsas** \
807
+ * **deletesas**
808
+ */
809
+ export type StoragePermissions = string;
810
+ /** Known values of {@link NetworkRuleBypassOptions} that the service accepts. */
811
+ export declare enum KnownNetworkRuleBypassOptions {
812
+ /** AzureServices */
813
+ AzureServices = "AzureServices",
814
+ /** None */
815
+ None = "None"
816
+ }
817
+ /**
818
+ * Defines values for NetworkRuleBypassOptions. \
819
+ * {@link KnownNetworkRuleBypassOptions} can be used interchangeably with NetworkRuleBypassOptions,
820
+ * this enum contains the known values that the service supports.
821
+ * ### Known values supported by the service
822
+ * **AzureServices** \
823
+ * **None**
824
+ */
825
+ export type NetworkRuleBypassOptions = string;
826
+ /** Known values of {@link NetworkRuleAction} that the service accepts. */
827
+ export declare enum KnownNetworkRuleAction {
828
+ /** Allow */
829
+ Allow = "Allow",
830
+ /** Deny */
831
+ Deny = "Deny"
832
+ }
833
+ /**
834
+ * Defines values for NetworkRuleAction. \
835
+ * {@link KnownNetworkRuleAction} can be used interchangeably with NetworkRuleAction,
836
+ * this enum contains the known values that the service supports.
837
+ * ### Known values supported by the service
838
+ * **Allow** \
839
+ * **Deny**
840
+ */
841
+ export type NetworkRuleAction = string;
842
+ /** Known values of {@link VaultProvisioningState} that the service accepts. */
843
+ export declare enum KnownVaultProvisioningState {
844
+ /** Succeeded */
845
+ Succeeded = "Succeeded",
846
+ /** RegisteringDns */
847
+ RegisteringDns = "RegisteringDns"
848
+ }
849
+ /**
850
+ * Defines values for VaultProvisioningState. \
851
+ * {@link KnownVaultProvisioningState} can be used interchangeably with VaultProvisioningState,
852
+ * this enum contains the known values that the service supports.
853
+ * ### Known values supported by the service
854
+ * **Succeeded** \
855
+ * **RegisteringDns**
856
+ */
857
+ export type VaultProvisioningState = string;
858
+ /** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
859
+ export declare enum KnownPrivateEndpointServiceConnectionStatus {
860
+ /** Pending */
861
+ Pending = "Pending",
862
+ /** Approved */
863
+ Approved = "Approved",
864
+ /** Rejected */
865
+ Rejected = "Rejected",
866
+ /** Disconnected */
867
+ Disconnected = "Disconnected"
868
+ }
869
+ /**
870
+ * Defines values for PrivateEndpointServiceConnectionStatus. \
871
+ * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
872
+ * this enum contains the known values that the service supports.
873
+ * ### Known values supported by the service
874
+ * **Pending** \
875
+ * **Approved** \
876
+ * **Rejected** \
877
+ * **Disconnected**
878
+ */
879
+ export type PrivateEndpointServiceConnectionStatus = string;
880
+ /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
881
+ export declare enum KnownPrivateEndpointConnectionProvisioningState {
882
+ /** Succeeded */
883
+ Succeeded = "Succeeded",
884
+ /** Creating */
885
+ Creating = "Creating",
886
+ /** Updating */
887
+ Updating = "Updating",
888
+ /** Deleting */
889
+ Deleting = "Deleting",
890
+ /** Failed */
891
+ Failed = "Failed",
892
+ /** Disconnected */
893
+ Disconnected = "Disconnected"
894
+ }
895
+ /**
896
+ * Defines values for PrivateEndpointConnectionProvisioningState. \
897
+ * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
898
+ * this enum contains the known values that the service supports.
899
+ * ### Known values supported by the service
900
+ * **Succeeded** \
901
+ * **Creating** \
902
+ * **Updating** \
903
+ * **Deleting** \
904
+ * **Failed** \
905
+ * **Disconnected**
906
+ */
907
+ export type PrivateEndpointConnectionProvisioningState = string;
908
+ /** Defines values for SkuName. */
909
+ export type SkuName = "standard" | "premium";
910
+ /** Defines values for CreateMode. */
911
+ export type CreateMode = "recover" | "default";
912
+ /** Defines values for AccessPolicyUpdateKind. */
913
+ export type AccessPolicyUpdateKind = "add" | "replace" | "remove";
914
+ /** Defines values for Reason. */
915
+ export type Reason = "AccountNameInvalid" | "AlreadyExists";
916
+ /** Optional parameters. */
917
+ export interface VaultsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
918
+ /** Delay to wait until next poll, in milliseconds. */
919
+ updateIntervalInMs?: number;
920
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
921
+ resumeFrom?: string;
922
+ }
923
+ /** Contains response data for the createOrUpdate operation. */
924
+ export type VaultsCreateOrUpdateResponse = Vault;
925
+ /** Optional parameters. */
926
+ export interface VaultsUpdateOptionalParams extends coreClient.OperationOptions {
927
+ }
928
+ /** Contains response data for the update operation. */
929
+ export type VaultsUpdateResponse = Vault;
930
+ /** Optional parameters. */
931
+ export interface VaultsDeleteOptionalParams extends coreClient.OperationOptions {
932
+ }
933
+ /** Optional parameters. */
934
+ export interface VaultsGetOptionalParams extends coreClient.OperationOptions {
935
+ }
936
+ /** Contains response data for the get operation. */
937
+ export type VaultsGetResponse = Vault;
938
+ /** Optional parameters. */
939
+ export interface VaultsUpdateAccessPolicyOptionalParams extends coreClient.OperationOptions {
940
+ }
941
+ /** Contains response data for the updateAccessPolicy operation. */
942
+ export type VaultsUpdateAccessPolicyResponse = VaultAccessPolicyParameters;
943
+ /** Optional parameters. */
944
+ export interface VaultsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
945
+ /** Maximum number of results to return. */
946
+ top?: number;
947
+ }
948
+ /** Contains response data for the listByResourceGroup operation. */
949
+ export type VaultsListByResourceGroupResponse = VaultListResult;
950
+ /** Optional parameters. */
951
+ export interface VaultsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
952
+ /** Maximum number of results to return. */
953
+ top?: number;
954
+ }
955
+ /** Contains response data for the listBySubscription operation. */
956
+ export type VaultsListBySubscriptionResponse = VaultListResult;
957
+ /** Optional parameters. */
958
+ export interface VaultsListDeletedOptionalParams extends coreClient.OperationOptions {
959
+ }
960
+ /** Contains response data for the listDeleted operation. */
961
+ export type VaultsListDeletedResponse = DeletedVaultListResult;
962
+ /** Optional parameters. */
963
+ export interface VaultsGetDeletedOptionalParams extends coreClient.OperationOptions {
964
+ }
965
+ /** Contains response data for the getDeleted operation. */
966
+ export type VaultsGetDeletedResponse = DeletedVault;
967
+ /** Optional parameters. */
968
+ export interface VaultsPurgeDeletedOptionalParams extends coreClient.OperationOptions {
969
+ /** Delay to wait until next poll, in milliseconds. */
970
+ updateIntervalInMs?: number;
971
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
972
+ resumeFrom?: string;
973
+ }
974
+ /** Optional parameters. */
975
+ export interface VaultsListOptionalParams extends coreClient.OperationOptions {
976
+ /** Maximum number of results to return. */
977
+ top?: number;
978
+ }
979
+ /** Contains response data for the list operation. */
980
+ export type VaultsListResponse = ResourceListResult;
981
+ /** Optional parameters. */
982
+ export interface VaultsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
983
+ }
984
+ /** Contains response data for the checkNameAvailability operation. */
985
+ export type VaultsCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
986
+ /** Optional parameters. */
987
+ export interface VaultsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
988
+ }
989
+ /** Contains response data for the listByResourceGroupNext operation. */
990
+ export type VaultsListByResourceGroupNextResponse = VaultListResult;
991
+ /** Optional parameters. */
992
+ export interface VaultsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
993
+ }
994
+ /** Contains response data for the listBySubscriptionNext operation. */
995
+ export type VaultsListBySubscriptionNextResponse = VaultListResult;
996
+ /** Optional parameters. */
997
+ export interface VaultsListDeletedNextOptionalParams extends coreClient.OperationOptions {
998
+ }
999
+ /** Contains response data for the listDeletedNext operation. */
1000
+ export type VaultsListDeletedNextResponse = DeletedVaultListResult;
1001
+ /** Optional parameters. */
1002
+ export interface VaultsListNextOptionalParams extends coreClient.OperationOptions {
1003
+ }
1004
+ /** Contains response data for the listNext operation. */
1005
+ export type VaultsListNextResponse = ResourceListResult;
1006
+ /** Optional parameters. */
1007
+ export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
1008
+ }
1009
+ /** Contains response data for the get operation. */
1010
+ export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
1011
+ /** Optional parameters. */
1012
+ export interface PrivateEndpointConnectionsPutOptionalParams extends coreClient.OperationOptions {
1013
+ }
1014
+ /** Contains response data for the put operation. */
1015
+ export type PrivateEndpointConnectionsPutResponse = PrivateEndpointConnectionsPutHeaders & PrivateEndpointConnection;
1016
+ /** Optional parameters. */
1017
+ export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
1018
+ /** Delay to wait until next poll, in milliseconds. */
1019
+ updateIntervalInMs?: number;
1020
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1021
+ resumeFrom?: string;
1022
+ }
1023
+ /** Contains response data for the delete operation. */
1024
+ export type PrivateEndpointConnectionsDeleteResponse = PrivateEndpointConnection;
1025
+ /** Optional parameters. */
1026
+ export interface PrivateLinkResourcesListByVaultOptionalParams extends coreClient.OperationOptions {
1027
+ }
1028
+ /** Contains response data for the listByVault operation. */
1029
+ export type PrivateLinkResourcesListByVaultResponse = PrivateLinkResourceListResult;
1030
+ /** Optional parameters. */
1031
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1032
+ }
1033
+ /** Contains response data for the list operation. */
1034
+ export type OperationsListResponse = OperationListResult;
1035
+ /** Optional parameters. */
1036
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1037
+ }
1038
+ /** Contains response data for the listNext operation. */
1039
+ export type OperationsListNextResponse = OperationListResult;
1040
+ /** Optional parameters. */
1041
+ export interface SecretsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1042
+ }
1043
+ /** Contains response data for the createOrUpdate operation. */
1044
+ export type SecretsCreateOrUpdateResponse = Secret;
1045
+ /** Optional parameters. */
1046
+ export interface SecretsUpdateOptionalParams extends coreClient.OperationOptions {
1047
+ }
1048
+ /** Contains response data for the update operation. */
1049
+ export type SecretsUpdateResponse = Secret;
1050
+ /** Optional parameters. */
1051
+ export interface SecretsGetOptionalParams extends coreClient.OperationOptions {
1052
+ }
1053
+ /** Contains response data for the get operation. */
1054
+ export type SecretsGetResponse = Secret;
1055
+ /** Optional parameters. */
1056
+ export interface SecretsListOptionalParams extends coreClient.OperationOptions {
1057
+ /** Maximum number of results to return. */
1058
+ top?: number;
1059
+ }
1060
+ /** Contains response data for the list operation. */
1061
+ export type SecretsListResponse = SecretListResult;
1062
+ /** Optional parameters. */
1063
+ export interface SecretsListNextOptionalParams extends coreClient.OperationOptions {
1064
+ }
1065
+ /** Contains response data for the listNext operation. */
1066
+ export type SecretsListNextResponse = SecretListResult;
1067
+ /** Optional parameters. */
1068
+ export interface KeyVaultManagementClientOptionalParams extends coreClient.ServiceClientOptions {
1069
+ /** server parameter */
1070
+ $host?: string;
1071
+ /** Api Version */
1072
+ apiVersion?: string;
1073
+ /** Overrides client endpoint. */
1074
+ endpoint?: string;
1075
+ }
1076
+ //# sourceMappingURL=index.d.ts.map