oci-databasetools 2.71.0 → 2.73.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (281) hide show
  1. package/lib/client.d.ts +57 -21
  2. package/lib/client.js +305 -33
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/add-resource-lock-details.d.ts +41 -0
  5. package/lib/model/add-resource-lock-details.js +34 -0
  6. package/lib/model/add-resource-lock-details.js.map +1 -0
  7. package/lib/model/connection-type.d.ts +2 -0
  8. package/lib/model/connection-type.js +2 -0
  9. package/lib/model/connection-type.js.map +1 -1
  10. package/lib/model/create-database-tools-connection-details.d.ts +9 -0
  11. package/lib/model/create-database-tools-connection-details.js +22 -2
  12. package/lib/model/create-database-tools-connection-details.js.map +1 -1
  13. package/lib/model/create-database-tools-connection-generic-jdbc-details.d.ts +45 -0
  14. package/lib/model/create-database-tools-connection-generic-jdbc-details.js +72 -0
  15. package/lib/model/create-database-tools-connection-generic-jdbc-details.js.map +1 -0
  16. package/lib/model/create-database-tools-connection-my-sql-details.d.ts +3 -3
  17. package/lib/model/create-database-tools-connection-oracle-database-details.d.ts +4 -3
  18. package/lib/model/create-database-tools-connection-oracle-database-details.js +6 -0
  19. package/lib/model/create-database-tools-connection-oracle-database-details.js.map +1 -1
  20. package/lib/model/create-database-tools-connection-postgresql-details.d.ts +50 -0
  21. package/lib/model/create-database-tools-connection-postgresql-details.js +78 -0
  22. package/lib/model/create-database-tools-connection-postgresql-details.js.map +1 -0
  23. package/lib/model/create-database-tools-private-endpoint-details.d.ts +5 -0
  24. package/lib/model/create-database-tools-private-endpoint-details.js +34 -2
  25. package/lib/model/create-database-tools-private-endpoint-details.js.map +1 -1
  26. package/lib/model/create-database-tools-related-resource-postgresql-details.d.ts +30 -0
  27. package/lib/model/create-database-tools-related-resource-postgresql-details.js +29 -0
  28. package/lib/model/create-database-tools-related-resource-postgresql-details.js.map +1 -0
  29. package/lib/model/database-tools-connection-generic-jdbc-summary.d.ts +45 -0
  30. package/lib/model/database-tools-connection-generic-jdbc-summary.js +72 -0
  31. package/lib/model/database-tools-connection-generic-jdbc-summary.js.map +1 -0
  32. package/lib/model/database-tools-connection-generic-jdbc.d.ts +45 -0
  33. package/lib/model/database-tools-connection-generic-jdbc.js +72 -0
  34. package/lib/model/database-tools-connection-generic-jdbc.js.map +1 -0
  35. package/lib/model/database-tools-connection-my-sql-summary.d.ts +1 -1
  36. package/lib/model/database-tools-connection-my-sql.d.ts +1 -1
  37. package/lib/model/database-tools-connection-oracle-database-proxy-client-details.d.ts +22 -0
  38. package/lib/model/database-tools-connection-oracle-database-proxy-client-details.js +72 -0
  39. package/lib/model/database-tools-connection-oracle-database-proxy-client-details.js.map +1 -0
  40. package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-details.d.ts +24 -0
  41. package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-details.js +54 -0
  42. package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-details.js.map +1 -0
  43. package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-summary.d.ts +24 -0
  44. package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-summary.js +54 -0
  45. package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-summary.js.map +1 -0
  46. package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy.d.ts +24 -0
  47. package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy.js +54 -0
  48. package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy.js.map +1 -0
  49. package/lib/model/database-tools-connection-oracle-database-proxy-client-summary.d.ts +22 -0
  50. package/lib/model/database-tools-connection-oracle-database-proxy-client-summary.js +72 -0
  51. package/lib/model/database-tools-connection-oracle-database-proxy-client-summary.js.map +1 -0
  52. package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-details.d.ts +33 -0
  53. package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-details.js +62 -0
  54. package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-details.js.map +1 -0
  55. package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-summary.d.ts +33 -0
  56. package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-summary.js +62 -0
  57. package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-summary.js.map +1 -0
  58. package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name.d.ts +33 -0
  59. package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name.js +62 -0
  60. package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name.js.map +1 -0
  61. package/lib/model/database-tools-connection-oracle-database-proxy-client.d.ts +22 -0
  62. package/lib/model/database-tools-connection-oracle-database-proxy-client.js +72 -0
  63. package/lib/model/database-tools-connection-oracle-database-proxy-client.js.map +1 -0
  64. package/lib/model/database-tools-connection-oracle-database-summary.d.ts +2 -1
  65. package/lib/model/database-tools-connection-oracle-database-summary.js +6 -0
  66. package/lib/model/database-tools-connection-oracle-database-summary.js.map +1 -1
  67. package/lib/model/database-tools-connection-oracle-database.d.ts +2 -1
  68. package/lib/model/database-tools-connection-oracle-database.js +6 -0
  69. package/lib/model/database-tools-connection-oracle-database.js.map +1 -1
  70. package/lib/model/database-tools-connection-postgresql-summary.d.ts +50 -0
  71. package/lib/model/database-tools-connection-postgresql-summary.js +78 -0
  72. package/lib/model/database-tools-connection-postgresql-summary.js.map +1 -0
  73. package/lib/model/database-tools-connection-postgresql.d.ts +50 -0
  74. package/lib/model/database-tools-connection-postgresql.js +78 -0
  75. package/lib/model/database-tools-connection-postgresql.js.map +1 -0
  76. package/lib/model/database-tools-connection-summary.d.ts +8 -0
  77. package/lib/model/database-tools-connection-summary.js +22 -2
  78. package/lib/model/database-tools-connection-summary.js.map +1 -1
  79. package/lib/model/database-tools-connection.d.ts +8 -0
  80. package/lib/model/database-tools-connection.js +22 -2
  81. package/lib/model/database-tools-connection.js.map +1 -1
  82. package/lib/model/database-tools-key-store-content-generic-jdbc-details.d.ts +22 -0
  83. package/lib/model/database-tools-key-store-content-generic-jdbc-details.js +68 -0
  84. package/lib/model/database-tools-key-store-content-generic-jdbc-details.js.map +1 -0
  85. package/lib/model/database-tools-key-store-content-generic-jdbc-summary.d.ts +22 -0
  86. package/lib/model/database-tools-key-store-content-generic-jdbc-summary.js +68 -0
  87. package/lib/model/database-tools-key-store-content-generic-jdbc-summary.js.map +1 -0
  88. package/lib/model/database-tools-key-store-content-generic-jdbc.d.ts +22 -0
  89. package/lib/model/database-tools-key-store-content-generic-jdbc.js +68 -0
  90. package/lib/model/database-tools-key-store-content-generic-jdbc.js.map +1 -0
  91. package/lib/model/database-tools-key-store-content-postgresql-details.d.ts +22 -0
  92. package/lib/model/database-tools-key-store-content-postgresql-details.js +68 -0
  93. package/lib/model/database-tools-key-store-content-postgresql-details.js.map +1 -0
  94. package/lib/model/database-tools-key-store-content-postgresql-summary.d.ts +22 -0
  95. package/lib/model/database-tools-key-store-content-postgresql-summary.js +68 -0
  96. package/lib/model/database-tools-key-store-content-postgresql-summary.js.map +1 -0
  97. package/lib/model/database-tools-key-store-content-postgresql.d.ts +22 -0
  98. package/lib/model/database-tools-key-store-content-postgresql.js +68 -0
  99. package/lib/model/database-tools-key-store-content-postgresql.js.map +1 -0
  100. package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-details.d.ts +28 -0
  101. package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-details.js +54 -0
  102. package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-details.js.map +1 -0
  103. package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-summary.d.ts +28 -0
  104. package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-summary.js +54 -0
  105. package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-summary.js.map +1 -0
  106. package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc.d.ts +28 -0
  107. package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc.js +54 -0
  108. package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc.js.map +1 -0
  109. package/lib/model/database-tools-key-store-content-secret-id-postgresql-details.d.ts +28 -0
  110. package/lib/model/database-tools-key-store-content-secret-id-postgresql-details.js +54 -0
  111. package/lib/model/database-tools-key-store-content-secret-id-postgresql-details.js.map +1 -0
  112. package/lib/model/database-tools-key-store-content-secret-id-postgresql-summary.d.ts +28 -0
  113. package/lib/model/database-tools-key-store-content-secret-id-postgresql-summary.js +54 -0
  114. package/lib/model/database-tools-key-store-content-secret-id-postgresql-summary.js.map +1 -0
  115. package/lib/model/database-tools-key-store-content-secret-id-postgresql.d.ts +28 -0
  116. package/lib/model/database-tools-key-store-content-secret-id-postgresql.js +54 -0
  117. package/lib/model/database-tools-key-store-content-secret-id-postgresql.js.map +1 -0
  118. package/lib/model/database-tools-key-store-generic-jdbc-details.d.ts +28 -0
  119. package/lib/model/database-tools-key-store-generic-jdbc-details.js +63 -0
  120. package/lib/model/database-tools-key-store-generic-jdbc-details.js.map +1 -0
  121. package/lib/model/database-tools-key-store-generic-jdbc-summary.d.ts +28 -0
  122. package/lib/model/database-tools-key-store-generic-jdbc-summary.js +63 -0
  123. package/lib/model/database-tools-key-store-generic-jdbc-summary.js.map +1 -0
  124. package/lib/model/database-tools-key-store-generic-jdbc.d.ts +28 -0
  125. package/lib/model/database-tools-key-store-generic-jdbc.js +63 -0
  126. package/lib/model/database-tools-key-store-generic-jdbc.js.map +1 -0
  127. package/lib/model/database-tools-key-store-password-generic-jdbc-details.d.ts +22 -0
  128. package/lib/model/database-tools-key-store-password-generic-jdbc-details.js +68 -0
  129. package/lib/model/database-tools-key-store-password-generic-jdbc-details.js.map +1 -0
  130. package/lib/model/database-tools-key-store-password-generic-jdbc-summary.d.ts +22 -0
  131. package/lib/model/database-tools-key-store-password-generic-jdbc-summary.js +68 -0
  132. package/lib/model/database-tools-key-store-password-generic-jdbc-summary.js.map +1 -0
  133. package/lib/model/database-tools-key-store-password-generic-jdbc.d.ts +22 -0
  134. package/lib/model/database-tools-key-store-password-generic-jdbc.js +68 -0
  135. package/lib/model/database-tools-key-store-password-generic-jdbc.js.map +1 -0
  136. package/lib/model/database-tools-key-store-password-postgresql-details.d.ts +22 -0
  137. package/lib/model/database-tools-key-store-password-postgresql-details.js +68 -0
  138. package/lib/model/database-tools-key-store-password-postgresql-details.js.map +1 -0
  139. package/lib/model/database-tools-key-store-password-postgresql-summary.d.ts +22 -0
  140. package/lib/model/database-tools-key-store-password-postgresql-summary.js +68 -0
  141. package/lib/model/database-tools-key-store-password-postgresql-summary.js.map +1 -0
  142. package/lib/model/database-tools-key-store-password-postgresql.d.ts +22 -0
  143. package/lib/model/database-tools-key-store-password-postgresql.js +68 -0
  144. package/lib/model/database-tools-key-store-password-postgresql.js.map +1 -0
  145. package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-details.d.ts +28 -0
  146. package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-details.js +54 -0
  147. package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-details.js.map +1 -0
  148. package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-summary.d.ts +28 -0
  149. package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-summary.js +54 -0
  150. package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-summary.js.map +1 -0
  151. package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc.d.ts +28 -0
  152. package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc.js +54 -0
  153. package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc.js.map +1 -0
  154. package/lib/model/database-tools-key-store-password-secret-id-postgresql-details.d.ts +28 -0
  155. package/lib/model/database-tools-key-store-password-secret-id-postgresql-details.js +54 -0
  156. package/lib/model/database-tools-key-store-password-secret-id-postgresql-details.js.map +1 -0
  157. package/lib/model/database-tools-key-store-password-secret-id-postgresql-summary.d.ts +28 -0
  158. package/lib/model/database-tools-key-store-password-secret-id-postgresql-summary.js +54 -0
  159. package/lib/model/database-tools-key-store-password-secret-id-postgresql-summary.js.map +1 -0
  160. package/lib/model/database-tools-key-store-password-secret-id-postgresql.d.ts +28 -0
  161. package/lib/model/database-tools-key-store-password-secret-id-postgresql.js +54 -0
  162. package/lib/model/database-tools-key-store-password-secret-id-postgresql.js.map +1 -0
  163. package/lib/model/database-tools-key-store-postgresql-details.d.ts +28 -0
  164. package/lib/model/database-tools-key-store-postgresql-details.js +63 -0
  165. package/lib/model/database-tools-key-store-postgresql-details.js.map +1 -0
  166. package/lib/model/database-tools-key-store-postgresql-summary.d.ts +28 -0
  167. package/lib/model/database-tools-key-store-postgresql-summary.js +63 -0
  168. package/lib/model/database-tools-key-store-postgresql-summary.js.map +1 -0
  169. package/lib/model/database-tools-key-store-postgresql.d.ts +28 -0
  170. package/lib/model/database-tools-key-store-postgresql.js +63 -0
  171. package/lib/model/database-tools-key-store-postgresql.js.map +1 -0
  172. package/lib/model/database-tools-private-endpoint-summary.d.ts +4 -0
  173. package/lib/model/database-tools-private-endpoint-summary.js +10 -0
  174. package/lib/model/database-tools-private-endpoint-summary.js.map +1 -1
  175. package/lib/model/database-tools-private-endpoint.d.ts +4 -0
  176. package/lib/model/database-tools-private-endpoint.js +10 -0
  177. package/lib/model/database-tools-private-endpoint.js.map +1 -1
  178. package/lib/model/database-tools-related-resource-postgresql.d.ts +30 -0
  179. package/lib/model/database-tools-related-resource-postgresql.js +29 -0
  180. package/lib/model/database-tools-related-resource-postgresql.js.map +1 -0
  181. package/lib/model/index.d.ts +120 -0
  182. package/lib/model/index.js +124 -2
  183. package/lib/model/index.js.map +1 -1
  184. package/lib/model/key-store-type-generic-jdbc.d.ts +33 -0
  185. package/lib/model/key-store-type-generic-jdbc.js +44 -0
  186. package/lib/model/key-store-type-generic-jdbc.js.map +1 -0
  187. package/lib/model/key-store-type-postgresql.d.ts +29 -0
  188. package/lib/model/key-store-type-postgresql.js +40 -0
  189. package/lib/model/key-store-type-postgresql.js.map +1 -0
  190. package/lib/model/lifecycle-state.d.ts +1 -0
  191. package/lib/model/lifecycle-state.js +1 -0
  192. package/lib/model/lifecycle-state.js.map +1 -1
  193. package/lib/model/proxy-authentication-type.d.ts +28 -0
  194. package/lib/model/proxy-authentication-type.js +39 -0
  195. package/lib/model/proxy-authentication-type.js.map +1 -0
  196. package/lib/model/related-resource-entity-type-postgresql.d.ts +27 -0
  197. package/lib/model/related-resource-entity-type-postgresql.js +38 -0
  198. package/lib/model/related-resource-entity-type-postgresql.js.map +1 -0
  199. package/lib/model/remove-resource-lock-details.d.ts +41 -0
  200. package/lib/model/remove-resource-lock-details.js +34 -0
  201. package/lib/model/remove-resource-lock-details.js.map +1 -0
  202. package/lib/model/resource-lock.d.ts +52 -0
  203. package/lib/model/resource-lock.js +39 -0
  204. package/lib/model/resource-lock.js.map +1 -0
  205. package/lib/model/runtime-support.d.ts +28 -0
  206. package/lib/model/runtime-support.js +39 -0
  207. package/lib/model/runtime-support.js.map +1 -0
  208. package/lib/model/update-database-tools-connection-details.js +8 -0
  209. package/lib/model/update-database-tools-connection-details.js.map +1 -1
  210. package/lib/model/update-database-tools-connection-generic-jdbc-details.d.ts +45 -0
  211. package/lib/model/update-database-tools-connection-generic-jdbc-details.js +72 -0
  212. package/lib/model/update-database-tools-connection-generic-jdbc-details.js.map +1 -0
  213. package/lib/model/update-database-tools-connection-oracle-database-details.d.ts +1 -0
  214. package/lib/model/update-database-tools-connection-oracle-database-details.js +6 -0
  215. package/lib/model/update-database-tools-connection-oracle-database-details.js.map +1 -1
  216. package/lib/model/update-database-tools-connection-postgresql-details.d.ts +50 -0
  217. package/lib/model/update-database-tools-connection-postgresql-details.js +78 -0
  218. package/lib/model/update-database-tools-connection-postgresql-details.js.map +1 -0
  219. package/lib/model/update-database-tools-related-resource-postgresql-details.d.ts +30 -0
  220. package/lib/model/update-database-tools-related-resource-postgresql-details.js +29 -0
  221. package/lib/model/update-database-tools-related-resource-postgresql-details.js.map +1 -0
  222. package/lib/model/validate-database-tools-connection-details.js +4 -0
  223. package/lib/model/validate-database-tools-connection-details.js.map +1 -1
  224. package/lib/model/validate-database-tools-connection-my-sql-result.d.ts +1 -1
  225. package/lib/model/validate-database-tools-connection-oracle-database-result.d.ts +1 -1
  226. package/lib/model/validate-database-tools-connection-postgresql-details.d.ts +24 -0
  227. package/lib/model/validate-database-tools-connection-postgresql-details.js +54 -0
  228. package/lib/model/validate-database-tools-connection-postgresql-details.js.map +1 -0
  229. package/lib/model/validate-database-tools-connection-postgresql-result.d.ts +32 -0
  230. package/lib/model/validate-database-tools-connection-postgresql-result.js +54 -0
  231. package/lib/model/validate-database-tools-connection-postgresql-result.js.map +1 -0
  232. package/lib/model/validate-database-tools-connection-result.js +4 -0
  233. package/lib/model/validate-database-tools-connection-result.js.map +1 -1
  234. package/lib/request/add-database-tools-connection-lock-request.d.ts +40 -0
  235. package/lib/request/add-database-tools-connection-lock-request.js +15 -0
  236. package/lib/request/add-database-tools-connection-lock-request.js.map +1 -0
  237. package/lib/request/add-database-tools-private-endpoint-lock-request.d.ts +40 -0
  238. package/lib/request/add-database-tools-private-endpoint-lock-request.js +15 -0
  239. package/lib/request/add-database-tools-private-endpoint-lock-request.js.map +1 -0
  240. package/lib/request/change-database-tools-connection-compartment-request.d.ts +3 -8
  241. package/lib/request/change-database-tools-private-endpoint-compartment-request.d.ts +3 -8
  242. package/lib/request/create-database-tools-connection-request.d.ts +11 -9
  243. package/lib/request/create-database-tools-private-endpoint-request.d.ts +10 -8
  244. package/lib/request/delete-database-tools-connection-request.d.ts +5 -1
  245. package/lib/request/delete-database-tools-private-endpoint-request.d.ts +5 -1
  246. package/lib/request/get-database-tools-connection-request.d.ts +1 -1
  247. package/lib/request/get-database-tools-endpoint-service-request.d.ts +1 -1
  248. package/lib/request/get-database-tools-private-endpoint-request.d.ts +1 -1
  249. package/lib/request/get-work-request-request.d.ts +1 -1
  250. package/lib/request/index.d.ts +8 -0
  251. package/lib/request/index.js.map +1 -1
  252. package/lib/request/list-database-tools-connections-request.d.ts +9 -1
  253. package/lib/request/list-database-tools-connections-request.js.map +1 -1
  254. package/lib/request/list-database-tools-endpoint-services-request.d.ts +1 -1
  255. package/lib/request/list-database-tools-private-endpoints-request.d.ts +1 -1
  256. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  257. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  258. package/lib/request/list-work-requests-request.d.ts +1 -1
  259. package/lib/request/remove-database-tools-connection-lock-request.d.ts +40 -0
  260. package/lib/request/remove-database-tools-connection-lock-request.js +15 -0
  261. package/lib/request/remove-database-tools-connection-lock-request.js.map +1 -0
  262. package/lib/request/remove-database-tools-private-endpoint-lock-request.d.ts +40 -0
  263. package/lib/request/remove-database-tools-private-endpoint-lock-request.js +15 -0
  264. package/lib/request/remove-database-tools-private-endpoint-lock-request.js.map +1 -0
  265. package/lib/request/update-database-tools-connection-request.d.ts +6 -2
  266. package/lib/request/update-database-tools-private-endpoint-request.d.ts +5 -1
  267. package/lib/request/validate-database-tools-connection-request.d.ts +2 -2
  268. package/lib/response/add-database-tools-connection-lock-response.d.ts +30 -0
  269. package/lib/response/add-database-tools-connection-lock-response.js +15 -0
  270. package/lib/response/add-database-tools-connection-lock-response.js.map +1 -0
  271. package/lib/response/add-database-tools-private-endpoint-lock-response.d.ts +30 -0
  272. package/lib/response/add-database-tools-private-endpoint-lock-response.js +15 -0
  273. package/lib/response/add-database-tools-private-endpoint-lock-response.js.map +1 -0
  274. package/lib/response/index.d.ts +8 -0
  275. package/lib/response/remove-database-tools-connection-lock-response.d.ts +30 -0
  276. package/lib/response/remove-database-tools-connection-lock-response.js +15 -0
  277. package/lib/response/remove-database-tools-connection-lock-response.js.map +1 -0
  278. package/lib/response/remove-database-tools-private-endpoint-lock-response.d.ts +30 -0
  279. package/lib/response/remove-database-tools-private-endpoint-lock-response.js +15 -0
  280. package/lib/response/remove-database-tools-private-endpoint-lock-response.js.map +1 -0
  281. package/package.json +3 -3
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /**
3
+ * Database Tools
4
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
5
+ * OpenAPI spec version: 20201005
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.DatabaseToolsKeyStoreContentSecretIdGenericJdbcDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var DatabaseToolsKeyStoreContentSecretIdGenericJdbcDetails;
37
+ (function (DatabaseToolsKeyStoreContentSecretIdGenericJdbcDetails) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.DatabaseToolsKeyStoreContentGenericJdbcDetails.getJsonObj(obj))), {});
42
+ return jsonObj;
43
+ }
44
+ DatabaseToolsKeyStoreContentSecretIdGenericJdbcDetails.getJsonObj = getJsonObj;
45
+ DatabaseToolsKeyStoreContentSecretIdGenericJdbcDetails.valueType = "SECRETID";
46
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
47
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
48
+ ? obj
49
+ : model.DatabaseToolsKeyStoreContentGenericJdbcDetails.getDeserializedJsonObj(obj))), {});
50
+ return jsonObj;
51
+ }
52
+ DatabaseToolsKeyStoreContentSecretIdGenericJdbcDetails.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(DatabaseToolsKeyStoreContentSecretIdGenericJdbcDetails = exports.DatabaseToolsKeyStoreContentSecretIdGenericJdbcDetails || (exports.DatabaseToolsKeyStoreContentSecretIdGenericJdbcDetails = {}));
54
+ //# sourceMappingURL=database-tools-key-store-content-secret-id-generic-jdbc-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database-tools-key-store-content-secret-id-generic-jdbc-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,sDAAsD,CAgCtE;AAhCD,WAAiB,sDAAsD;IACrE,SAAgB,UAAU,CACxB,GAA2D,EAC3D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8CAA8C,CAAC,UAAU,CAC9D,GAAG,CACuD,CAAC,GAC9D,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,iEAAU,aAczB,CAAA;IACY,gEAAS,GAAG,UAAU,CAAC;IACpC,SAAgB,sBAAsB,CACpC,GAA2D,EAC3D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8CAA8C,CAAC,sBAAsB,CAC1E,GAAG,CACuD,CAAC,GAC9D,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,6EAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,sDAAsD,GAAtD,8DAAsD,KAAtD,8DAAsD,QAgCtE"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Database Tools
3
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
4
+ * OpenAPI spec version: 20201005
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * The key store content.
16
+ */
17
+ export interface DatabaseToolsKeyStoreContentSecretIdGenericJdbcSummary extends model.DatabaseToolsKeyStoreContentGenericJdbcSummary {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the secret containing the key store.
20
+ */
21
+ "secretId"?: string;
22
+ "valueType": string;
23
+ }
24
+ export declare namespace DatabaseToolsKeyStoreContentSecretIdGenericJdbcSummary {
25
+ function getJsonObj(obj: DatabaseToolsKeyStoreContentSecretIdGenericJdbcSummary, isParentJsonObj?: boolean): object;
26
+ const valueType = "SECRETID";
27
+ function getDeserializedJsonObj(obj: DatabaseToolsKeyStoreContentSecretIdGenericJdbcSummary, isParentJsonObj?: boolean): object;
28
+ }
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /**
3
+ * Database Tools
4
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
5
+ * OpenAPI spec version: 20201005
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.DatabaseToolsKeyStoreContentSecretIdGenericJdbcSummary = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var DatabaseToolsKeyStoreContentSecretIdGenericJdbcSummary;
37
+ (function (DatabaseToolsKeyStoreContentSecretIdGenericJdbcSummary) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.DatabaseToolsKeyStoreContentGenericJdbcSummary.getJsonObj(obj))), {});
42
+ return jsonObj;
43
+ }
44
+ DatabaseToolsKeyStoreContentSecretIdGenericJdbcSummary.getJsonObj = getJsonObj;
45
+ DatabaseToolsKeyStoreContentSecretIdGenericJdbcSummary.valueType = "SECRETID";
46
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
47
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
48
+ ? obj
49
+ : model.DatabaseToolsKeyStoreContentGenericJdbcSummary.getDeserializedJsonObj(obj))), {});
50
+ return jsonObj;
51
+ }
52
+ DatabaseToolsKeyStoreContentSecretIdGenericJdbcSummary.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(DatabaseToolsKeyStoreContentSecretIdGenericJdbcSummary = exports.DatabaseToolsKeyStoreContentSecretIdGenericJdbcSummary || (exports.DatabaseToolsKeyStoreContentSecretIdGenericJdbcSummary = {}));
54
+ //# sourceMappingURL=database-tools-key-store-content-secret-id-generic-jdbc-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database-tools-key-store-content-secret-id-generic-jdbc-summary.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,sDAAsD,CAgCtE;AAhCD,WAAiB,sDAAsD;IACrE,SAAgB,UAAU,CACxB,GAA2D,EAC3D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8CAA8C,CAAC,UAAU,CAC9D,GAAG,CACuD,CAAC,GAC9D,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,iEAAU,aAczB,CAAA;IACY,gEAAS,GAAG,UAAU,CAAC;IACpC,SAAgB,sBAAsB,CACpC,GAA2D,EAC3D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8CAA8C,CAAC,sBAAsB,CAC1E,GAAG,CACuD,CAAC,GAC9D,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,6EAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,sDAAsD,GAAtD,8DAAsD,KAAtD,8DAAsD,QAgCtE"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Database Tools
3
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
4
+ * OpenAPI spec version: 20201005
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * The key store content.
16
+ */
17
+ export interface DatabaseToolsKeyStoreContentSecretIdGenericJdbc extends model.DatabaseToolsKeyStoreContentGenericJdbc {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the secret containing the key store.
20
+ */
21
+ "secretId"?: string;
22
+ "valueType": string;
23
+ }
24
+ export declare namespace DatabaseToolsKeyStoreContentSecretIdGenericJdbc {
25
+ function getJsonObj(obj: DatabaseToolsKeyStoreContentSecretIdGenericJdbc, isParentJsonObj?: boolean): object;
26
+ const valueType = "SECRETID";
27
+ function getDeserializedJsonObj(obj: DatabaseToolsKeyStoreContentSecretIdGenericJdbc, isParentJsonObj?: boolean): object;
28
+ }
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /**
3
+ * Database Tools
4
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
5
+ * OpenAPI spec version: 20201005
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.DatabaseToolsKeyStoreContentSecretIdGenericJdbc = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var DatabaseToolsKeyStoreContentSecretIdGenericJdbc;
37
+ (function (DatabaseToolsKeyStoreContentSecretIdGenericJdbc) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.DatabaseToolsKeyStoreContentGenericJdbc.getJsonObj(obj))), {});
42
+ return jsonObj;
43
+ }
44
+ DatabaseToolsKeyStoreContentSecretIdGenericJdbc.getJsonObj = getJsonObj;
45
+ DatabaseToolsKeyStoreContentSecretIdGenericJdbc.valueType = "SECRETID";
46
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
47
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
48
+ ? obj
49
+ : model.DatabaseToolsKeyStoreContentGenericJdbc.getDeserializedJsonObj(obj))), {});
50
+ return jsonObj;
51
+ }
52
+ DatabaseToolsKeyStoreContentSecretIdGenericJdbc.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(DatabaseToolsKeyStoreContentSecretIdGenericJdbc = exports.DatabaseToolsKeyStoreContentSecretIdGenericJdbc || (exports.DatabaseToolsKeyStoreContentSecretIdGenericJdbc = {}));
54
+ //# sourceMappingURL=database-tools-key-store-content-secret-id-generic-jdbc.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database-tools-key-store-content-secret-id-generic-jdbc.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-content-secret-id-generic-jdbc.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,+CAA+C,CAgC/D;AAhCD,WAAiB,+CAA+C;IAC9D,SAAgB,UAAU,CACxB,GAAoD,EACpD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uCAAuC,CAAC,UAAU,CACvD,GAAG,CACgD,CAAC,GACvD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,0DAAU,aAczB,CAAA;IACY,yDAAS,GAAG,UAAU,CAAC;IACpC,SAAgB,sBAAsB,CACpC,GAAoD,EACpD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uCAAuC,CAAC,sBAAsB,CACnE,GAAG,CACgD,CAAC,GACvD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,sEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,+CAA+C,GAA/C,uDAA+C,KAA/C,uDAA+C,QAgC/D"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Database Tools
3
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
4
+ * OpenAPI spec version: 20201005
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * The key store content.
16
+ */
17
+ export interface DatabaseToolsKeyStoreContentSecretIdPostgresqlDetails extends model.DatabaseToolsKeyStoreContentPostgresqlDetails {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the secret containing the key store.
20
+ */
21
+ "secretId"?: string;
22
+ "valueType": string;
23
+ }
24
+ export declare namespace DatabaseToolsKeyStoreContentSecretIdPostgresqlDetails {
25
+ function getJsonObj(obj: DatabaseToolsKeyStoreContentSecretIdPostgresqlDetails, isParentJsonObj?: boolean): object;
26
+ const valueType = "SECRETID";
27
+ function getDeserializedJsonObj(obj: DatabaseToolsKeyStoreContentSecretIdPostgresqlDetails, isParentJsonObj?: boolean): object;
28
+ }
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /**
3
+ * Database Tools
4
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
5
+ * OpenAPI spec version: 20201005
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.DatabaseToolsKeyStoreContentSecretIdPostgresqlDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var DatabaseToolsKeyStoreContentSecretIdPostgresqlDetails;
37
+ (function (DatabaseToolsKeyStoreContentSecretIdPostgresqlDetails) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.DatabaseToolsKeyStoreContentPostgresqlDetails.getJsonObj(obj))), {});
42
+ return jsonObj;
43
+ }
44
+ DatabaseToolsKeyStoreContentSecretIdPostgresqlDetails.getJsonObj = getJsonObj;
45
+ DatabaseToolsKeyStoreContentSecretIdPostgresqlDetails.valueType = "SECRETID";
46
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
47
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
48
+ ? obj
49
+ : model.DatabaseToolsKeyStoreContentPostgresqlDetails.getDeserializedJsonObj(obj))), {});
50
+ return jsonObj;
51
+ }
52
+ DatabaseToolsKeyStoreContentSecretIdPostgresqlDetails.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(DatabaseToolsKeyStoreContentSecretIdPostgresqlDetails = exports.DatabaseToolsKeyStoreContentSecretIdPostgresqlDetails || (exports.DatabaseToolsKeyStoreContentSecretIdPostgresqlDetails = {}));
54
+ //# sourceMappingURL=database-tools-key-store-content-secret-id-postgresql-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database-tools-key-store-content-secret-id-postgresql-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-content-secret-id-postgresql-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,qDAAqD,CAgCrE;AAhCD,WAAiB,qDAAqD;IACpE,SAAgB,UAAU,CACxB,GAA0D,EAC1D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,6CAA6C,CAAC,UAAU,CAC7D,GAAG,CACsD,CAAC,GAC7D,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,gEAAU,aAczB,CAAA;IACY,+DAAS,GAAG,UAAU,CAAC;IACpC,SAAgB,sBAAsB,CACpC,GAA0D,EAC1D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,6CAA6C,CAAC,sBAAsB,CACzE,GAAG,CACsD,CAAC,GAC7D,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,4EAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,qDAAqD,GAArD,6DAAqD,KAArD,6DAAqD,QAgCrE"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Database Tools
3
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
4
+ * OpenAPI spec version: 20201005
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * The key store content.
16
+ */
17
+ export interface DatabaseToolsKeyStoreContentSecretIdPostgresqlSummary extends model.DatabaseToolsKeyStoreContentPostgresqlSummary {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the secret containing the key store.
20
+ */
21
+ "secretId"?: string;
22
+ "valueType": string;
23
+ }
24
+ export declare namespace DatabaseToolsKeyStoreContentSecretIdPostgresqlSummary {
25
+ function getJsonObj(obj: DatabaseToolsKeyStoreContentSecretIdPostgresqlSummary, isParentJsonObj?: boolean): object;
26
+ const valueType = "SECRETID";
27
+ function getDeserializedJsonObj(obj: DatabaseToolsKeyStoreContentSecretIdPostgresqlSummary, isParentJsonObj?: boolean): object;
28
+ }
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /**
3
+ * Database Tools
4
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
5
+ * OpenAPI spec version: 20201005
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.DatabaseToolsKeyStoreContentSecretIdPostgresqlSummary = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var DatabaseToolsKeyStoreContentSecretIdPostgresqlSummary;
37
+ (function (DatabaseToolsKeyStoreContentSecretIdPostgresqlSummary) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.DatabaseToolsKeyStoreContentPostgresqlSummary.getJsonObj(obj))), {});
42
+ return jsonObj;
43
+ }
44
+ DatabaseToolsKeyStoreContentSecretIdPostgresqlSummary.getJsonObj = getJsonObj;
45
+ DatabaseToolsKeyStoreContentSecretIdPostgresqlSummary.valueType = "SECRETID";
46
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
47
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
48
+ ? obj
49
+ : model.DatabaseToolsKeyStoreContentPostgresqlSummary.getDeserializedJsonObj(obj))), {});
50
+ return jsonObj;
51
+ }
52
+ DatabaseToolsKeyStoreContentSecretIdPostgresqlSummary.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(DatabaseToolsKeyStoreContentSecretIdPostgresqlSummary = exports.DatabaseToolsKeyStoreContentSecretIdPostgresqlSummary || (exports.DatabaseToolsKeyStoreContentSecretIdPostgresqlSummary = {}));
54
+ //# sourceMappingURL=database-tools-key-store-content-secret-id-postgresql-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database-tools-key-store-content-secret-id-postgresql-summary.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-content-secret-id-postgresql-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,qDAAqD,CAgCrE;AAhCD,WAAiB,qDAAqD;IACpE,SAAgB,UAAU,CACxB,GAA0D,EAC1D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,6CAA6C,CAAC,UAAU,CAC7D,GAAG,CACsD,CAAC,GAC7D,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,gEAAU,aAczB,CAAA;IACY,+DAAS,GAAG,UAAU,CAAC;IACpC,SAAgB,sBAAsB,CACpC,GAA0D,EAC1D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,6CAA6C,CAAC,sBAAsB,CACzE,GAAG,CACsD,CAAC,GAC7D,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,4EAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,qDAAqD,GAArD,6DAAqD,KAArD,6DAAqD,QAgCrE"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Database Tools
3
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
4
+ * OpenAPI spec version: 20201005
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * The key store content.
16
+ */
17
+ export interface DatabaseToolsKeyStoreContentSecretIdPostgresql extends model.DatabaseToolsKeyStoreContentPostgresql {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the secret containing the key store.
20
+ */
21
+ "secretId"?: string;
22
+ "valueType": string;
23
+ }
24
+ export declare namespace DatabaseToolsKeyStoreContentSecretIdPostgresql {
25
+ function getJsonObj(obj: DatabaseToolsKeyStoreContentSecretIdPostgresql, isParentJsonObj?: boolean): object;
26
+ const valueType = "SECRETID";
27
+ function getDeserializedJsonObj(obj: DatabaseToolsKeyStoreContentSecretIdPostgresql, isParentJsonObj?: boolean): object;
28
+ }
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /**
3
+ * Database Tools
4
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
5
+ * OpenAPI spec version: 20201005
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.DatabaseToolsKeyStoreContentSecretIdPostgresql = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var DatabaseToolsKeyStoreContentSecretIdPostgresql;
37
+ (function (DatabaseToolsKeyStoreContentSecretIdPostgresql) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.DatabaseToolsKeyStoreContentPostgresql.getJsonObj(obj))), {});
42
+ return jsonObj;
43
+ }
44
+ DatabaseToolsKeyStoreContentSecretIdPostgresql.getJsonObj = getJsonObj;
45
+ DatabaseToolsKeyStoreContentSecretIdPostgresql.valueType = "SECRETID";
46
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
47
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
48
+ ? obj
49
+ : model.DatabaseToolsKeyStoreContentPostgresql.getDeserializedJsonObj(obj))), {});
50
+ return jsonObj;
51
+ }
52
+ DatabaseToolsKeyStoreContentSecretIdPostgresql.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(DatabaseToolsKeyStoreContentSecretIdPostgresql = exports.DatabaseToolsKeyStoreContentSecretIdPostgresql || (exports.DatabaseToolsKeyStoreContentSecretIdPostgresql = {}));
54
+ //# sourceMappingURL=database-tools-key-store-content-secret-id-postgresql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database-tools-key-store-content-secret-id-postgresql.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-content-secret-id-postgresql.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,8CAA8C,CAgC9D;AAhCD,WAAiB,8CAA8C;IAC7D,SAAgB,UAAU,CACxB,GAAmD,EACnD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sCAAsC,CAAC,UAAU,CACtD,GAAG,CAC+C,CAAC,GACtD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,yDAAU,aAczB,CAAA;IACY,wDAAS,GAAG,UAAU,CAAC;IACpC,SAAgB,sBAAsB,CACpC,GAAmD,EACnD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sCAAsC,CAAC,sBAAsB,CAClE,GAAG,CAC+C,CAAC,GACtD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,qEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,8CAA8C,GAA9C,sDAA8C,KAA9C,sDAA8C,QAgC9D"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Database Tools
3
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
4
+ * OpenAPI spec version: 20201005
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * The details of the key store.
16
+ */
17
+ export interface DatabaseToolsKeyStoreGenericJdbcDetails {
18
+ /**
19
+ * The key store type.
20
+ */
21
+ "keyStoreType"?: model.KeyStoreTypeGenericJdbc;
22
+ "keyStoreContent"?: model.DatabaseToolsKeyStoreContentSecretIdGenericJdbcDetails;
23
+ "keyStorePassword"?: model.DatabaseToolsKeyStorePasswordSecretIdGenericJdbcDetails;
24
+ }
25
+ export declare namespace DatabaseToolsKeyStoreGenericJdbcDetails {
26
+ function getJsonObj(obj: DatabaseToolsKeyStoreGenericJdbcDetails): object;
27
+ function getDeserializedJsonObj(obj: DatabaseToolsKeyStoreGenericJdbcDetails): object;
28
+ }
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ /**
3
+ * Database Tools
4
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
5
+ * OpenAPI spec version: 20201005
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.DatabaseToolsKeyStoreGenericJdbcDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var DatabaseToolsKeyStoreGenericJdbcDetails;
37
+ (function (DatabaseToolsKeyStoreGenericJdbcDetails) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "keyStoreContent": obj.keyStoreContent
41
+ ? model.DatabaseToolsKeyStoreContentGenericJdbcDetails.getJsonObj(obj.keyStoreContent)
42
+ : undefined,
43
+ "keyStorePassword": obj.keyStorePassword
44
+ ? model.DatabaseToolsKeyStorePasswordGenericJdbcDetails.getJsonObj(obj.keyStorePassword)
45
+ : undefined
46
+ });
47
+ return jsonObj;
48
+ }
49
+ DatabaseToolsKeyStoreGenericJdbcDetails.getJsonObj = getJsonObj;
50
+ function getDeserializedJsonObj(obj) {
51
+ const jsonObj = Object.assign(Object.assign({}, obj), {
52
+ "keyStoreContent": obj.keyStoreContent
53
+ ? model.DatabaseToolsKeyStoreContentGenericJdbcDetails.getDeserializedJsonObj(obj.keyStoreContent)
54
+ : undefined,
55
+ "keyStorePassword": obj.keyStorePassword
56
+ ? model.DatabaseToolsKeyStorePasswordGenericJdbcDetails.getDeserializedJsonObj(obj.keyStorePassword)
57
+ : undefined
58
+ });
59
+ return jsonObj;
60
+ }
61
+ DatabaseToolsKeyStoreGenericJdbcDetails.getDeserializedJsonObj = getDeserializedJsonObj;
62
+ })(DatabaseToolsKeyStoreGenericJdbcDetails = exports.DatabaseToolsKeyStoreGenericJdbcDetails || (exports.DatabaseToolsKeyStoreGenericJdbcDetails = {}));
63
+ //# sourceMappingURL=database-tools-key-store-generic-jdbc-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database-tools-key-store-generic-jdbc-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-generic-jdbc-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,uCAAuC,CAmCvD;AAnCD,WAAiB,uCAAuC;IACtD,SAAgB,UAAU,CAAC,GAA4C;QACrE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,8CAA8C,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACtF,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,+CAA+C,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACxF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,kDAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4C;QACjF,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,8CAA8C,CAAC,sBAAsB,CACzE,GAAG,CAAC,eAAe,CACpB;gBACH,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,+CAA+C,CAAC,sBAAsB,CAC1E,GAAG,CAAC,gBAAgB,CACrB;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,8DAAsB,yBAkBrC,CAAA;AACH,CAAC,EAnCgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAmCvD"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Database Tools
3
+ * Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
4
+ * OpenAPI spec version: 20201005
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * The summary of the key store.
16
+ */
17
+ export interface DatabaseToolsKeyStoreGenericJdbcSummary {
18
+ /**
19
+ * The key store type.
20
+ */
21
+ "keyStoreType"?: model.KeyStoreTypeGenericJdbc;
22
+ "keyStoreContent"?: model.DatabaseToolsKeyStoreContentSecretIdGenericJdbcSummary;
23
+ "keyStorePassword"?: model.DatabaseToolsKeyStorePasswordSecretIdGenericJdbcSummary;
24
+ }
25
+ export declare namespace DatabaseToolsKeyStoreGenericJdbcSummary {
26
+ function getJsonObj(obj: DatabaseToolsKeyStoreGenericJdbcSummary): object;
27
+ function getDeserializedJsonObj(obj: DatabaseToolsKeyStoreGenericJdbcSummary): object;
28
+ }