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,54 @@
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/GetIdentityConfiguration.ts.html |here} to see how to use GetIdentityConfigurationRequest.
17
+ */
18
+ export interface GetIdentityConfigurationRequest 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
+ * The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
29
+ */
30
+ "page"?: string;
31
+ /**
32
+ * The maximum number of items to return.
33
+ */
34
+ "limit"?: number;
35
+ /**
36
+ * The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
37
+ *
38
+ */
39
+ "sortBy"?: GetIdentityConfigurationRequest.SortBy;
40
+ /**
41
+ * The sort order to use, either 'asc' or 'desc'.
42
+ */
43
+ "sortOrder"?: model.SortOrders;
44
+ /**
45
+ * The client request ID for tracing.
46
+ */
47
+ "opcRequestId"?: string;
48
+ }
49
+ export declare namespace GetIdentityConfigurationRequest {
50
+ enum SortBy {
51
+ TimeCreated = "timeCreated",
52
+ DisplayName = "displayName"
53
+ }
54
+ }
@@ -0,0 +1,24 @@
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
+ exports.GetIdentityConfigurationRequest = void 0;
16
+ var GetIdentityConfigurationRequest;
17
+ (function (GetIdentityConfigurationRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = GetIdentityConfigurationRequest.SortBy || (GetIdentityConfigurationRequest.SortBy = {}));
23
+ })(GetIdentityConfigurationRequest = exports.GetIdentityConfigurationRequest || (exports.GetIdentityConfigurationRequest = {}));
24
+ //# sourceMappingURL=get-identity-configuration-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-identity-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/get-identity-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwCH,IAAiB,+BAA+B,CAK/C;AALD,WAAiB,+BAA+B;IAC9C,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,sCAAM,KAAN,sCAAM,QAGjB;AACH,CAAC,EALgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAK/C"}
@@ -13,6 +13,10 @@
13
13
  */
14
14
  import * as ActivateBdsMetastoreConfigurationRequest from "./activate-bds-metastore-configuration-request";
15
15
  export import ActivateBdsMetastoreConfigurationRequest = ActivateBdsMetastoreConfigurationRequest.ActivateBdsMetastoreConfigurationRequest;
16
+ import * as ActivateIamUserSyncConfigurationRequest from "./activate-iam-user-sync-configuration-request";
17
+ export import ActivateIamUserSyncConfigurationRequest = ActivateIamUserSyncConfigurationRequest.ActivateIamUserSyncConfigurationRequest;
18
+ import * as ActivateUpstConfigurationRequest from "./activate-upst-configuration-request";
19
+ export import ActivateUpstConfigurationRequest = ActivateUpstConfigurationRequest.ActivateUpstConfigurationRequest;
16
20
  import * as AddAutoScalingConfigurationRequest from "./add-auto-scaling-configuration-request";
17
21
  export import AddAutoScalingConfigurationRequest = AddAutoScalingConfigurationRequest.AddAutoScalingConfigurationRequest;
18
22
  import * as AddBlockStorageRequest from "./add-block-storage-request";
@@ -41,18 +45,26 @@ import * as CreateBdsInstanceRequest from "./create-bds-instance-request";
41
45
  export import CreateBdsInstanceRequest = CreateBdsInstanceRequest.CreateBdsInstanceRequest;
42
46
  import * as CreateBdsMetastoreConfigurationRequest from "./create-bds-metastore-configuration-request";
43
47
  export import CreateBdsMetastoreConfigurationRequest = CreateBdsMetastoreConfigurationRequest.CreateBdsMetastoreConfigurationRequest;
48
+ import * as CreateIdentityConfigurationRequest from "./create-identity-configuration-request";
49
+ export import CreateIdentityConfigurationRequest = CreateIdentityConfigurationRequest.CreateIdentityConfigurationRequest;
44
50
  import * as CreateNodeBackupConfigurationRequest from "./create-node-backup-configuration-request";
45
51
  export import CreateNodeBackupConfigurationRequest = CreateNodeBackupConfigurationRequest.CreateNodeBackupConfigurationRequest;
46
52
  import * as CreateNodeReplaceConfigurationRequest from "./create-node-replace-configuration-request";
47
53
  export import CreateNodeReplaceConfigurationRequest = CreateNodeReplaceConfigurationRequest.CreateNodeReplaceConfigurationRequest;
48
54
  import * as CreateResourcePrincipalConfigurationRequest from "./create-resource-principal-configuration-request";
49
55
  export import CreateResourcePrincipalConfigurationRequest = CreateResourcePrincipalConfigurationRequest.CreateResourcePrincipalConfigurationRequest;
56
+ import * as DeactivateIamUserSyncConfigurationRequest from "./deactivate-iam-user-sync-configuration-request";
57
+ export import DeactivateIamUserSyncConfigurationRequest = DeactivateIamUserSyncConfigurationRequest.DeactivateIamUserSyncConfigurationRequest;
58
+ import * as DeactivateUpstConfigurationRequest from "./deactivate-upst-configuration-request";
59
+ export import DeactivateUpstConfigurationRequest = DeactivateUpstConfigurationRequest.DeactivateUpstConfigurationRequest;
50
60
  import * as DeleteBdsApiKeyRequest from "./delete-bds-api-key-request";
51
61
  export import DeleteBdsApiKeyRequest = DeleteBdsApiKeyRequest.DeleteBdsApiKeyRequest;
52
62
  import * as DeleteBdsInstanceRequest from "./delete-bds-instance-request";
53
63
  export import DeleteBdsInstanceRequest = DeleteBdsInstanceRequest.DeleteBdsInstanceRequest;
54
64
  import * as DeleteBdsMetastoreConfigurationRequest from "./delete-bds-metastore-configuration-request";
55
65
  export import DeleteBdsMetastoreConfigurationRequest = DeleteBdsMetastoreConfigurationRequest.DeleteBdsMetastoreConfigurationRequest;
66
+ import * as DeleteIdentityConfigurationRequest from "./delete-identity-configuration-request";
67
+ export import DeleteIdentityConfigurationRequest = DeleteIdentityConfigurationRequest.DeleteIdentityConfigurationRequest;
56
68
  import * as DeleteNodeBackupRequest from "./delete-node-backup-request";
57
69
  export import DeleteNodeBackupRequest = DeleteNodeBackupRequest.DeleteNodeBackupRequest;
58
70
  import * as DeleteNodeBackupConfigurationRequest from "./delete-node-backup-configuration-request";
@@ -73,6 +85,8 @@ import * as GetBdsInstanceRequest from "./get-bds-instance-request";
73
85
  export import GetBdsInstanceRequest = GetBdsInstanceRequest.GetBdsInstanceRequest;
74
86
  import * as GetBdsMetastoreConfigurationRequest from "./get-bds-metastore-configuration-request";
75
87
  export import GetBdsMetastoreConfigurationRequest = GetBdsMetastoreConfigurationRequest.GetBdsMetastoreConfigurationRequest;
88
+ import * as GetIdentityConfigurationRequest from "./get-identity-configuration-request";
89
+ export import GetIdentityConfigurationRequest = GetIdentityConfigurationRequest.GetIdentityConfigurationRequest;
76
90
  import * as GetNodeBackupRequest from "./get-node-backup-request";
77
91
  export import GetNodeBackupRequest = GetNodeBackupRequest.GetNodeBackupRequest;
78
92
  import * as GetNodeBackupConfigurationRequest from "./get-node-backup-configuration-request";
@@ -93,10 +107,14 @@ import * as ListAutoScalingConfigurationsRequest from "./list-auto-scaling-confi
93
107
  export import ListAutoScalingConfigurationsRequest = ListAutoScalingConfigurationsRequest.ListAutoScalingConfigurationsRequest;
94
108
  import * as ListBdsApiKeysRequest from "./list-bds-api-keys-request";
95
109
  export import ListBdsApiKeysRequest = ListBdsApiKeysRequest.ListBdsApiKeysRequest;
110
+ import * as ListBdsClusterVersionsRequest from "./list-bds-cluster-versions-request";
111
+ export import ListBdsClusterVersionsRequest = ListBdsClusterVersionsRequest.ListBdsClusterVersionsRequest;
96
112
  import * as ListBdsInstancesRequest from "./list-bds-instances-request";
97
113
  export import ListBdsInstancesRequest = ListBdsInstancesRequest.ListBdsInstancesRequest;
98
114
  import * as ListBdsMetastoreConfigurationsRequest from "./list-bds-metastore-configurations-request";
99
115
  export import ListBdsMetastoreConfigurationsRequest = ListBdsMetastoreConfigurationsRequest.ListBdsMetastoreConfigurationsRequest;
116
+ import * as ListIdentityConfigurationsRequest from "./list-identity-configurations-request";
117
+ export import ListIdentityConfigurationsRequest = ListIdentityConfigurationsRequest.ListIdentityConfigurationsRequest;
100
118
  import * as ListNodeBackupConfigurationsRequest from "./list-node-backup-configurations-request";
101
119
  export import ListNodeBackupConfigurationsRequest = ListNodeBackupConfigurationsRequest.ListNodeBackupConfigurationsRequest;
102
120
  import * as ListNodeBackupsRequest from "./list-node-backups-request";
@@ -117,6 +135,10 @@ import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
117
135
  export import ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
118
136
  import * as ListWorkRequestsRequest from "./list-work-requests-request";
119
137
  export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
138
+ import * as RefreshConfidentialApplicationRequest from "./refresh-confidential-application-request";
139
+ export import RefreshConfidentialApplicationRequest = RefreshConfidentialApplicationRequest.RefreshConfidentialApplicationRequest;
140
+ import * as RefreshUpstTokenExchangeKeytabRequest from "./refresh-upst-token-exchange-keytab-request";
141
+ export import RefreshUpstTokenExchangeKeytabRequest = RefreshUpstTokenExchangeKeytabRequest.RefreshUpstTokenExchangeKeytabRequest;
120
142
  import * as RemoveAutoScalingConfigurationRequest from "./remove-auto-scaling-configuration-request";
121
143
  export import RemoveAutoScalingConfigurationRequest = RemoveAutoScalingConfigurationRequest.RemoveAutoScalingConfigurationRequest;
122
144
  import * as RemoveCloudSqlRequest from "./remove-cloud-sql-request";
@@ -149,6 +171,8 @@ import * as UpdateBdsInstanceRequest from "./update-bds-instance-request";
149
171
  export import UpdateBdsInstanceRequest = UpdateBdsInstanceRequest.UpdateBdsInstanceRequest;
150
172
  import * as UpdateBdsMetastoreConfigurationRequest from "./update-bds-metastore-configuration-request";
151
173
  export import UpdateBdsMetastoreConfigurationRequest = UpdateBdsMetastoreConfigurationRequest.UpdateBdsMetastoreConfigurationRequest;
174
+ import * as UpdateIdentityConfigurationRequest from "./update-identity-configuration-request";
175
+ export import UpdateIdentityConfigurationRequest = UpdateIdentityConfigurationRequest.UpdateIdentityConfigurationRequest;
152
176
  import * as UpdateNodeBackupConfigurationRequest from "./update-node-backup-configuration-request";
153
177
  export import UpdateNodeBackupConfigurationRequest = UpdateNodeBackupConfigurationRequest.UpdateNodeBackupConfigurationRequest;
154
178
  import * as UpdateNodeReplaceConfigurationRequest from "./update-node-replace-configuration-request";
@@ -32,15 +32,21 @@ var __importStar = (this && this.__importStar) || function (mod) {
32
32
  return result;
33
33
  };
34
34
  Object.defineProperty(exports, "__esModule", { value: true });
35
- exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListResourcePrincipalConfigurationsRequest = exports.ListPatchHistoriesRequest = exports.ListOsPatchesRequest = exports.ListNodeReplaceConfigurationsRequest = exports.ListNodeBackupsRequest = exports.ListNodeBackupConfigurationsRequest = exports.ListBdsMetastoreConfigurationsRequest = exports.ListBdsInstancesRequest = exports.ListBdsApiKeysRequest = exports.ListAutoScalingConfigurationsRequest = void 0;
35
+ exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListResourcePrincipalConfigurationsRequest = exports.ListPatchHistoriesRequest = exports.ListOsPatchesRequest = exports.ListNodeReplaceConfigurationsRequest = exports.ListNodeBackupsRequest = exports.ListNodeBackupConfigurationsRequest = exports.ListIdentityConfigurationsRequest = exports.ListBdsMetastoreConfigurationsRequest = exports.ListBdsInstancesRequest = exports.ListBdsClusterVersionsRequest = exports.ListBdsApiKeysRequest = exports.ListAutoScalingConfigurationsRequest = exports.GetIdentityConfigurationRequest = void 0;
36
+ const GetIdentityConfigurationRequest = __importStar(require("./get-identity-configuration-request"));
37
+ exports.GetIdentityConfigurationRequest = GetIdentityConfigurationRequest.GetIdentityConfigurationRequest;
36
38
  const ListAutoScalingConfigurationsRequest = __importStar(require("./list-auto-scaling-configurations-request"));
37
39
  exports.ListAutoScalingConfigurationsRequest = ListAutoScalingConfigurationsRequest.ListAutoScalingConfigurationsRequest;
38
40
  const ListBdsApiKeysRequest = __importStar(require("./list-bds-api-keys-request"));
39
41
  exports.ListBdsApiKeysRequest = ListBdsApiKeysRequest.ListBdsApiKeysRequest;
42
+ const ListBdsClusterVersionsRequest = __importStar(require("./list-bds-cluster-versions-request"));
43
+ exports.ListBdsClusterVersionsRequest = ListBdsClusterVersionsRequest.ListBdsClusterVersionsRequest;
40
44
  const ListBdsInstancesRequest = __importStar(require("./list-bds-instances-request"));
41
45
  exports.ListBdsInstancesRequest = ListBdsInstancesRequest.ListBdsInstancesRequest;
42
46
  const ListBdsMetastoreConfigurationsRequest = __importStar(require("./list-bds-metastore-configurations-request"));
43
47
  exports.ListBdsMetastoreConfigurationsRequest = ListBdsMetastoreConfigurationsRequest.ListBdsMetastoreConfigurationsRequest;
48
+ const ListIdentityConfigurationsRequest = __importStar(require("./list-identity-configurations-request"));
49
+ exports.ListIdentityConfigurationsRequest = ListIdentityConfigurationsRequest.ListIdentityConfigurationsRequest;
44
50
  const ListNodeBackupConfigurationsRequest = __importStar(require("./list-node-backup-configurations-request"));
45
51
  exports.ListNodeBackupConfigurationsRequest = ListNodeBackupConfigurationsRequest.ListNodeBackupConfigurationsRequest;
46
52
  const ListNodeBackupsRequest = __importStar(require("./list-node-backups-request"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAgFH,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,mFAAqE;AACvD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,gFAAkE;AACpD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAG9F,6HAA+G;AACjG,QAAA,0CAA0C,GAAG,0CAA0C,CAAC,0CAA0C,CAAC;AACjJ,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AA4EH,sGAAwF;AAC1E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAiBhH,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,mFAAqE;AACvD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,mGAAqF;AACvE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,0GAA4F;AAC9E,QAAA,iCAAiC,GAAG,iCAAiC,CAAC,iCAAiC,CAAC;AACtH,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,gFAAkE;AACpD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAG9F,6HAA+G;AACjG,QAAA,0CAA0C,GAAG,0CAA0C,CAAC,0CAA0C,CAAC;AACjJ,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
@@ -0,0 +1,45 @@
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/ListBdsClusterVersions.ts.html |here} to see how to use ListBdsClusterVersionsRequest.
17
+ */
18
+ export interface ListBdsClusterVersionsRequest extends common.BaseRequest {
19
+ /**
20
+ * The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
21
+ */
22
+ "page"?: string;
23
+ /**
24
+ * The maximum number of items to return.
25
+ */
26
+ "limit"?: number;
27
+ /**
28
+ * The field to sort by. Only one sort order may be provided. If no value is specified bdsVersion is default.
29
+ *
30
+ */
31
+ "sortBy"?: ListBdsClusterVersionsRequest.SortBy;
32
+ /**
33
+ * The sort order to use, either 'asc' or 'desc'.
34
+ */
35
+ "sortOrder"?: model.SortOrders;
36
+ /**
37
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ }
41
+ export declare namespace ListBdsClusterVersionsRequest {
42
+ enum SortBy {
43
+ BdsVersion = "bdsVersion"
44
+ }
45
+ }
@@ -0,0 +1,23 @@
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
+ exports.ListBdsClusterVersionsRequest = void 0;
16
+ var ListBdsClusterVersionsRequest;
17
+ (function (ListBdsClusterVersionsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["BdsVersion"] = "bdsVersion";
21
+ })(SortBy = ListBdsClusterVersionsRequest.SortBy || (ListBdsClusterVersionsRequest.SortBy = {}));
22
+ })(ListBdsClusterVersionsRequest = exports.ListBdsClusterVersionsRequest || (exports.ListBdsClusterVersionsRequest = {}));
23
+ //# sourceMappingURL=list-bds-cluster-versions-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-bds-cluster-versions-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/list-bds-cluster-versions-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgCH,IAAiB,6BAA6B,CAI7C;AAJD,WAAiB,6BAA6B;IAC5C,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,mCAAyB,CAAA;IAC3B,CAAC,EAFW,MAAM,GAAN,oCAAM,KAAN,oCAAM,QAEjB;AACH,CAAC,EAJgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAI7C"}
@@ -0,0 +1,62 @@
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/ListIdentityConfigurations.ts.html |here} to see how to use ListIdentityConfigurationsRequest.
17
+ */
18
+ export interface ListIdentityConfigurationsRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * The OCID of the compartment.
25
+ */
26
+ "compartmentId": string;
27
+ /**
28
+ * The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
29
+ */
30
+ "page"?: string;
31
+ /**
32
+ * The maximum number of items to return.
33
+ */
34
+ "limit"?: number;
35
+ /**
36
+ * The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
37
+ *
38
+ */
39
+ "sortBy"?: ListIdentityConfigurationsRequest.SortBy;
40
+ /**
41
+ * The sort order to use, either 'asc' or 'desc'.
42
+ */
43
+ "sortOrder"?: model.SortOrders;
44
+ /**
45
+ * The client request ID for tracing.
46
+ */
47
+ "opcRequestId"?: string;
48
+ /**
49
+ * The state of the identity config
50
+ */
51
+ "lifecycleState"?: string;
52
+ /**
53
+ * A filter to return only resources that match the entire display name given.
54
+ */
55
+ "displayName"?: string;
56
+ }
57
+ export declare namespace ListIdentityConfigurationsRequest {
58
+ enum SortBy {
59
+ TimeCreated = "timeCreated",
60
+ DisplayName = "displayName"
61
+ }
62
+ }
@@ -0,0 +1,24 @@
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
+ exports.ListIdentityConfigurationsRequest = void 0;
16
+ var ListIdentityConfigurationsRequest;
17
+ (function (ListIdentityConfigurationsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListIdentityConfigurationsRequest.SortBy || (ListIdentityConfigurationsRequest.SortBy = {}));
23
+ })(ListIdentityConfigurationsRequest = exports.ListIdentityConfigurationsRequest || (exports.ListIdentityConfigurationsRequest = {}));
24
+ //# sourceMappingURL=list-identity-configurations-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-identity-configurations-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/list-identity-configurations-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgDH,IAAiB,iCAAiC,CAKjD;AALD,WAAiB,iCAAiC;IAChD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,wCAAM,KAAN,wCAAM,QAGjB;AACH,CAAC,EALgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAKjD"}
@@ -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/RefreshConfidentialApplication.ts.html |here} to see how to use RefreshConfidentialApplicationRequest.
17
+ */
18
+ export interface RefreshConfidentialApplicationRequest 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 refreshing confidential application
29
+ */
30
+ "refreshConfidentialApplicationDetails": model.RefreshConfidentialApplicationDetails;
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=refresh-confidential-application-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"refresh-confidential-application-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/refresh-confidential-application-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/RefreshUpstTokenExchangeKeytab.ts.html |here} to see how to use RefreshUpstTokenExchangeKeytabRequest.
17
+ */
18
+ export interface RefreshUpstTokenExchangeKeytabRequest 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 refreshing User Principal Session (UPST) token exchange keytab
29
+ */
30
+ "refreshUpstTokenExchangeKeytabDetails": model.RefreshUpstTokenExchangeKeytabDetails;
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
+ * The client request ID for tracing.
42
+ */
43
+ "opcRequestId"?: 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=refresh-upst-token-exchange-keytab-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"refresh-upst-token-exchange-keytab-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/refresh-upst-token-exchange-keytab-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/UpdateIdentityConfiguration.ts.html |here} to see how to use UpdateIdentityConfigurationRequest.
17
+ */
18
+ export interface UpdateIdentityConfigurationRequest 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 updating an identity configuration
29
+ */
30
+ "updateIdentityConfigurationDetails": model.UpdateIdentityConfigurationDetails;
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=update-identity-configuration-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-identity-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/update-identity-configuration-request.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 ActivateIamUserSyncConfigurationResponse {
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-iam-user-sync-configuration-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"activate-iam-user-sync-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/activate-iam-user-sync-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}