oci-databasetools 2.70.4 → 2.72.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.
- package/lib/client.d.ts +57 -21
- package/lib/client.js +305 -33
- package/lib/client.js.map +1 -1
- package/lib/model/add-resource-lock-details.d.ts +41 -0
- package/lib/model/add-resource-lock-details.js +34 -0
- package/lib/model/add-resource-lock-details.js.map +1 -0
- package/lib/model/connection-type.d.ts +2 -0
- package/lib/model/connection-type.js +2 -0
- package/lib/model/connection-type.js.map +1 -1
- package/lib/model/create-database-tools-connection-details.d.ts +9 -0
- package/lib/model/create-database-tools-connection-details.js +22 -2
- package/lib/model/create-database-tools-connection-details.js.map +1 -1
- package/lib/model/create-database-tools-connection-generic-jdbc-details.d.ts +45 -0
- package/lib/model/create-database-tools-connection-generic-jdbc-details.js +72 -0
- package/lib/model/create-database-tools-connection-generic-jdbc-details.js.map +1 -0
- package/lib/model/create-database-tools-connection-my-sql-details.d.ts +3 -3
- package/lib/model/create-database-tools-connection-oracle-database-details.d.ts +4 -3
- package/lib/model/create-database-tools-connection-oracle-database-details.js +6 -0
- package/lib/model/create-database-tools-connection-oracle-database-details.js.map +1 -1
- package/lib/model/create-database-tools-connection-postgresql-details.d.ts +50 -0
- package/lib/model/create-database-tools-connection-postgresql-details.js +78 -0
- package/lib/model/create-database-tools-connection-postgresql-details.js.map +1 -0
- package/lib/model/create-database-tools-private-endpoint-details.d.ts +5 -0
- package/lib/model/create-database-tools-private-endpoint-details.js +34 -2
- package/lib/model/create-database-tools-private-endpoint-details.js.map +1 -1
- package/lib/model/create-database-tools-related-resource-postgresql-details.d.ts +30 -0
- package/lib/model/create-database-tools-related-resource-postgresql-details.js +29 -0
- package/lib/model/create-database-tools-related-resource-postgresql-details.js.map +1 -0
- package/lib/model/database-tools-connection-generic-jdbc-summary.d.ts +45 -0
- package/lib/model/database-tools-connection-generic-jdbc-summary.js +72 -0
- package/lib/model/database-tools-connection-generic-jdbc-summary.js.map +1 -0
- package/lib/model/database-tools-connection-generic-jdbc.d.ts +45 -0
- package/lib/model/database-tools-connection-generic-jdbc.js +72 -0
- package/lib/model/database-tools-connection-generic-jdbc.js.map +1 -0
- package/lib/model/database-tools-connection-my-sql-summary.d.ts +1 -1
- package/lib/model/database-tools-connection-my-sql.d.ts +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-details.d.ts +22 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-details.js +72 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-details.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-details.d.ts +24 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-details.js +54 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-details.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-summary.d.ts +24 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-summary.js +54 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-summary.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy.d.ts +24 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy.js +54 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-summary.d.ts +22 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-summary.js +72 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-summary.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-details.d.ts +33 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-details.js +62 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-details.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-summary.d.ts +33 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-summary.js +62 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-summary.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name.d.ts +33 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name.js +62 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client.d.ts +22 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client.js +72 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-summary.d.ts +2 -1
- package/lib/model/database-tools-connection-oracle-database-summary.js +6 -0
- package/lib/model/database-tools-connection-oracle-database-summary.js.map +1 -1
- package/lib/model/database-tools-connection-oracle-database.d.ts +2 -1
- package/lib/model/database-tools-connection-oracle-database.js +6 -0
- package/lib/model/database-tools-connection-oracle-database.js.map +1 -1
- package/lib/model/database-tools-connection-postgresql-summary.d.ts +50 -0
- package/lib/model/database-tools-connection-postgresql-summary.js +78 -0
- package/lib/model/database-tools-connection-postgresql-summary.js.map +1 -0
- package/lib/model/database-tools-connection-postgresql.d.ts +50 -0
- package/lib/model/database-tools-connection-postgresql.js +78 -0
- package/lib/model/database-tools-connection-postgresql.js.map +1 -0
- package/lib/model/database-tools-connection-summary.d.ts +8 -0
- package/lib/model/database-tools-connection-summary.js +22 -2
- package/lib/model/database-tools-connection-summary.js.map +1 -1
- package/lib/model/database-tools-connection.d.ts +8 -0
- package/lib/model/database-tools-connection.js +22 -2
- package/lib/model/database-tools-connection.js.map +1 -1
- package/lib/model/database-tools-key-store-content-generic-jdbc-details.d.ts +22 -0
- package/lib/model/database-tools-key-store-content-generic-jdbc-details.js +68 -0
- package/lib/model/database-tools-key-store-content-generic-jdbc-details.js.map +1 -0
- package/lib/model/database-tools-key-store-content-generic-jdbc-summary.d.ts +22 -0
- package/lib/model/database-tools-key-store-content-generic-jdbc-summary.js +68 -0
- package/lib/model/database-tools-key-store-content-generic-jdbc-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-content-generic-jdbc.d.ts +22 -0
- package/lib/model/database-tools-key-store-content-generic-jdbc.js +68 -0
- package/lib/model/database-tools-key-store-content-generic-jdbc.js.map +1 -0
- package/lib/model/database-tools-key-store-content-postgresql-details.d.ts +22 -0
- package/lib/model/database-tools-key-store-content-postgresql-details.js +68 -0
- package/lib/model/database-tools-key-store-content-postgresql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-content-postgresql-summary.d.ts +22 -0
- package/lib/model/database-tools-key-store-content-postgresql-summary.js +68 -0
- package/lib/model/database-tools-key-store-content-postgresql-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-content-postgresql.d.ts +22 -0
- package/lib/model/database-tools-key-store-content-postgresql.js +68 -0
- package/lib/model/database-tools-key-store-content-postgresql.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-details.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-details.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-summary.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-postgresql-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-postgresql-details.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-postgresql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-postgresql-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-postgresql-summary.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-postgresql-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-postgresql.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-postgresql.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-postgresql.js.map +1 -0
- package/lib/model/database-tools-key-store-generic-jdbc-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-generic-jdbc-details.js +63 -0
- package/lib/model/database-tools-key-store-generic-jdbc-details.js.map +1 -0
- package/lib/model/database-tools-key-store-generic-jdbc-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-generic-jdbc-summary.js +63 -0
- package/lib/model/database-tools-key-store-generic-jdbc-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-generic-jdbc.d.ts +28 -0
- package/lib/model/database-tools-key-store-generic-jdbc.js +63 -0
- package/lib/model/database-tools-key-store-generic-jdbc.js.map +1 -0
- package/lib/model/database-tools-key-store-password-generic-jdbc-details.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-generic-jdbc-details.js +68 -0
- package/lib/model/database-tools-key-store-password-generic-jdbc-details.js.map +1 -0
- package/lib/model/database-tools-key-store-password-generic-jdbc-summary.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-generic-jdbc-summary.js +68 -0
- package/lib/model/database-tools-key-store-password-generic-jdbc-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-password-generic-jdbc.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-generic-jdbc.js +68 -0
- package/lib/model/database-tools-key-store-password-generic-jdbc.js.map +1 -0
- package/lib/model/database-tools-key-store-password-postgresql-details.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-postgresql-details.js +68 -0
- package/lib/model/database-tools-key-store-password-postgresql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-password-postgresql-summary.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-postgresql-summary.js +68 -0
- package/lib/model/database-tools-key-store-password-postgresql-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-password-postgresql.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-postgresql.js +68 -0
- package/lib/model/database-tools-key-store-password-postgresql.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-details.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-details.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-summary.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-postgresql-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-postgresql-details.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-postgresql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-postgresql-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-postgresql-summary.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-postgresql-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-postgresql.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-postgresql.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-postgresql.js.map +1 -0
- package/lib/model/database-tools-key-store-postgresql-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-postgresql-details.js +63 -0
- package/lib/model/database-tools-key-store-postgresql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-postgresql-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-postgresql-summary.js +63 -0
- package/lib/model/database-tools-key-store-postgresql-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-postgresql.d.ts +28 -0
- package/lib/model/database-tools-key-store-postgresql.js +63 -0
- package/lib/model/database-tools-key-store-postgresql.js.map +1 -0
- package/lib/model/database-tools-private-endpoint-summary.d.ts +4 -0
- package/lib/model/database-tools-private-endpoint-summary.js +10 -0
- package/lib/model/database-tools-private-endpoint-summary.js.map +1 -1
- package/lib/model/database-tools-private-endpoint.d.ts +4 -0
- package/lib/model/database-tools-private-endpoint.js +10 -0
- package/lib/model/database-tools-private-endpoint.js.map +1 -1
- package/lib/model/database-tools-related-resource-postgresql.d.ts +30 -0
- package/lib/model/database-tools-related-resource-postgresql.js +29 -0
- package/lib/model/database-tools-related-resource-postgresql.js.map +1 -0
- package/lib/model/index.d.ts +120 -0
- package/lib/model/index.js +124 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/key-store-type-generic-jdbc.d.ts +33 -0
- package/lib/model/key-store-type-generic-jdbc.js +44 -0
- package/lib/model/key-store-type-generic-jdbc.js.map +1 -0
- package/lib/model/key-store-type-postgresql.d.ts +29 -0
- package/lib/model/key-store-type-postgresql.js +40 -0
- package/lib/model/key-store-type-postgresql.js.map +1 -0
- package/lib/model/lifecycle-state.d.ts +1 -0
- package/lib/model/lifecycle-state.js +1 -0
- package/lib/model/lifecycle-state.js.map +1 -1
- package/lib/model/proxy-authentication-type.d.ts +28 -0
- package/lib/model/proxy-authentication-type.js +39 -0
- package/lib/model/proxy-authentication-type.js.map +1 -0
- package/lib/model/related-resource-entity-type-postgresql.d.ts +27 -0
- package/lib/model/related-resource-entity-type-postgresql.js +38 -0
- package/lib/model/related-resource-entity-type-postgresql.js.map +1 -0
- package/lib/model/remove-resource-lock-details.d.ts +41 -0
- package/lib/model/remove-resource-lock-details.js +34 -0
- package/lib/model/remove-resource-lock-details.js.map +1 -0
- package/lib/model/resource-lock.d.ts +52 -0
- package/lib/model/resource-lock.js +39 -0
- package/lib/model/resource-lock.js.map +1 -0
- package/lib/model/runtime-support.d.ts +28 -0
- package/lib/model/runtime-support.js +39 -0
- package/lib/model/runtime-support.js.map +1 -0
- package/lib/model/update-database-tools-connection-details.js +8 -0
- package/lib/model/update-database-tools-connection-details.js.map +1 -1
- package/lib/model/update-database-tools-connection-generic-jdbc-details.d.ts +45 -0
- package/lib/model/update-database-tools-connection-generic-jdbc-details.js +72 -0
- package/lib/model/update-database-tools-connection-generic-jdbc-details.js.map +1 -0
- package/lib/model/update-database-tools-connection-oracle-database-details.d.ts +1 -0
- package/lib/model/update-database-tools-connection-oracle-database-details.js +6 -0
- package/lib/model/update-database-tools-connection-oracle-database-details.js.map +1 -1
- package/lib/model/update-database-tools-connection-postgresql-details.d.ts +50 -0
- package/lib/model/update-database-tools-connection-postgresql-details.js +78 -0
- package/lib/model/update-database-tools-connection-postgresql-details.js.map +1 -0
- package/lib/model/update-database-tools-related-resource-postgresql-details.d.ts +30 -0
- package/lib/model/update-database-tools-related-resource-postgresql-details.js +29 -0
- package/lib/model/update-database-tools-related-resource-postgresql-details.js.map +1 -0
- package/lib/model/validate-database-tools-connection-details.js +4 -0
- package/lib/model/validate-database-tools-connection-details.js.map +1 -1
- package/lib/model/validate-database-tools-connection-my-sql-result.d.ts +1 -1
- package/lib/model/validate-database-tools-connection-oracle-database-result.d.ts +1 -1
- package/lib/model/validate-database-tools-connection-postgresql-details.d.ts +24 -0
- package/lib/model/validate-database-tools-connection-postgresql-details.js +54 -0
- package/lib/model/validate-database-tools-connection-postgresql-details.js.map +1 -0
- package/lib/model/validate-database-tools-connection-postgresql-result.d.ts +32 -0
- package/lib/model/validate-database-tools-connection-postgresql-result.js +54 -0
- package/lib/model/validate-database-tools-connection-postgresql-result.js.map +1 -0
- package/lib/model/validate-database-tools-connection-result.js +4 -0
- package/lib/model/validate-database-tools-connection-result.js.map +1 -1
- package/lib/request/add-database-tools-connection-lock-request.d.ts +40 -0
- package/lib/request/add-database-tools-connection-lock-request.js +15 -0
- package/lib/request/add-database-tools-connection-lock-request.js.map +1 -0
- package/lib/request/add-database-tools-private-endpoint-lock-request.d.ts +40 -0
- package/lib/request/add-database-tools-private-endpoint-lock-request.js +15 -0
- package/lib/request/add-database-tools-private-endpoint-lock-request.js.map +1 -0
- package/lib/request/change-database-tools-connection-compartment-request.d.ts +3 -8
- package/lib/request/change-database-tools-private-endpoint-compartment-request.d.ts +3 -8
- package/lib/request/create-database-tools-connection-request.d.ts +11 -9
- package/lib/request/create-database-tools-private-endpoint-request.d.ts +10 -8
- package/lib/request/delete-database-tools-connection-request.d.ts +5 -1
- package/lib/request/delete-database-tools-private-endpoint-request.d.ts +5 -1
- package/lib/request/get-database-tools-connection-request.d.ts +1 -1
- package/lib/request/get-database-tools-endpoint-service-request.d.ts +1 -1
- package/lib/request/get-database-tools-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +8 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-database-tools-connections-request.d.ts +9 -1
- package/lib/request/list-database-tools-connections-request.js.map +1 -1
- package/lib/request/list-database-tools-endpoint-services-request.d.ts +1 -1
- package/lib/request/list-database-tools-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/remove-database-tools-connection-lock-request.d.ts +40 -0
- package/lib/request/remove-database-tools-connection-lock-request.js +15 -0
- package/lib/request/remove-database-tools-connection-lock-request.js.map +1 -0
- package/lib/request/remove-database-tools-private-endpoint-lock-request.d.ts +40 -0
- package/lib/request/remove-database-tools-private-endpoint-lock-request.js +15 -0
- package/lib/request/remove-database-tools-private-endpoint-lock-request.js.map +1 -0
- package/lib/request/update-database-tools-connection-request.d.ts +6 -2
- package/lib/request/update-database-tools-private-endpoint-request.d.ts +5 -1
- package/lib/request/validate-database-tools-connection-request.d.ts +2 -2
- package/lib/response/add-database-tools-connection-lock-response.d.ts +30 -0
- package/lib/response/add-database-tools-connection-lock-response.js +15 -0
- package/lib/response/add-database-tools-connection-lock-response.js.map +1 -0
- package/lib/response/add-database-tools-private-endpoint-lock-response.d.ts +30 -0
- package/lib/response/add-database-tools-private-endpoint-lock-response.js +15 -0
- package/lib/response/add-database-tools-private-endpoint-lock-response.js.map +1 -0
- package/lib/response/index.d.ts +8 -0
- package/lib/response/remove-database-tools-connection-lock-response.d.ts +30 -0
- package/lib/response/remove-database-tools-connection-lock-response.js +15 -0
- package/lib/response/remove-database-tools-connection-lock-response.js.map +1 -0
- package/lib/response/remove-database-tools-private-endpoint-lock-response.d.ts +30 -0
- package/lib/response/remove-database-tools-private-endpoint-lock-response.js +15 -0
- package/lib/response/remove-database-tools-private-endpoint-lock-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-key-store-password-postgresql-summary.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-password-postgresql-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,8CAA8C,CAmC9D;AAnCD,WAAiB,8CAA8C;IAC7D,SAAgB,UAAU,CAAC,GAAmD;QAC5E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YAC9C,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,sDAAsD,CAAC,UAAU,CACL,OAAQ,EAC/E,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,SAAS,EAAE,CAAC,CAAC;aACxF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,yDAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAmD;QAEnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YAC9C,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,sDAAsD,CAAC,sBAAsB,CACjB,OAAQ,EAC/E,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,SAAS,EAAE,CAAC,CAAC;aACxF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,qEAAsB,yBAiBrC,CAAA;AACH,CAAC,EAnCgB,8CAA8C,GAA9C,sDAA8C,KAA9C,sDAA8C,QAmC9D"}
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
/**
|
|
14
|
+
* The key store password.
|
|
15
|
+
*/
|
|
16
|
+
export interface DatabaseToolsKeyStorePasswordPostgresql {
|
|
17
|
+
"valueType": string;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace DatabaseToolsKeyStorePasswordPostgresql {
|
|
20
|
+
function getJsonObj(obj: DatabaseToolsKeyStorePasswordPostgresql): object;
|
|
21
|
+
function getDeserializedJsonObj(obj: DatabaseToolsKeyStorePasswordPostgresql): object;
|
|
22
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
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.DatabaseToolsKeyStorePasswordPostgresql = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
const common = require("oci-common");
|
|
37
|
+
var DatabaseToolsKeyStorePasswordPostgresql;
|
|
38
|
+
(function (DatabaseToolsKeyStorePasswordPostgresql) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
41
|
+
if (obj && "valueType" in obj && obj.valueType) {
|
|
42
|
+
switch (obj.valueType) {
|
|
43
|
+
case "SECRETID":
|
|
44
|
+
return model.DatabaseToolsKeyStorePasswordSecretIdPostgresql.getJsonObj(jsonObj, true);
|
|
45
|
+
default:
|
|
46
|
+
if (common.LOG.logger)
|
|
47
|
+
common.LOG.logger.info(`Unknown value for: ${obj.valueType}`);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
DatabaseToolsKeyStorePasswordPostgresql.getJsonObj = getJsonObj;
|
|
53
|
+
function getDeserializedJsonObj(obj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
55
|
+
if (obj && "valueType" in obj && obj.valueType) {
|
|
56
|
+
switch (obj.valueType) {
|
|
57
|
+
case "SECRETID":
|
|
58
|
+
return model.DatabaseToolsKeyStorePasswordSecretIdPostgresql.getDeserializedJsonObj(jsonObj, true);
|
|
59
|
+
default:
|
|
60
|
+
if (common.LOG.logger)
|
|
61
|
+
common.LOG.logger.info(`Unknown value for: ${obj.valueType}`);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
return jsonObj;
|
|
65
|
+
}
|
|
66
|
+
DatabaseToolsKeyStorePasswordPostgresql.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
67
|
+
})(DatabaseToolsKeyStorePasswordPostgresql = exports.DatabaseToolsKeyStorePasswordPostgresql || (exports.DatabaseToolsKeyStorePasswordPostgresql = {}));
|
|
68
|
+
//# sourceMappingURL=database-tools-key-store-password-postgresql.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-key-store-password-postgresql.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-password-postgresql.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,uCAAuC,CAiCvD;AAjCD,WAAiB,uCAAuC;IACtD,SAAgB,UAAU,CAAC,GAA4C;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YAC9C,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,+CAA+C,CAAC,UAAU,CACL,OAAQ,EACxE,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,SAAS,EAAE,CAAC,CAAC;aACxF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,kDAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4C;QACjF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YAC9C,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,+CAA+C,CAAC,sBAAsB,CACjB,OAAQ,EACxE,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,SAAS,EAAE,CAAC,CAAC;aACxF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,8DAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAiCvD"}
|
|
@@ -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 password.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsKeyStorePasswordSecretIdGenericJdbcDetails extends model.DatabaseToolsKeyStorePasswordGenericJdbcDetails {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the secret containing the key store password.
|
|
20
|
+
*/
|
|
21
|
+
"secretId"?: string;
|
|
22
|
+
"valueType": string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace DatabaseToolsKeyStorePasswordSecretIdGenericJdbcDetails {
|
|
25
|
+
function getJsonObj(obj: DatabaseToolsKeyStorePasswordSecretIdGenericJdbcDetails, isParentJsonObj?: boolean): object;
|
|
26
|
+
const valueType = "SECRETID";
|
|
27
|
+
function getDeserializedJsonObj(obj: DatabaseToolsKeyStorePasswordSecretIdGenericJdbcDetails, 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.DatabaseToolsKeyStorePasswordSecretIdGenericJdbcDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsKeyStorePasswordSecretIdGenericJdbcDetails;
|
|
37
|
+
(function (DatabaseToolsKeyStorePasswordSecretIdGenericJdbcDetails) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.DatabaseToolsKeyStorePasswordGenericJdbcDetails.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
DatabaseToolsKeyStorePasswordSecretIdGenericJdbcDetails.getJsonObj = getJsonObj;
|
|
45
|
+
DatabaseToolsKeyStorePasswordSecretIdGenericJdbcDetails.valueType = "SECRETID";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.DatabaseToolsKeyStorePasswordGenericJdbcDetails.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
DatabaseToolsKeyStorePasswordSecretIdGenericJdbcDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(DatabaseToolsKeyStorePasswordSecretIdGenericJdbcDetails = exports.DatabaseToolsKeyStorePasswordSecretIdGenericJdbcDetails || (exports.DatabaseToolsKeyStorePasswordSecretIdGenericJdbcDetails = {}));
|
|
54
|
+
//# sourceMappingURL=database-tools-key-store-password-secret-id-generic-jdbc-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-key-store-password-secret-id-generic-jdbc-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,uDAAuD,CAgCvE;AAhCD,WAAiB,uDAAuD;IACtE,SAAgB,UAAU,CACxB,GAA4D,EAC5D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,+CAA+C,CAAC,UAAU,CAC/D,GAAG,CACwD,CAAC,GAC/D,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,kEAAU,aAczB,CAAA;IACY,iEAAS,GAAG,UAAU,CAAC;IACpC,SAAgB,sBAAsB,CACpC,GAA4D,EAC5D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,+CAA+C,CAAC,sBAAsB,CAC3E,GAAG,CACwD,CAAC,GAC/D,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,8EAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,uDAAuD,GAAvD,+DAAuD,KAAvD,+DAAuD,QAgCvE"}
|
|
@@ -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 password.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsKeyStorePasswordSecretIdGenericJdbcSummary extends model.DatabaseToolsKeyStorePasswordGenericJdbcSummary {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the secret containing the key store password.
|
|
20
|
+
*/
|
|
21
|
+
"secretId"?: string;
|
|
22
|
+
"valueType": string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace DatabaseToolsKeyStorePasswordSecretIdGenericJdbcSummary {
|
|
25
|
+
function getJsonObj(obj: DatabaseToolsKeyStorePasswordSecretIdGenericJdbcSummary, isParentJsonObj?: boolean): object;
|
|
26
|
+
const valueType = "SECRETID";
|
|
27
|
+
function getDeserializedJsonObj(obj: DatabaseToolsKeyStorePasswordSecretIdGenericJdbcSummary, 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.DatabaseToolsKeyStorePasswordSecretIdGenericJdbcSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsKeyStorePasswordSecretIdGenericJdbcSummary;
|
|
37
|
+
(function (DatabaseToolsKeyStorePasswordSecretIdGenericJdbcSummary) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.DatabaseToolsKeyStorePasswordGenericJdbcSummary.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
DatabaseToolsKeyStorePasswordSecretIdGenericJdbcSummary.getJsonObj = getJsonObj;
|
|
45
|
+
DatabaseToolsKeyStorePasswordSecretIdGenericJdbcSummary.valueType = "SECRETID";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.DatabaseToolsKeyStorePasswordGenericJdbcSummary.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
DatabaseToolsKeyStorePasswordSecretIdGenericJdbcSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(DatabaseToolsKeyStorePasswordSecretIdGenericJdbcSummary = exports.DatabaseToolsKeyStorePasswordSecretIdGenericJdbcSummary || (exports.DatabaseToolsKeyStorePasswordSecretIdGenericJdbcSummary = {}));
|
|
54
|
+
//# sourceMappingURL=database-tools-key-store-password-secret-id-generic-jdbc-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-key-store-password-secret-id-generic-jdbc-summary.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,uDAAuD,CAgCvE;AAhCD,WAAiB,uDAAuD;IACtE,SAAgB,UAAU,CACxB,GAA4D,EAC5D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,+CAA+C,CAAC,UAAU,CAC/D,GAAG,CACwD,CAAC,GAC/D,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,kEAAU,aAczB,CAAA;IACY,iEAAS,GAAG,UAAU,CAAC;IACpC,SAAgB,sBAAsB,CACpC,GAA4D,EAC5D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,+CAA+C,CAAC,sBAAsB,CAC3E,GAAG,CACwD,CAAC,GAC/D,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,8EAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,uDAAuD,GAAvD,+DAAuD,KAAvD,+DAAuD,QAgCvE"}
|
|
@@ -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 password.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsKeyStorePasswordSecretIdGenericJdbc extends model.DatabaseToolsKeyStorePasswordGenericJdbc {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the secret containing the key store password.
|
|
20
|
+
*/
|
|
21
|
+
"secretId"?: string;
|
|
22
|
+
"valueType": string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace DatabaseToolsKeyStorePasswordSecretIdGenericJdbc {
|
|
25
|
+
function getJsonObj(obj: DatabaseToolsKeyStorePasswordSecretIdGenericJdbc, isParentJsonObj?: boolean): object;
|
|
26
|
+
const valueType = "SECRETID";
|
|
27
|
+
function getDeserializedJsonObj(obj: DatabaseToolsKeyStorePasswordSecretIdGenericJdbc, 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.DatabaseToolsKeyStorePasswordSecretIdGenericJdbc = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsKeyStorePasswordSecretIdGenericJdbc;
|
|
37
|
+
(function (DatabaseToolsKeyStorePasswordSecretIdGenericJdbc) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.DatabaseToolsKeyStorePasswordGenericJdbc.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
DatabaseToolsKeyStorePasswordSecretIdGenericJdbc.getJsonObj = getJsonObj;
|
|
45
|
+
DatabaseToolsKeyStorePasswordSecretIdGenericJdbc.valueType = "SECRETID";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.DatabaseToolsKeyStorePasswordGenericJdbc.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
DatabaseToolsKeyStorePasswordSecretIdGenericJdbc.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(DatabaseToolsKeyStorePasswordSecretIdGenericJdbc = exports.DatabaseToolsKeyStorePasswordSecretIdGenericJdbc || (exports.DatabaseToolsKeyStorePasswordSecretIdGenericJdbc = {}));
|
|
54
|
+
//# sourceMappingURL=database-tools-key-store-password-secret-id-generic-jdbc.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-key-store-password-secret-id-generic-jdbc.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-password-secret-id-generic-jdbc.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,gDAAgD,CAgChE;AAhCD,WAAiB,gDAAgD;IAC/D,SAAgB,UAAU,CACxB,GAAqD,EACrD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wCAAwC,CAAC,UAAU,CACxD,GAAG,CACiD,CAAC,GACxD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,2DAAU,aAczB,CAAA;IACY,0DAAS,GAAG,UAAU,CAAC;IACpC,SAAgB,sBAAsB,CACpC,GAAqD,EACrD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wCAAwC,CAAC,sBAAsB,CACpE,GAAG,CACiD,CAAC,GACxD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,uEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,gDAAgD,GAAhD,wDAAgD,KAAhD,wDAAgD,QAgChE"}
|
|
@@ -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 password.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsKeyStorePasswordSecretIdPostgresqlDetails extends model.DatabaseToolsKeyStorePasswordPostgresqlDetails {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the secret containing the key store password.
|
|
20
|
+
*/
|
|
21
|
+
"secretId"?: string;
|
|
22
|
+
"valueType": string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace DatabaseToolsKeyStorePasswordSecretIdPostgresqlDetails {
|
|
25
|
+
function getJsonObj(obj: DatabaseToolsKeyStorePasswordSecretIdPostgresqlDetails, isParentJsonObj?: boolean): object;
|
|
26
|
+
const valueType = "SECRETID";
|
|
27
|
+
function getDeserializedJsonObj(obj: DatabaseToolsKeyStorePasswordSecretIdPostgresqlDetails, 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.DatabaseToolsKeyStorePasswordSecretIdPostgresqlDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsKeyStorePasswordSecretIdPostgresqlDetails;
|
|
37
|
+
(function (DatabaseToolsKeyStorePasswordSecretIdPostgresqlDetails) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.DatabaseToolsKeyStorePasswordPostgresqlDetails.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
DatabaseToolsKeyStorePasswordSecretIdPostgresqlDetails.getJsonObj = getJsonObj;
|
|
45
|
+
DatabaseToolsKeyStorePasswordSecretIdPostgresqlDetails.valueType = "SECRETID";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.DatabaseToolsKeyStorePasswordPostgresqlDetails.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
DatabaseToolsKeyStorePasswordSecretIdPostgresqlDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(DatabaseToolsKeyStorePasswordSecretIdPostgresqlDetails = exports.DatabaseToolsKeyStorePasswordSecretIdPostgresqlDetails || (exports.DatabaseToolsKeyStorePasswordSecretIdPostgresqlDetails = {}));
|
|
54
|
+
//# sourceMappingURL=database-tools-key-store-password-secret-id-postgresql-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-key-store-password-secret-id-postgresql-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-password-secret-id-postgresql-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 password.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsKeyStorePasswordSecretIdPostgresqlSummary extends model.DatabaseToolsKeyStorePasswordPostgresqlSummary {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the secret containing the key store password.
|
|
20
|
+
*/
|
|
21
|
+
"secretId"?: string;
|
|
22
|
+
"valueType": string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace DatabaseToolsKeyStorePasswordSecretIdPostgresqlSummary {
|
|
25
|
+
function getJsonObj(obj: DatabaseToolsKeyStorePasswordSecretIdPostgresqlSummary, isParentJsonObj?: boolean): object;
|
|
26
|
+
const valueType = "SECRETID";
|
|
27
|
+
function getDeserializedJsonObj(obj: DatabaseToolsKeyStorePasswordSecretIdPostgresqlSummary, 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.DatabaseToolsKeyStorePasswordSecretIdPostgresqlSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsKeyStorePasswordSecretIdPostgresqlSummary;
|
|
37
|
+
(function (DatabaseToolsKeyStorePasswordSecretIdPostgresqlSummary) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.DatabaseToolsKeyStorePasswordPostgresqlSummary.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
DatabaseToolsKeyStorePasswordSecretIdPostgresqlSummary.getJsonObj = getJsonObj;
|
|
45
|
+
DatabaseToolsKeyStorePasswordSecretIdPostgresqlSummary.valueType = "SECRETID";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.DatabaseToolsKeyStorePasswordPostgresqlSummary.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
DatabaseToolsKeyStorePasswordSecretIdPostgresqlSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(DatabaseToolsKeyStorePasswordSecretIdPostgresqlSummary = exports.DatabaseToolsKeyStorePasswordSecretIdPostgresqlSummary || (exports.DatabaseToolsKeyStorePasswordSecretIdPostgresqlSummary = {}));
|
|
54
|
+
//# sourceMappingURL=database-tools-key-store-password-secret-id-postgresql-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-key-store-password-secret-id-postgresql-summary.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-password-secret-id-postgresql-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 password.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsKeyStorePasswordSecretIdPostgresql extends model.DatabaseToolsKeyStorePasswordPostgresql {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the secret containing the key store password.
|
|
20
|
+
*/
|
|
21
|
+
"secretId"?: string;
|
|
22
|
+
"valueType": string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace DatabaseToolsKeyStorePasswordSecretIdPostgresql {
|
|
25
|
+
function getJsonObj(obj: DatabaseToolsKeyStorePasswordSecretIdPostgresql, isParentJsonObj?: boolean): object;
|
|
26
|
+
const valueType = "SECRETID";
|
|
27
|
+
function getDeserializedJsonObj(obj: DatabaseToolsKeyStorePasswordSecretIdPostgresql, 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.DatabaseToolsKeyStorePasswordSecretIdPostgresql = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsKeyStorePasswordSecretIdPostgresql;
|
|
37
|
+
(function (DatabaseToolsKeyStorePasswordSecretIdPostgresql) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.DatabaseToolsKeyStorePasswordPostgresql.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
DatabaseToolsKeyStorePasswordSecretIdPostgresql.getJsonObj = getJsonObj;
|
|
45
|
+
DatabaseToolsKeyStorePasswordSecretIdPostgresql.valueType = "SECRETID";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.DatabaseToolsKeyStorePasswordPostgresql.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
DatabaseToolsKeyStorePasswordSecretIdPostgresql.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(DatabaseToolsKeyStorePasswordSecretIdPostgresql = exports.DatabaseToolsKeyStorePasswordSecretIdPostgresql || (exports.DatabaseToolsKeyStorePasswordSecretIdPostgresql = {}));
|
|
54
|
+
//# sourceMappingURL=database-tools-key-store-password-secret-id-postgresql.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-key-store-password-secret-id-postgresql.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-password-secret-id-postgresql.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"}
|