@azure/keyvault-certificates 4.9.1-alpha.20250115.1 → 4.9.1-alpha.20250121.3

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 (377) hide show
  1. package/dist/browser/certificatesModels.d.ts +6 -1
  2. package/dist/browser/certificatesModels.d.ts.map +1 -1
  3. package/dist/browser/certificatesModels.js.map +1 -1
  4. package/dist/browser/generated/api/index.d.ts +4 -0
  5. package/dist/browser/generated/api/index.d.ts.map +1 -0
  6. package/dist/browser/generated/api/index.js +5 -0
  7. package/dist/browser/generated/api/index.js.map +1 -0
  8. package/dist/browser/generated/api/keyVaultContext.d.ts +14 -0
  9. package/dist/browser/generated/api/keyVaultContext.d.ts.map +1 -0
  10. package/dist/browser/generated/api/keyVaultContext.js +37 -0
  11. package/dist/browser/generated/api/keyVaultContext.js.map +1 -0
  12. package/dist/browser/generated/api/operations.d.ts +113 -0
  13. package/dist/browser/generated/api/operations.d.ts.map +1 -0
  14. package/dist/browser/generated/api/operations.js +467 -0
  15. package/dist/browser/generated/api/operations.js.map +1 -0
  16. package/dist/browser/generated/api/options.d.ts +95 -0
  17. package/dist/browser/generated/api/options.d.ts.map +1 -0
  18. package/dist/browser/generated/api/options.js +4 -0
  19. package/dist/browser/generated/api/options.js.map +1 -0
  20. package/dist/browser/generated/helpers/serializerHelpers.d.ts +3 -0
  21. package/dist/browser/generated/helpers/serializerHelpers.d.ts.map +1 -0
  22. package/dist/browser/generated/helpers/serializerHelpers.js +25 -0
  23. package/dist/browser/generated/helpers/serializerHelpers.js.map +1 -0
  24. package/dist/browser/generated/index.d.ts +4 -1
  25. package/dist/browser/generated/index.d.ts.map +1 -1
  26. package/dist/browser/generated/index.js +3 -8
  27. package/dist/browser/generated/index.js.map +1 -1
  28. package/dist/browser/generated/keyVaultClient.d.ts +66 -276
  29. package/dist/browser/generated/keyVaultClient.d.ts.map +1 -1
  30. package/dist/browser/generated/keyVaultClient.js +118 -960
  31. package/dist/browser/generated/keyVaultClient.js.map +1 -1
  32. package/dist/browser/generated/logger.d.ts +2 -0
  33. package/dist/browser/generated/logger.d.ts.map +1 -0
  34. package/dist/browser/generated/logger.js +5 -0
  35. package/dist/browser/generated/logger.js.map +1 -0
  36. package/dist/browser/generated/models/index.d.ts +1 -812
  37. package/dist/browser/generated/models/index.d.ts.map +1 -1
  38. package/dist/browser/generated/models/index.js +3 -62
  39. package/dist/browser/generated/models/index.js.map +1 -1
  40. package/dist/browser/generated/models/models.d.ts +565 -0
  41. package/dist/browser/generated/models/models.d.ts.map +1 -0
  42. package/dist/browser/generated/models/models.js +690 -0
  43. package/dist/browser/generated/models/models.js.map +1 -0
  44. package/dist/browser/generated/static-helpers/pagingHelpers.d.ts +72 -0
  45. package/dist/browser/generated/static-helpers/pagingHelpers.d.ts.map +1 -0
  46. package/dist/browser/generated/static-helpers/pagingHelpers.js +139 -0
  47. package/dist/browser/generated/static-helpers/pagingHelpers.js.map +1 -0
  48. package/dist/browser/index.d.ts +3 -11
  49. package/dist/browser/index.d.ts.map +1 -1
  50. package/dist/browser/index.js +74 -308
  51. package/dist/browser/index.js.map +1 -1
  52. package/dist/browser/lro/create/operation.d.ts +2 -3
  53. package/dist/browser/lro/create/operation.d.ts.map +1 -1
  54. package/dist/browser/lro/create/operation.js +11 -14
  55. package/dist/browser/lro/create/operation.js.map +1 -1
  56. package/dist/browser/lro/create/poller.d.ts.map +1 -1
  57. package/dist/browser/lro/create/poller.js +2 -2
  58. package/dist/browser/lro/create/poller.js.map +1 -1
  59. package/dist/browser/lro/delete/operation.d.ts +2 -3
  60. package/dist/browser/lro/delete/operation.d.ts.map +1 -1
  61. package/dist/browser/lro/delete/operation.js +4 -8
  62. package/dist/browser/lro/delete/operation.js.map +1 -1
  63. package/dist/browser/lro/delete/poller.d.ts.map +1 -1
  64. package/dist/browser/lro/delete/poller.js +2 -2
  65. package/dist/browser/lro/delete/poller.js.map +1 -1
  66. package/dist/browser/lro/keyVaultCertificatePoller.d.ts +1 -1
  67. package/dist/browser/lro/keyVaultCertificatePoller.d.ts.map +1 -1
  68. package/dist/browser/lro/keyVaultCertificatePoller.js.map +1 -1
  69. package/dist/browser/lro/operation/operation.d.ts +2 -3
  70. package/dist/browser/lro/operation/operation.d.ts.map +1 -1
  71. package/dist/browser/lro/operation/operation.js +6 -13
  72. package/dist/browser/lro/operation/operation.js.map +1 -1
  73. package/dist/browser/lro/operation/poller.d.ts.map +1 -1
  74. package/dist/browser/lro/operation/poller.js +2 -2
  75. package/dist/browser/lro/operation/poller.js.map +1 -1
  76. package/dist/browser/lro/recover/operation.d.ts +2 -3
  77. package/dist/browser/lro/recover/operation.d.ts.map +1 -1
  78. package/dist/browser/lro/recover/operation.js +4 -8
  79. package/dist/browser/lro/recover/operation.js.map +1 -1
  80. package/dist/browser/lro/recover/poller.d.ts.map +1 -1
  81. package/dist/browser/lro/recover/poller.js +2 -2
  82. package/dist/browser/lro/recover/poller.js.map +1 -1
  83. package/dist/browser/transformations.d.ts +3 -1
  84. package/dist/browser/transformations.d.ts.map +1 -1
  85. package/dist/browser/transformations.js +34 -2
  86. package/dist/browser/transformations.js.map +1 -1
  87. package/dist/commonjs/certificatesModels.d.ts +6 -1
  88. package/dist/commonjs/certificatesModels.d.ts.map +1 -1
  89. package/dist/commonjs/certificatesModels.js.map +1 -1
  90. package/dist/commonjs/generated/api/index.d.ts +4 -0
  91. package/dist/commonjs/generated/api/index.d.ts.map +1 -0
  92. package/dist/commonjs/generated/api/index.js +36 -0
  93. package/dist/commonjs/generated/api/index.js.map +1 -0
  94. package/dist/commonjs/generated/api/keyVaultContext.d.ts +14 -0
  95. package/dist/commonjs/generated/api/keyVaultContext.d.ts.map +1 -0
  96. package/dist/commonjs/generated/api/keyVaultContext.js +40 -0
  97. package/dist/commonjs/generated/api/keyVaultContext.js.map +1 -0
  98. package/dist/commonjs/generated/api/operations.d.ts +113 -0
  99. package/dist/commonjs/generated/api/operations.d.ts.map +1 -0
  100. package/dist/commonjs/generated/api/operations.js +550 -0
  101. package/dist/commonjs/generated/api/operations.js.map +1 -0
  102. package/dist/commonjs/generated/api/options.d.ts +95 -0
  103. package/dist/commonjs/generated/api/options.d.ts.map +1 -0
  104. package/dist/commonjs/generated/api/options.js +5 -0
  105. package/dist/commonjs/generated/api/options.js.map +1 -0
  106. package/dist/commonjs/generated/helpers/serializerHelpers.d.ts +3 -0
  107. package/dist/commonjs/generated/helpers/serializerHelpers.d.ts.map +1 -0
  108. package/dist/commonjs/generated/helpers/serializerHelpers.js +28 -0
  109. package/dist/commonjs/generated/helpers/serializerHelpers.js.map +1 -0
  110. package/dist/commonjs/generated/index.d.ts +4 -1
  111. package/dist/commonjs/generated/index.d.ts.map +1 -1
  112. package/dist/commonjs/generated/index.js +9 -10
  113. package/dist/commonjs/generated/index.js.map +1 -1
  114. package/dist/commonjs/generated/keyVaultClient.d.ts +66 -276
  115. package/dist/commonjs/generated/keyVaultClient.d.ts.map +1 -1
  116. package/dist/commonjs/generated/keyVaultClient.js +118 -961
  117. package/dist/commonjs/generated/keyVaultClient.js.map +1 -1
  118. package/dist/commonjs/generated/logger.d.ts +2 -0
  119. package/dist/commonjs/generated/logger.d.ts.map +1 -0
  120. package/dist/commonjs/generated/logger.js +8 -0
  121. package/dist/commonjs/generated/logger.js.map +1 -0
  122. package/dist/commonjs/generated/models/index.d.ts +1 -812
  123. package/dist/commonjs/generated/models/index.d.ts.map +1 -1
  124. package/dist/commonjs/generated/models/index.js +9 -63
  125. package/dist/commonjs/generated/models/index.js.map +1 -1
  126. package/dist/commonjs/generated/models/models.d.ts +565 -0
  127. package/dist/commonjs/generated/models/models.d.ts.map +1 -0
  128. package/dist/commonjs/generated/models/models.js +754 -0
  129. package/dist/commonjs/generated/models/models.js.map +1 -0
  130. package/dist/commonjs/generated/static-helpers/pagingHelpers.d.ts +72 -0
  131. package/dist/commonjs/generated/static-helpers/pagingHelpers.d.ts.map +1 -0
  132. package/dist/commonjs/generated/static-helpers/pagingHelpers.js +142 -0
  133. package/dist/commonjs/generated/static-helpers/pagingHelpers.js.map +1 -0
  134. package/dist/commonjs/index.d.ts +3 -11
  135. package/dist/commonjs/index.d.ts.map +1 -1
  136. package/dist/commonjs/index.js +73 -307
  137. package/dist/commonjs/index.js.map +1 -1
  138. package/dist/commonjs/lro/create/operation.d.ts +2 -3
  139. package/dist/commonjs/lro/create/operation.d.ts.map +1 -1
  140. package/dist/commonjs/lro/create/operation.js +11 -14
  141. package/dist/commonjs/lro/create/operation.js.map +1 -1
  142. package/dist/commonjs/lro/create/poller.d.ts.map +1 -1
  143. package/dist/commonjs/lro/create/poller.js +2 -2
  144. package/dist/commonjs/lro/create/poller.js.map +1 -1
  145. package/dist/commonjs/lro/delete/operation.d.ts +2 -3
  146. package/dist/commonjs/lro/delete/operation.d.ts.map +1 -1
  147. package/dist/commonjs/lro/delete/operation.js +4 -8
  148. package/dist/commonjs/lro/delete/operation.js.map +1 -1
  149. package/dist/commonjs/lro/delete/poller.d.ts.map +1 -1
  150. package/dist/commonjs/lro/delete/poller.js +2 -2
  151. package/dist/commonjs/lro/delete/poller.js.map +1 -1
  152. package/dist/commonjs/lro/keyVaultCertificatePoller.d.ts +1 -1
  153. package/dist/commonjs/lro/keyVaultCertificatePoller.d.ts.map +1 -1
  154. package/dist/commonjs/lro/keyVaultCertificatePoller.js.map +1 -1
  155. package/dist/commonjs/lro/operation/operation.d.ts +2 -3
  156. package/dist/commonjs/lro/operation/operation.d.ts.map +1 -1
  157. package/dist/commonjs/lro/operation/operation.js +6 -13
  158. package/dist/commonjs/lro/operation/operation.js.map +1 -1
  159. package/dist/commonjs/lro/operation/poller.d.ts.map +1 -1
  160. package/dist/commonjs/lro/operation/poller.js +2 -2
  161. package/dist/commonjs/lro/operation/poller.js.map +1 -1
  162. package/dist/commonjs/lro/recover/operation.d.ts +2 -3
  163. package/dist/commonjs/lro/recover/operation.d.ts.map +1 -1
  164. package/dist/commonjs/lro/recover/operation.js +4 -8
  165. package/dist/commonjs/lro/recover/operation.js.map +1 -1
  166. package/dist/commonjs/lro/recover/poller.d.ts.map +1 -1
  167. package/dist/commonjs/lro/recover/poller.js +2 -2
  168. package/dist/commonjs/lro/recover/poller.js.map +1 -1
  169. package/dist/commonjs/transformations.d.ts +3 -1
  170. package/dist/commonjs/transformations.d.ts.map +1 -1
  171. package/dist/commonjs/transformations.js +35 -2
  172. package/dist/commonjs/transformations.js.map +1 -1
  173. package/dist/esm/certificatesModels.d.ts +6 -1
  174. package/dist/esm/certificatesModels.d.ts.map +1 -1
  175. package/dist/esm/certificatesModels.js.map +1 -1
  176. package/dist/esm/generated/api/index.d.ts +4 -0
  177. package/dist/esm/generated/api/index.d.ts.map +1 -0
  178. package/dist/esm/generated/api/index.js +5 -0
  179. package/dist/esm/generated/api/index.js.map +1 -0
  180. package/dist/esm/generated/api/keyVaultContext.d.ts +14 -0
  181. package/dist/esm/generated/api/keyVaultContext.d.ts.map +1 -0
  182. package/dist/esm/generated/api/keyVaultContext.js +37 -0
  183. package/dist/esm/generated/api/keyVaultContext.js.map +1 -0
  184. package/dist/esm/generated/api/operations.d.ts +113 -0
  185. package/dist/esm/generated/api/operations.d.ts.map +1 -0
  186. package/dist/esm/generated/api/operations.js +467 -0
  187. package/dist/esm/generated/api/operations.js.map +1 -0
  188. package/dist/esm/generated/api/options.d.ts +95 -0
  189. package/dist/esm/generated/api/options.d.ts.map +1 -0
  190. package/dist/esm/generated/api/options.js +4 -0
  191. package/dist/esm/generated/api/options.js.map +1 -0
  192. package/dist/esm/generated/helpers/serializerHelpers.d.ts +3 -0
  193. package/dist/esm/generated/helpers/serializerHelpers.d.ts.map +1 -0
  194. package/dist/esm/generated/helpers/serializerHelpers.js +25 -0
  195. package/dist/esm/generated/helpers/serializerHelpers.js.map +1 -0
  196. package/dist/esm/generated/index.d.ts +4 -1
  197. package/dist/esm/generated/index.d.ts.map +1 -1
  198. package/dist/esm/generated/index.js +3 -8
  199. package/dist/esm/generated/index.js.map +1 -1
  200. package/dist/esm/generated/keyVaultClient.d.ts +66 -276
  201. package/dist/esm/generated/keyVaultClient.d.ts.map +1 -1
  202. package/dist/esm/generated/keyVaultClient.js +118 -960
  203. package/dist/esm/generated/keyVaultClient.js.map +1 -1
  204. package/dist/esm/generated/logger.d.ts +2 -0
  205. package/dist/esm/generated/logger.d.ts.map +1 -0
  206. package/dist/esm/generated/logger.js +5 -0
  207. package/dist/esm/generated/logger.js.map +1 -0
  208. package/dist/esm/generated/models/index.d.ts +1 -812
  209. package/dist/esm/generated/models/index.d.ts.map +1 -1
  210. package/dist/esm/generated/models/index.js +3 -62
  211. package/dist/esm/generated/models/index.js.map +1 -1
  212. package/dist/esm/generated/models/models.d.ts +565 -0
  213. package/dist/esm/generated/models/models.d.ts.map +1 -0
  214. package/dist/esm/generated/models/models.js +690 -0
  215. package/dist/esm/generated/models/models.js.map +1 -0
  216. package/dist/esm/generated/static-helpers/pagingHelpers.d.ts +72 -0
  217. package/dist/esm/generated/static-helpers/pagingHelpers.d.ts.map +1 -0
  218. package/dist/esm/generated/static-helpers/pagingHelpers.js +139 -0
  219. package/dist/esm/generated/static-helpers/pagingHelpers.js.map +1 -0
  220. package/dist/esm/index.d.ts +3 -11
  221. package/dist/esm/index.d.ts.map +1 -1
  222. package/dist/esm/index.js +74 -308
  223. package/dist/esm/index.js.map +1 -1
  224. package/dist/esm/lro/create/operation.d.ts +2 -3
  225. package/dist/esm/lro/create/operation.d.ts.map +1 -1
  226. package/dist/esm/lro/create/operation.js +11 -14
  227. package/dist/esm/lro/create/operation.js.map +1 -1
  228. package/dist/esm/lro/create/poller.d.ts.map +1 -1
  229. package/dist/esm/lro/create/poller.js +2 -2
  230. package/dist/esm/lro/create/poller.js.map +1 -1
  231. package/dist/esm/lro/delete/operation.d.ts +2 -3
  232. package/dist/esm/lro/delete/operation.d.ts.map +1 -1
  233. package/dist/esm/lro/delete/operation.js +4 -8
  234. package/dist/esm/lro/delete/operation.js.map +1 -1
  235. package/dist/esm/lro/delete/poller.d.ts.map +1 -1
  236. package/dist/esm/lro/delete/poller.js +2 -2
  237. package/dist/esm/lro/delete/poller.js.map +1 -1
  238. package/dist/esm/lro/keyVaultCertificatePoller.d.ts +1 -1
  239. package/dist/esm/lro/keyVaultCertificatePoller.d.ts.map +1 -1
  240. package/dist/esm/lro/keyVaultCertificatePoller.js.map +1 -1
  241. package/dist/esm/lro/operation/operation.d.ts +2 -3
  242. package/dist/esm/lro/operation/operation.d.ts.map +1 -1
  243. package/dist/esm/lro/operation/operation.js +6 -13
  244. package/dist/esm/lro/operation/operation.js.map +1 -1
  245. package/dist/esm/lro/operation/poller.d.ts.map +1 -1
  246. package/dist/esm/lro/operation/poller.js +2 -2
  247. package/dist/esm/lro/operation/poller.js.map +1 -1
  248. package/dist/esm/lro/recover/operation.d.ts +2 -3
  249. package/dist/esm/lro/recover/operation.d.ts.map +1 -1
  250. package/dist/esm/lro/recover/operation.js +4 -8
  251. package/dist/esm/lro/recover/operation.js.map +1 -1
  252. package/dist/esm/lro/recover/poller.d.ts.map +1 -1
  253. package/dist/esm/lro/recover/poller.js +2 -2
  254. package/dist/esm/lro/recover/poller.js.map +1 -1
  255. package/dist/esm/transformations.d.ts +3 -1
  256. package/dist/esm/transformations.d.ts.map +1 -1
  257. package/dist/esm/transformations.js +34 -2
  258. package/dist/esm/transformations.js.map +1 -1
  259. package/dist/react-native/certificatesModels.d.ts +6 -1
  260. package/dist/react-native/certificatesModels.d.ts.map +1 -1
  261. package/dist/react-native/certificatesModels.js.map +1 -1
  262. package/dist/react-native/generated/api/index.d.ts +4 -0
  263. package/dist/react-native/generated/api/index.d.ts.map +1 -0
  264. package/dist/react-native/generated/api/index.js +5 -0
  265. package/dist/react-native/generated/api/index.js.map +1 -0
  266. package/dist/react-native/generated/api/keyVaultContext.d.ts +14 -0
  267. package/dist/react-native/generated/api/keyVaultContext.d.ts.map +1 -0
  268. package/dist/react-native/generated/api/keyVaultContext.js +37 -0
  269. package/dist/react-native/generated/api/keyVaultContext.js.map +1 -0
  270. package/dist/react-native/generated/api/operations.d.ts +113 -0
  271. package/dist/react-native/generated/api/operations.d.ts.map +1 -0
  272. package/dist/react-native/generated/api/operations.js +467 -0
  273. package/dist/react-native/generated/api/operations.js.map +1 -0
  274. package/dist/react-native/generated/api/options.d.ts +95 -0
  275. package/dist/react-native/generated/api/options.d.ts.map +1 -0
  276. package/dist/react-native/generated/api/options.js +4 -0
  277. package/dist/react-native/generated/api/options.js.map +1 -0
  278. package/dist/react-native/generated/helpers/serializerHelpers.d.ts +3 -0
  279. package/dist/react-native/generated/helpers/serializerHelpers.d.ts.map +1 -0
  280. package/dist/react-native/generated/helpers/serializerHelpers.js +25 -0
  281. package/dist/react-native/generated/helpers/serializerHelpers.js.map +1 -0
  282. package/dist/react-native/generated/index.d.ts +4 -1
  283. package/dist/react-native/generated/index.d.ts.map +1 -1
  284. package/dist/react-native/generated/index.js +3 -8
  285. package/dist/react-native/generated/index.js.map +1 -1
  286. package/dist/react-native/generated/keyVaultClient.d.ts +66 -276
  287. package/dist/react-native/generated/keyVaultClient.d.ts.map +1 -1
  288. package/dist/react-native/generated/keyVaultClient.js +118 -960
  289. package/dist/react-native/generated/keyVaultClient.js.map +1 -1
  290. package/dist/react-native/generated/logger.d.ts +2 -0
  291. package/dist/react-native/generated/logger.d.ts.map +1 -0
  292. package/dist/react-native/generated/logger.js +5 -0
  293. package/dist/react-native/generated/logger.js.map +1 -0
  294. package/dist/react-native/generated/models/index.d.ts +1 -812
  295. package/dist/react-native/generated/models/index.d.ts.map +1 -1
  296. package/dist/react-native/generated/models/index.js +3 -62
  297. package/dist/react-native/generated/models/index.js.map +1 -1
  298. package/dist/react-native/generated/models/models.d.ts +565 -0
  299. package/dist/react-native/generated/models/models.d.ts.map +1 -0
  300. package/dist/react-native/generated/models/models.js +690 -0
  301. package/dist/react-native/generated/models/models.js.map +1 -0
  302. package/dist/react-native/generated/static-helpers/pagingHelpers.d.ts +72 -0
  303. package/dist/react-native/generated/static-helpers/pagingHelpers.d.ts.map +1 -0
  304. package/dist/react-native/generated/static-helpers/pagingHelpers.js +139 -0
  305. package/dist/react-native/generated/static-helpers/pagingHelpers.js.map +1 -0
  306. package/dist/react-native/index.d.ts +3 -11
  307. package/dist/react-native/index.d.ts.map +1 -1
  308. package/dist/react-native/index.js +74 -308
  309. package/dist/react-native/index.js.map +1 -1
  310. package/dist/react-native/lro/create/operation.d.ts +2 -3
  311. package/dist/react-native/lro/create/operation.d.ts.map +1 -1
  312. package/dist/react-native/lro/create/operation.js +11 -14
  313. package/dist/react-native/lro/create/operation.js.map +1 -1
  314. package/dist/react-native/lro/create/poller.d.ts.map +1 -1
  315. package/dist/react-native/lro/create/poller.js +2 -2
  316. package/dist/react-native/lro/create/poller.js.map +1 -1
  317. package/dist/react-native/lro/delete/operation.d.ts +2 -3
  318. package/dist/react-native/lro/delete/operation.d.ts.map +1 -1
  319. package/dist/react-native/lro/delete/operation.js +4 -8
  320. package/dist/react-native/lro/delete/operation.js.map +1 -1
  321. package/dist/react-native/lro/delete/poller.d.ts.map +1 -1
  322. package/dist/react-native/lro/delete/poller.js +2 -2
  323. package/dist/react-native/lro/delete/poller.js.map +1 -1
  324. package/dist/react-native/lro/keyVaultCertificatePoller.d.ts +1 -1
  325. package/dist/react-native/lro/keyVaultCertificatePoller.d.ts.map +1 -1
  326. package/dist/react-native/lro/keyVaultCertificatePoller.js.map +1 -1
  327. package/dist/react-native/lro/operation/operation.d.ts +2 -3
  328. package/dist/react-native/lro/operation/operation.d.ts.map +1 -1
  329. package/dist/react-native/lro/operation/operation.js +6 -13
  330. package/dist/react-native/lro/operation/operation.js.map +1 -1
  331. package/dist/react-native/lro/operation/poller.d.ts.map +1 -1
  332. package/dist/react-native/lro/operation/poller.js +2 -2
  333. package/dist/react-native/lro/operation/poller.js.map +1 -1
  334. package/dist/react-native/lro/recover/operation.d.ts +2 -3
  335. package/dist/react-native/lro/recover/operation.d.ts.map +1 -1
  336. package/dist/react-native/lro/recover/operation.js +4 -8
  337. package/dist/react-native/lro/recover/operation.js.map +1 -1
  338. package/dist/react-native/lro/recover/poller.d.ts.map +1 -1
  339. package/dist/react-native/lro/recover/poller.js +2 -2
  340. package/dist/react-native/lro/recover/poller.js.map +1 -1
  341. package/dist/react-native/transformations.d.ts +3 -1
  342. package/dist/react-native/transformations.d.ts.map +1 -1
  343. package/dist/react-native/transformations.js +34 -2
  344. package/dist/react-native/transformations.js.map +1 -1
  345. package/package.json +3 -3
  346. package/dist/browser/generated/models/mappers.d.ts +0 -41
  347. package/dist/browser/generated/models/mappers.d.ts.map +0 -1
  348. package/dist/browser/generated/models/mappers.js +0 -1191
  349. package/dist/browser/generated/models/mappers.js.map +0 -1
  350. package/dist/browser/generated/models/parameters.d.ts +0 -39
  351. package/dist/browser/generated/models/parameters.d.ts.map +0 -1
  352. package/dist/browser/generated/models/parameters.js +0 -232
  353. package/dist/browser/generated/models/parameters.js.map +0 -1
  354. package/dist/commonjs/generated/models/mappers.d.ts +0 -41
  355. package/dist/commonjs/generated/models/mappers.d.ts.map +0 -1
  356. package/dist/commonjs/generated/models/mappers.js +0 -1194
  357. package/dist/commonjs/generated/models/mappers.js.map +0 -1
  358. package/dist/commonjs/generated/models/parameters.d.ts +0 -39
  359. package/dist/commonjs/generated/models/parameters.d.ts.map +0 -1
  360. package/dist/commonjs/generated/models/parameters.js +0 -235
  361. package/dist/commonjs/generated/models/parameters.js.map +0 -1
  362. package/dist/esm/generated/models/mappers.d.ts +0 -41
  363. package/dist/esm/generated/models/mappers.d.ts.map +0 -1
  364. package/dist/esm/generated/models/mappers.js +0 -1191
  365. package/dist/esm/generated/models/mappers.js.map +0 -1
  366. package/dist/esm/generated/models/parameters.d.ts +0 -39
  367. package/dist/esm/generated/models/parameters.d.ts.map +0 -1
  368. package/dist/esm/generated/models/parameters.js +0 -232
  369. package/dist/esm/generated/models/parameters.js.map +0 -1
  370. package/dist/react-native/generated/models/mappers.d.ts +0 -41
  371. package/dist/react-native/generated/models/mappers.d.ts.map +0 -1
  372. package/dist/react-native/generated/models/mappers.js +0 -1191
  373. package/dist/react-native/generated/models/mappers.js.map +0 -1
  374. package/dist/react-native/generated/models/parameters.d.ts +0 -39
  375. package/dist/react-native/generated/models/parameters.d.ts.map +0 -1
  376. package/dist/react-native/generated/models/parameters.js +0 -232
  377. package/dist/react-native/generated/models/parameters.js.map +0 -1
@@ -1,813 +1,2 @@
1
- import * as coreClient from "@azure/core-client";
2
- import * as coreHttpCompat from "@azure/core-http-compat";
3
- /** The certificate list result. */
4
- export interface CertificateListResult {
5
- /**
6
- * A response message containing a list of certificates in the key vault along with a link to the next page of certificates.
7
- * NOTE: This property will not be serialized. It can only be populated by the server.
8
- */
9
- readonly value?: CertificateItem[];
10
- /**
11
- * The URL to get the next set of certificates.
12
- * NOTE: This property will not be serialized. It can only be populated by the server.
13
- */
14
- readonly nextLink?: string;
15
- }
16
- /** The certificate item containing certificate metadata. */
17
- export interface CertificateItem {
18
- /** Certificate identifier. */
19
- id?: string;
20
- /** The certificate management attributes. */
21
- attributes?: CertificateAttributes;
22
- /** Application specific metadata in the form of key-value pairs. */
23
- tags?: {
24
- [propertyName: string]: string;
25
- };
26
- /** Thumbprint of the certificate. */
27
- x509Thumbprint?: Uint8Array;
28
- }
29
- /** The object attributes managed by the KeyVault service. */
30
- export interface Attributes {
31
- /** Determines whether the object is enabled. */
32
- enabled?: boolean;
33
- /** Not before date in UTC. */
34
- notBefore?: Date;
35
- /** Expiry date in UTC. */
36
- expires?: Date;
37
- /**
38
- * Creation time in UTC.
39
- * NOTE: This property will not be serialized. It can only be populated by the server.
40
- */
41
- readonly created?: Date;
42
- /**
43
- * Last updated time in UTC.
44
- * NOTE: This property will not be serialized. It can only be populated by the server.
45
- */
46
- readonly updated?: Date;
47
- }
48
- /** The key vault error exception. */
49
- export interface KeyVaultError {
50
- /**
51
- * The key vault server error.
52
- * NOTE: This property will not be serialized. It can only be populated by the server.
53
- */
54
- readonly error?: ErrorModel | null;
55
- }
56
- /** The key vault server error. */
57
- export interface ErrorModel {
58
- /**
59
- * The error code.
60
- * NOTE: This property will not be serialized. It can only be populated by the server.
61
- */
62
- readonly code?: string;
63
- /**
64
- * The error message.
65
- * NOTE: This property will not be serialized. It can only be populated by the server.
66
- */
67
- readonly message?: string;
68
- /**
69
- * The key vault server error.
70
- * NOTE: This property will not be serialized. It can only be populated by the server.
71
- */
72
- readonly innerError?: ErrorModel | null;
73
- }
74
- /** A certificate bundle consists of a certificate (X509) plus its attributes. */
75
- export interface CertificateBundle {
76
- /**
77
- * The certificate id.
78
- * NOTE: This property will not be serialized. It can only be populated by the server.
79
- */
80
- readonly id?: string;
81
- /**
82
- * The key id.
83
- * NOTE: This property will not be serialized. It can only be populated by the server.
84
- */
85
- readonly kid?: string;
86
- /**
87
- * The secret id.
88
- * NOTE: This property will not be serialized. It can only be populated by the server.
89
- */
90
- readonly sid?: string;
91
- /**
92
- * Thumbprint of the certificate.
93
- * NOTE: This property will not be serialized. It can only be populated by the server.
94
- */
95
- readonly x509Thumbprint?: Uint8Array;
96
- /**
97
- * The management policy.
98
- * NOTE: This property will not be serialized. It can only be populated by the server.
99
- */
100
- readonly policy?: CertificatePolicy;
101
- /** CER contents of x509 certificate. */
102
- cer?: Uint8Array;
103
- /** The content type of the secret. eg. 'application/x-pem-file' or 'application/x-pkcs12', */
104
- contentType?: string;
105
- /** The certificate attributes. */
106
- attributes?: CertificateAttributes;
107
- /** Application specific metadata in the form of key-value pairs */
108
- tags?: {
109
- [propertyName: string]: string;
110
- };
111
- }
112
- /** Management policy for a certificate. */
113
- export interface CertificatePolicy {
114
- /**
115
- * The certificate id.
116
- * NOTE: This property will not be serialized. It can only be populated by the server.
117
- */
118
- readonly id?: string;
119
- /** Properties of the key backing a certificate. */
120
- keyProperties?: KeyProperties;
121
- /** Properties of the secret backing a certificate. */
122
- secretProperties?: SecretProperties;
123
- /** Properties of the X509 component of a certificate. */
124
- x509CertificateProperties?: X509CertificateProperties;
125
- /** Actions that will be performed by Key Vault over the lifetime of a certificate. */
126
- lifetimeActions?: LifetimeAction[];
127
- /** Parameters for the issuer of the X509 component of a certificate. */
128
- issuerParameters?: IssuerParameters;
129
- /** The certificate attributes. */
130
- attributes?: CertificateAttributes;
131
- }
132
- /** Properties of the key pair backing a certificate. */
133
- export interface KeyProperties {
134
- /** Indicates if the private key can be exported. Release policy must be provided when creating the first version of an exportable key. */
135
- exportable?: boolean;
136
- /** The type of key pair to be used for the certificate. */
137
- keyType?: JsonWebKeyType;
138
- /** The key size in bits. For example: 2048, 3072, or 4096 for RSA. */
139
- keySize?: number;
140
- /** Indicates if the same key pair will be used on certificate renewal. */
141
- reuseKey?: boolean;
142
- /** Elliptic curve name. For valid values, see JsonWebKeyCurveName. */
143
- curve?: JsonWebKeyCurveName;
144
- }
145
- /** Properties of the key backing a certificate. */
146
- export interface SecretProperties {
147
- /** The media type (MIME type). */
148
- contentType?: string;
149
- }
150
- /** Properties of the X509 component of a certificate. */
151
- export interface X509CertificateProperties {
152
- /** The subject name. Should be a valid X509 distinguished Name. */
153
- subject?: string;
154
- /** The enhanced key usage. */
155
- ekus?: string[];
156
- /** The subject alternative names. */
157
- subjectAlternativeNames?: SubjectAlternativeNames;
158
- /** Defines how the certificate's key may be used. */
159
- keyUsage?: KeyUsageType[];
160
- /** The duration that the certificate is valid in months. */
161
- validityInMonths?: number;
162
- }
163
- /** The subject alternate names of a X509 object. */
164
- export interface SubjectAlternativeNames {
165
- /** Email addresses. */
166
- emails?: string[];
167
- /** Domain names. */
168
- dnsNames?: string[];
169
- /** User principal names. */
170
- upns?: string[];
171
- }
172
- /** Action and its trigger that will be performed by Key Vault over the lifetime of a certificate. */
173
- export interface LifetimeAction {
174
- /** The condition that will execute the action. */
175
- trigger?: Trigger;
176
- /** The action that will be executed. */
177
- action?: Action;
178
- }
179
- /** A condition to be satisfied for an action to be executed. */
180
- export interface Trigger {
181
- /** Percentage of lifetime at which to trigger. Value should be between 1 and 99. */
182
- lifetimePercentage?: number;
183
- /** Days before expiry to attempt renewal. Value should be between 1 and validity_in_months multiplied by 27. If validity_in_months is 36, then value should be between 1 and 972 (36 * 27). */
184
- daysBeforeExpiry?: number;
185
- }
186
- /** The action that will be executed. */
187
- export interface Action {
188
- /** The type of the action. */
189
- actionType?: ActionType;
190
- }
191
- /** Parameters for the issuer of the X509 component of a certificate. */
192
- export interface IssuerParameters {
193
- /** Name of the referenced issuer object or reserved names; for example, 'Self' or 'Unknown'. */
194
- name?: string;
195
- /** Certificate type as supported by the provider (optional); for example 'OV-SSL', 'EV-SSL' */
196
- certificateType?: string;
197
- /** Indicates if the certificates generated under this policy should be published to certificate transparency logs. */
198
- certificateTransparency?: boolean;
199
- }
200
- /** The contacts for the vault certificates. */
201
- export interface Contacts {
202
- /**
203
- * Identifier for the contacts collection.
204
- * NOTE: This property will not be serialized. It can only be populated by the server.
205
- */
206
- readonly id?: string;
207
- /** The contact list for the vault certificates. */
208
- contactList?: Contact[];
209
- }
210
- /** The contact information for the vault certificates. */
211
- export interface Contact {
212
- /** Email address. */
213
- emailAddress?: string;
214
- /** Name. */
215
- name?: string;
216
- /** Phone number. */
217
- phone?: string;
218
- }
219
- /** The certificate issuer list result. */
220
- export interface CertificateIssuerListResult {
221
- /**
222
- * A response message containing a list of certificate issuers in the key vault along with a link to the next page of certificate issuers.
223
- * NOTE: This property will not be serialized. It can only be populated by the server.
224
- */
225
- readonly value?: CertificateIssuerItem[];
226
- /**
227
- * The URL to get the next set of certificate issuers.
228
- * NOTE: This property will not be serialized. It can only be populated by the server.
229
- */
230
- readonly nextLink?: string;
231
- }
232
- /** The certificate issuer item containing certificate issuer metadata. */
233
- export interface CertificateIssuerItem {
234
- /** Certificate Identifier. */
235
- id?: string;
236
- /** The issuer provider. */
237
- provider?: string;
238
- }
239
- /** The certificate issuer set parameters. */
240
- export interface CertificateIssuerSetParameters {
241
- /** The issuer provider. */
242
- provider: string;
243
- /** The credentials to be used for the issuer. */
244
- credentials?: IssuerCredentials;
245
- /** Details of the organization as provided to the issuer. */
246
- organizationDetails?: OrganizationDetails;
247
- /** Attributes of the issuer object. */
248
- attributes?: IssuerAttributes;
249
- }
250
- /** The credentials to be used for the certificate issuer. */
251
- export interface IssuerCredentials {
252
- /** The user name/account name/account id. */
253
- accountId?: string;
254
- /** The password/secret/account key. */
255
- password?: string;
256
- }
257
- /** Details of the organization of the certificate issuer. */
258
- export interface OrganizationDetails {
259
- /** Id of the organization. */
260
- id?: string;
261
- /** Details of the organization administrator. */
262
- adminDetails?: AdministratorDetails[];
263
- }
264
- /** Details of the organization administrator of the certificate issuer. */
265
- export interface AdministratorDetails {
266
- /** First name. */
267
- firstName?: string;
268
- /** Last name. */
269
- lastName?: string;
270
- /** Email address. */
271
- emailAddress?: string;
272
- /** Phone number. */
273
- phone?: string;
274
- }
275
- /** The attributes of an issuer managed by the Key Vault service. */
276
- export interface IssuerAttributes {
277
- /** Determines whether the issuer is enabled. */
278
- enabled?: boolean;
279
- /**
280
- * Creation time in UTC.
281
- * NOTE: This property will not be serialized. It can only be populated by the server.
282
- */
283
- readonly created?: Date;
284
- /**
285
- * Last updated time in UTC.
286
- * NOTE: This property will not be serialized. It can only be populated by the server.
287
- */
288
- readonly updated?: Date;
289
- }
290
- /** The issuer for Key Vault certificate. */
291
- export interface IssuerBundle {
292
- /**
293
- * Identifier for the issuer object.
294
- * NOTE: This property will not be serialized. It can only be populated by the server.
295
- */
296
- readonly id?: string;
297
- /** The issuer provider. */
298
- provider?: string;
299
- /** The credentials to be used for the issuer. */
300
- credentials?: IssuerCredentials;
301
- /** Details of the organization as provided to the issuer. */
302
- organizationDetails?: OrganizationDetails;
303
- /** Attributes of the issuer object. */
304
- attributes?: IssuerAttributes;
305
- }
306
- /** The certificate issuer update parameters. */
307
- export interface CertificateIssuerUpdateParameters {
308
- /** The issuer provider. */
309
- provider?: string;
310
- /** The credentials to be used for the issuer. */
311
- credentials?: IssuerCredentials;
312
- /** Details of the organization as provided to the issuer. */
313
- organizationDetails?: OrganizationDetails;
314
- /** Attributes of the issuer object. */
315
- attributes?: IssuerAttributes;
316
- }
317
- /** The certificate create parameters. */
318
- export interface CertificateCreateParameters {
319
- /** The management policy for the certificate. */
320
- certificatePolicy?: CertificatePolicy;
321
- /** The attributes of the certificate (optional). */
322
- certificateAttributes?: CertificateAttributes;
323
- /** Application specific metadata in the form of key-value pairs. */
324
- tags?: {
325
- [propertyName: string]: string;
326
- };
327
- }
328
- /** A certificate operation is returned in case of asynchronous requests. */
329
- export interface CertificateOperation {
330
- /**
331
- * The certificate id.
332
- * NOTE: This property will not be serialized. It can only be populated by the server.
333
- */
334
- readonly id?: string;
335
- /** Parameters for the issuer of the X509 component of a certificate. */
336
- issuerParameters?: IssuerParameters;
337
- /** The certificate signing request (CSR) that is being used in the certificate operation. */
338
- csr?: Uint8Array;
339
- /** Indicates if cancellation was requested on the certificate operation. */
340
- cancellationRequested?: boolean;
341
- /** Status of the certificate operation. */
342
- status?: string;
343
- /** The status details of the certificate operation. */
344
- statusDetails?: string;
345
- /** Error encountered, if any, during the certificate operation. */
346
- error?: ErrorModel | null;
347
- /** Location which contains the result of the certificate operation. */
348
- target?: string;
349
- /** Identifier for the certificate operation. */
350
- requestId?: string;
351
- }
352
- /** The certificate import parameters. */
353
- export interface CertificateImportParameters {
354
- /** Base64 encoded representation of the certificate object to import. This certificate needs to contain the private key. */
355
- base64EncodedCertificate: string;
356
- /** If the private key in base64EncodedCertificate is encrypted, the password used for encryption. */
357
- password?: string;
358
- /** The management policy for the certificate. */
359
- certificatePolicy?: CertificatePolicy;
360
- /** The attributes of the certificate (optional). */
361
- certificateAttributes?: CertificateAttributes;
362
- /** Application specific metadata in the form of key-value pairs. */
363
- tags?: {
364
- [propertyName: string]: string;
365
- };
366
- }
367
- /** The certificate update parameters. */
368
- export interface CertificateUpdateParameters {
369
- /** The management policy for the certificate. */
370
- certificatePolicy?: CertificatePolicy;
371
- /** The attributes of the certificate (optional). */
372
- certificateAttributes?: CertificateAttributes;
373
- /** Application specific metadata in the form of key-value pairs. */
374
- tags?: {
375
- [propertyName: string]: string;
376
- };
377
- }
378
- /** The certificate operation update parameters. */
379
- export interface CertificateOperationUpdateParameter {
380
- /** Indicates if cancellation was requested on the certificate operation. */
381
- cancellationRequested: boolean;
382
- }
383
- /** The certificate merge parameters */
384
- export interface CertificateMergeParameters {
385
- /** The certificate or the certificate chain to merge. */
386
- x509Certificates: Uint8Array[];
387
- /** The attributes of the certificate (optional). */
388
- certificateAttributes?: CertificateAttributes;
389
- /** Application specific metadata in the form of key-value pairs. */
390
- tags?: {
391
- [propertyName: string]: string;
392
- };
393
- }
394
- /** The backup certificate result, containing the backup blob. */
395
- export interface BackupCertificateResult {
396
- /**
397
- * The backup blob containing the backed up certificate.
398
- * NOTE: This property will not be serialized. It can only be populated by the server.
399
- */
400
- readonly value?: Uint8Array;
401
- }
402
- /** The certificate restore parameters. */
403
- export interface CertificateRestoreParameters {
404
- /** The backup blob associated with a certificate bundle. */
405
- certificateBundleBackup: Uint8Array;
406
- }
407
- /** A list of certificates that have been deleted in this vault. */
408
- export interface DeletedCertificateListResult {
409
- /**
410
- * A response message containing a list of deleted certificates in the vault along with a link to the next page of deleted certificates
411
- * NOTE: This property will not be serialized. It can only be populated by the server.
412
- */
413
- readonly value?: DeletedCertificateItem[];
414
- /**
415
- * The URL to get the next set of deleted certificates.
416
- * NOTE: This property will not be serialized. It can only be populated by the server.
417
- */
418
- readonly nextLink?: string;
419
- }
420
- /** The pending certificate signing request result. */
421
- export interface PendingCertificateSigningRequestResult {
422
- /**
423
- * The pending certificate signing request as Base64 encoded string.
424
- * NOTE: This property will not be serialized. It can only be populated by the server.
425
- */
426
- readonly value?: string;
427
- }
428
- /** The deleted certificate item containing metadata about the deleted certificate. */
429
- export type DeletedCertificateItem = CertificateItem & {
430
- /** The url of the recovery object, used to identify and recover the deleted certificate. */
431
- recoveryId?: string;
432
- /**
433
- * The time when the certificate is scheduled to be purged, in UTC
434
- * NOTE: This property will not be serialized. It can only be populated by the server.
435
- */
436
- readonly scheduledPurgeDate?: Date;
437
- /**
438
- * The time when the certificate was deleted, in UTC
439
- * NOTE: This property will not be serialized. It can only be populated by the server.
440
- */
441
- readonly deletedDate?: Date;
442
- };
443
- /** The certificate management attributes. */
444
- export type CertificateAttributes = Attributes & {
445
- /**
446
- * softDelete data retention days. Value should be >=7 and <=90 when softDelete enabled, otherwise 0.
447
- * NOTE: This property will not be serialized. It can only be populated by the server.
448
- */
449
- readonly recoverableDays?: number;
450
- /**
451
- * Reflects the deletion recovery level currently in effect for certificates in the current vault. If it contains 'Purgeable', the certificate can be permanently deleted by a privileged user; otherwise, only the system can purge the certificate, at the end of the retention interval.
452
- * NOTE: This property will not be serialized. It can only be populated by the server.
453
- */
454
- readonly recoveryLevel?: DeletionRecoveryLevel;
455
- };
456
- /** A Deleted Certificate consisting of its previous id, attributes and its tags, as well as information on when it will be purged. */
457
- export type DeletedCertificateBundle = CertificateBundle & {
458
- /** The url of the recovery object, used to identify and recover the deleted certificate. */
459
- recoveryId?: string;
460
- /**
461
- * The time when the certificate is scheduled to be purged, in UTC
462
- * NOTE: This property will not be serialized. It can only be populated by the server.
463
- */
464
- readonly scheduledPurgeDate?: Date;
465
- /**
466
- * The time when the certificate was deleted, in UTC
467
- * NOTE: This property will not be serialized. It can only be populated by the server.
468
- */
469
- readonly deletedDate?: Date;
470
- };
471
- /** Known values of {@link ApiVersion75} that the service accepts. */
472
- export declare enum KnownApiVersion75 {
473
- /** Api Version '7.5' */
474
- Seven5 = "7.5"
475
- }
476
- /**
477
- * Defines values for ApiVersion75. \
478
- * {@link KnownApiVersion75} can be used interchangeably with ApiVersion75,
479
- * this enum contains the known values that the service supports.
480
- * ### Known values supported by the service
481
- * **7.5**: Api Version '7.5'
482
- */
483
- export type ApiVersion75 = string;
484
- /** Known values of {@link DeletionRecoveryLevel} that the service accepts. */
485
- export declare enum KnownDeletionRecoveryLevel {
486
- /** Denotes a vault state in which deletion is an irreversible operation, without the possibility for recovery. This level corresponds to no protection being available against a Delete operation; the data is irretrievably lost upon accepting a Delete operation at the entity level or higher (vault, resource group, subscription etc.) */
487
- Purgeable = "Purgeable",
488
- /** Denotes a vault state in which deletion is recoverable, and which also permits immediate and permanent deletion (i.e. purge). This level guarantees the recoverability of the deleted entity during the retention interval (90 days), unless a Purge operation is requested, or the subscription is cancelled. System wil permanently delete it after 90 days, if not recovered */
489
- RecoverablePurgeable = "Recoverable+Purgeable",
490
- /** Denotes a vault state in which deletion is recoverable without the possibility for immediate and permanent deletion (i.e. purge). This level guarantees the recoverability of the deleted entity during the retention interval(90 days) and while the subscription is still available. System wil permanently delete it after 90 days, if not recovered */
491
- Recoverable = "Recoverable",
492
- /** Denotes a vault and subscription state in which deletion is recoverable within retention interval (90 days), immediate and permanent deletion (i.e. purge) is not permitted, and in which the subscription itself cannot be permanently canceled. System wil permanently delete it after 90 days, if not recovered */
493
- RecoverableProtectedSubscription = "Recoverable+ProtectedSubscription",
494
- /** Denotes a vault state in which deletion is recoverable, and which also permits immediate and permanent deletion (i.e. purge when 7<= SoftDeleteRetentionInDays < 90). This level guarantees the recoverability of the deleted entity during the retention interval, unless a Purge operation is requested, or the subscription is cancelled. */
495
- CustomizedRecoverablePurgeable = "CustomizedRecoverable+Purgeable",
496
- /** Denotes a vault state in which deletion is recoverable without the possibility for immediate and permanent deletion (i.e. purge when 7<= SoftDeleteRetentionInDays < 90).This level guarantees the recoverability of the deleted entity during the retention interval and while the subscription is still available. */
497
- CustomizedRecoverable = "CustomizedRecoverable",
498
- /** Denotes a vault and subscription state in which deletion is recoverable, immediate and permanent deletion (i.e. purge) is not permitted, and in which the subscription itself cannot be permanently canceled when 7<= SoftDeleteRetentionInDays < 90. This level guarantees the recoverability of the deleted entity during the retention interval, and also reflects the fact that the subscription itself cannot be cancelled. */
499
- CustomizedRecoverableProtectedSubscription = "CustomizedRecoverable+ProtectedSubscription"
500
- }
501
- /**
502
- * Defines values for DeletionRecoveryLevel. \
503
- * {@link KnownDeletionRecoveryLevel} can be used interchangeably with DeletionRecoveryLevel,
504
- * this enum contains the known values that the service supports.
505
- * ### Known values supported by the service
506
- * **Purgeable**: Denotes a vault state in which deletion is an irreversible operation, without the possibility for recovery. This level corresponds to no protection being available against a Delete operation; the data is irretrievably lost upon accepting a Delete operation at the entity level or higher (vault, resource group, subscription etc.) \
507
- * **Recoverable+Purgeable**: Denotes a vault state in which deletion is recoverable, and which also permits immediate and permanent deletion (i.e. purge). This level guarantees the recoverability of the deleted entity during the retention interval (90 days), unless a Purge operation is requested, or the subscription is cancelled. System wil permanently delete it after 90 days, if not recovered \
508
- * **Recoverable**: Denotes a vault state in which deletion is recoverable without the possibility for immediate and permanent deletion (i.e. purge). This level guarantees the recoverability of the deleted entity during the retention interval(90 days) and while the subscription is still available. System wil permanently delete it after 90 days, if not recovered \
509
- * **Recoverable+ProtectedSubscription**: Denotes a vault and subscription state in which deletion is recoverable within retention interval (90 days), immediate and permanent deletion (i.e. purge) is not permitted, and in which the subscription itself cannot be permanently canceled. System wil permanently delete it after 90 days, if not recovered \
510
- * **CustomizedRecoverable+Purgeable**: Denotes a vault state in which deletion is recoverable, and which also permits immediate and permanent deletion (i.e. purge when 7<= SoftDeleteRetentionInDays < 90). This level guarantees the recoverability of the deleted entity during the retention interval, unless a Purge operation is requested, or the subscription is cancelled. \
511
- * **CustomizedRecoverable**: Denotes a vault state in which deletion is recoverable without the possibility for immediate and permanent deletion (i.e. purge when 7<= SoftDeleteRetentionInDays < 90).This level guarantees the recoverability of the deleted entity during the retention interval and while the subscription is still available. \
512
- * **CustomizedRecoverable+ProtectedSubscription**: Denotes a vault and subscription state in which deletion is recoverable, immediate and permanent deletion (i.e. purge) is not permitted, and in which the subscription itself cannot be permanently canceled when 7<= SoftDeleteRetentionInDays < 90. This level guarantees the recoverability of the deleted entity during the retention interval, and also reflects the fact that the subscription itself cannot be cancelled.
513
- */
514
- export type DeletionRecoveryLevel = string;
515
- /** Known values of {@link JsonWebKeyType} that the service accepts. */
516
- export declare enum KnownJsonWebKeyType {
517
- EC = "EC",
518
- ECHSM = "EC-HSM",
519
- RSA = "RSA",
520
- RSAHSM = "RSA-HSM",
521
- Oct = "oct",
522
- OctHSM = "oct-HSM"
523
- }
524
- /**
525
- * Defines values for JsonWebKeyType. \
526
- * {@link KnownJsonWebKeyType} can be used interchangeably with JsonWebKeyType,
527
- * this enum contains the known values that the service supports.
528
- * ### Known values supported by the service
529
- * **EC** \
530
- * **EC-HSM** \
531
- * **RSA** \
532
- * **RSA-HSM** \
533
- * **oct** \
534
- * **oct-HSM**
535
- */
536
- export type JsonWebKeyType = string;
537
- /** Known values of {@link JsonWebKeyCurveName} that the service accepts. */
538
- export declare enum KnownJsonWebKeyCurveName {
539
- P256 = "P-256",
540
- P384 = "P-384",
541
- P521 = "P-521",
542
- P256K = "P-256K"
543
- }
544
- /**
545
- * Defines values for JsonWebKeyCurveName. \
546
- * {@link KnownJsonWebKeyCurveName} can be used interchangeably with JsonWebKeyCurveName,
547
- * this enum contains the known values that the service supports.
548
- * ### Known values supported by the service
549
- * **P-256** \
550
- * **P-384** \
551
- * **P-521** \
552
- * **P-256K**
553
- */
554
- export type JsonWebKeyCurveName = string;
555
- /** Known values of {@link KeyUsageType} that the service accepts. */
556
- export declare enum KnownKeyUsageType {
557
- DigitalSignature = "digitalSignature",
558
- NonRepudiation = "nonRepudiation",
559
- KeyEncipherment = "keyEncipherment",
560
- DataEncipherment = "dataEncipherment",
561
- KeyAgreement = "keyAgreement",
562
- KeyCertSign = "keyCertSign",
563
- CRLSign = "cRLSign",
564
- EncipherOnly = "encipherOnly",
565
- DecipherOnly = "decipherOnly"
566
- }
567
- /**
568
- * Defines values for KeyUsageType. \
569
- * {@link KnownKeyUsageType} can be used interchangeably with KeyUsageType,
570
- * this enum contains the known values that the service supports.
571
- * ### Known values supported by the service
572
- * **digitalSignature** \
573
- * **nonRepudiation** \
574
- * **keyEncipherment** \
575
- * **dataEncipherment** \
576
- * **keyAgreement** \
577
- * **keyCertSign** \
578
- * **cRLSign** \
579
- * **encipherOnly** \
580
- * **decipherOnly**
581
- */
582
- export type KeyUsageType = string;
583
- /** Defines values for ActionType. */
584
- export type ActionType = "EmailContacts" | "AutoRenew";
585
- /** Optional parameters. */
586
- export interface GetCertificatesOptionalParams extends coreClient.OperationOptions {
587
- /** Maximum number of results to return in a page. If not specified the service will return up to 25 results. */
588
- maxresults?: number;
589
- /** Specifies whether to include certificates which are not completely provisioned. */
590
- includePending?: boolean;
591
- }
592
- /** Contains response data for the getCertificates operation. */
593
- export type GetCertificatesResponse = CertificateListResult;
594
- /** Optional parameters. */
595
- export interface DeleteCertificateOptionalParams extends coreClient.OperationOptions {
596
- }
597
- /** Contains response data for the deleteCertificate operation. */
598
- export type DeleteCertificateResponse = DeletedCertificateBundle;
599
- /** Optional parameters. */
600
- export interface SetCertificateContactsOptionalParams extends coreClient.OperationOptions {
601
- }
602
- /** Contains response data for the setCertificateContacts operation. */
603
- export type SetCertificateContactsResponse = Contacts;
604
- /** Optional parameters. */
605
- export interface GetCertificateContactsOptionalParams extends coreClient.OperationOptions {
606
- }
607
- /** Contains response data for the getCertificateContacts operation. */
608
- export type GetCertificateContactsResponse = Contacts;
609
- /** Optional parameters. */
610
- export interface DeleteCertificateContactsOptionalParams extends coreClient.OperationOptions {
611
- }
612
- /** Contains response data for the deleteCertificateContacts operation. */
613
- export type DeleteCertificateContactsResponse = Contacts;
614
- /** Optional parameters. */
615
- export interface GetCertificateIssuersOptionalParams extends coreClient.OperationOptions {
616
- /** Maximum number of results to return in a page. If not specified the service will return up to 25 results. */
617
- maxresults?: number;
618
- }
619
- /** Contains response data for the getCertificateIssuers operation. */
620
- export type GetCertificateIssuersResponse = CertificateIssuerListResult;
621
- /** Optional parameters. */
622
- export interface SetCertificateIssuerOptionalParams extends coreClient.OperationOptions {
623
- /** The credentials to be used for the issuer. */
624
- credentials?: IssuerCredentials;
625
- /** Details of the organization as provided to the issuer. */
626
- organizationDetails?: OrganizationDetails;
627
- /** Attributes of the issuer object. */
628
- attributes?: IssuerAttributes;
629
- }
630
- /** Contains response data for the setCertificateIssuer operation. */
631
- export type SetCertificateIssuerResponse = IssuerBundle;
632
- /** Optional parameters. */
633
- export interface UpdateCertificateIssuerOptionalParams extends coreClient.OperationOptions {
634
- /** The issuer provider. */
635
- provider?: string;
636
- /** The credentials to be used for the issuer. */
637
- credentials?: IssuerCredentials;
638
- /** Details of the organization as provided to the issuer. */
639
- organizationDetails?: OrganizationDetails;
640
- /** Attributes of the issuer object. */
641
- attributes?: IssuerAttributes;
642
- }
643
- /** Contains response data for the updateCertificateIssuer operation. */
644
- export type UpdateCertificateIssuerResponse = IssuerBundle;
645
- /** Optional parameters. */
646
- export interface GetCertificateIssuerOptionalParams extends coreClient.OperationOptions {
647
- }
648
- /** Contains response data for the getCertificateIssuer operation. */
649
- export type GetCertificateIssuerResponse = IssuerBundle;
650
- /** Optional parameters. */
651
- export interface DeleteCertificateIssuerOptionalParams extends coreClient.OperationOptions {
652
- }
653
- /** Contains response data for the deleteCertificateIssuer operation. */
654
- export type DeleteCertificateIssuerResponse = IssuerBundle;
655
- /** Optional parameters. */
656
- export interface CreateCertificateOptionalParams extends coreClient.OperationOptions {
657
- /** The management policy for the certificate. */
658
- certificatePolicy?: CertificatePolicy;
659
- /** The attributes of the certificate (optional). */
660
- certificateAttributes?: CertificateAttributes;
661
- /** Application specific metadata in the form of key-value pairs. */
662
- tags?: {
663
- [propertyName: string]: string;
664
- };
665
- }
666
- /** Contains response data for the createCertificate operation. */
667
- export type CreateCertificateResponse = CertificateOperation;
668
- /** Optional parameters. */
669
- export interface ImportCertificateOptionalParams extends coreClient.OperationOptions {
670
- /** If the private key in base64EncodedCertificate is encrypted, the password used for encryption. */
671
- password?: string;
672
- /** The management policy for the certificate. */
673
- certificatePolicy?: CertificatePolicy;
674
- /** The attributes of the certificate (optional). */
675
- certificateAttributes?: CertificateAttributes;
676
- /** Application specific metadata in the form of key-value pairs. */
677
- tags?: {
678
- [propertyName: string]: string;
679
- };
680
- }
681
- /** Contains response data for the importCertificate operation. */
682
- export type ImportCertificateResponse = CertificateBundle;
683
- /** Optional parameters. */
684
- export interface GetCertificateVersionsOptionalParams extends coreClient.OperationOptions {
685
- /** Maximum number of results to return in a page. If not specified the service will return up to 25 results. */
686
- maxresults?: number;
687
- }
688
- /** Contains response data for the getCertificateVersions operation. */
689
- export type GetCertificateVersionsResponse = CertificateListResult;
690
- /** Optional parameters. */
691
- export interface GetCertificatePolicyOptionalParams extends coreClient.OperationOptions {
692
- }
693
- /** Contains response data for the getCertificatePolicy operation. */
694
- export type GetCertificatePolicyResponse = CertificatePolicy;
695
- /** Optional parameters. */
696
- export interface UpdateCertificatePolicyOptionalParams extends coreClient.OperationOptions {
697
- }
698
- /** Contains response data for the updateCertificatePolicy operation. */
699
- export type UpdateCertificatePolicyResponse = CertificatePolicy;
700
- /** Optional parameters. */
701
- export interface UpdateCertificateOptionalParams extends coreClient.OperationOptions {
702
- /** The management policy for the certificate. */
703
- certificatePolicy?: CertificatePolicy;
704
- /** The attributes of the certificate (optional). */
705
- certificateAttributes?: CertificateAttributes;
706
- /** Application specific metadata in the form of key-value pairs. */
707
- tags?: {
708
- [propertyName: string]: string;
709
- };
710
- }
711
- /** Contains response data for the updateCertificate operation. */
712
- export type UpdateCertificateResponse = CertificateBundle;
713
- /** Optional parameters. */
714
- export interface GetCertificateOptionalParams extends coreClient.OperationOptions {
715
- }
716
- /** Contains response data for the getCertificate operation. */
717
- export type GetCertificateResponse = CertificateBundle;
718
- /** Optional parameters. */
719
- export interface UpdateCertificateOperationOptionalParams extends coreClient.OperationOptions {
720
- }
721
- /** Contains response data for the updateCertificateOperation operation. */
722
- export type UpdateCertificateOperationResponse = CertificateOperation;
723
- /** Optional parameters. */
724
- export interface GetCertificateOperationOptionalParams extends coreClient.OperationOptions {
725
- }
726
- /** Contains response data for the getCertificateOperation operation. */
727
- export type GetCertificateOperationResponse = CertificateOperation;
728
- /** Optional parameters. */
729
- export interface DeleteCertificateOperationOptionalParams extends coreClient.OperationOptions {
730
- }
731
- /** Contains response data for the deleteCertificateOperation operation. */
732
- export type DeleteCertificateOperationResponse = CertificateOperation;
733
- /** Optional parameters. */
734
- export interface MergeCertificateOptionalParams extends coreClient.OperationOptions {
735
- /** The attributes of the certificate (optional). */
736
- certificateAttributes?: CertificateAttributes;
737
- /** Application specific metadata in the form of key-value pairs. */
738
- tags?: {
739
- [propertyName: string]: string;
740
- };
741
- }
742
- /** Contains response data for the mergeCertificate operation. */
743
- export type MergeCertificateResponse = CertificateBundle;
744
- /** Optional parameters. */
745
- export interface BackupCertificateOptionalParams extends coreClient.OperationOptions {
746
- }
747
- /** Contains response data for the backupCertificate operation. */
748
- export type BackupCertificateResponse = BackupCertificateResult;
749
- /** Optional parameters. */
750
- export interface RestoreCertificateOptionalParams extends coreClient.OperationOptions {
751
- }
752
- /** Contains response data for the restoreCertificate operation. */
753
- export type RestoreCertificateResponse = CertificateBundle;
754
- /** Optional parameters. */
755
- export interface GetDeletedCertificatesOptionalParams extends coreClient.OperationOptions {
756
- /** Maximum number of results to return in a page. If not specified the service will return up to 25 results. */
757
- maxresults?: number;
758
- /** Specifies whether to include certificates which are not completely provisioned. */
759
- includePending?: boolean;
760
- }
761
- /** Contains response data for the getDeletedCertificates operation. */
762
- export type GetDeletedCertificatesResponse = DeletedCertificateListResult;
763
- /** Optional parameters. */
764
- export interface GetDeletedCertificateOptionalParams extends coreClient.OperationOptions {
765
- }
766
- /** Contains response data for the getDeletedCertificate operation. */
767
- export type GetDeletedCertificateResponse = DeletedCertificateBundle;
768
- /** Optional parameters. */
769
- export interface PurgeDeletedCertificateOptionalParams extends coreClient.OperationOptions {
770
- }
771
- /** Optional parameters. */
772
- export interface RecoverDeletedCertificateOptionalParams extends coreClient.OperationOptions {
773
- }
774
- /** Contains response data for the recoverDeletedCertificate operation. */
775
- export type RecoverDeletedCertificateResponse = CertificateBundle;
776
- /** Optional parameters. */
777
- export interface GetCertificatesNextOptionalParams extends coreClient.OperationOptions {
778
- /** Maximum number of results to return in a page. If not specified the service will return up to 25 results. */
779
- maxresults?: number;
780
- /** Specifies whether to include certificates which are not completely provisioned. */
781
- includePending?: boolean;
782
- }
783
- /** Contains response data for the getCertificatesNext operation. */
784
- export type GetCertificatesNextResponse = CertificateListResult;
785
- /** Optional parameters. */
786
- export interface GetCertificateIssuersNextOptionalParams extends coreClient.OperationOptions {
787
- /** Maximum number of results to return in a page. If not specified the service will return up to 25 results. */
788
- maxresults?: number;
789
- }
790
- /** Contains response data for the getCertificateIssuersNext operation. */
791
- export type GetCertificateIssuersNextResponse = CertificateIssuerListResult;
792
- /** Optional parameters. */
793
- export interface GetCertificateVersionsNextOptionalParams extends coreClient.OperationOptions {
794
- /** Maximum number of results to return in a page. If not specified the service will return up to 25 results. */
795
- maxresults?: number;
796
- }
797
- /** Contains response data for the getCertificateVersionsNext operation. */
798
- export type GetCertificateVersionsNextResponse = CertificateListResult;
799
- /** Optional parameters. */
800
- export interface GetDeletedCertificatesNextOptionalParams extends coreClient.OperationOptions {
801
- /** Maximum number of results to return in a page. If not specified the service will return up to 25 results. */
802
- maxresults?: number;
803
- /** Specifies whether to include certificates which are not completely provisioned. */
804
- includePending?: boolean;
805
- }
806
- /** Contains response data for the getDeletedCertificatesNext operation. */
807
- export type GetDeletedCertificatesNextResponse = DeletedCertificateListResult;
808
- /** Optional parameters. */
809
- export interface KeyVaultClientOptionalParams extends coreHttpCompat.ExtendedServiceClientOptions {
810
- /** Overrides client endpoint. */
811
- endpoint?: string;
812
- }
1
+ export { CertificateItem, CertificateAttributes, KnownDeletionRecoveryLevel, DeletionRecoveryLevel, ErrorModel, DeletedCertificateBundle, CertificatePolicy, KeyProperties, KnownJsonWebKeyType, JsonWebKeyType, KnownJsonWebKeyCurveName, JsonWebKeyCurveName, SecretProperties, X509CertificateProperties, SubjectAlternativeNames, KnownKeyUsageType, KeyUsageType, LifetimeAction, Trigger, Action, CertificatePolicyAction, IssuerParameters, Contacts, Contact, CertificateIssuerItem, CertificateIssuerSetParameters, IssuerCredentials, OrganizationDetails, AdministratorDetails, IssuerAttributes, IssuerBundle, CertificateIssuerUpdateParameters, CertificateCreateParameters, CertificateOperation, CertificateImportParameters, CertificateBundle, CertificateUpdateParameters, CertificateOperationUpdateParameter, CertificateMergeParameters, BackupCertificateResult, CertificateRestoreParameters, DeletedCertificateItem, KnownVersions, } from "./models.js";
813
2
  //# sourceMappingURL=index.d.ts.map