oci-bds 2.100.0 → 2.100.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/bds-waiter.d.ts +8 -0
- package/lib/bds-waiter.js +12 -0
- package/lib/bds-waiter.js.map +1 -1
- package/lib/client.d.ts +174 -0
- package/lib/client.js +890 -39
- package/lib/client.js.map +1 -1
- package/lib/model/activate-iam-user-sync-configuration-details.d.ts +30 -0
- package/lib/model/activate-iam-user-sync-configuration-details.js +30 -0
- package/lib/model/activate-iam-user-sync-configuration-details.js.map +1 -0
- package/lib/model/activate-upst-configuration-details.d.ts +34 -0
- package/lib/model/activate-upst-configuration-details.js +30 -0
- package/lib/model/activate-upst-configuration-details.js.map +1 -0
- package/lib/model/batching-based-odh-patching-config.d.ts +4 -0
- package/lib/model/batching-based-odh-patching-config.js.map +1 -1
- package/lib/model/bds-api-key.d.ts +4 -0
- package/lib/model/bds-api-key.js.map +1 -1
- package/lib/model/bds-cluster-version-summary.d.ts +30 -0
- package/lib/model/bds-cluster-version-summary.js +30 -0
- package/lib/model/bds-cluster-version-summary.js.map +1 -0
- package/lib/model/bds-instance.d.ts +1 -0
- package/lib/model/bds-instance.js +6 -0
- package/lib/model/bds-instance.js.map +1 -1
- package/lib/model/create-bds-api-key-details.d.ts +4 -0
- package/lib/model/create-bds-api-key-details.js.map +1 -1
- package/lib/model/create-bds-instance-details.d.ts +1 -0
- package/lib/model/create-bds-instance-details.js +6 -0
- package/lib/model/create-bds-instance-details.js.map +1 -1
- package/lib/model/create-identity-configuration-details.d.ts +41 -0
- package/lib/model/create-identity-configuration-details.js +64 -0
- package/lib/model/create-identity-configuration-details.js.map +1 -0
- package/lib/model/deactivate-iam-user-sync-configuration-details.d.ts +26 -0
- package/lib/model/deactivate-iam-user-sync-configuration-details.js +30 -0
- package/lib/model/deactivate-iam-user-sync-configuration-details.js.map +1 -0
- package/lib/model/deactivate-upst-configuration-details.d.ts +26 -0
- package/lib/model/deactivate-upst-configuration-details.js +30 -0
- package/lib/model/deactivate-upst-configuration-details.js.map +1 -0
- package/lib/model/domain-based-odh-patching-config.d.ts +4 -0
- package/lib/model/domain-based-odh-patching-config.js.map +1 -1
- package/lib/model/iam-user-sync-configuration-details.d.ts +26 -0
- package/lib/model/iam-user-sync-configuration-details.js +30 -0
- package/lib/model/iam-user-sync-configuration-details.js.map +1 -0
- package/lib/model/iam-user-sync-configuration.d.ts +51 -0
- package/lib/model/iam-user-sync-configuration.js +44 -0
- package/lib/model/iam-user-sync-configuration.js.map +1 -0
- package/lib/model/identity-configuration-summary.d.ts +34 -0
- package/lib/model/identity-configuration-summary.js +30 -0
- package/lib/model/identity-configuration-summary.js.map +1 -0
- package/lib/model/identity-configuration.d.ts +62 -0
- package/lib/model/identity-configuration.js +74 -0
- package/lib/model/identity-configuration.js.map +1 -0
- package/lib/model/index.d.ts +34 -0
- package/lib/model/index.js +37 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/node-type-shape-config.d.ts +32 -0
- package/lib/model/node-type-shape-config.js +30 -0
- package/lib/model/node-type-shape-config.js.map +1 -0
- package/lib/model/operation-types.d.ts +9 -0
- package/lib/model/operation-types.js +9 -0
- package/lib/model/operation-types.js.map +1 -1
- package/lib/model/refresh-confidential-application-details.d.ts +26 -0
- package/lib/model/refresh-confidential-application-details.js +30 -0
- package/lib/model/refresh-confidential-application-details.js.map +1 -0
- package/lib/model/refresh-upst-token-exchange-keytab-details.d.ts +26 -0
- package/lib/model/refresh-upst-token-exchange-keytab-details.js +30 -0
- package/lib/model/refresh-upst-token-exchange-keytab-details.js.map +1 -0
- package/lib/model/start-bds-instance-details.d.ts +2 -0
- package/lib/model/start-bds-instance-details.js +30 -2
- package/lib/model/start-bds-instance-details.js.map +1 -1
- package/lib/model/start-cluster-shape-configs.d.ts +27 -0
- package/lib/model/start-cluster-shape-configs.js +62 -0
- package/lib/model/start-cluster-shape-configs.js.map +1 -0
- package/lib/model/update-bds-instance-details.d.ts +2 -0
- package/lib/model/update-bds-instance-details.js +30 -2
- package/lib/model/update-bds-instance-details.js.map +1 -1
- package/lib/model/update-identity-configuration-details.d.ts +29 -0
- package/lib/model/update-identity-configuration-details.js +64 -0
- package/lib/model/update-identity-configuration-details.js.map +1 -0
- package/lib/model/upst-configuration-details.d.ts +30 -0
- package/lib/model/upst-configuration-details.js +30 -0
- package/lib/model/upst-configuration-details.js.map +1 -0
- package/lib/model/upst-configuration.d.ts +71 -0
- package/lib/model/upst-configuration.js +44 -0
- package/lib/model/upst-configuration.js.map +1 -0
- package/lib/request/activate-iam-user-sync-configuration-request.d.ts +53 -0
- package/lib/request/activate-iam-user-sync-configuration-request.js +15 -0
- package/lib/request/activate-iam-user-sync-configuration-request.js.map +1 -0
- package/lib/request/activate-upst-configuration-request.d.ts +53 -0
- package/lib/request/activate-upst-configuration-request.js +15 -0
- package/lib/request/activate-upst-configuration-request.js.map +1 -0
- package/lib/request/create-identity-configuration-request.d.ts +40 -0
- package/lib/request/create-identity-configuration-request.js +15 -0
- package/lib/request/create-identity-configuration-request.js.map +1 -0
- package/lib/request/deactivate-iam-user-sync-configuration-request.d.ts +53 -0
- package/lib/request/deactivate-iam-user-sync-configuration-request.js +15 -0
- package/lib/request/deactivate-iam-user-sync-configuration-request.js.map +1 -0
- package/lib/request/deactivate-upst-configuration-request.d.ts +53 -0
- package/lib/request/deactivate-upst-configuration-request.js +15 -0
- package/lib/request/deactivate-upst-configuration-request.js.map +1 -0
- package/lib/request/delete-identity-configuration-request.d.ts +39 -0
- package/lib/request/delete-identity-configuration-request.js +15 -0
- package/lib/request/delete-identity-configuration-request.js.map +1 -0
- package/lib/request/get-identity-configuration-request.d.ts +54 -0
- package/lib/request/get-identity-configuration-request.js +24 -0
- package/lib/request/get-identity-configuration-request.js.map +1 -0
- package/lib/request/index.d.ts +24 -0
- package/lib/request/index.js +7 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-bds-cluster-versions-request.d.ts +45 -0
- package/lib/request/list-bds-cluster-versions-request.js +23 -0
- package/lib/request/list-bds-cluster-versions-request.js.map +1 -0
- package/lib/request/list-identity-configurations-request.d.ts +62 -0
- package/lib/request/list-identity-configurations-request.js +24 -0
- package/lib/request/list-identity-configurations-request.js.map +1 -0
- package/lib/request/refresh-confidential-application-request.d.ts +53 -0
- package/lib/request/refresh-confidential-application-request.js +15 -0
- package/lib/request/refresh-confidential-application-request.js.map +1 -0
- package/lib/request/refresh-upst-token-exchange-keytab-request.d.ts +53 -0
- package/lib/request/refresh-upst-token-exchange-keytab-request.js +15 -0
- package/lib/request/refresh-upst-token-exchange-keytab-request.js.map +1 -0
- package/lib/request/update-identity-configuration-request.d.ts +53 -0
- package/lib/request/update-identity-configuration-request.js +15 -0
- package/lib/request/update-identity-configuration-request.js.map +1 -0
- package/lib/response/activate-iam-user-sync-configuration-response.d.ts +25 -0
- package/lib/response/activate-iam-user-sync-configuration-response.js +15 -0
- package/lib/response/activate-iam-user-sync-configuration-response.js.map +1 -0
- package/lib/response/activate-upst-configuration-response.d.ts +25 -0
- package/lib/response/activate-upst-configuration-response.js +15 -0
- package/lib/response/activate-upst-configuration-response.js.map +1 -0
- package/lib/response/create-identity-configuration-response.d.ts +25 -0
- package/lib/response/create-identity-configuration-response.js +15 -0
- package/lib/response/create-identity-configuration-response.js.map +1 -0
- package/lib/response/deactivate-iam-user-sync-configuration-response.d.ts +25 -0
- package/lib/response/deactivate-iam-user-sync-configuration-response.js +15 -0
- package/lib/response/deactivate-iam-user-sync-configuration-response.js.map +1 -0
- package/lib/response/deactivate-upst-configuration-response.d.ts +25 -0
- package/lib/response/deactivate-upst-configuration-response.js +15 -0
- package/lib/response/deactivate-upst-configuration-response.js.map +1 -0
- package/lib/response/delete-identity-configuration-response.d.ts +25 -0
- package/lib/response/delete-identity-configuration-response.js +15 -0
- package/lib/response/delete-identity-configuration-response.js.map +1 -0
- package/lib/response/get-identity-configuration-response.d.ts +30 -0
- package/lib/response/get-identity-configuration-response.js +15 -0
- package/lib/response/get-identity-configuration-response.js.map +1 -0
- package/lib/response/index.d.ts +24 -0
- package/lib/response/list-bds-cluster-versions-response.d.ts +32 -0
- package/lib/response/list-bds-cluster-versions-response.js +15 -0
- package/lib/response/list-bds-cluster-versions-response.js.map +1 -0
- package/lib/response/list-identity-configurations-response.d.ts +32 -0
- package/lib/response/list-identity-configurations-response.js +15 -0
- package/lib/response/list-identity-configurations-response.js.map +1 -0
- package/lib/response/refresh-confidential-application-response.d.ts +25 -0
- package/lib/response/refresh-confidential-application-response.js +15 -0
- package/lib/response/refresh-confidential-application-response.js.map +1 -0
- package/lib/response/refresh-upst-token-exchange-keytab-response.d.ts +25 -0
- package/lib/response/refresh-upst-token-exchange-keytab-response.js +15 -0
- package/lib/response/refresh-upst-token-exchange-keytab-response.js.map +1 -0
- package/lib/response/update-identity-configuration-response.d.ts +25 -0
- package/lib/response/update-identity-configuration-response.js +15 -0
- package/lib/response/update-identity-configuration-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
export interface ActivateUpstConfigurationResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a request, provide this request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcWorkRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=activate-upst-configuration-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activate-upst-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/activate-upst-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
export interface CreateIdentityConfigurationResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a request, provide this request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcWorkRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-identity-configuration-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-identity-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/create-identity-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
export interface DeactivateIamUserSyncConfigurationResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a request, provide this request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcWorkRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=deactivate-iam-user-sync-configuration-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deactivate-iam-user-sync-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/deactivate-iam-user-sync-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
export interface DeactivateUpstConfigurationResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a request, provide this request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcWorkRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=deactivate-upst-configuration-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deactivate-upst-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/deactivate-upst-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
export interface DeleteIdentityConfigurationResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a request, provide this request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcWorkRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-identity-configuration-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-identity-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/delete-identity-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
export interface GetIdentityConfigurationResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a request, provide this request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.IdentityConfiguration instance.
|
|
28
|
+
*/
|
|
29
|
+
"identityConfiguration": model.IdentityConfiguration;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-identity-configuration-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-identity-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/get-identity-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -13,6 +13,10 @@
|
|
|
13
13
|
*/
|
|
14
14
|
import * as ActivateBdsMetastoreConfigurationResponse from "./activate-bds-metastore-configuration-response";
|
|
15
15
|
export import ActivateBdsMetastoreConfigurationResponse = ActivateBdsMetastoreConfigurationResponse.ActivateBdsMetastoreConfigurationResponse;
|
|
16
|
+
import * as ActivateIamUserSyncConfigurationResponse from "./activate-iam-user-sync-configuration-response";
|
|
17
|
+
export import ActivateIamUserSyncConfigurationResponse = ActivateIamUserSyncConfigurationResponse.ActivateIamUserSyncConfigurationResponse;
|
|
18
|
+
import * as ActivateUpstConfigurationResponse from "./activate-upst-configuration-response";
|
|
19
|
+
export import ActivateUpstConfigurationResponse = ActivateUpstConfigurationResponse.ActivateUpstConfigurationResponse;
|
|
16
20
|
import * as AddAutoScalingConfigurationResponse from "./add-auto-scaling-configuration-response";
|
|
17
21
|
export import AddAutoScalingConfigurationResponse = AddAutoScalingConfigurationResponse.AddAutoScalingConfigurationResponse;
|
|
18
22
|
import * as AddBlockStorageResponse from "./add-block-storage-response";
|
|
@@ -41,18 +45,26 @@ import * as CreateBdsInstanceResponse from "./create-bds-instance-response";
|
|
|
41
45
|
export import CreateBdsInstanceResponse = CreateBdsInstanceResponse.CreateBdsInstanceResponse;
|
|
42
46
|
import * as CreateBdsMetastoreConfigurationResponse from "./create-bds-metastore-configuration-response";
|
|
43
47
|
export import CreateBdsMetastoreConfigurationResponse = CreateBdsMetastoreConfigurationResponse.CreateBdsMetastoreConfigurationResponse;
|
|
48
|
+
import * as CreateIdentityConfigurationResponse from "./create-identity-configuration-response";
|
|
49
|
+
export import CreateIdentityConfigurationResponse = CreateIdentityConfigurationResponse.CreateIdentityConfigurationResponse;
|
|
44
50
|
import * as CreateNodeBackupConfigurationResponse from "./create-node-backup-configuration-response";
|
|
45
51
|
export import CreateNodeBackupConfigurationResponse = CreateNodeBackupConfigurationResponse.CreateNodeBackupConfigurationResponse;
|
|
46
52
|
import * as CreateNodeReplaceConfigurationResponse from "./create-node-replace-configuration-response";
|
|
47
53
|
export import CreateNodeReplaceConfigurationResponse = CreateNodeReplaceConfigurationResponse.CreateNodeReplaceConfigurationResponse;
|
|
48
54
|
import * as CreateResourcePrincipalConfigurationResponse from "./create-resource-principal-configuration-response";
|
|
49
55
|
export import CreateResourcePrincipalConfigurationResponse = CreateResourcePrincipalConfigurationResponse.CreateResourcePrincipalConfigurationResponse;
|
|
56
|
+
import * as DeactivateIamUserSyncConfigurationResponse from "./deactivate-iam-user-sync-configuration-response";
|
|
57
|
+
export import DeactivateIamUserSyncConfigurationResponse = DeactivateIamUserSyncConfigurationResponse.DeactivateIamUserSyncConfigurationResponse;
|
|
58
|
+
import * as DeactivateUpstConfigurationResponse from "./deactivate-upst-configuration-response";
|
|
59
|
+
export import DeactivateUpstConfigurationResponse = DeactivateUpstConfigurationResponse.DeactivateUpstConfigurationResponse;
|
|
50
60
|
import * as DeleteBdsApiKeyResponse from "./delete-bds-api-key-response";
|
|
51
61
|
export import DeleteBdsApiKeyResponse = DeleteBdsApiKeyResponse.DeleteBdsApiKeyResponse;
|
|
52
62
|
import * as DeleteBdsInstanceResponse from "./delete-bds-instance-response";
|
|
53
63
|
export import DeleteBdsInstanceResponse = DeleteBdsInstanceResponse.DeleteBdsInstanceResponse;
|
|
54
64
|
import * as DeleteBdsMetastoreConfigurationResponse from "./delete-bds-metastore-configuration-response";
|
|
55
65
|
export import DeleteBdsMetastoreConfigurationResponse = DeleteBdsMetastoreConfigurationResponse.DeleteBdsMetastoreConfigurationResponse;
|
|
66
|
+
import * as DeleteIdentityConfigurationResponse from "./delete-identity-configuration-response";
|
|
67
|
+
export import DeleteIdentityConfigurationResponse = DeleteIdentityConfigurationResponse.DeleteIdentityConfigurationResponse;
|
|
56
68
|
import * as DeleteNodeBackupResponse from "./delete-node-backup-response";
|
|
57
69
|
export import DeleteNodeBackupResponse = DeleteNodeBackupResponse.DeleteNodeBackupResponse;
|
|
58
70
|
import * as DeleteNodeBackupConfigurationResponse from "./delete-node-backup-configuration-response";
|
|
@@ -73,6 +85,8 @@ import * as GetBdsInstanceResponse from "./get-bds-instance-response";
|
|
|
73
85
|
export import GetBdsInstanceResponse = GetBdsInstanceResponse.GetBdsInstanceResponse;
|
|
74
86
|
import * as GetBdsMetastoreConfigurationResponse from "./get-bds-metastore-configuration-response";
|
|
75
87
|
export import GetBdsMetastoreConfigurationResponse = GetBdsMetastoreConfigurationResponse.GetBdsMetastoreConfigurationResponse;
|
|
88
|
+
import * as GetIdentityConfigurationResponse from "./get-identity-configuration-response";
|
|
89
|
+
export import GetIdentityConfigurationResponse = GetIdentityConfigurationResponse.GetIdentityConfigurationResponse;
|
|
76
90
|
import * as GetNodeBackupResponse from "./get-node-backup-response";
|
|
77
91
|
export import GetNodeBackupResponse = GetNodeBackupResponse.GetNodeBackupResponse;
|
|
78
92
|
import * as GetNodeBackupConfigurationResponse from "./get-node-backup-configuration-response";
|
|
@@ -93,10 +107,14 @@ import * as ListAutoScalingConfigurationsResponse from "./list-auto-scaling-conf
|
|
|
93
107
|
export import ListAutoScalingConfigurationsResponse = ListAutoScalingConfigurationsResponse.ListAutoScalingConfigurationsResponse;
|
|
94
108
|
import * as ListBdsApiKeysResponse from "./list-bds-api-keys-response";
|
|
95
109
|
export import ListBdsApiKeysResponse = ListBdsApiKeysResponse.ListBdsApiKeysResponse;
|
|
110
|
+
import * as ListBdsClusterVersionsResponse from "./list-bds-cluster-versions-response";
|
|
111
|
+
export import ListBdsClusterVersionsResponse = ListBdsClusterVersionsResponse.ListBdsClusterVersionsResponse;
|
|
96
112
|
import * as ListBdsInstancesResponse from "./list-bds-instances-response";
|
|
97
113
|
export import ListBdsInstancesResponse = ListBdsInstancesResponse.ListBdsInstancesResponse;
|
|
98
114
|
import * as ListBdsMetastoreConfigurationsResponse from "./list-bds-metastore-configurations-response";
|
|
99
115
|
export import ListBdsMetastoreConfigurationsResponse = ListBdsMetastoreConfigurationsResponse.ListBdsMetastoreConfigurationsResponse;
|
|
116
|
+
import * as ListIdentityConfigurationsResponse from "./list-identity-configurations-response";
|
|
117
|
+
export import ListIdentityConfigurationsResponse = ListIdentityConfigurationsResponse.ListIdentityConfigurationsResponse;
|
|
100
118
|
import * as ListNodeBackupConfigurationsResponse from "./list-node-backup-configurations-response";
|
|
101
119
|
export import ListNodeBackupConfigurationsResponse = ListNodeBackupConfigurationsResponse.ListNodeBackupConfigurationsResponse;
|
|
102
120
|
import * as ListNodeBackupsResponse from "./list-node-backups-response";
|
|
@@ -117,6 +135,10 @@ import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response"
|
|
|
117
135
|
export import ListWorkRequestLogsResponse = ListWorkRequestLogsResponse.ListWorkRequestLogsResponse;
|
|
118
136
|
import * as ListWorkRequestsResponse from "./list-work-requests-response";
|
|
119
137
|
export import ListWorkRequestsResponse = ListWorkRequestsResponse.ListWorkRequestsResponse;
|
|
138
|
+
import * as RefreshConfidentialApplicationResponse from "./refresh-confidential-application-response";
|
|
139
|
+
export import RefreshConfidentialApplicationResponse = RefreshConfidentialApplicationResponse.RefreshConfidentialApplicationResponse;
|
|
140
|
+
import * as RefreshUpstTokenExchangeKeytabResponse from "./refresh-upst-token-exchange-keytab-response";
|
|
141
|
+
export import RefreshUpstTokenExchangeKeytabResponse = RefreshUpstTokenExchangeKeytabResponse.RefreshUpstTokenExchangeKeytabResponse;
|
|
120
142
|
import * as RemoveAutoScalingConfigurationResponse from "./remove-auto-scaling-configuration-response";
|
|
121
143
|
export import RemoveAutoScalingConfigurationResponse = RemoveAutoScalingConfigurationResponse.RemoveAutoScalingConfigurationResponse;
|
|
122
144
|
import * as RemoveCloudSqlResponse from "./remove-cloud-sql-response";
|
|
@@ -149,6 +171,8 @@ import * as UpdateBdsInstanceResponse from "./update-bds-instance-response";
|
|
|
149
171
|
export import UpdateBdsInstanceResponse = UpdateBdsInstanceResponse.UpdateBdsInstanceResponse;
|
|
150
172
|
import * as UpdateBdsMetastoreConfigurationResponse from "./update-bds-metastore-configuration-response";
|
|
151
173
|
export import UpdateBdsMetastoreConfigurationResponse = UpdateBdsMetastoreConfigurationResponse.UpdateBdsMetastoreConfigurationResponse;
|
|
174
|
+
import * as UpdateIdentityConfigurationResponse from "./update-identity-configuration-response";
|
|
175
|
+
export import UpdateIdentityConfigurationResponse = UpdateIdentityConfigurationResponse.UpdateIdentityConfigurationResponse;
|
|
152
176
|
import * as UpdateNodeBackupConfigurationResponse from "./update-node-backup-configuration-response";
|
|
153
177
|
export import UpdateNodeBackupConfigurationResponse = UpdateNodeBackupConfigurationResponse.UpdateNodeBackupConfigurationResponse;
|
|
154
178
|
import * as UpdateNodeReplaceConfigurationResponse from "./update-node-replace-configuration-response";
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
export interface ListBdsClusterVersionsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a request, provide this request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* A list of BdsClusterVersionSummary instances.
|
|
30
|
+
*/
|
|
31
|
+
"items": model.BdsClusterVersionSummary[];
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-bds-cluster-versions-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-bds-cluster-versions-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/list-bds-cluster-versions-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
export interface ListIdentityConfigurationsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a request, provide this request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* A list of IdentityConfigurationSummary instances.
|
|
30
|
+
*/
|
|
31
|
+
"items": model.IdentityConfigurationSummary[];
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-identity-configurations-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-identity-configurations-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/list-identity-configurations-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
export interface RefreshConfidentialApplicationResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a request, provide this request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcWorkRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=refresh-confidential-application-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"refresh-confidential-application-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/refresh-confidential-application-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
export interface RefreshUpstTokenExchangeKeytabResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a request, provide this request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcWorkRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=refresh-upst-token-exchange-keytab-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"refresh-upst-token-exchange-keytab-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/refresh-upst-token-exchange-keytab-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
export interface UpdateIdentityConfigurationResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a request, provide this request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcWorkRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-identity-configuration-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-identity-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/update-identity-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-bds",
|
|
3
|
-
"version": "2.100.
|
|
3
|
+
"version": "2.100.1",
|
|
4
4
|
"description": "OCI NodeJS client for BDS Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.100.
|
|
19
|
-
"oci-workrequests": "2.100.
|
|
18
|
+
"oci-common": "2.100.1",
|
|
19
|
+
"oci-workrequests": "2.100.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|