@azure/arm-keyvault-profile-2020-09-01-hybrid 2.1.1-alpha.20250210.1 → 2.1.1-alpha.20250212.1

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