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.
Files changed (160) hide show
  1. package/lib/bds-waiter.d.ts +8 -0
  2. package/lib/bds-waiter.js +12 -0
  3. package/lib/bds-waiter.js.map +1 -1
  4. package/lib/client.d.ts +174 -0
  5. package/lib/client.js +890 -39
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/activate-iam-user-sync-configuration-details.d.ts +30 -0
  8. package/lib/model/activate-iam-user-sync-configuration-details.js +30 -0
  9. package/lib/model/activate-iam-user-sync-configuration-details.js.map +1 -0
  10. package/lib/model/activate-upst-configuration-details.d.ts +34 -0
  11. package/lib/model/activate-upst-configuration-details.js +30 -0
  12. package/lib/model/activate-upst-configuration-details.js.map +1 -0
  13. package/lib/model/batching-based-odh-patching-config.d.ts +4 -0
  14. package/lib/model/batching-based-odh-patching-config.js.map +1 -1
  15. package/lib/model/bds-api-key.d.ts +4 -0
  16. package/lib/model/bds-api-key.js.map +1 -1
  17. package/lib/model/bds-cluster-version-summary.d.ts +30 -0
  18. package/lib/model/bds-cluster-version-summary.js +30 -0
  19. package/lib/model/bds-cluster-version-summary.js.map +1 -0
  20. package/lib/model/bds-instance.d.ts +1 -0
  21. package/lib/model/bds-instance.js +6 -0
  22. package/lib/model/bds-instance.js.map +1 -1
  23. package/lib/model/create-bds-api-key-details.d.ts +4 -0
  24. package/lib/model/create-bds-api-key-details.js.map +1 -1
  25. package/lib/model/create-bds-instance-details.d.ts +1 -0
  26. package/lib/model/create-bds-instance-details.js +6 -0
  27. package/lib/model/create-bds-instance-details.js.map +1 -1
  28. package/lib/model/create-identity-configuration-details.d.ts +41 -0
  29. package/lib/model/create-identity-configuration-details.js +64 -0
  30. package/lib/model/create-identity-configuration-details.js.map +1 -0
  31. package/lib/model/deactivate-iam-user-sync-configuration-details.d.ts +26 -0
  32. package/lib/model/deactivate-iam-user-sync-configuration-details.js +30 -0
  33. package/lib/model/deactivate-iam-user-sync-configuration-details.js.map +1 -0
  34. package/lib/model/deactivate-upst-configuration-details.d.ts +26 -0
  35. package/lib/model/deactivate-upst-configuration-details.js +30 -0
  36. package/lib/model/deactivate-upst-configuration-details.js.map +1 -0
  37. package/lib/model/domain-based-odh-patching-config.d.ts +4 -0
  38. package/lib/model/domain-based-odh-patching-config.js.map +1 -1
  39. package/lib/model/iam-user-sync-configuration-details.d.ts +26 -0
  40. package/lib/model/iam-user-sync-configuration-details.js +30 -0
  41. package/lib/model/iam-user-sync-configuration-details.js.map +1 -0
  42. package/lib/model/iam-user-sync-configuration.d.ts +51 -0
  43. package/lib/model/iam-user-sync-configuration.js +44 -0
  44. package/lib/model/iam-user-sync-configuration.js.map +1 -0
  45. package/lib/model/identity-configuration-summary.d.ts +34 -0
  46. package/lib/model/identity-configuration-summary.js +30 -0
  47. package/lib/model/identity-configuration-summary.js.map +1 -0
  48. package/lib/model/identity-configuration.d.ts +62 -0
  49. package/lib/model/identity-configuration.js +74 -0
  50. package/lib/model/identity-configuration.js.map +1 -0
  51. package/lib/model/index.d.ts +34 -0
  52. package/lib/model/index.js +37 -3
  53. package/lib/model/index.js.map +1 -1
  54. package/lib/model/node-type-shape-config.d.ts +32 -0
  55. package/lib/model/node-type-shape-config.js +30 -0
  56. package/lib/model/node-type-shape-config.js.map +1 -0
  57. package/lib/model/operation-types.d.ts +9 -0
  58. package/lib/model/operation-types.js +9 -0
  59. package/lib/model/operation-types.js.map +1 -1
  60. package/lib/model/refresh-confidential-application-details.d.ts +26 -0
  61. package/lib/model/refresh-confidential-application-details.js +30 -0
  62. package/lib/model/refresh-confidential-application-details.js.map +1 -0
  63. package/lib/model/refresh-upst-token-exchange-keytab-details.d.ts +26 -0
  64. package/lib/model/refresh-upst-token-exchange-keytab-details.js +30 -0
  65. package/lib/model/refresh-upst-token-exchange-keytab-details.js.map +1 -0
  66. package/lib/model/start-bds-instance-details.d.ts +2 -0
  67. package/lib/model/start-bds-instance-details.js +30 -2
  68. package/lib/model/start-bds-instance-details.js.map +1 -1
  69. package/lib/model/start-cluster-shape-configs.d.ts +27 -0
  70. package/lib/model/start-cluster-shape-configs.js +62 -0
  71. package/lib/model/start-cluster-shape-configs.js.map +1 -0
  72. package/lib/model/update-bds-instance-details.d.ts +2 -0
  73. package/lib/model/update-bds-instance-details.js +30 -2
  74. package/lib/model/update-bds-instance-details.js.map +1 -1
  75. package/lib/model/update-identity-configuration-details.d.ts +29 -0
  76. package/lib/model/update-identity-configuration-details.js +64 -0
  77. package/lib/model/update-identity-configuration-details.js.map +1 -0
  78. package/lib/model/upst-configuration-details.d.ts +30 -0
  79. package/lib/model/upst-configuration-details.js +30 -0
  80. package/lib/model/upst-configuration-details.js.map +1 -0
  81. package/lib/model/upst-configuration.d.ts +71 -0
  82. package/lib/model/upst-configuration.js +44 -0
  83. package/lib/model/upst-configuration.js.map +1 -0
  84. package/lib/request/activate-iam-user-sync-configuration-request.d.ts +53 -0
  85. package/lib/request/activate-iam-user-sync-configuration-request.js +15 -0
  86. package/lib/request/activate-iam-user-sync-configuration-request.js.map +1 -0
  87. package/lib/request/activate-upst-configuration-request.d.ts +53 -0
  88. package/lib/request/activate-upst-configuration-request.js +15 -0
  89. package/lib/request/activate-upst-configuration-request.js.map +1 -0
  90. package/lib/request/create-identity-configuration-request.d.ts +40 -0
  91. package/lib/request/create-identity-configuration-request.js +15 -0
  92. package/lib/request/create-identity-configuration-request.js.map +1 -0
  93. package/lib/request/deactivate-iam-user-sync-configuration-request.d.ts +53 -0
  94. package/lib/request/deactivate-iam-user-sync-configuration-request.js +15 -0
  95. package/lib/request/deactivate-iam-user-sync-configuration-request.js.map +1 -0
  96. package/lib/request/deactivate-upst-configuration-request.d.ts +53 -0
  97. package/lib/request/deactivate-upst-configuration-request.js +15 -0
  98. package/lib/request/deactivate-upst-configuration-request.js.map +1 -0
  99. package/lib/request/delete-identity-configuration-request.d.ts +39 -0
  100. package/lib/request/delete-identity-configuration-request.js +15 -0
  101. package/lib/request/delete-identity-configuration-request.js.map +1 -0
  102. package/lib/request/get-identity-configuration-request.d.ts +54 -0
  103. package/lib/request/get-identity-configuration-request.js +24 -0
  104. package/lib/request/get-identity-configuration-request.js.map +1 -0
  105. package/lib/request/index.d.ts +24 -0
  106. package/lib/request/index.js +7 -1
  107. package/lib/request/index.js.map +1 -1
  108. package/lib/request/list-bds-cluster-versions-request.d.ts +45 -0
  109. package/lib/request/list-bds-cluster-versions-request.js +23 -0
  110. package/lib/request/list-bds-cluster-versions-request.js.map +1 -0
  111. package/lib/request/list-identity-configurations-request.d.ts +62 -0
  112. package/lib/request/list-identity-configurations-request.js +24 -0
  113. package/lib/request/list-identity-configurations-request.js.map +1 -0
  114. package/lib/request/refresh-confidential-application-request.d.ts +53 -0
  115. package/lib/request/refresh-confidential-application-request.js +15 -0
  116. package/lib/request/refresh-confidential-application-request.js.map +1 -0
  117. package/lib/request/refresh-upst-token-exchange-keytab-request.d.ts +53 -0
  118. package/lib/request/refresh-upst-token-exchange-keytab-request.js +15 -0
  119. package/lib/request/refresh-upst-token-exchange-keytab-request.js.map +1 -0
  120. package/lib/request/update-identity-configuration-request.d.ts +53 -0
  121. package/lib/request/update-identity-configuration-request.js +15 -0
  122. package/lib/request/update-identity-configuration-request.js.map +1 -0
  123. package/lib/response/activate-iam-user-sync-configuration-response.d.ts +25 -0
  124. package/lib/response/activate-iam-user-sync-configuration-response.js +15 -0
  125. package/lib/response/activate-iam-user-sync-configuration-response.js.map +1 -0
  126. package/lib/response/activate-upst-configuration-response.d.ts +25 -0
  127. package/lib/response/activate-upst-configuration-response.js +15 -0
  128. package/lib/response/activate-upst-configuration-response.js.map +1 -0
  129. package/lib/response/create-identity-configuration-response.d.ts +25 -0
  130. package/lib/response/create-identity-configuration-response.js +15 -0
  131. package/lib/response/create-identity-configuration-response.js.map +1 -0
  132. package/lib/response/deactivate-iam-user-sync-configuration-response.d.ts +25 -0
  133. package/lib/response/deactivate-iam-user-sync-configuration-response.js +15 -0
  134. package/lib/response/deactivate-iam-user-sync-configuration-response.js.map +1 -0
  135. package/lib/response/deactivate-upst-configuration-response.d.ts +25 -0
  136. package/lib/response/deactivate-upst-configuration-response.js +15 -0
  137. package/lib/response/deactivate-upst-configuration-response.js.map +1 -0
  138. package/lib/response/delete-identity-configuration-response.d.ts +25 -0
  139. package/lib/response/delete-identity-configuration-response.js +15 -0
  140. package/lib/response/delete-identity-configuration-response.js.map +1 -0
  141. package/lib/response/get-identity-configuration-response.d.ts +30 -0
  142. package/lib/response/get-identity-configuration-response.js +15 -0
  143. package/lib/response/get-identity-configuration-response.js.map +1 -0
  144. package/lib/response/index.d.ts +24 -0
  145. package/lib/response/list-bds-cluster-versions-response.d.ts +32 -0
  146. package/lib/response/list-bds-cluster-versions-response.js +15 -0
  147. package/lib/response/list-bds-cluster-versions-response.js.map +1 -0
  148. package/lib/response/list-identity-configurations-response.d.ts +32 -0
  149. package/lib/response/list-identity-configurations-response.js +15 -0
  150. package/lib/response/list-identity-configurations-response.js.map +1 -0
  151. package/lib/response/refresh-confidential-application-response.d.ts +25 -0
  152. package/lib/response/refresh-confidential-application-response.js +15 -0
  153. package/lib/response/refresh-confidential-application-response.js.map +1 -0
  154. package/lib/response/refresh-upst-token-exchange-keytab-response.d.ts +25 -0
  155. package/lib/response/refresh-upst-token-exchange-keytab-response.js +15 -0
  156. package/lib/response/refresh-upst-token-exchange-keytab-response.js.map +1 -0
  157. package/lib/response/update-identity-configuration-response.d.ts +25 -0
  158. package/lib/response/update-identity-configuration-response.js +15 -0
  159. package/lib/response/update-identity-configuration-response.js.map +1 -0
  160. package/package.json +3 -3
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Big Data Service API
3
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
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
+ /**
15
+ * Details for activating/updating UPST config on the cluster
16
+ */
17
+ export interface UpstConfigurationDetails {
18
+ /**
19
+ * OCID of the vault to store token exchange service principal keyta, required for activating UPST config
20
+ */
21
+ "vaultId"?: string;
22
+ /**
23
+ * OCID of the master encryption key in vault for encrypting token exchange service principal keytab, required for activating UPST config
24
+ */
25
+ "masterEncryptionKeyId"?: string;
26
+ }
27
+ export declare namespace UpstConfigurationDetails {
28
+ function getJsonObj(obj: UpstConfigurationDetails): object;
29
+ function getDeserializedJsonObj(obj: UpstConfigurationDetails): object;
30
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /**
3
+ * Big Data Service API
4
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
5
+
6
+ * OpenAPI spec version: 20190531
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
+ * 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.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.UpstConfigurationDetails = void 0;
17
+ var UpstConfigurationDetails;
18
+ (function (UpstConfigurationDetails) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ UpstConfigurationDetails.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ UpstConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(UpstConfigurationDetails = exports.UpstConfigurationDetails || (exports.UpstConfigurationDetails = {}));
30
+ //# sourceMappingURL=upst-configuration-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"upst-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/upst-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmBH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}
@@ -0,0 +1,71 @@
1
+ /**
2
+ * Big Data Service API
3
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
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
+ /**
15
+ * Information about the UPST configuration.
16
+ */
17
+ export interface UpstConfiguration {
18
+ /**
19
+ * The instance OCID of the node, which is the resource from which the node backup was acquired.
20
+ */
21
+ "vaultId": string;
22
+ /**
23
+ * Master Encryption key used for encrypting token exchange keytab.
24
+ */
25
+ "masterEncryptionKeyId": string;
26
+ /**
27
+ * Secret ID for token exchange keytab
28
+ */
29
+ "secretId": string;
30
+ /**
31
+ * Time when the keytab for token exchange principal is last refreshed, shown as an RFC 3339 formatted datetime string.
32
+ */
33
+ "timeTokenExchangeKeytabLastRefreshed": Date;
34
+ /**
35
+ * Token exchange kerberos Principal name in cluster
36
+ */
37
+ "tokenExchangePrincipalName"?: string;
38
+ /**
39
+ * Lifecycle state of the UPST config
40
+ */
41
+ "lifecycleState": UpstConfiguration.LifecycleState;
42
+ /**
43
+ * Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
44
+ */
45
+ "timeCreated": Date;
46
+ /**
47
+ * Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
48
+ */
49
+ "timeUpdated": Date;
50
+ /**
51
+ * The kerberos keytab content used for creating identity propagation trust config, in base64 format
52
+ */
53
+ "keytabContent": string;
54
+ }
55
+ export declare namespace UpstConfiguration {
56
+ enum LifecycleState {
57
+ Creating = "CREATING",
58
+ Active = "ACTIVE",
59
+ Deleting = "DELETING",
60
+ Inactive = "INACTIVE",
61
+ Updating = "UPDATING",
62
+ Failed = "FAILED",
63
+ /**
64
+ * This value is used if a service returns a value for this enum that is not recognized by this
65
+ * version of the SDK.
66
+ */
67
+ UnknownValue = "UNKNOWN_VALUE"
68
+ }
69
+ function getJsonObj(obj: UpstConfiguration): object;
70
+ function getDeserializedJsonObj(obj: UpstConfiguration): object;
71
+ }
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ /**
3
+ * Big Data Service API
4
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
5
+
6
+ * OpenAPI spec version: 20190531
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
+ * 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.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.UpstConfiguration = void 0;
17
+ var UpstConfiguration;
18
+ (function (UpstConfiguration) {
19
+ let LifecycleState;
20
+ (function (LifecycleState) {
21
+ LifecycleState["Creating"] = "CREATING";
22
+ LifecycleState["Active"] = "ACTIVE";
23
+ LifecycleState["Deleting"] = "DELETING";
24
+ LifecycleState["Inactive"] = "INACTIVE";
25
+ LifecycleState["Updating"] = "UPDATING";
26
+ LifecycleState["Failed"] = "FAILED";
27
+ /**
28
+ * This value is used if a service returns a value for this enum that is not recognized by this
29
+ * version of the SDK.
30
+ */
31
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
32
+ })(LifecycleState = UpstConfiguration.LifecycleState || (UpstConfiguration.LifecycleState = {}));
33
+ function getJsonObj(obj) {
34
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
35
+ return jsonObj;
36
+ }
37
+ UpstConfiguration.getJsonObj = getJsonObj;
38
+ function getDeserializedJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
40
+ return jsonObj;
41
+ }
42
+ UpstConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
43
+ })(UpstConfiguration = exports.UpstConfiguration || (exports.UpstConfiguration = {}));
44
+ //# sourceMappingURL=upst-configuration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"upst-configuration.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/upst-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA+CH,IAAiB,iBAAiB,CAyBjC;AAzBD,WAAiB,iBAAiB;IAChC,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,gCAAc,KAAd,gCAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EAzBgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAyBjC"}
@@ -0,0 +1,53 @@
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ActivateIamUserSyncConfiguration.ts.html |here} to see how to use ActivateIamUserSyncConfigurationRequest.
17
+ */
18
+ export interface ActivateIamUserSyncConfigurationRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * The OCID of the identity configuration
25
+ */
26
+ "identityConfigurationId": string;
27
+ /**
28
+ * Details for activating a new IAM user sync config.
29
+ */
30
+ "activateIamUserSyncConfigurationDetails": model.ActivateIamUserSyncConfigurationDetails;
31
+ /**
32
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
33
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
34
+ * hours but can be invalidated before then due to conflicting operations. For example, if a resource
35
+ * has been deleted and purged from the system, then a retry of the original creation request
36
+ * might be rejected.
37
+ *
38
+ */
39
+ "opcRetryToken"?: string;
40
+ /**
41
+ * For optimistic concurrency control. In the PUT or DELETE call
42
+ * for a resource, set the {@code if-match} parameter to the value of the
43
+ * etag from a previous GET or POST response for that resource.
44
+ * The resource will be updated or deleted only if the etag you
45
+ * provide matches the resource's current etag value.
46
+ *
47
+ */
48
+ "ifMatch"?: string;
49
+ /**
50
+ * The client request ID for tracing.
51
+ */
52
+ "opcRequestId"?: string;
53
+ }
@@ -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-iam-user-sync-configuration-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"activate-iam-user-sync-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/activate-iam-user-sync-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,53 @@
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ActivateUpstConfiguration.ts.html |here} to see how to use ActivateUpstConfigurationRequest.
17
+ */
18
+ export interface ActivateUpstConfigurationRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * The OCID of the identity configuration
25
+ */
26
+ "identityConfigurationId": string;
27
+ /**
28
+ * Details for activating UPST config
29
+ */
30
+ "activateUpstConfigurationDetails": model.ActivateUpstConfigurationDetails;
31
+ /**
32
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
33
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
34
+ * hours but can be invalidated before then due to conflicting operations. For example, if a resource
35
+ * has been deleted and purged from the system, then a retry of the original creation request
36
+ * might be rejected.
37
+ *
38
+ */
39
+ "opcRetryToken"?: string;
40
+ /**
41
+ * For optimistic concurrency control. In the PUT or DELETE call
42
+ * for a resource, set the {@code if-match} parameter to the value of the
43
+ * etag from a previous GET or POST response for that resource.
44
+ * The resource will be updated or deleted only if the etag you
45
+ * provide matches the resource's current etag value.
46
+ *
47
+ */
48
+ "ifMatch"?: string;
49
+ /**
50
+ * The client request ID for tracing.
51
+ */
52
+ "opcRequestId"?: string;
53
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"activate-upst-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/activate-upst-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,40 @@
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/CreateIdentityConfiguration.ts.html |here} to see how to use CreateIdentityConfigurationRequest.
17
+ */
18
+ export interface CreateIdentityConfigurationRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * Details for creating an identity configuration
25
+ */
26
+ "createIdentityConfigurationDetails": model.CreateIdentityConfigurationDetails;
27
+ /**
28
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
29
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
30
+ * hours but can be invalidated before then due to conflicting operations. For example, if a resource
31
+ * has been deleted and purged from the system, then a retry of the original creation request
32
+ * might be rejected.
33
+ *
34
+ */
35
+ "opcRetryToken"?: string;
36
+ /**
37
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-identity-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/create-identity-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,53 @@
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/DeactivateIamUserSyncConfiguration.ts.html |here} to see how to use DeactivateIamUserSyncConfigurationRequest.
17
+ */
18
+ export interface DeactivateIamUserSyncConfigurationRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * The OCID of the identity configuration
25
+ */
26
+ "identityConfigurationId": string;
27
+ /**
28
+ * Details for deactivating the IAM user sync config
29
+ */
30
+ "deactivateIamUserSyncConfigurationDetails": model.DeactivateIamUserSyncConfigurationDetails;
31
+ /**
32
+ * The client request ID for tracing.
33
+ */
34
+ "opcRequestId"?: string;
35
+ /**
36
+ * For optimistic concurrency control. In the PUT or DELETE call
37
+ * for a resource, set the {@code if-match} parameter to the value of the
38
+ * etag from a previous GET or POST response for that resource.
39
+ * The resource will be updated or deleted only if the etag you
40
+ * provide matches the resource's current etag value.
41
+ *
42
+ */
43
+ "ifMatch"?: string;
44
+ /**
45
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
46
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
47
+ * hours but can be invalidated before then due to conflicting operations. For example, if a resource
48
+ * has been deleted and purged from the system, then a retry of the original creation request
49
+ * might be rejected.
50
+ *
51
+ */
52
+ "opcRetryToken"?: string;
53
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deactivate-iam-user-sync-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/deactivate-iam-user-sync-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,53 @@
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/DeactivateUpstConfiguration.ts.html |here} to see how to use DeactivateUpstConfigurationRequest.
17
+ */
18
+ export interface DeactivateUpstConfigurationRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * The OCID of the identity configuration
25
+ */
26
+ "identityConfigurationId": string;
27
+ /**
28
+ * Details for deactivating the UPST config
29
+ */
30
+ "deactivateUpstConfigurationDetails": model.DeactivateUpstConfigurationDetails;
31
+ /**
32
+ * The client request ID for tracing.
33
+ */
34
+ "opcRequestId"?: string;
35
+ /**
36
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
37
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
38
+ * hours but can be invalidated before then due to conflicting operations. For example, if a resource
39
+ * has been deleted and purged from the system, then a retry of the original creation request
40
+ * might be rejected.
41
+ *
42
+ */
43
+ "opcRetryToken"?: string;
44
+ /**
45
+ * For optimistic concurrency control. In the PUT or DELETE call
46
+ * for a resource, set the {@code if-match} parameter to the value of the
47
+ * etag from a previous GET or POST response for that resource.
48
+ * The resource will be updated or deleted only if the etag you
49
+ * provide matches the resource's current etag value.
50
+ *
51
+ */
52
+ "ifMatch"?: string;
53
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deactivate-upst-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/deactivate-upst-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,39 @@
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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/DeleteIdentityConfiguration.ts.html |here} to see how to use DeleteIdentityConfigurationRequest.
16
+ */
17
+ export interface DeleteIdentityConfigurationRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the cluster.
20
+ */
21
+ "bdsInstanceId": string;
22
+ /**
23
+ * The OCID of the identity configuration
24
+ */
25
+ "identityConfigurationId": string;
26
+ /**
27
+ * The client request ID for tracing.
28
+ */
29
+ "opcRequestId"?: string;
30
+ /**
31
+ * For optimistic concurrency control. In the PUT or DELETE call
32
+ * for a resource, set the {@code if-match} parameter to the value of the
33
+ * etag from a previous GET or POST response for that resource.
34
+ * The resource will be updated or deleted only if the etag you
35
+ * provide matches the resource's current etag value.
36
+ *
37
+ */
38
+ "ifMatch"?: string;
39
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-identity-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/delete-identity-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}