oci-databasetools 2.71.0 → 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,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.DatabaseToolsConnectionOracleDatabaseProxyClientNoProxyDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsConnectionOracleDatabaseProxyClientNoProxyDetails;
|
|
37
|
+
(function (DatabaseToolsConnectionOracleDatabaseProxyClientNoProxyDetails) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.DatabaseToolsConnectionOracleDatabaseProxyClientDetails.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
DatabaseToolsConnectionOracleDatabaseProxyClientNoProxyDetails.getJsonObj = getJsonObj;
|
|
45
|
+
DatabaseToolsConnectionOracleDatabaseProxyClientNoProxyDetails.proxyAuthenticationType = "NO_PROXY";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.DatabaseToolsConnectionOracleDatabaseProxyClientDetails.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
DatabaseToolsConnectionOracleDatabaseProxyClientNoProxyDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(DatabaseToolsConnectionOracleDatabaseProxyClientNoProxyDetails = exports.DatabaseToolsConnectionOracleDatabaseProxyClientNoProxyDetails || (exports.DatabaseToolsConnectionOracleDatabaseProxyClientNoProxyDetails = {}));
|
|
54
|
+
//# sourceMappingURL=database-tools-connection-oracle-database-proxy-client-no-proxy-details.js.map
|
package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-details.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-connection-oracle-database-proxy-client-no-proxy-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAWlC,IAAiB,8DAA8D,CAgC9E;AAhCD,WAAiB,8DAA8D;IAC7E,SAAgB,UAAU,CACxB,GAAmE,EACnE,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uDAAuD,CAAC,UAAU,CACvE,GAAG,CAC+D,CAAC,GACtE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,yEAAU,aAczB,CAAA;IACY,sFAAuB,GAAG,UAAU,CAAC;IAClD,SAAgB,sBAAsB,CACpC,GAAmE,EACnE,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uDAAuD,CAAC,sBAAsB,CACnF,GAAG,CAC+D,CAAC,GACtE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,qFAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,8DAA8D,GAA9D,sEAA8D,KAA9D,sEAA8D,QAgC9E"}
|
package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-summary.d.ts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
* Represents blank proxy client information.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsConnectionOracleDatabaseProxyClientNoProxySummary extends model.DatabaseToolsConnectionOracleDatabaseProxyClientSummary {
|
|
18
|
+
"proxyAuthenticationType": string;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace DatabaseToolsConnectionOracleDatabaseProxyClientNoProxySummary {
|
|
21
|
+
function getJsonObj(obj: DatabaseToolsConnectionOracleDatabaseProxyClientNoProxySummary, isParentJsonObj?: boolean): object;
|
|
22
|
+
const proxyAuthenticationType = "NO_PROXY";
|
|
23
|
+
function getDeserializedJsonObj(obj: DatabaseToolsConnectionOracleDatabaseProxyClientNoProxySummary, isParentJsonObj?: boolean): object;
|
|
24
|
+
}
|
|
@@ -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.DatabaseToolsConnectionOracleDatabaseProxyClientNoProxySummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsConnectionOracleDatabaseProxyClientNoProxySummary;
|
|
37
|
+
(function (DatabaseToolsConnectionOracleDatabaseProxyClientNoProxySummary) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.DatabaseToolsConnectionOracleDatabaseProxyClientSummary.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
DatabaseToolsConnectionOracleDatabaseProxyClientNoProxySummary.getJsonObj = getJsonObj;
|
|
45
|
+
DatabaseToolsConnectionOracleDatabaseProxyClientNoProxySummary.proxyAuthenticationType = "NO_PROXY";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.DatabaseToolsConnectionOracleDatabaseProxyClientSummary.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
DatabaseToolsConnectionOracleDatabaseProxyClientNoProxySummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(DatabaseToolsConnectionOracleDatabaseProxyClientNoProxySummary = exports.DatabaseToolsConnectionOracleDatabaseProxyClientNoProxySummary || (exports.DatabaseToolsConnectionOracleDatabaseProxyClientNoProxySummary = {}));
|
|
54
|
+
//# sourceMappingURL=database-tools-connection-oracle-database-proxy-client-no-proxy-summary.js.map
|
package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-summary.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-connection-oracle-database-proxy-client-no-proxy-summary.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAWlC,IAAiB,8DAA8D,CAgC9E;AAhCD,WAAiB,8DAA8D;IAC7E,SAAgB,UAAU,CACxB,GAAmE,EACnE,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uDAAuD,CAAC,UAAU,CACvE,GAAG,CAC+D,CAAC,GACtE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,yEAAU,aAczB,CAAA;IACY,sFAAuB,GAAG,UAAU,CAAC;IAClD,SAAgB,sBAAsB,CACpC,GAAmE,EACnE,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uDAAuD,CAAC,sBAAsB,CACnF,GAAG,CAC+D,CAAC,GACtE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,qFAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,8DAA8D,GAA9D,sEAA8D,KAA9D,sEAA8D,QAgC9E"}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
* Represents blank proxy client information.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsConnectionOracleDatabaseProxyClientNoProxy extends model.DatabaseToolsConnectionOracleDatabaseProxyClient {
|
|
18
|
+
"proxyAuthenticationType": string;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace DatabaseToolsConnectionOracleDatabaseProxyClientNoProxy {
|
|
21
|
+
function getJsonObj(obj: DatabaseToolsConnectionOracleDatabaseProxyClientNoProxy, isParentJsonObj?: boolean): object;
|
|
22
|
+
const proxyAuthenticationType = "NO_PROXY";
|
|
23
|
+
function getDeserializedJsonObj(obj: DatabaseToolsConnectionOracleDatabaseProxyClientNoProxy, isParentJsonObj?: boolean): object;
|
|
24
|
+
}
|
|
@@ -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.DatabaseToolsConnectionOracleDatabaseProxyClientNoProxy = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsConnectionOracleDatabaseProxyClientNoProxy;
|
|
37
|
+
(function (DatabaseToolsConnectionOracleDatabaseProxyClientNoProxy) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.DatabaseToolsConnectionOracleDatabaseProxyClient.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
DatabaseToolsConnectionOracleDatabaseProxyClientNoProxy.getJsonObj = getJsonObj;
|
|
45
|
+
DatabaseToolsConnectionOracleDatabaseProxyClientNoProxy.proxyAuthenticationType = "NO_PROXY";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.DatabaseToolsConnectionOracleDatabaseProxyClient.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
DatabaseToolsConnectionOracleDatabaseProxyClientNoProxy.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(DatabaseToolsConnectionOracleDatabaseProxyClientNoProxy = exports.DatabaseToolsConnectionOracleDatabaseProxyClientNoProxy || (exports.DatabaseToolsConnectionOracleDatabaseProxyClientNoProxy = {}));
|
|
54
|
+
//# sourceMappingURL=database-tools-connection-oracle-database-proxy-client-no-proxy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-connection-oracle-database-proxy-client-no-proxy.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAWlC,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,gDAAgD,CAAC,UAAU,CAChE,GAAG,CACwD,CAAC,GAC/D,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,kEAAU,aAczB,CAAA;IACY,+EAAuB,GAAG,UAAU,CAAC;IAClD,SAAgB,sBAAsB,CACpC,GAA4D,EAC5D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gDAAgD,CAAC,sBAAsB,CAC5E,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,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 proxy client information.
|
|
15
|
+
*/
|
|
16
|
+
export interface DatabaseToolsConnectionOracleDatabaseProxyClientSummary {
|
|
17
|
+
"proxyAuthenticationType": string;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace DatabaseToolsConnectionOracleDatabaseProxyClientSummary {
|
|
20
|
+
function getJsonObj(obj: DatabaseToolsConnectionOracleDatabaseProxyClientSummary): object;
|
|
21
|
+
function getDeserializedJsonObj(obj: DatabaseToolsConnectionOracleDatabaseProxyClientSummary): object;
|
|
22
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
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.DatabaseToolsConnectionOracleDatabaseProxyClientSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
const common = require("oci-common");
|
|
37
|
+
var DatabaseToolsConnectionOracleDatabaseProxyClientSummary;
|
|
38
|
+
(function (DatabaseToolsConnectionOracleDatabaseProxyClientSummary) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
41
|
+
if (obj && "proxyAuthenticationType" in obj && obj.proxyAuthenticationType) {
|
|
42
|
+
switch (obj.proxyAuthenticationType) {
|
|
43
|
+
case "NO_PROXY":
|
|
44
|
+
return model.DatabaseToolsConnectionOracleDatabaseProxyClientNoProxySummary.getJsonObj(jsonObj, true);
|
|
45
|
+
case "USER_NAME":
|
|
46
|
+
return model.DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary.getJsonObj(jsonObj, true);
|
|
47
|
+
default:
|
|
48
|
+
if (common.LOG.logger)
|
|
49
|
+
common.LOG.logger.info(`Unknown value for: ${obj.proxyAuthenticationType}`);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
return jsonObj;
|
|
53
|
+
}
|
|
54
|
+
DatabaseToolsConnectionOracleDatabaseProxyClientSummary.getJsonObj = getJsonObj;
|
|
55
|
+
function getDeserializedJsonObj(obj) {
|
|
56
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
57
|
+
if (obj && "proxyAuthenticationType" in obj && obj.proxyAuthenticationType) {
|
|
58
|
+
switch (obj.proxyAuthenticationType) {
|
|
59
|
+
case "NO_PROXY":
|
|
60
|
+
return model.DatabaseToolsConnectionOracleDatabaseProxyClientNoProxySummary.getDeserializedJsonObj(jsonObj, true);
|
|
61
|
+
case "USER_NAME":
|
|
62
|
+
return model.DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary.getDeserializedJsonObj(jsonObj, true);
|
|
63
|
+
default:
|
|
64
|
+
if (common.LOG.logger)
|
|
65
|
+
common.LOG.logger.info(`Unknown value for: ${obj.proxyAuthenticationType}`);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
return jsonObj;
|
|
69
|
+
}
|
|
70
|
+
DatabaseToolsConnectionOracleDatabaseProxyClientSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
71
|
+
})(DatabaseToolsConnectionOracleDatabaseProxyClientSummary = exports.DatabaseToolsConnectionOracleDatabaseProxyClientSummary || (exports.DatabaseToolsConnectionOracleDatabaseProxyClientSummary = {}));
|
|
72
|
+
//# sourceMappingURL=database-tools-connection-oracle-database-proxy-client-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-connection-oracle-database-proxy-client-summary.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-connection-oracle-database-proxy-client-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,uDAAuD,CAmDvE;AAnDD,WAAiB,uDAAuD;IACtE,SAAgB,UAAU,CAAC,GAA4D;QACrF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,yBAAyB,IAAI,GAAG,IAAI,GAAG,CAAC,uBAAuB,EAAE;YAC1E,QAAQ,GAAG,CAAC,uBAAuB,EAAE;gBACnC,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,8DAA8D,CAAC,UAAU,CACL,OAAQ,EACvF,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,+DAA+D,CAAC,UAAU,CAE1E,OACV,EACD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,uBAAuB,EAAE,CAAC,CAAC;aACjF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAvBe,kEAAU,aAuBzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA4D;QAE5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,yBAAyB,IAAI,GAAG,IAAI,GAAG,CAAC,uBAAuB,EAAE;YAC1E,QAAQ,GAAG,CAAC,uBAAuB,EAAE;gBACnC,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,8DAA8D,CAAC,sBAAsB,CACjB,OAAQ,EACvF,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,+DAA+D,CAAC,sBAAsB,CAEtF,OACV,EACD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,uBAAuB,EAAE,CAAC,CAAC;aACjF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,8EAAsB,yBAyBrC,CAAA;AACH,CAAC,EAnDgB,uDAAuD,GAAvD,+DAAuD,KAAvD,+DAAuD,QAmDvE"}
|
package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-details.d.ts
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
* Proxy client information for user name based proxy authentication.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails extends model.DatabaseToolsConnectionOracleDatabaseProxyClientDetails {
|
|
18
|
+
/**
|
|
19
|
+
* The user name.
|
|
20
|
+
*/
|
|
21
|
+
"userName": string;
|
|
22
|
+
"userPassword"?: model.DatabaseToolsUserPasswordSecretIdDetails;
|
|
23
|
+
/**
|
|
24
|
+
* A list of database roles for the client. These roles are enabled if the proxy is authorized to use the roles on behalf of the client.
|
|
25
|
+
*/
|
|
26
|
+
"roles"?: Array<string>;
|
|
27
|
+
"proxyAuthenticationType": string;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails {
|
|
30
|
+
function getJsonObj(obj: DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails, isParentJsonObj?: boolean): object;
|
|
31
|
+
const proxyAuthenticationType = "USER_NAME";
|
|
32
|
+
function getDeserializedJsonObj(obj: DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails, isParentJsonObj?: boolean): object;
|
|
33
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
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.DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails;
|
|
37
|
+
(function (DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.DatabaseToolsConnectionOracleDatabaseProxyClientDetails.getJsonObj(obj))), {
|
|
42
|
+
"userPassword": obj.userPassword
|
|
43
|
+
? model.DatabaseToolsUserPasswordDetails.getJsonObj(obj.userPassword)
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails.getJsonObj = getJsonObj;
|
|
49
|
+
DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails.proxyAuthenticationType = "USER_NAME";
|
|
50
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
52
|
+
? obj
|
|
53
|
+
: model.DatabaseToolsConnectionOracleDatabaseProxyClientDetails.getDeserializedJsonObj(obj))), {
|
|
54
|
+
"userPassword": obj.userPassword
|
|
55
|
+
? model.DatabaseToolsUserPasswordDetails.getDeserializedJsonObj(obj.userPassword)
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails = exports.DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails || (exports.DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails = {}));
|
|
62
|
+
//# sourceMappingURL=database-tools-connection-oracle-database-proxy-client-user-name-details.js.map
|
package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-details.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-connection-oracle-database-proxy-client-user-name-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqBlC,IAAiB,+DAA+D,CAwC/E;AAxCD,WAAiB,+DAA+D;IAC9E,SAAgB,UAAU,CACxB,GAAoE,EACpE,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uDAAuD,CAAC,UAAU,CACvE,GAAG,CACgE,CAAC,GACvE;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,0EAAU,aAkBzB,CAAA;IACY,uFAAuB,GAAG,WAAW,CAAC;IACnD,SAAgB,sBAAsB,CACpC,GAAoE,EACpE,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uDAAuD,CAAC,sBAAsB,CACnF,GAAG,CACgE,CAAC,GACvE;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBACjF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,sFAAsB,yBAkBrC,CAAA;AACH,CAAC,EAxCgB,+DAA+D,GAA/D,uEAA+D,KAA/D,uEAA+D,QAwC/E"}
|
package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-summary.d.ts
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
* Proxy client information for user name based proxy authentication.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary extends model.DatabaseToolsConnectionOracleDatabaseProxyClientSummary {
|
|
18
|
+
/**
|
|
19
|
+
* The user name.
|
|
20
|
+
*/
|
|
21
|
+
"userName": string;
|
|
22
|
+
"userPassword"?: model.DatabaseToolsUserPasswordSecretIdSummary;
|
|
23
|
+
/**
|
|
24
|
+
* A list of database roles for the client. These roles are enabled if the proxy is authorized to use the roles on behalf of the client.
|
|
25
|
+
*/
|
|
26
|
+
"roles"?: Array<string>;
|
|
27
|
+
"proxyAuthenticationType": string;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary {
|
|
30
|
+
function getJsonObj(obj: DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary, isParentJsonObj?: boolean): object;
|
|
31
|
+
const proxyAuthenticationType = "USER_NAME";
|
|
32
|
+
function getDeserializedJsonObj(obj: DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary, isParentJsonObj?: boolean): object;
|
|
33
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
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.DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary;
|
|
37
|
+
(function (DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.DatabaseToolsConnectionOracleDatabaseProxyClientSummary.getJsonObj(obj))), {
|
|
42
|
+
"userPassword": obj.userPassword
|
|
43
|
+
? model.DatabaseToolsUserPasswordSummary.getJsonObj(obj.userPassword)
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary.getJsonObj = getJsonObj;
|
|
49
|
+
DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary.proxyAuthenticationType = "USER_NAME";
|
|
50
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
52
|
+
? obj
|
|
53
|
+
: model.DatabaseToolsConnectionOracleDatabaseProxyClientSummary.getDeserializedJsonObj(obj))), {
|
|
54
|
+
"userPassword": obj.userPassword
|
|
55
|
+
? model.DatabaseToolsUserPasswordSummary.getDeserializedJsonObj(obj.userPassword)
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary = exports.DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary || (exports.DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary = {}));
|
|
62
|
+
//# sourceMappingURL=database-tools-connection-oracle-database-proxy-client-user-name-summary.js.map
|
package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-summary.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-connection-oracle-database-proxy-client-user-name-summary.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqBlC,IAAiB,+DAA+D,CAwC/E;AAxCD,WAAiB,+DAA+D;IAC9E,SAAgB,UAAU,CACxB,GAAoE,EACpE,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uDAAuD,CAAC,UAAU,CACvE,GAAG,CACgE,CAAC,GACvE;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,0EAAU,aAkBzB,CAAA;IACY,uFAAuB,GAAG,WAAW,CAAC;IACnD,SAAgB,sBAAsB,CACpC,GAAoE,EACpE,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uDAAuD,CAAC,sBAAsB,CACnF,GAAG,CACgE,CAAC,GACvE;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBACjF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,sFAAsB,yBAkBrC,CAAA;AACH,CAAC,EAxCgB,+DAA+D,GAA/D,uEAA+D,KAA/D,uEAA+D,QAwC/E"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
* Proxy client information for user name based proxy authentication.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsConnectionOracleDatabaseProxyClientUserName extends model.DatabaseToolsConnectionOracleDatabaseProxyClient {
|
|
18
|
+
/**
|
|
19
|
+
* The user name.
|
|
20
|
+
*/
|
|
21
|
+
"userName": string;
|
|
22
|
+
"userPassword"?: model.DatabaseToolsUserPasswordSecretId;
|
|
23
|
+
/**
|
|
24
|
+
* A list of database roles for the client. These roles are enabled if the proxy is authorized to use the roles on behalf of the client.
|
|
25
|
+
*/
|
|
26
|
+
"roles"?: Array<string>;
|
|
27
|
+
"proxyAuthenticationType": string;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace DatabaseToolsConnectionOracleDatabaseProxyClientUserName {
|
|
30
|
+
function getJsonObj(obj: DatabaseToolsConnectionOracleDatabaseProxyClientUserName, isParentJsonObj?: boolean): object;
|
|
31
|
+
const proxyAuthenticationType = "USER_NAME";
|
|
32
|
+
function getDeserializedJsonObj(obj: DatabaseToolsConnectionOracleDatabaseProxyClientUserName, isParentJsonObj?: boolean): object;
|
|
33
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
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.DatabaseToolsConnectionOracleDatabaseProxyClientUserName = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsConnectionOracleDatabaseProxyClientUserName;
|
|
37
|
+
(function (DatabaseToolsConnectionOracleDatabaseProxyClientUserName) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.DatabaseToolsConnectionOracleDatabaseProxyClient.getJsonObj(obj))), {
|
|
42
|
+
"userPassword": obj.userPassword
|
|
43
|
+
? model.DatabaseToolsUserPassword.getJsonObj(obj.userPassword)
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
DatabaseToolsConnectionOracleDatabaseProxyClientUserName.getJsonObj = getJsonObj;
|
|
49
|
+
DatabaseToolsConnectionOracleDatabaseProxyClientUserName.proxyAuthenticationType = "USER_NAME";
|
|
50
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
52
|
+
? obj
|
|
53
|
+
: model.DatabaseToolsConnectionOracleDatabaseProxyClient.getDeserializedJsonObj(obj))), {
|
|
54
|
+
"userPassword": obj.userPassword
|
|
55
|
+
? model.DatabaseToolsUserPassword.getDeserializedJsonObj(obj.userPassword)
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
DatabaseToolsConnectionOracleDatabaseProxyClientUserName.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(DatabaseToolsConnectionOracleDatabaseProxyClientUserName = exports.DatabaseToolsConnectionOracleDatabaseProxyClientUserName || (exports.DatabaseToolsConnectionOracleDatabaseProxyClientUserName = {}));
|
|
62
|
+
//# sourceMappingURL=database-tools-connection-oracle-database-proxy-client-user-name.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-connection-oracle-database-proxy-client-user-name.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-connection-oracle-database-proxy-client-user-name.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqBlC,IAAiB,wDAAwD,CAwCxE;AAxCD,WAAiB,wDAAwD;IACvE,SAAgB,UAAU,CACxB,GAA6D,EAC7D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gDAAgD,CAAC,UAAU,CAChE,GAAG,CACyD,CAAC,GAChE;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC9D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,mEAAU,aAkBzB,CAAA;IACY,gFAAuB,GAAG,WAAW,CAAC;IACnD,SAAgB,sBAAsB,CACpC,GAA6D,EAC7D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gDAAgD,CAAC,sBAAsB,CAC5E,GAAG,CACyD,CAAC,GAChE;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC1E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,+EAAsB,yBAkBrC,CAAA;AACH,CAAC,EAxCgB,wDAAwD,GAAxD,gEAAwD,KAAxD,gEAAwD,QAwCxE"}
|