oci-identity 2.28.0 → 2.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. package/lib/client.d.ts +181 -142
  2. package/lib/client.js +439 -152
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/add-lock-details.d.ts +41 -0
  5. package/lib/model/add-lock-details.js +34 -0
  6. package/lib/model/add-lock-details.js.map +1 -0
  7. package/lib/model/create-network-source-details.d.ts +1 -3
  8. package/lib/model/create-network-source-details.js.map +1 -1
  9. package/lib/model/create-tag-default-details.d.ts +5 -0
  10. package/lib/model/create-tag-default-details.js +34 -2
  11. package/lib/model/create-tag-default-details.js.map +1 -1
  12. package/lib/model/create-tag-namespace-details.d.ts +5 -0
  13. package/lib/model/create-tag-namespace-details.js +34 -2
  14. package/lib/model/create-tag-namespace-details.js.map +1 -1
  15. package/lib/model/index.d.ts +6 -0
  16. package/lib/model/index.js +9 -3
  17. package/lib/model/index.js.map +1 -1
  18. package/lib/model/network-sources-summary.d.ts +1 -2
  19. package/lib/model/network-sources-summary.js.map +1 -1
  20. package/lib/model/network-sources.d.ts +1 -3
  21. package/lib/model/network-sources.js.map +1 -1
  22. package/lib/model/remove-lock-details.d.ts +30 -0
  23. package/lib/model/remove-lock-details.js +34 -0
  24. package/lib/model/remove-lock-details.js.map +1 -0
  25. package/lib/model/resource-lock.d.ts +56 -0
  26. package/lib/model/resource-lock.js +39 -0
  27. package/lib/model/resource-lock.js.map +1 -0
  28. package/lib/model/tag-default-summary.d.ts +5 -0
  29. package/lib/model/tag-default-summary.js +34 -2
  30. package/lib/model/tag-default-summary.js.map +1 -1
  31. package/lib/model/tag-default.d.ts +5 -0
  32. package/lib/model/tag-default.js +34 -2
  33. package/lib/model/tag-default.js.map +1 -1
  34. package/lib/model/tag-namespace-summary.d.ts +5 -0
  35. package/lib/model/tag-namespace-summary.js +34 -2
  36. package/lib/model/tag-namespace-summary.js.map +1 -1
  37. package/lib/model/tag-namespace.d.ts +5 -0
  38. package/lib/model/tag-namespace.js +34 -2
  39. package/lib/model/tag-namespace.js.map +1 -1
  40. package/lib/model/update-network-source-details.d.ts +1 -2
  41. package/lib/model/update-network-source-details.js.map +1 -1
  42. package/lib/request/activate-domain-request.d.ts +1 -1
  43. package/lib/request/activate-mfa-totp-device-request.d.ts +1 -1
  44. package/lib/request/add-tag-default-lock-request.d.ts +49 -0
  45. package/lib/request/add-tag-default-lock-request.js +15 -0
  46. package/lib/request/add-tag-default-lock-request.js.map +1 -0
  47. package/lib/request/add-tag-namespace-lock-request.d.ts +50 -0
  48. package/lib/request/add-tag-namespace-lock-request.js +15 -0
  49. package/lib/request/add-tag-namespace-lock-request.js.map +1 -0
  50. package/lib/request/add-user-to-group-request.d.ts +1 -1
  51. package/lib/request/assemble-effective-tag-set-request.d.ts +1 -1
  52. package/lib/request/bulk-delete-resources-request.d.ts +1 -1
  53. package/lib/request/bulk-delete-tags-request.d.ts +5 -1
  54. package/lib/request/bulk-edit-tags-request.d.ts +1 -1
  55. package/lib/request/bulk-move-resources-request.d.ts +1 -1
  56. package/lib/request/cascade-delete-tag-namespace-request.d.ts +5 -1
  57. package/lib/request/change-domain-compartment-request.d.ts +1 -1
  58. package/lib/request/change-domain-license-type-request.d.ts +1 -1
  59. package/lib/request/change-tag-namespace-compartment-request.d.ts +5 -1
  60. package/lib/request/create-auth-token-request.d.ts +1 -1
  61. package/lib/request/create-compartment-request.d.ts +1 -1
  62. package/lib/request/create-customer-secret-key-request.d.ts +1 -1
  63. package/lib/request/create-db-credential-request.d.ts +1 -1
  64. package/lib/request/create-domain-request.d.ts +1 -1
  65. package/lib/request/create-dynamic-group-request.d.ts +1 -1
  66. package/lib/request/create-group-request.d.ts +1 -1
  67. package/lib/request/create-identity-provider-request.d.ts +1 -1
  68. package/lib/request/create-idp-group-mapping-request.d.ts +1 -1
  69. package/lib/request/create-mfa-totp-device-request.d.ts +1 -1
  70. package/lib/request/create-network-source-request.d.ts +1 -1
  71. package/lib/request/create-oauth-client-credential-request.d.ts +1 -1
  72. package/lib/request/create-or-reset-uipassword-request.d.ts +1 -1
  73. package/lib/request/create-policy-request.d.ts +1 -1
  74. package/lib/request/create-region-subscription-request.d.ts +1 -1
  75. package/lib/request/create-smtp-credential-request.d.ts +1 -1
  76. package/lib/request/create-swift-password-request.d.ts +1 -1
  77. package/lib/request/create-tag-default-request.d.ts +1 -1
  78. package/lib/request/create-tag-namespace-request.d.ts +1 -1
  79. package/lib/request/create-tag-request.d.ts +5 -1
  80. package/lib/request/create-user-request.d.ts +1 -1
  81. package/lib/request/deactivate-domain-request.d.ts +1 -1
  82. package/lib/request/delete-api-key-request.d.ts +1 -1
  83. package/lib/request/delete-auth-token-request.d.ts +1 -1
  84. package/lib/request/delete-compartment-request.d.ts +1 -1
  85. package/lib/request/delete-customer-secret-key-request.d.ts +1 -1
  86. package/lib/request/delete-db-credential-request.d.ts +1 -1
  87. package/lib/request/delete-domain-request.d.ts +1 -1
  88. package/lib/request/delete-dynamic-group-request.d.ts +1 -1
  89. package/lib/request/delete-group-request.d.ts +1 -1
  90. package/lib/request/delete-identity-provider-request.d.ts +1 -1
  91. package/lib/request/delete-idp-group-mapping-request.d.ts +1 -1
  92. package/lib/request/delete-mfa-totp-device-request.d.ts +1 -1
  93. package/lib/request/delete-network-source-request.d.ts +1 -1
  94. package/lib/request/delete-oauth-client-credential-request.d.ts +1 -1
  95. package/lib/request/delete-policy-request.d.ts +1 -1
  96. package/lib/request/delete-smtp-credential-request.d.ts +1 -1
  97. package/lib/request/delete-swift-password-request.d.ts +1 -1
  98. package/lib/request/delete-tag-default-request.d.ts +5 -1
  99. package/lib/request/delete-tag-namespace-request.d.ts +5 -1
  100. package/lib/request/delete-tag-request.d.ts +5 -1
  101. package/lib/request/delete-user-request.d.ts +1 -1
  102. package/lib/request/enable-replication-to-region-request.d.ts +1 -1
  103. package/lib/request/generate-totp-seed-request.d.ts +1 -1
  104. package/lib/request/get-authentication-policy-request.d.ts +1 -1
  105. package/lib/request/get-compartment-request.d.ts +1 -1
  106. package/lib/request/get-domain-request.d.ts +1 -1
  107. package/lib/request/get-dynamic-group-request.d.ts +1 -1
  108. package/lib/request/get-group-request.d.ts +1 -1
  109. package/lib/request/get-iam-work-request-request.d.ts +1 -1
  110. package/lib/request/get-identity-provider-request.d.ts +1 -1
  111. package/lib/request/get-idp-group-mapping-request.d.ts +1 -1
  112. package/lib/request/get-mfa-totp-device-request.d.ts +1 -1
  113. package/lib/request/get-network-source-request.d.ts +1 -1
  114. package/lib/request/get-policy-request.d.ts +1 -1
  115. package/lib/request/get-standard-tag-template-request.d.ts +1 -1
  116. package/lib/request/get-tag-default-request.d.ts +1 -1
  117. package/lib/request/get-tag-namespace-request.d.ts +1 -1
  118. package/lib/request/get-tag-request.d.ts +1 -1
  119. package/lib/request/get-tagging-work-request-request.d.ts +1 -1
  120. package/lib/request/get-tenancy-request.d.ts +1 -1
  121. package/lib/request/get-user-group-membership-request.d.ts +1 -1
  122. package/lib/request/get-user-request.d.ts +1 -1
  123. package/lib/request/get-user-uipassword-information-request.d.ts +1 -1
  124. package/lib/request/get-work-request-request.d.ts +1 -1
  125. package/lib/request/import-standard-tags-request.d.ts +1 -1
  126. package/lib/request/index.d.ts +8 -0
  127. package/lib/request/index.js.map +1 -1
  128. package/lib/request/list-allowed-domain-license-types-request.d.ts +1 -1
  129. package/lib/request/list-api-keys-request.d.ts +1 -1
  130. package/lib/request/list-auth-tokens-request.d.ts +1 -1
  131. package/lib/request/list-availability-domains-request.d.ts +1 -1
  132. package/lib/request/list-bulk-action-resource-types-request.d.ts +1 -1
  133. package/lib/request/list-bulk-edit-tags-resource-types-request.d.ts +1 -1
  134. package/lib/request/list-compartments-request.d.ts +1 -1
  135. package/lib/request/list-cost-tracking-tags-request.d.ts +1 -1
  136. package/lib/request/list-customer-secret-keys-request.d.ts +1 -1
  137. package/lib/request/list-db-credentials-request.d.ts +1 -1
  138. package/lib/request/list-domains-request.d.ts +1 -1
  139. package/lib/request/list-dynamic-groups-request.d.ts +1 -1
  140. package/lib/request/list-fault-domains-request.d.ts +1 -1
  141. package/lib/request/list-groups-request.d.ts +1 -1
  142. package/lib/request/list-iam-work-request-errors-request.d.ts +1 -1
  143. package/lib/request/list-iam-work-request-logs-request.d.ts +1 -1
  144. package/lib/request/list-iam-work-requests-request.d.ts +1 -1
  145. package/lib/request/list-identity-provider-groups-request.d.ts +1 -1
  146. package/lib/request/list-identity-providers-request.d.ts +1 -1
  147. package/lib/request/list-idp-group-mappings-request.d.ts +1 -1
  148. package/lib/request/list-mfa-totp-devices-request.d.ts +1 -1
  149. package/lib/request/list-network-sources-request.d.ts +1 -1
  150. package/lib/request/list-oauth-client-credentials-request.d.ts +1 -1
  151. package/lib/request/list-policies-request.d.ts +1 -1
  152. package/lib/request/list-region-subscriptions-request.d.ts +1 -1
  153. package/lib/request/list-regions-request.d.ts +1 -1
  154. package/lib/request/list-smtp-credentials-request.d.ts +1 -1
  155. package/lib/request/list-standard-tag-namespaces-request.d.ts +1 -1
  156. package/lib/request/list-swift-passwords-request.d.ts +1 -1
  157. package/lib/request/list-tag-defaults-request.d.ts +1 -1
  158. package/lib/request/list-tag-namespaces-request.d.ts +1 -1
  159. package/lib/request/list-tagging-work-request-errors-request.d.ts +1 -1
  160. package/lib/request/list-tagging-work-request-logs-request.d.ts +1 -1
  161. package/lib/request/list-tagging-work-requests-request.d.ts +1 -1
  162. package/lib/request/list-tags-request.d.ts +1 -1
  163. package/lib/request/list-user-group-memberships-request.d.ts +1 -1
  164. package/lib/request/list-users-request.d.ts +1 -1
  165. package/lib/request/list-work-requests-request.d.ts +1 -1
  166. package/lib/request/move-compartment-request.d.ts +1 -1
  167. package/lib/request/recover-compartment-request.d.ts +1 -1
  168. package/lib/request/remove-tag-default-lock-request.d.ts +49 -0
  169. package/lib/request/remove-tag-default-lock-request.js +15 -0
  170. package/lib/request/remove-tag-default-lock-request.js.map +1 -0
  171. package/lib/request/remove-tag-namespace-lock-request.d.ts +50 -0
  172. package/lib/request/remove-tag-namespace-lock-request.js +15 -0
  173. package/lib/request/remove-tag-namespace-lock-request.js.map +1 -0
  174. package/lib/request/remove-user-from-group-request.d.ts +1 -1
  175. package/lib/request/reset-idp-scim-client-request.d.ts +1 -1
  176. package/lib/request/update-auth-token-request.d.ts +1 -1
  177. package/lib/request/update-authentication-policy-request.d.ts +1 -1
  178. package/lib/request/update-compartment-request.d.ts +1 -1
  179. package/lib/request/update-customer-secret-key-request.d.ts +1 -1
  180. package/lib/request/update-domain-request.d.ts +1 -1
  181. package/lib/request/update-dynamic-group-request.d.ts +1 -1
  182. package/lib/request/update-group-request.d.ts +1 -1
  183. package/lib/request/update-identity-provider-request.d.ts +1 -1
  184. package/lib/request/update-idp-group-mapping-request.d.ts +1 -1
  185. package/lib/request/update-network-source-request.d.ts +1 -1
  186. package/lib/request/update-oauth-client-credential-request.d.ts +1 -1
  187. package/lib/request/update-policy-request.d.ts +1 -1
  188. package/lib/request/update-smtp-credential-request.d.ts +1 -1
  189. package/lib/request/update-swift-password-request.d.ts +1 -1
  190. package/lib/request/update-tag-default-request.d.ts +5 -1
  191. package/lib/request/update-tag-namespace-request.d.ts +5 -1
  192. package/lib/request/update-tag-request.d.ts +5 -1
  193. package/lib/request/update-user-capabilities-request.d.ts +1 -1
  194. package/lib/request/update-user-request.d.ts +1 -1
  195. package/lib/request/update-user-state-request.d.ts +1 -1
  196. package/lib/request/upload-api-key-request.d.ts +1 -1
  197. package/lib/response/add-tag-default-lock-response.d.ts +27 -0
  198. package/lib/response/add-tag-default-lock-response.js +15 -0
  199. package/lib/response/add-tag-default-lock-response.js.map +1 -0
  200. package/lib/response/add-tag-namespace-lock-response.d.ts +27 -0
  201. package/lib/response/add-tag-namespace-lock-response.js +15 -0
  202. package/lib/response/add-tag-namespace-lock-response.js.map +1 -0
  203. package/lib/response/index.d.ts +8 -0
  204. package/lib/response/remove-tag-default-lock-response.d.ts +27 -0
  205. package/lib/response/remove-tag-default-lock-response.js +15 -0
  206. package/lib/response/remove-tag-default-lock-response.js.map +1 -0
  207. package/lib/response/remove-tag-namespace-lock-response.d.ts +27 -0
  208. package/lib/response/remove-tag-namespace-lock-response.js +15 -0
  209. package/lib/response/remove-tag-namespace-lock-response.js.map +1 -0
  210. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -164,7 +164,7 @@ class IdentityClient {
164
164
  * @param ActivateDomainRequest
165
165
  * @return ActivateDomainResponse
166
166
  * @throws OciError when an error occurs
167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ActivateDomain.ts.html |here} to see how to use ActivateDomain API.
167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ActivateDomain.ts.html |here} to see how to use ActivateDomain API.
168
168
  */
169
169
  activateDomain(activateDomainRequest) {
170
170
  return __awaiter(this, void 0, void 0, function* () {
@@ -226,7 +226,7 @@ class IdentityClient {
226
226
  * @param ActivateMfaTotpDeviceRequest
227
227
  * @return ActivateMfaTotpDeviceResponse
228
228
  * @throws OciError when an error occurs
229
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ActivateMfaTotpDevice.ts.html |here} to see how to use ActivateMfaTotpDevice API.
229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ActivateMfaTotpDevice.ts.html |here} to see how to use ActivateMfaTotpDevice API.
230
230
  */
231
231
  activateMfaTotpDevice(activateMfaTotpDeviceRequest) {
232
232
  return __awaiter(this, void 0, void 0, function* () {
@@ -286,6 +286,140 @@ class IdentityClient {
286
286
  }
287
287
  });
288
288
  }
289
+ /**
290
+ * Add a resource lock to a tag default.
291
+ *
292
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
293
+ * @param AddTagDefaultLockRequest
294
+ * @return AddTagDefaultLockResponse
295
+ * @throws OciError when an error occurs
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/AddTagDefaultLock.ts.html |here} to see how to use AddTagDefaultLock API.
297
+ */
298
+ addTagDefaultLock(addTagDefaultLockRequest) {
299
+ return __awaiter(this, void 0, void 0, function* () {
300
+ if (this.logger)
301
+ this.logger.debug("Calling operation IdentityClient#addTagDefaultLock.");
302
+ const operationName = "addTagDefaultLock";
303
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/identity/20160918/TagDefault/AddTagDefaultLock";
304
+ const pathParams = {
305
+ "{tagDefaultId}": addTagDefaultLockRequest.tagDefaultId
306
+ };
307
+ const queryParams = {};
308
+ let headerParams = {
309
+ "Content-Type": common.Constants.APPLICATION_JSON,
310
+ "if-match": addTagDefaultLockRequest.ifMatch,
311
+ "opc-request-id": addTagDefaultLockRequest.opcRequestId,
312
+ "opc-retry-token": addTagDefaultLockRequest.opcRetryToken
313
+ };
314
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
315
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, addTagDefaultLockRequest.retryConfiguration, specRetryConfiguration);
316
+ if (this.logger)
317
+ retrier.logger = this.logger;
318
+ const request = yield oci_common_2.composeRequest({
319
+ baseEndpoint: this._endpoint,
320
+ defaultHeaders: this._defaultHeaders,
321
+ path: "/tagDefaults/{tagDefaultId}/actions/addLock",
322
+ method: "POST",
323
+ bodyContent: common.ObjectSerializer.serialize(addTagDefaultLockRequest.addLockDetails, "AddLockDetails", model.AddLockDetails.getJsonObj),
324
+ pathParams: pathParams,
325
+ headerParams: headerParams,
326
+ queryParams: queryParams
327
+ });
328
+ try {
329
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
330
+ const sdkResponse = oci_common_2.composeResponse({
331
+ responseObject: {},
332
+ body: yield response.json(),
333
+ bodyKey: "tagDefault",
334
+ bodyModel: model.TagDefault,
335
+ type: "model.TagDefault",
336
+ responseHeaders: [
337
+ {
338
+ value: response.headers.get("opc-request-id"),
339
+ key: "opcRequestId",
340
+ dataType: "string"
341
+ },
342
+ {
343
+ value: response.headers.get("etag"),
344
+ key: "etag",
345
+ dataType: "string"
346
+ }
347
+ ]
348
+ });
349
+ return sdkResponse;
350
+ }
351
+ catch (err) {
352
+ throw err;
353
+ }
354
+ });
355
+ }
356
+ /**
357
+ * Add a resource lock to a tag namespace.
358
+ *
359
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
360
+ * @param AddTagNamespaceLockRequest
361
+ * @return AddTagNamespaceLockResponse
362
+ * @throws OciError when an error occurs
363
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/AddTagNamespaceLock.ts.html |here} to see how to use AddTagNamespaceLock API.
364
+ */
365
+ addTagNamespaceLock(addTagNamespaceLockRequest) {
366
+ return __awaiter(this, void 0, void 0, function* () {
367
+ if (this.logger)
368
+ this.logger.debug("Calling operation IdentityClient#addTagNamespaceLock.");
369
+ const operationName = "addTagNamespaceLock";
370
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/identity/20160918/TagNamespace/AddTagNamespaceLock";
371
+ const pathParams = {
372
+ "{tagNamespaceId}": addTagNamespaceLockRequest.tagNamespaceId
373
+ };
374
+ const queryParams = {};
375
+ let headerParams = {
376
+ "Content-Type": common.Constants.APPLICATION_JSON,
377
+ "if-match": addTagNamespaceLockRequest.ifMatch,
378
+ "opc-request-id": addTagNamespaceLockRequest.opcRequestId,
379
+ "opc-retry-token": addTagNamespaceLockRequest.opcRetryToken
380
+ };
381
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
382
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, addTagNamespaceLockRequest.retryConfiguration, specRetryConfiguration);
383
+ if (this.logger)
384
+ retrier.logger = this.logger;
385
+ const request = yield oci_common_2.composeRequest({
386
+ baseEndpoint: this._endpoint,
387
+ defaultHeaders: this._defaultHeaders,
388
+ path: "/tagNamespaces/{tagNamespaceId}/actions/addLock",
389
+ method: "POST",
390
+ bodyContent: common.ObjectSerializer.serialize(addTagNamespaceLockRequest.addLockDetails, "AddLockDetails", model.AddLockDetails.getJsonObj),
391
+ pathParams: pathParams,
392
+ headerParams: headerParams,
393
+ queryParams: queryParams
394
+ });
395
+ try {
396
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
397
+ const sdkResponse = oci_common_2.composeResponse({
398
+ responseObject: {},
399
+ body: yield response.json(),
400
+ bodyKey: "tagNamespace",
401
+ bodyModel: model.TagNamespace,
402
+ type: "model.TagNamespace",
403
+ responseHeaders: [
404
+ {
405
+ value: response.headers.get("opc-request-id"),
406
+ key: "opcRequestId",
407
+ dataType: "string"
408
+ },
409
+ {
410
+ value: response.headers.get("etag"),
411
+ key: "etag",
412
+ dataType: "string"
413
+ }
414
+ ]
415
+ });
416
+ return sdkResponse;
417
+ }
418
+ catch (err) {
419
+ throw err;
420
+ }
421
+ });
422
+ }
289
423
  /**
290
424
  * Adds the specified user to the specified group and returns a `UserGroupMembership` object with its own OCID.
291
425
  * <p>
@@ -296,7 +430,7 @@ class IdentityClient {
296
430
  * @param AddUserToGroupRequest
297
431
  * @return AddUserToGroupResponse
298
432
  * @throws OciError when an error occurs
299
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/AddUserToGroup.ts.html |here} to see how to use AddUserToGroup API.
433
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/AddUserToGroup.ts.html |here} to see how to use AddUserToGroup API.
300
434
  */
301
435
  addUserToGroup(addUserToGroupRequest) {
302
436
  return __awaiter(this, void 0, void 0, function* () {
@@ -362,7 +496,7 @@ class IdentityClient {
362
496
  * @param AssembleEffectiveTagSetRequest
363
497
  * @return AssembleEffectiveTagSetResponse
364
498
  * @throws OciError when an error occurs
365
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/AssembleEffectiveTagSet.ts.html |here} to see how to use AssembleEffectiveTagSet API.
499
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/AssembleEffectiveTagSet.ts.html |here} to see how to use AssembleEffectiveTagSet API.
366
500
  */
367
501
  assembleEffectiveTagSet(assembleEffectiveTagSetRequest) {
368
502
  return __awaiter(this, void 0, void 0, function* () {
@@ -430,7 +564,7 @@ class IdentityClient {
430
564
  * @param BulkDeleteResourcesRequest
431
565
  * @return BulkDeleteResourcesResponse
432
566
  * @throws OciError when an error occurs
433
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/BulkDeleteResources.ts.html |here} to see how to use BulkDeleteResources API.
567
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/BulkDeleteResources.ts.html |here} to see how to use BulkDeleteResources API.
434
568
  */
435
569
  bulkDeleteResources(bulkDeleteResourcesRequest) {
436
570
  return __awaiter(this, void 0, void 0, function* () {
@@ -512,7 +646,7 @@ class IdentityClient {
512
646
  * @param BulkDeleteTagsRequest
513
647
  * @return BulkDeleteTagsResponse
514
648
  * @throws OciError when an error occurs
515
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/BulkDeleteTags.ts.html |here} to see how to use BulkDeleteTags API.
649
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/BulkDeleteTags.ts.html |here} to see how to use BulkDeleteTags API.
516
650
  */
517
651
  bulkDeleteTags(bulkDeleteTagsRequest) {
518
652
  return __awaiter(this, void 0, void 0, function* () {
@@ -521,7 +655,9 @@ class IdentityClient {
521
655
  const operationName = "bulkDeleteTags";
522
656
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/identity/20160918/Tag/BulkDeleteTags";
523
657
  const pathParams = {};
524
- const queryParams = {};
658
+ const queryParams = {
659
+ "isLockOverride": bulkDeleteTagsRequest.isLockOverride
660
+ };
525
661
  let headerParams = {
526
662
  "Content-Type": common.Constants.APPLICATION_JSON,
527
663
  "opc-request-id": bulkDeleteTagsRequest.opcRequestId,
@@ -585,7 +721,7 @@ class IdentityClient {
585
721
  * @param BulkEditTagsRequest
586
722
  * @return BulkEditTagsResponse
587
723
  * @throws OciError when an error occurs
588
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/BulkEditTags.ts.html |here} to see how to use BulkEditTags API.
724
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/BulkEditTags.ts.html |here} to see how to use BulkEditTags API.
589
725
  */
590
726
  bulkEditTags(bulkEditTagsRequest) {
591
727
  return __awaiter(this, void 0, void 0, function* () {
@@ -649,7 +785,7 @@ class IdentityClient {
649
785
  * @param BulkMoveResourcesRequest
650
786
  * @return BulkMoveResourcesResponse
651
787
  * @throws OciError when an error occurs
652
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/BulkMoveResources.ts.html |here} to see how to use BulkMoveResources API.
788
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/BulkMoveResources.ts.html |here} to see how to use BulkMoveResources API.
653
789
  */
654
790
  bulkMoveResources(bulkMoveResourcesRequest) {
655
791
  return __awaiter(this, void 0, void 0, function* () {
@@ -729,7 +865,7 @@ class IdentityClient {
729
865
  * @param CascadeDeleteTagNamespaceRequest
730
866
  * @return CascadeDeleteTagNamespaceResponse
731
867
  * @throws OciError when an error occurs
732
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/CascadeDeleteTagNamespace.ts.html |here} to see how to use CascadeDeleteTagNamespace API.
868
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CascadeDeleteTagNamespace.ts.html |here} to see how to use CascadeDeleteTagNamespace API.
733
869
  */
734
870
  cascadeDeleteTagNamespace(cascadeDeleteTagNamespaceRequest) {
735
871
  return __awaiter(this, void 0, void 0, function* () {
@@ -740,7 +876,9 @@ class IdentityClient {
740
876
  const pathParams = {
741
877
  "{tagNamespaceId}": cascadeDeleteTagNamespaceRequest.tagNamespaceId
742
878
  };
743
- const queryParams = {};
879
+ const queryParams = {
880
+ "isLockOverride": cascadeDeleteTagNamespaceRequest.isLockOverride
881
+ };
744
882
  let headerParams = {
745
883
  "Content-Type": common.Constants.APPLICATION_JSON,
746
884
  "if-match": cascadeDeleteTagNamespaceRequest.ifMatch,
@@ -794,7 +932,7 @@ class IdentityClient {
794
932
  * @param ChangeDomainCompartmentRequest
795
933
  * @return ChangeDomainCompartmentResponse
796
934
  * @throws OciError when an error occurs
797
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ChangeDomainCompartment.ts.html |here} to see how to use ChangeDomainCompartment API.
935
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ChangeDomainCompartment.ts.html |here} to see how to use ChangeDomainCompartment API.
798
936
  */
799
937
  changeDomainCompartment(changeDomainCompartmentRequest) {
800
938
  return __awaiter(this, void 0, void 0, function* () {
@@ -865,7 +1003,7 @@ class IdentityClient {
865
1003
  * @param ChangeDomainLicenseTypeRequest
866
1004
  * @return ChangeDomainLicenseTypeResponse
867
1005
  * @throws OciError when an error occurs
868
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ChangeDomainLicenseType.ts.html |here} to see how to use ChangeDomainLicenseType API.
1006
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ChangeDomainLicenseType.ts.html |here} to see how to use ChangeDomainLicenseType API.
869
1007
  */
870
1008
  changeDomainLicenseType(changeDomainLicenseTypeRequest) {
871
1009
  return __awaiter(this, void 0, void 0, function* () {
@@ -933,7 +1071,7 @@ class IdentityClient {
933
1071
  * @param ChangeTagNamespaceCompartmentRequest
934
1072
  * @return ChangeTagNamespaceCompartmentResponse
935
1073
  * @throws OciError when an error occurs
936
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ChangeTagNamespaceCompartment.ts.html |here} to see how to use ChangeTagNamespaceCompartment API.
1074
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ChangeTagNamespaceCompartment.ts.html |here} to see how to use ChangeTagNamespaceCompartment API.
937
1075
  */
938
1076
  changeTagNamespaceCompartment(changeTagNamespaceCompartmentRequest) {
939
1077
  return __awaiter(this, void 0, void 0, function* () {
@@ -944,7 +1082,9 @@ class IdentityClient {
944
1082
  const pathParams = {
945
1083
  "{tagNamespaceId}": changeTagNamespaceCompartmentRequest.tagNamespaceId
946
1084
  };
947
- const queryParams = {};
1085
+ const queryParams = {
1086
+ "isLockOverride": changeTagNamespaceCompartmentRequest.isLockOverride
1087
+ };
948
1088
  let headerParams = {
949
1089
  "Content-Type": common.Constants.APPLICATION_JSON,
950
1090
  "opc-retry-token": changeTagNamespaceCompartmentRequest.opcRetryToken
@@ -998,7 +1138,7 @@ class IdentityClient {
998
1138
  * @param CreateAuthTokenRequest
999
1139
  * @return CreateAuthTokenResponse
1000
1140
  * @throws OciError when an error occurs
1001
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/CreateAuthToken.ts.html |here} to see how to use CreateAuthToken API.
1141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateAuthToken.ts.html |here} to see how to use CreateAuthToken API.
1002
1142
  */
1003
1143
  createAuthToken(createAuthTokenRequest) {
1004
1144
  return __awaiter(this, void 0, void 0, function* () {
@@ -1079,7 +1219,7 @@ class IdentityClient {
1079
1219
  * @param CreateCompartmentRequest
1080
1220
  * @return CreateCompartmentResponse
1081
1221
  * @throws OciError when an error occurs
1082
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/CreateCompartment.ts.html |here} to see how to use CreateCompartment API.
1222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateCompartment.ts.html |here} to see how to use CreateCompartment API.
1083
1223
  */
1084
1224
  createCompartment(createCompartmentRequest) {
1085
1225
  return __awaiter(this, void 0, void 0, function* () {
@@ -1152,7 +1292,7 @@ class IdentityClient {
1152
1292
  * @param CreateCustomerSecretKeyRequest
1153
1293
  * @return CreateCustomerSecretKeyResponse
1154
1294
  * @throws OciError when an error occurs
1155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/CreateCustomerSecretKey.ts.html |here} to see how to use CreateCustomerSecretKey API.
1295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateCustomerSecretKey.ts.html |here} to see how to use CreateCustomerSecretKey API.
1156
1296
  */
1157
1297
  createCustomerSecretKey(createCustomerSecretKeyRequest) {
1158
1298
  return __awaiter(this, void 0, void 0, function* () {
@@ -1217,7 +1357,7 @@ class IdentityClient {
1217
1357
  * @param CreateDbCredentialRequest
1218
1358
  * @return CreateDbCredentialResponse
1219
1359
  * @throws OciError when an error occurs
1220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/CreateDbCredential.ts.html |here} to see how to use CreateDbCredential API.
1360
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateDbCredential.ts.html |here} to see how to use CreateDbCredential API.
1221
1361
  */
1222
1362
  createDbCredential(createDbCredentialRequest) {
1223
1363
  return __awaiter(this, void 0, void 0, function* () {
@@ -1290,7 +1430,7 @@ class IdentityClient {
1290
1430
  * @param CreateDomainRequest
1291
1431
  * @return CreateDomainResponse
1292
1432
  * @throws OciError when an error occurs
1293
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/CreateDomain.ts.html |here} to see how to use CreateDomain API.
1433
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateDomain.ts.html |here} to see how to use CreateDomain API.
1294
1434
  */
1295
1435
  createDomain(createDomainRequest) {
1296
1436
  return __awaiter(this, void 0, void 0, function* () {
@@ -1367,7 +1507,7 @@ class IdentityClient {
1367
1507
  * @param CreateDynamicGroupRequest
1368
1508
  * @return CreateDynamicGroupResponse
1369
1509
  * @throws OciError when an error occurs
1370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/CreateDynamicGroup.ts.html |here} to see how to use CreateDynamicGroup API.
1510
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateDynamicGroup.ts.html |here} to see how to use CreateDynamicGroup API.
1371
1511
  */
1372
1512
  createDynamicGroup(createDynamicGroupRequest) {
1373
1513
  return __awaiter(this, void 0, void 0, function* () {
@@ -1450,7 +1590,7 @@ class IdentityClient {
1450
1590
  * @param CreateGroupRequest
1451
1591
  * @return CreateGroupResponse
1452
1592
  * @throws OciError when an error occurs
1453
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/CreateGroup.ts.html |here} to see how to use CreateGroup API.
1593
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateGroup.ts.html |here} to see how to use CreateGroup API.
1454
1594
  */
1455
1595
  createGroup(createGroupRequest) {
1456
1596
  return __awaiter(this, void 0, void 0, function* () {
@@ -1532,7 +1672,7 @@ class IdentityClient {
1532
1672
  * @param CreateIdentityProviderRequest
1533
1673
  * @return CreateIdentityProviderResponse
1534
1674
  * @throws OciError when an error occurs
1535
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/CreateIdentityProvider.ts.html |here} to see how to use CreateIdentityProvider API.
1675
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateIdentityProvider.ts.html |here} to see how to use CreateIdentityProvider API.
1536
1676
  */
1537
1677
  createIdentityProvider(createIdentityProviderRequest) {
1538
1678
  return __awaiter(this, void 0, void 0, function* () {
@@ -1598,7 +1738,7 @@ class IdentityClient {
1598
1738
  * @param CreateIdpGroupMappingRequest
1599
1739
  * @return CreateIdpGroupMappingResponse
1600
1740
  * @throws OciError when an error occurs
1601
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/CreateIdpGroupMapping.ts.html |here} to see how to use CreateIdpGroupMapping API.
1741
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateIdpGroupMapping.ts.html |here} to see how to use CreateIdpGroupMapping API.
1602
1742
  */
1603
1743
  createIdpGroupMapping(createIdpGroupMappingRequest) {
1604
1744
  return __awaiter(this, void 0, void 0, function* () {
@@ -1663,7 +1803,7 @@ class IdentityClient {
1663
1803
  * @param CreateMfaTotpDeviceRequest
1664
1804
  * @return CreateMfaTotpDeviceResponse
1665
1805
  * @throws OciError when an error occurs
1666
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/CreateMfaTotpDevice.ts.html |here} to see how to use CreateMfaTotpDevice API.
1806
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateMfaTotpDevice.ts.html |here} to see how to use CreateMfaTotpDevice API.
1667
1807
  */
1668
1808
  createMfaTotpDevice(createMfaTotpDeviceRequest) {
1669
1809
  return __awaiter(this, void 0, void 0, function* () {
@@ -1747,7 +1887,7 @@ class IdentityClient {
1747
1887
  * @param CreateNetworkSourceRequest
1748
1888
  * @return CreateNetworkSourceResponse
1749
1889
  * @throws OciError when an error occurs
1750
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/CreateNetworkSource.ts.html |here} to see how to use CreateNetworkSource API.
1890
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateNetworkSource.ts.html |here} to see how to use CreateNetworkSource API.
1751
1891
  */
1752
1892
  createNetworkSource(createNetworkSourceRequest) {
1753
1893
  return __awaiter(this, void 0, void 0, function* () {
@@ -1810,7 +1950,7 @@ class IdentityClient {
1810
1950
  * @param CreateOAuthClientCredentialRequest
1811
1951
  * @return CreateOAuthClientCredentialResponse
1812
1952
  * @throws OciError when an error occurs
1813
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/CreateOAuthClientCredential.ts.html |here} to see how to use CreateOAuthClientCredential API.
1953
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateOAuthClientCredential.ts.html |here} to see how to use CreateOAuthClientCredential API.
1814
1954
  */
1815
1955
  createOAuthClientCredential(createOAuthClientCredentialRequest) {
1816
1956
  return __awaiter(this, void 0, void 0, function* () {
@@ -1889,7 +2029,7 @@ class IdentityClient {
1889
2029
  * @param CreateOrResetUIPasswordRequest
1890
2030
  * @return CreateOrResetUIPasswordResponse
1891
2031
  * @throws OciError when an error occurs
1892
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/CreateOrResetUIPassword.ts.html |here} to see how to use CreateOrResetUIPassword API.
2032
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateOrResetUIPassword.ts.html |here} to see how to use CreateOrResetUIPassword API.
1893
2033
  */
1894
2034
  createOrResetUIPassword(createOrResetUIPasswordRequest) {
1895
2035
  return __awaiter(this, void 0, void 0, function* () {
@@ -1969,7 +2109,7 @@ class IdentityClient {
1969
2109
  * @param CreatePolicyRequest
1970
2110
  * @return CreatePolicyResponse
1971
2111
  * @throws OciError when an error occurs
1972
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/CreatePolicy.ts.html |here} to see how to use CreatePolicy API.
2112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreatePolicy.ts.html |here} to see how to use CreatePolicy API.
1973
2113
  */
1974
2114
  createPolicy(createPolicyRequest) {
1975
2115
  return __awaiter(this, void 0, void 0, function* () {
@@ -2032,7 +2172,7 @@ class IdentityClient {
2032
2172
  * @param CreateRegionSubscriptionRequest
2033
2173
  * @return CreateRegionSubscriptionResponse
2034
2174
  * @throws OciError when an error occurs
2035
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/CreateRegionSubscription.ts.html |here} to see how to use CreateRegionSubscription API.
2175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateRegionSubscription.ts.html |here} to see how to use CreateRegionSubscription API.
2036
2176
  */
2037
2177
  createRegionSubscription(createRegionSubscriptionRequest) {
2038
2178
  return __awaiter(this, void 0, void 0, function* () {
@@ -2095,7 +2235,7 @@ class IdentityClient {
2095
2235
  * @param CreateSmtpCredentialRequest
2096
2236
  * @return CreateSmtpCredentialResponse
2097
2237
  * @throws OciError when an error occurs
2098
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/CreateSmtpCredential.ts.html |here} to see how to use CreateSmtpCredential API.
2238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateSmtpCredential.ts.html |here} to see how to use CreateSmtpCredential API.
2099
2239
  */
2100
2240
  createSmtpCredential(createSmtpCredentialRequest) {
2101
2241
  return __awaiter(this, void 0, void 0, function* () {
@@ -2171,7 +2311,7 @@ class IdentityClient {
2171
2311
  * @param CreateSwiftPasswordRequest
2172
2312
  * @return CreateSwiftPasswordResponse
2173
2313
  * @throws OciError when an error occurs
2174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/CreateSwiftPassword.ts.html |here} to see how to use CreateSwiftPassword API.
2314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateSwiftPassword.ts.html |here} to see how to use CreateSwiftPassword API.
2175
2315
  */
2176
2316
  createSwiftPassword(createSwiftPasswordRequest) {
2177
2317
  return __awaiter(this, void 0, void 0, function* () {
@@ -2257,7 +2397,7 @@ class IdentityClient {
2257
2397
  * @param CreateTagRequest
2258
2398
  * @return CreateTagResponse
2259
2399
  * @throws OciError when an error occurs
2260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/CreateTag.ts.html |here} to see how to use CreateTag API.
2400
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateTag.ts.html |here} to see how to use CreateTag API.
2261
2401
  */
2262
2402
  createTag(createTagRequest) {
2263
2403
  return __awaiter(this, void 0, void 0, function* () {
@@ -2268,7 +2408,9 @@ class IdentityClient {
2268
2408
  const pathParams = {
2269
2409
  "{tagNamespaceId}": createTagRequest.tagNamespaceId
2270
2410
  };
2271
- const queryParams = {};
2411
+ const queryParams = {
2412
+ "isLockOverride": createTagRequest.isLockOverride
2413
+ };
2272
2414
  let headerParams = {
2273
2415
  "Content-Type": common.Constants.APPLICATION_JSON,
2274
2416
  "opc-retry-token": createTagRequest.opcRetryToken
@@ -2329,7 +2471,7 @@ class IdentityClient {
2329
2471
  * @param CreateTagDefaultRequest
2330
2472
  * @return CreateTagDefaultResponse
2331
2473
  * @throws OciError when an error occurs
2332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/CreateTagDefault.ts.html |here} to see how to use CreateTagDefault API.
2474
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateTagDefault.ts.html |here} to see how to use CreateTagDefault API.
2333
2475
  */
2334
2476
  createTagDefault(createTagDefaultRequest) {
2335
2477
  return __awaiter(this, void 0, void 0, function* () {
@@ -2406,7 +2548,7 @@ class IdentityClient {
2406
2548
  * @param CreateTagNamespaceRequest
2407
2549
  * @return CreateTagNamespaceResponse
2408
2550
  * @throws OciError when an error occurs
2409
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/CreateTagNamespace.ts.html |here} to see how to use CreateTagNamespace API.
2551
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateTagNamespace.ts.html |here} to see how to use CreateTagNamespace API.
2410
2552
  */
2411
2553
  createTagNamespace(createTagNamespaceRequest) {
2412
2554
  return __awaiter(this, void 0, void 0, function* () {
@@ -2498,7 +2640,7 @@ class IdentityClient {
2498
2640
  * @param CreateUserRequest
2499
2641
  * @return CreateUserResponse
2500
2642
  * @throws OciError when an error occurs
2501
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/CreateUser.ts.html |here} to see how to use CreateUser API.
2643
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateUser.ts.html |here} to see how to use CreateUser API.
2502
2644
  */
2503
2645
  createUser(createUserRequest) {
2504
2646
  return __awaiter(this, void 0, void 0, function* () {
@@ -2569,7 +2711,7 @@ class IdentityClient {
2569
2711
  * @param DeactivateDomainRequest
2570
2712
  * @return DeactivateDomainResponse
2571
2713
  * @throws OciError when an error occurs
2572
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/DeactivateDomain.ts.html |here} to see how to use DeactivateDomain API.
2714
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeactivateDomain.ts.html |here} to see how to use DeactivateDomain API.
2573
2715
  */
2574
2716
  deactivateDomain(deactivateDomainRequest) {
2575
2717
  return __awaiter(this, void 0, void 0, function* () {
@@ -2636,7 +2778,7 @@ class IdentityClient {
2636
2778
  * @param DeleteApiKeyRequest
2637
2779
  * @return DeleteApiKeyResponse
2638
2780
  * @throws OciError when an error occurs
2639
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/DeleteApiKey.ts.html |here} to see how to use DeleteApiKey API.
2781
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteApiKey.ts.html |here} to see how to use DeleteApiKey API.
2640
2782
  */
2641
2783
  deleteApiKey(deleteApiKeyRequest) {
2642
2784
  return __awaiter(this, void 0, void 0, function* () {
@@ -2692,7 +2834,7 @@ class IdentityClient {
2692
2834
  * @param DeleteAuthTokenRequest
2693
2835
  * @return DeleteAuthTokenResponse
2694
2836
  * @throws OciError when an error occurs
2695
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/DeleteAuthToken.ts.html |here} to see how to use DeleteAuthToken API.
2837
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteAuthToken.ts.html |here} to see how to use DeleteAuthToken API.
2696
2838
  */
2697
2839
  deleteAuthToken(deleteAuthTokenRequest) {
2698
2840
  return __awaiter(this, void 0, void 0, function* () {
@@ -2748,7 +2890,7 @@ class IdentityClient {
2748
2890
  * @param DeleteCompartmentRequest
2749
2891
  * @return DeleteCompartmentResponse
2750
2892
  * @throws OciError when an error occurs
2751
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/DeleteCompartment.ts.html |here} to see how to use DeleteCompartment API.
2893
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteCompartment.ts.html |here} to see how to use DeleteCompartment API.
2752
2894
  */
2753
2895
  deleteCompartment(deleteCompartmentRequest) {
2754
2896
  return __awaiter(this, void 0, void 0, function* () {
@@ -2808,7 +2950,7 @@ class IdentityClient {
2808
2950
  * @param DeleteCustomerSecretKeyRequest
2809
2951
  * @return DeleteCustomerSecretKeyResponse
2810
2952
  * @throws OciError when an error occurs
2811
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/DeleteCustomerSecretKey.ts.html |here} to see how to use DeleteCustomerSecretKey API.
2953
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteCustomerSecretKey.ts.html |here} to see how to use DeleteCustomerSecretKey API.
2812
2954
  */
2813
2955
  deleteCustomerSecretKey(deleteCustomerSecretKeyRequest) {
2814
2956
  return __awaiter(this, void 0, void 0, function* () {
@@ -2864,7 +3006,7 @@ class IdentityClient {
2864
3006
  * @param DeleteDbCredentialRequest
2865
3007
  * @return DeleteDbCredentialResponse
2866
3008
  * @throws OciError when an error occurs
2867
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/DeleteDbCredential.ts.html |here} to see how to use DeleteDbCredential API.
3009
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteDbCredential.ts.html |here} to see how to use DeleteDbCredential API.
2868
3010
  */
2869
3011
  deleteDbCredential(deleteDbCredentialRequest) {
2870
3012
  return __awaiter(this, void 0, void 0, function* () {
@@ -2927,7 +3069,7 @@ class IdentityClient {
2927
3069
  * @param DeleteDomainRequest
2928
3070
  * @return DeleteDomainResponse
2929
3071
  * @throws OciError when an error occurs
2930
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
3072
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
2931
3073
  */
2932
3074
  deleteDomain(deleteDomainRequest) {
2933
3075
  return __awaiter(this, void 0, void 0, function* () {
@@ -2988,7 +3130,7 @@ class IdentityClient {
2988
3130
  * @param DeleteDynamicGroupRequest
2989
3131
  * @return DeleteDynamicGroupResponse
2990
3132
  * @throws OciError when an error occurs
2991
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/DeleteDynamicGroup.ts.html |here} to see how to use DeleteDynamicGroup API.
3133
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteDynamicGroup.ts.html |here} to see how to use DeleteDynamicGroup API.
2992
3134
  */
2993
3135
  deleteDynamicGroup(deleteDynamicGroupRequest) {
2994
3136
  return __awaiter(this, void 0, void 0, function* () {
@@ -3043,7 +3185,7 @@ class IdentityClient {
3043
3185
  * @param DeleteGroupRequest
3044
3186
  * @return DeleteGroupResponse
3045
3187
  * @throws OciError when an error occurs
3046
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/DeleteGroup.ts.html |here} to see how to use DeleteGroup API.
3188
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteGroup.ts.html |here} to see how to use DeleteGroup API.
3047
3189
  */
3048
3190
  deleteGroup(deleteGroupRequest) {
3049
3191
  return __awaiter(this, void 0, void 0, function* () {
@@ -3101,7 +3243,7 @@ class IdentityClient {
3101
3243
  * @param DeleteIdentityProviderRequest
3102
3244
  * @return DeleteIdentityProviderResponse
3103
3245
  * @throws OciError when an error occurs
3104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/DeleteIdentityProvider.ts.html |here} to see how to use DeleteIdentityProvider API.
3246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteIdentityProvider.ts.html |here} to see how to use DeleteIdentityProvider API.
3105
3247
  */
3106
3248
  deleteIdentityProvider(deleteIdentityProviderRequest) {
3107
3249
  return __awaiter(this, void 0, void 0, function* () {
@@ -3158,7 +3300,7 @@ class IdentityClient {
3158
3300
  * @param DeleteIdpGroupMappingRequest
3159
3301
  * @return DeleteIdpGroupMappingResponse
3160
3302
  * @throws OciError when an error occurs
3161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/DeleteIdpGroupMapping.ts.html |here} to see how to use DeleteIdpGroupMapping API.
3303
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteIdpGroupMapping.ts.html |here} to see how to use DeleteIdpGroupMapping API.
3162
3304
  */
3163
3305
  deleteIdpGroupMapping(deleteIdpGroupMappingRequest) {
3164
3306
  return __awaiter(this, void 0, void 0, function* () {
@@ -3214,7 +3356,7 @@ class IdentityClient {
3214
3356
  * @param DeleteMfaTotpDeviceRequest
3215
3357
  * @return DeleteMfaTotpDeviceResponse
3216
3358
  * @throws OciError when an error occurs
3217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/DeleteMfaTotpDevice.ts.html |here} to see how to use DeleteMfaTotpDevice API.
3359
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteMfaTotpDevice.ts.html |here} to see how to use DeleteMfaTotpDevice API.
3218
3360
  */
3219
3361
  deleteMfaTotpDevice(deleteMfaTotpDeviceRequest) {
3220
3362
  return __awaiter(this, void 0, void 0, function* () {
@@ -3270,7 +3412,7 @@ class IdentityClient {
3270
3412
  * @param DeleteNetworkSourceRequest
3271
3413
  * @return DeleteNetworkSourceResponse
3272
3414
  * @throws OciError when an error occurs
3273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/DeleteNetworkSource.ts.html |here} to see how to use DeleteNetworkSource API.
3415
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteNetworkSource.ts.html |here} to see how to use DeleteNetworkSource API.
3274
3416
  */
3275
3417
  deleteNetworkSource(deleteNetworkSourceRequest) {
3276
3418
  return __awaiter(this, void 0, void 0, function* () {
@@ -3325,7 +3467,7 @@ class IdentityClient {
3325
3467
  * @param DeleteOAuthClientCredentialRequest
3326
3468
  * @return DeleteOAuthClientCredentialResponse
3327
3469
  * @throws OciError when an error occurs
3328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/DeleteOAuthClientCredential.ts.html |here} to see how to use DeleteOAuthClientCredential API.
3470
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteOAuthClientCredential.ts.html |here} to see how to use DeleteOAuthClientCredential API.
3329
3471
  */
3330
3472
  deleteOAuthClientCredential(deleteOAuthClientCredentialRequest) {
3331
3473
  return __awaiter(this, void 0, void 0, function* () {
@@ -3380,7 +3522,7 @@ class IdentityClient {
3380
3522
  * @param DeletePolicyRequest
3381
3523
  * @return DeletePolicyResponse
3382
3524
  * @throws OciError when an error occurs
3383
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/DeletePolicy.ts.html |here} to see how to use DeletePolicy API.
3525
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeletePolicy.ts.html |here} to see how to use DeletePolicy API.
3384
3526
  */
3385
3527
  deletePolicy(deletePolicyRequest) {
3386
3528
  return __awaiter(this, void 0, void 0, function* () {
@@ -3435,7 +3577,7 @@ class IdentityClient {
3435
3577
  * @param DeleteSmtpCredentialRequest
3436
3578
  * @return DeleteSmtpCredentialResponse
3437
3579
  * @throws OciError when an error occurs
3438
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/DeleteSmtpCredential.ts.html |here} to see how to use DeleteSmtpCredential API.
3580
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteSmtpCredential.ts.html |here} to see how to use DeleteSmtpCredential API.
3439
3581
  */
3440
3582
  deleteSmtpCredential(deleteSmtpCredentialRequest) {
3441
3583
  return __awaiter(this, void 0, void 0, function* () {
@@ -3493,7 +3635,7 @@ class IdentityClient {
3493
3635
  * @param DeleteSwiftPasswordRequest
3494
3636
  * @return DeleteSwiftPasswordResponse
3495
3637
  * @throws OciError when an error occurs
3496
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/DeleteSwiftPassword.ts.html |here} to see how to use DeleteSwiftPassword API.
3638
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteSwiftPassword.ts.html |here} to see how to use DeleteSwiftPassword API.
3497
3639
  */
3498
3640
  deleteSwiftPassword(deleteSwiftPasswordRequest) {
3499
3641
  return __awaiter(this, void 0, void 0, function* () {
@@ -3547,7 +3689,6 @@ class IdentityClient {
3547
3689
  * tag from all resources in your tenancy.
3548
3690
  * <p>
3549
3691
  These things happen immediately:
3550
- * \u00A0
3551
3692
  * * If the tag was a cost-tracking tag, it no longer counts against your 10 cost-tracking
3552
3693
  * tags limit, whether you first disabled it or not.
3553
3694
  * * If the tag was used with dynamic groups, none of the rules that contain the tag will
@@ -3569,7 +3710,7 @@ class IdentityClient {
3569
3710
  * @param DeleteTagRequest
3570
3711
  * @return DeleteTagResponse
3571
3712
  * @throws OciError when an error occurs
3572
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/DeleteTag.ts.html |here} to see how to use DeleteTag API.
3713
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteTag.ts.html |here} to see how to use DeleteTag API.
3573
3714
  */
3574
3715
  deleteTag(deleteTagRequest) {
3575
3716
  return __awaiter(this, void 0, void 0, function* () {
@@ -3581,7 +3722,9 @@ class IdentityClient {
3581
3722
  "{tagNamespaceId}": deleteTagRequest.tagNamespaceId,
3582
3723
  "{tagName}": deleteTagRequest.tagName
3583
3724
  };
3584
- const queryParams = {};
3725
+ const queryParams = {
3726
+ "isLockOverride": deleteTagRequest.isLockOverride
3727
+ };
3585
3728
  let headerParams = {
3586
3729
  "Content-Type": common.Constants.APPLICATION_JSON,
3587
3730
  "if-match": deleteTagRequest.ifMatch
@@ -3630,7 +3773,7 @@ class IdentityClient {
3630
3773
  * @param DeleteTagDefaultRequest
3631
3774
  * @return DeleteTagDefaultResponse
3632
3775
  * @throws OciError when an error occurs
3633
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/DeleteTagDefault.ts.html |here} to see how to use DeleteTagDefault API.
3776
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteTagDefault.ts.html |here} to see how to use DeleteTagDefault API.
3634
3777
  */
3635
3778
  deleteTagDefault(deleteTagDefaultRequest) {
3636
3779
  return __awaiter(this, void 0, void 0, function* () {
@@ -3641,7 +3784,9 @@ class IdentityClient {
3641
3784
  const pathParams = {
3642
3785
  "{tagDefaultId}": deleteTagDefaultRequest.tagDefaultId
3643
3786
  };
3644
- const queryParams = {};
3787
+ const queryParams = {
3788
+ "isLockOverride": deleteTagDefaultRequest.isLockOverride
3789
+ };
3645
3790
  let headerParams = {
3646
3791
  "Content-Type": common.Constants.APPLICATION_JSON,
3647
3792
  "opc-request-id": deleteTagDefaultRequest.opcRequestId,
@@ -3692,7 +3837,7 @@ class IdentityClient {
3692
3837
  * @param DeleteTagNamespaceRequest
3693
3838
  * @return DeleteTagNamespaceResponse
3694
3839
  * @throws OciError when an error occurs
3695
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/DeleteTagNamespace.ts.html |here} to see how to use DeleteTagNamespace API.
3840
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteTagNamespace.ts.html |here} to see how to use DeleteTagNamespace API.
3696
3841
  */
3697
3842
  deleteTagNamespace(deleteTagNamespaceRequest) {
3698
3843
  return __awaiter(this, void 0, void 0, function* () {
@@ -3703,7 +3848,9 @@ class IdentityClient {
3703
3848
  const pathParams = {
3704
3849
  "{tagNamespaceId}": deleteTagNamespaceRequest.tagNamespaceId
3705
3850
  };
3706
- const queryParams = {};
3851
+ const queryParams = {
3852
+ "isLockOverride": deleteTagNamespaceRequest.isLockOverride
3853
+ };
3707
3854
  let headerParams = {
3708
3855
  "Content-Type": common.Constants.APPLICATION_JSON,
3709
3856
  "if-match": deleteTagNamespaceRequest.ifMatch,
@@ -3747,7 +3894,7 @@ class IdentityClient {
3747
3894
  * @param DeleteUserRequest
3748
3895
  * @return DeleteUserResponse
3749
3896
  * @throws OciError when an error occurs
3750
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/DeleteUser.ts.html |here} to see how to use DeleteUser API.
3897
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteUser.ts.html |here} to see how to use DeleteUser API.
3751
3898
  */
3752
3899
  deleteUser(deleteUserRequest) {
3753
3900
  return __awaiter(this, void 0, void 0, function* () {
@@ -3811,7 +3958,7 @@ class IdentityClient {
3811
3958
  * @param EnableReplicationToRegionRequest
3812
3959
  * @return EnableReplicationToRegionResponse
3813
3960
  * @throws OciError when an error occurs
3814
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/EnableReplicationToRegion.ts.html |here} to see how to use EnableReplicationToRegion API.
3961
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/EnableReplicationToRegion.ts.html |here} to see how to use EnableReplicationToRegion API.
3815
3962
  */
3816
3963
  enableReplicationToRegion(enableReplicationToRegionRequest) {
3817
3964
  return __awaiter(this, void 0, void 0, function* () {
@@ -3874,7 +4021,7 @@ class IdentityClient {
3874
4021
  * @param GenerateTotpSeedRequest
3875
4022
  * @return GenerateTotpSeedResponse
3876
4023
  * @throws OciError when an error occurs
3877
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/GenerateTotpSeed.ts.html |here} to see how to use GenerateTotpSeed API.
4024
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GenerateTotpSeed.ts.html |here} to see how to use GenerateTotpSeed API.
3878
4025
  */
3879
4026
  generateTotpSeed(generateTotpSeedRequest) {
3880
4027
  return __awaiter(this, void 0, void 0, function* () {
@@ -3940,7 +4087,7 @@ class IdentityClient {
3940
4087
  * @param GetAuthenticationPolicyRequest
3941
4088
  * @return GetAuthenticationPolicyResponse
3942
4089
  * @throws OciError when an error occurs
3943
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/GetAuthenticationPolicy.ts.html |here} to see how to use GetAuthenticationPolicy API.
4090
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetAuthenticationPolicy.ts.html |here} to see how to use GetAuthenticationPolicy API.
3944
4091
  */
3945
4092
  getAuthenticationPolicy(getAuthenticationPolicyRequest) {
3946
4093
  return __awaiter(this, void 0, void 0, function* () {
@@ -4010,7 +4157,7 @@ class IdentityClient {
4010
4157
  * @param GetCompartmentRequest
4011
4158
  * @return GetCompartmentResponse
4012
4159
  * @throws OciError when an error occurs
4013
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/GetCompartment.ts.html |here} to see how to use GetCompartment API.
4160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetCompartment.ts.html |here} to see how to use GetCompartment API.
4014
4161
  */
4015
4162
  getCompartment(getCompartmentRequest) {
4016
4163
  return __awaiter(this, void 0, void 0, function* () {
@@ -4073,7 +4220,7 @@ class IdentityClient {
4073
4220
  * @param GetDomainRequest
4074
4221
  * @return GetDomainResponse
4075
4222
  * @throws OciError when an error occurs
4076
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/GetDomain.ts.html |here} to see how to use GetDomain API.
4223
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetDomain.ts.html |here} to see how to use GetDomain API.
4077
4224
  */
4078
4225
  getDomain(getDomainRequest) {
4079
4226
  return __awaiter(this, void 0, void 0, function* () {
@@ -4137,7 +4284,7 @@ class IdentityClient {
4137
4284
  * @param GetDynamicGroupRequest
4138
4285
  * @return GetDynamicGroupResponse
4139
4286
  * @throws OciError when an error occurs
4140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/GetDynamicGroup.ts.html |here} to see how to use GetDynamicGroup API.
4287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetDynamicGroup.ts.html |here} to see how to use GetDynamicGroup API.
4141
4288
  */
4142
4289
  getDynamicGroup(getDynamicGroupRequest) {
4143
4290
  return __awaiter(this, void 0, void 0, function* () {
@@ -4204,7 +4351,7 @@ class IdentityClient {
4204
4351
  * @param GetGroupRequest
4205
4352
  * @return GetGroupResponse
4206
4353
  * @throws OciError when an error occurs
4207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/GetGroup.ts.html |here} to see how to use GetGroup API.
4354
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetGroup.ts.html |here} to see how to use GetGroup API.
4208
4355
  */
4209
4356
  getGroup(getGroupRequest) {
4210
4357
  return __awaiter(this, void 0, void 0, function* () {
@@ -4267,7 +4414,7 @@ class IdentityClient {
4267
4414
  * @param GetIamWorkRequestRequest
4268
4415
  * @return GetIamWorkRequestResponse
4269
4416
  * @throws OciError when an error occurs
4270
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/GetIamWorkRequest.ts.html |here} to see how to use GetIamWorkRequest API.
4417
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetIamWorkRequest.ts.html |here} to see how to use GetIamWorkRequest API.
4271
4418
  */
4272
4419
  getIamWorkRequest(getIamWorkRequestRequest) {
4273
4420
  return __awaiter(this, void 0, void 0, function* () {
@@ -4328,7 +4475,7 @@ class IdentityClient {
4328
4475
  * @param GetIdentityProviderRequest
4329
4476
  * @return GetIdentityProviderResponse
4330
4477
  * @throws OciError when an error occurs
4331
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/GetIdentityProvider.ts.html |here} to see how to use GetIdentityProvider API.
4478
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetIdentityProvider.ts.html |here} to see how to use GetIdentityProvider API.
4332
4479
  */
4333
4480
  getIdentityProvider(getIdentityProviderRequest) {
4334
4481
  return __awaiter(this, void 0, void 0, function* () {
@@ -4393,7 +4540,7 @@ class IdentityClient {
4393
4540
  * @param GetIdpGroupMappingRequest
4394
4541
  * @return GetIdpGroupMappingResponse
4395
4542
  * @throws OciError when an error occurs
4396
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/GetIdpGroupMapping.ts.html |here} to see how to use GetIdpGroupMapping API.
4543
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetIdpGroupMapping.ts.html |here} to see how to use GetIdpGroupMapping API.
4397
4544
  */
4398
4545
  getIdpGroupMapping(getIdpGroupMappingRequest) {
4399
4546
  return __awaiter(this, void 0, void 0, function* () {
@@ -4457,7 +4604,7 @@ class IdentityClient {
4457
4604
  * @param GetMfaTotpDeviceRequest
4458
4605
  * @return GetMfaTotpDeviceResponse
4459
4606
  * @throws OciError when an error occurs
4460
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/GetMfaTotpDevice.ts.html |here} to see how to use GetMfaTotpDevice API.
4607
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetMfaTotpDevice.ts.html |here} to see how to use GetMfaTotpDevice API.
4461
4608
  */
4462
4609
  getMfaTotpDevice(getMfaTotpDeviceRequest) {
4463
4610
  return __awaiter(this, void 0, void 0, function* () {
@@ -4521,7 +4668,7 @@ class IdentityClient {
4521
4668
  * @param GetNetworkSourceRequest
4522
4669
  * @return GetNetworkSourceResponse
4523
4670
  * @throws OciError when an error occurs
4524
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/GetNetworkSource.ts.html |here} to see how to use GetNetworkSource API.
4671
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetNetworkSource.ts.html |here} to see how to use GetNetworkSource API.
4525
4672
  */
4526
4673
  getNetworkSource(getNetworkSourceRequest) {
4527
4674
  return __awaiter(this, void 0, void 0, function* () {
@@ -4583,7 +4730,7 @@ class IdentityClient {
4583
4730
  * @param GetPolicyRequest
4584
4731
  * @return GetPolicyResponse
4585
4732
  * @throws OciError when an error occurs
4586
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/GetPolicy.ts.html |here} to see how to use GetPolicy API.
4733
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetPolicy.ts.html |here} to see how to use GetPolicy API.
4587
4734
  */
4588
4735
  getPolicy(getPolicyRequest) {
4589
4736
  return __awaiter(this, void 0, void 0, function* () {
@@ -4646,7 +4793,7 @@ class IdentityClient {
4646
4793
  * @param GetStandardTagTemplateRequest
4647
4794
  * @return GetStandardTagTemplateResponse
4648
4795
  * @throws OciError when an error occurs
4649
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/GetStandardTagTemplate.ts.html |here} to see how to use GetStandardTagTemplate API.
4796
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetStandardTagTemplate.ts.html |here} to see how to use GetStandardTagTemplate API.
4650
4797
  */
4651
4798
  getStandardTagTemplate(getStandardTagTemplateRequest) {
4652
4799
  return __awaiter(this, void 0, void 0, function* () {
@@ -4705,7 +4852,7 @@ class IdentityClient {
4705
4852
  * @param GetTagRequest
4706
4853
  * @return GetTagResponse
4707
4854
  * @throws OciError when an error occurs
4708
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/GetTag.ts.html |here} to see how to use GetTag API.
4855
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetTag.ts.html |here} to see how to use GetTag API.
4709
4856
  */
4710
4857
  getTag(getTagRequest) {
4711
4858
  return __awaiter(this, void 0, void 0, function* () {
@@ -4769,7 +4916,7 @@ class IdentityClient {
4769
4916
  * @param GetTagDefaultRequest
4770
4917
  * @return GetTagDefaultResponse
4771
4918
  * @throws OciError when an error occurs
4772
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/GetTagDefault.ts.html |here} to see how to use GetTagDefault API.
4919
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetTagDefault.ts.html |here} to see how to use GetTagDefault API.
4773
4920
  */
4774
4921
  getTagDefault(getTagDefaultRequest) {
4775
4922
  return __awaiter(this, void 0, void 0, function* () {
@@ -4832,7 +4979,7 @@ class IdentityClient {
4832
4979
  * @param GetTagNamespaceRequest
4833
4980
  * @return GetTagNamespaceResponse
4834
4981
  * @throws OciError when an error occurs
4835
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/GetTagNamespace.ts.html |here} to see how to use GetTagNamespace API.
4982
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetTagNamespace.ts.html |here} to see how to use GetTagNamespace API.
4836
4983
  */
4837
4984
  getTagNamespace(getTagNamespaceRequest) {
4838
4985
  return __awaiter(this, void 0, void 0, function* () {
@@ -4891,7 +5038,7 @@ class IdentityClient {
4891
5038
  * @param GetTaggingWorkRequestRequest
4892
5039
  * @return GetTaggingWorkRequestResponse
4893
5040
  * @throws OciError when an error occurs
4894
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/GetTaggingWorkRequest.ts.html |here} to see how to use GetTaggingWorkRequest API.
5041
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetTaggingWorkRequest.ts.html |here} to see how to use GetTaggingWorkRequest API.
4895
5042
  */
4896
5043
  getTaggingWorkRequest(getTaggingWorkRequestRequest) {
4897
5044
  return __awaiter(this, void 0, void 0, function* () {
@@ -4953,7 +5100,7 @@ class IdentityClient {
4953
5100
  * @param GetTenancyRequest
4954
5101
  * @return GetTenancyResponse
4955
5102
  * @throws OciError when an error occurs
4956
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/GetTenancy.ts.html |here} to see how to use GetTenancy API.
5103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetTenancy.ts.html |here} to see how to use GetTenancy API.
4957
5104
  */
4958
5105
  getTenancy(getTenancyRequest) {
4959
5106
  return __awaiter(this, void 0, void 0, function* () {
@@ -5010,7 +5157,7 @@ class IdentityClient {
5010
5157
  * @param GetUserRequest
5011
5158
  * @return GetUserResponse
5012
5159
  * @throws OciError when an error occurs
5013
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/GetUser.ts.html |here} to see how to use GetUser API.
5160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetUser.ts.html |here} to see how to use GetUser API.
5014
5161
  */
5015
5162
  getUser(getUserRequest) {
5016
5163
  return __awaiter(this, void 0, void 0, function* () {
@@ -5072,7 +5219,7 @@ class IdentityClient {
5072
5219
  * @param GetUserGroupMembershipRequest
5073
5220
  * @return GetUserGroupMembershipResponse
5074
5221
  * @throws OciError when an error occurs
5075
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/GetUserGroupMembership.ts.html |here} to see how to use GetUserGroupMembership API.
5222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetUserGroupMembership.ts.html |here} to see how to use GetUserGroupMembership API.
5076
5223
  */
5077
5224
  getUserGroupMembership(getUserGroupMembershipRequest) {
5078
5225
  return __awaiter(this, void 0, void 0, function* () {
@@ -5136,7 +5283,7 @@ class IdentityClient {
5136
5283
  * @param GetUserUIPasswordInformationRequest
5137
5284
  * @return GetUserUIPasswordInformationResponse
5138
5285
  * @throws OciError when an error occurs
5139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/GetUserUIPasswordInformation.ts.html |here} to see how to use GetUserUIPasswordInformation API.
5286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetUserUIPasswordInformation.ts.html |here} to see how to use GetUserUIPasswordInformation API.
5140
5287
  */
5141
5288
  getUserUIPasswordInformation(getUserUIPasswordInformationRequest) {
5142
5289
  return __awaiter(this, void 0, void 0, function* () {
@@ -5200,7 +5347,7 @@ class IdentityClient {
5200
5347
  * @param GetWorkRequestRequest
5201
5348
  * @return GetWorkRequestResponse
5202
5349
  * @throws OciError when an error occurs
5203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
5350
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
5204
5351
  */
5205
5352
  getWorkRequest(getWorkRequestRequest) {
5206
5353
  return __awaiter(this, void 0, void 0, function* () {
@@ -5264,7 +5411,7 @@ class IdentityClient {
5264
5411
  * @param ImportStandardTagsRequest
5265
5412
  * @return ImportStandardTagsResponse
5266
5413
  * @throws OciError when an error occurs
5267
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ImportStandardTags.ts.html |here} to see how to use ImportStandardTags API.
5414
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ImportStandardTags.ts.html |here} to see how to use ImportStandardTags API.
5268
5415
  */
5269
5416
  importStandardTags(importStandardTagsRequest) {
5270
5417
  return __awaiter(this, void 0, void 0, function* () {
@@ -5328,7 +5475,7 @@ class IdentityClient {
5328
5475
  * @param ListAllowedDomainLicenseTypesRequest
5329
5476
  * @return ListAllowedDomainLicenseTypesResponse
5330
5477
  * @throws OciError when an error occurs
5331
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListAllowedDomainLicenseTypes.ts.html |here} to see how to use ListAllowedDomainLicenseTypes API.
5478
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListAllowedDomainLicenseTypes.ts.html |here} to see how to use ListAllowedDomainLicenseTypes API.
5332
5479
  */
5333
5480
  listAllowedDomainLicenseTypes(listAllowedDomainLicenseTypesRequest) {
5334
5481
  return __awaiter(this, void 0, void 0, function* () {
@@ -5395,7 +5542,7 @@ class IdentityClient {
5395
5542
  * @param ListApiKeysRequest
5396
5543
  * @return ListApiKeysResponse
5397
5544
  * @throws OciError when an error occurs
5398
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListApiKeys.ts.html |here} to see how to use ListApiKeys API.
5545
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListApiKeys.ts.html |here} to see how to use ListApiKeys API.
5399
5546
  */
5400
5547
  listApiKeys(listApiKeysRequest) {
5401
5548
  return __awaiter(this, void 0, void 0, function* () {
@@ -5459,7 +5606,7 @@ class IdentityClient {
5459
5606
  * @param ListAuthTokensRequest
5460
5607
  * @return ListAuthTokensResponse
5461
5608
  * @throws OciError when an error occurs
5462
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListAuthTokens.ts.html |here} to see how to use ListAuthTokens API.
5609
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListAuthTokens.ts.html |here} to see how to use ListAuthTokens API.
5463
5610
  */
5464
5611
  listAuthTokens(listAuthTokensRequest) {
5465
5612
  return __awaiter(this, void 0, void 0, function* () {
@@ -5526,7 +5673,7 @@ class IdentityClient {
5526
5673
  * @param ListAvailabilityDomainsRequest
5527
5674
  * @return ListAvailabilityDomainsResponse
5528
5675
  * @throws OciError when an error occurs
5529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListAvailabilityDomains.ts.html |here} to see how to use ListAvailabilityDomains API.
5676
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListAvailabilityDomains.ts.html |here} to see how to use ListAvailabilityDomains API.
5530
5677
  */
5531
5678
  listAvailabilityDomains(listAvailabilityDomainsRequest) {
5532
5679
  return __awaiter(this, void 0, void 0, function* () {
@@ -5595,7 +5742,7 @@ class IdentityClient {
5595
5742
  * @param ListBulkActionResourceTypesRequest
5596
5743
  * @return ListBulkActionResourceTypesResponse
5597
5744
  * @throws OciError when an error occurs
5598
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListBulkActionResourceTypes.ts.html |here} to see how to use ListBulkActionResourceTypes API.
5745
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListBulkActionResourceTypes.ts.html |here} to see how to use ListBulkActionResourceTypes API.
5599
5746
  */
5600
5747
  listBulkActionResourceTypes(listBulkActionResourceTypesRequest) {
5601
5748
  return __awaiter(this, void 0, void 0, function* () {
@@ -5660,7 +5807,7 @@ class IdentityClient {
5660
5807
  * @param ListBulkEditTagsResourceTypesRequest
5661
5808
  * @return ListBulkEditTagsResourceTypesResponse
5662
5809
  * @throws OciError when an error occurs
5663
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListBulkEditTagsResourceTypes.ts.html |here} to see how to use ListBulkEditTagsResourceTypes API.
5810
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListBulkEditTagsResourceTypes.ts.html |here} to see how to use ListBulkEditTagsResourceTypes API.
5664
5811
  */
5665
5812
  listBulkEditTagsResourceTypes(listBulkEditTagsResourceTypesRequest) {
5666
5813
  return __awaiter(this, void 0, void 0, function* () {
@@ -5741,7 +5888,7 @@ class IdentityClient {
5741
5888
  * @param ListCompartmentsRequest
5742
5889
  * @return ListCompartmentsResponse
5743
5890
  * @throws OciError when an error occurs
5744
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListCompartments.ts.html |here} to see how to use ListCompartments API.
5891
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListCompartments.ts.html |here} to see how to use ListCompartments API.
5745
5892
  */
5746
5893
  listCompartments(listCompartmentsRequest) {
5747
5894
  return __awaiter(this, void 0, void 0, function* () {
@@ -5853,7 +6000,7 @@ class IdentityClient {
5853
6000
  * @param ListCostTrackingTagsRequest
5854
6001
  * @return ListCostTrackingTagsResponse
5855
6002
  * @throws OciError when an error occurs
5856
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListCostTrackingTags.ts.html |here} to see how to use ListCostTrackingTags API.
6003
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListCostTrackingTags.ts.html |here} to see how to use ListCostTrackingTags API.
5857
6004
  */
5858
6005
  listCostTrackingTags(listCostTrackingTagsRequest) {
5859
6006
  return __awaiter(this, void 0, void 0, function* () {
@@ -5959,7 +6106,7 @@ class IdentityClient {
5959
6106
  * @param ListCustomerSecretKeysRequest
5960
6107
  * @return ListCustomerSecretKeysResponse
5961
6108
  * @throws OciError when an error occurs
5962
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListCustomerSecretKeys.ts.html |here} to see how to use ListCustomerSecretKeys API.
6109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListCustomerSecretKeys.ts.html |here} to see how to use ListCustomerSecretKeys API.
5963
6110
  */
5964
6111
  listCustomerSecretKeys(listCustomerSecretKeysRequest) {
5965
6112
  return __awaiter(this, void 0, void 0, function* () {
@@ -6022,7 +6169,7 @@ class IdentityClient {
6022
6169
  * @param ListDbCredentialsRequest
6023
6170
  * @return ListDbCredentialsResponse
6024
6171
  * @throws OciError when an error occurs
6025
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListDbCredentials.ts.html |here} to see how to use ListDbCredentials API.
6172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListDbCredentials.ts.html |here} to see how to use ListDbCredentials API.
6026
6173
  */
6027
6174
  listDbCredentials(listDbCredentialsRequest) {
6028
6175
  return __awaiter(this, void 0, void 0, function* () {
@@ -6133,7 +6280,7 @@ class IdentityClient {
6133
6280
  * @param ListDomainsRequest
6134
6281
  * @return ListDomainsResponse
6135
6282
  * @throws OciError when an error occurs
6136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListDomains.ts.html |here} to see how to use ListDomains API.
6283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListDomains.ts.html |here} to see how to use ListDomains API.
6137
6284
  */
6138
6285
  listDomains(listDomainsRequest) {
6139
6286
  return __awaiter(this, void 0, void 0, function* () {
@@ -6251,7 +6398,7 @@ class IdentityClient {
6251
6398
  * @param ListDynamicGroupsRequest
6252
6399
  * @return ListDynamicGroupsResponse
6253
6400
  * @throws OciError when an error occurs
6254
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListDynamicGroups.ts.html |here} to see how to use ListDynamicGroups API.
6401
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListDynamicGroups.ts.html |here} to see how to use ListDynamicGroups API.
6255
6402
  */
6256
6403
  listDynamicGroups(listDynamicGroupsRequest) {
6257
6404
  return __awaiter(this, void 0, void 0, function* () {
@@ -6362,7 +6509,7 @@ class IdentityClient {
6362
6509
  * @param ListFaultDomainsRequest
6363
6510
  * @return ListFaultDomainsResponse
6364
6511
  * @throws OciError when an error occurs
6365
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListFaultDomains.ts.html |here} to see how to use ListFaultDomains API.
6512
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListFaultDomains.ts.html |here} to see how to use ListFaultDomains API.
6366
6513
  */
6367
6514
  listFaultDomains(listFaultDomainsRequest) {
6368
6515
  return __awaiter(this, void 0, void 0, function* () {
@@ -6423,7 +6570,7 @@ class IdentityClient {
6423
6570
  * @param ListGroupsRequest
6424
6571
  * @return ListGroupsResponse
6425
6572
  * @throws OciError when an error occurs
6426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListGroups.ts.html |here} to see how to use ListGroups API.
6573
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListGroups.ts.html |here} to see how to use ListGroups API.
6427
6574
  */
6428
6575
  listGroups(listGroupsRequest) {
6429
6576
  return __awaiter(this, void 0, void 0, function* () {
@@ -6532,7 +6679,7 @@ class IdentityClient {
6532
6679
  * @param ListIamWorkRequestErrorsRequest
6533
6680
  * @return ListIamWorkRequestErrorsResponse
6534
6681
  * @throws OciError when an error occurs
6535
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListIamWorkRequestErrors.ts.html |here} to see how to use ListIamWorkRequestErrors API.
6682
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListIamWorkRequestErrors.ts.html |here} to see how to use ListIamWorkRequestErrors API.
6536
6683
  */
6537
6684
  listIamWorkRequestErrors(listIamWorkRequestErrorsRequest) {
6538
6685
  return __awaiter(this, void 0, void 0, function* () {
@@ -6640,7 +6787,7 @@ class IdentityClient {
6640
6787
  * @param ListIamWorkRequestLogsRequest
6641
6788
  * @return ListIamWorkRequestLogsResponse
6642
6789
  * @throws OciError when an error occurs
6643
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListIamWorkRequestLogs.ts.html |here} to see how to use ListIamWorkRequestLogs API.
6790
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListIamWorkRequestLogs.ts.html |here} to see how to use ListIamWorkRequestLogs API.
6644
6791
  */
6645
6792
  listIamWorkRequestLogs(listIamWorkRequestLogsRequest) {
6646
6793
  return __awaiter(this, void 0, void 0, function* () {
@@ -6753,7 +6900,7 @@ class IdentityClient {
6753
6900
  * @param ListIamWorkRequestsRequest
6754
6901
  * @return ListIamWorkRequestsResponse
6755
6902
  * @throws OciError when an error occurs
6756
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListIamWorkRequests.ts.html |here} to see how to use ListIamWorkRequests API.
6903
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListIamWorkRequests.ts.html |here} to see how to use ListIamWorkRequests API.
6757
6904
  */
6758
6905
  listIamWorkRequests(listIamWorkRequestsRequest) {
6759
6906
  return __awaiter(this, void 0, void 0, function* () {
@@ -6862,7 +7009,7 @@ class IdentityClient {
6862
7009
  * @param ListIdentityProviderGroupsRequest
6863
7010
  * @return ListIdentityProviderGroupsResponse
6864
7011
  * @throws OciError when an error occurs
6865
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListIdentityProviderGroups.ts.html |here} to see how to use ListIdentityProviderGroups API.
7012
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListIdentityProviderGroups.ts.html |here} to see how to use ListIdentityProviderGroups API.
6866
7013
  */
6867
7014
  listIdentityProviderGroups(listIdentityProviderGroupsRequest) {
6868
7015
  return __awaiter(this, void 0, void 0, function* () {
@@ -6975,7 +7122,7 @@ class IdentityClient {
6975
7122
  * @param ListIdentityProvidersRequest
6976
7123
  * @return ListIdentityProvidersResponse
6977
7124
  * @throws OciError when an error occurs
6978
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListIdentityProviders.ts.html |here} to see how to use ListIdentityProviders API.
7125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListIdentityProviders.ts.html |here} to see how to use ListIdentityProviders API.
6979
7126
  */
6980
7127
  listIdentityProviders(listIdentityProvidersRequest) {
6981
7128
  return __awaiter(this, void 0, void 0, function* () {
@@ -7087,7 +7234,7 @@ class IdentityClient {
7087
7234
  * @param ListIdpGroupMappingsRequest
7088
7235
  * @return ListIdpGroupMappingsResponse
7089
7236
  * @throws OciError when an error occurs
7090
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListIdpGroupMappings.ts.html |here} to see how to use ListIdpGroupMappings API.
7237
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListIdpGroupMappings.ts.html |here} to see how to use ListIdpGroupMappings API.
7091
7238
  */
7092
7239
  listIdpGroupMappings(listIdpGroupMappingsRequest) {
7093
7240
  return __awaiter(this, void 0, void 0, function* () {
@@ -7194,7 +7341,7 @@ class IdentityClient {
7194
7341
  * @param ListMfaTotpDevicesRequest
7195
7342
  * @return ListMfaTotpDevicesResponse
7196
7343
  * @throws OciError when an error occurs
7197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListMfaTotpDevices.ts.html |here} to see how to use ListMfaTotpDevices API.
7344
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListMfaTotpDevices.ts.html |here} to see how to use ListMfaTotpDevices API.
7198
7345
  */
7199
7346
  listMfaTotpDevices(listMfaTotpDevicesRequest) {
7200
7347
  return __awaiter(this, void 0, void 0, function* () {
@@ -7304,7 +7451,7 @@ class IdentityClient {
7304
7451
  * @param ListNetworkSourcesRequest
7305
7452
  * @return ListNetworkSourcesResponse
7306
7453
  * @throws OciError when an error occurs
7307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListNetworkSources.ts.html |here} to see how to use ListNetworkSources API.
7454
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListNetworkSources.ts.html |here} to see how to use ListNetworkSources API.
7308
7455
  */
7309
7456
  listNetworkSources(listNetworkSourcesRequest) {
7310
7457
  return __awaiter(this, void 0, void 0, function* () {
@@ -7413,7 +7560,7 @@ class IdentityClient {
7413
7560
  * @param ListOAuthClientCredentialsRequest
7414
7561
  * @return ListOAuthClientCredentialsResponse
7415
7562
  * @throws OciError when an error occurs
7416
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListOAuthClientCredentials.ts.html |here} to see how to use ListOAuthClientCredentials API.
7563
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListOAuthClientCredentials.ts.html |here} to see how to use ListOAuthClientCredentials API.
7417
7564
  */
7418
7565
  listOAuthClientCredentials(listOAuthClientCredentialsRequest) {
7419
7566
  return __awaiter(this, void 0, void 0, function* () {
@@ -7524,7 +7671,7 @@ class IdentityClient {
7524
7671
  * @param ListPoliciesRequest
7525
7672
  * @return ListPoliciesResponse
7526
7673
  * @throws OciError when an error occurs
7527
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListPolicies.ts.html |here} to see how to use ListPolicies API.
7674
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListPolicies.ts.html |here} to see how to use ListPolicies API.
7528
7675
  */
7529
7676
  listPolicies(listPoliciesRequest) {
7530
7677
  return __awaiter(this, void 0, void 0, function* () {
@@ -7632,7 +7779,7 @@ class IdentityClient {
7632
7779
  * @param ListRegionSubscriptionsRequest
7633
7780
  * @return ListRegionSubscriptionsResponse
7634
7781
  * @throws OciError when an error occurs
7635
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListRegionSubscriptions.ts.html |here} to see how to use ListRegionSubscriptions API.
7782
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListRegionSubscriptions.ts.html |here} to see how to use ListRegionSubscriptions API.
7636
7783
  */
7637
7784
  listRegionSubscriptions(listRegionSubscriptionsRequest) {
7638
7785
  return __awaiter(this, void 0, void 0, function* () {
@@ -7689,7 +7836,7 @@ class IdentityClient {
7689
7836
  * @param ListRegionsRequest
7690
7837
  * @return ListRegionsResponse
7691
7838
  * @throws OciError when an error occurs
7692
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListRegions.ts.html |here} to see how to use ListRegions API.
7839
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListRegions.ts.html |here} to see how to use ListRegions API.
7693
7840
  */
7694
7841
  listRegions(listRegionsRequest) {
7695
7842
  return __awaiter(this, void 0, void 0, function* () {
@@ -7746,7 +7893,7 @@ class IdentityClient {
7746
7893
  * @param ListSmtpCredentialsRequest
7747
7894
  * @return ListSmtpCredentialsResponse
7748
7895
  * @throws OciError when an error occurs
7749
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListSmtpCredentials.ts.html |here} to see how to use ListSmtpCredentials API.
7896
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListSmtpCredentials.ts.html |here} to see how to use ListSmtpCredentials API.
7750
7897
  */
7751
7898
  listSmtpCredentials(listSmtpCredentialsRequest) {
7752
7899
  return __awaiter(this, void 0, void 0, function* () {
@@ -7809,7 +7956,7 @@ class IdentityClient {
7809
7956
  * @param ListStandardTagNamespacesRequest
7810
7957
  * @return ListStandardTagNamespacesResponse
7811
7958
  * @throws OciError when an error occurs
7812
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListStandardTagNamespaces.ts.html |here} to see how to use ListStandardTagNamespaces API.
7959
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListStandardTagNamespaces.ts.html |here} to see how to use ListStandardTagNamespaces API.
7813
7960
  */
7814
7961
  listStandardTagNamespaces(listStandardTagNamespacesRequest) {
7815
7962
  return __awaiter(this, void 0, void 0, function* () {
@@ -7917,7 +8064,7 @@ class IdentityClient {
7917
8064
  * @param ListSwiftPasswordsRequest
7918
8065
  * @return ListSwiftPasswordsResponse
7919
8066
  * @throws OciError when an error occurs
7920
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListSwiftPasswords.ts.html |here} to see how to use ListSwiftPasswords API.
8067
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListSwiftPasswords.ts.html |here} to see how to use ListSwiftPasswords API.
7921
8068
  */
7922
8069
  listSwiftPasswords(listSwiftPasswordsRequest) {
7923
8070
  return __awaiter(this, void 0, void 0, function* () {
@@ -7980,7 +8127,7 @@ class IdentityClient {
7980
8127
  * @param ListTagDefaultsRequest
7981
8128
  * @return ListTagDefaultsResponse
7982
8129
  * @throws OciError when an error occurs
7983
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListTagDefaults.ts.html |here} to see how to use ListTagDefaults API.
8130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListTagDefaults.ts.html |here} to see how to use ListTagDefaults API.
7984
8131
  */
7985
8132
  listTagDefaults(listTagDefaultsRequest) {
7986
8133
  return __awaiter(this, void 0, void 0, function* () {
@@ -8088,7 +8235,7 @@ class IdentityClient {
8088
8235
  * @param ListTagNamespacesRequest
8089
8236
  * @return ListTagNamespacesResponse
8090
8237
  * @throws OciError when an error occurs
8091
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListTagNamespaces.ts.html |here} to see how to use ListTagNamespaces API.
8238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListTagNamespaces.ts.html |here} to see how to use ListTagNamespaces API.
8092
8239
  */
8093
8240
  listTagNamespaces(listTagNamespacesRequest) {
8094
8241
  return __awaiter(this, void 0, void 0, function* () {
@@ -8195,7 +8342,7 @@ class IdentityClient {
8195
8342
  * @param ListTaggingWorkRequestErrorsRequest
8196
8343
  * @return ListTaggingWorkRequestErrorsResponse
8197
8344
  * @throws OciError when an error occurs
8198
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListTaggingWorkRequestErrors.ts.html |here} to see how to use ListTaggingWorkRequestErrors API.
8345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListTaggingWorkRequestErrors.ts.html |here} to see how to use ListTaggingWorkRequestErrors API.
8199
8346
  */
8200
8347
  listTaggingWorkRequestErrors(listTaggingWorkRequestErrorsRequest) {
8201
8348
  return __awaiter(this, void 0, void 0, function* () {
@@ -8306,7 +8453,7 @@ class IdentityClient {
8306
8453
  * @param ListTaggingWorkRequestLogsRequest
8307
8454
  * @return ListTaggingWorkRequestLogsResponse
8308
8455
  * @throws OciError when an error occurs
8309
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListTaggingWorkRequestLogs.ts.html |here} to see how to use ListTaggingWorkRequestLogs API.
8456
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListTaggingWorkRequestLogs.ts.html |here} to see how to use ListTaggingWorkRequestLogs API.
8310
8457
  */
8311
8458
  listTaggingWorkRequestLogs(listTaggingWorkRequestLogsRequest) {
8312
8459
  return __awaiter(this, void 0, void 0, function* () {
@@ -8417,7 +8564,7 @@ class IdentityClient {
8417
8564
  * @param ListTaggingWorkRequestsRequest
8418
8565
  * @return ListTaggingWorkRequestsResponse
8419
8566
  * @throws OciError when an error occurs
8420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListTaggingWorkRequests.ts.html |here} to see how to use ListTaggingWorkRequests API.
8567
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListTaggingWorkRequests.ts.html |here} to see how to use ListTaggingWorkRequests API.
8421
8568
  */
8422
8569
  listTaggingWorkRequests(listTaggingWorkRequestsRequest) {
8423
8570
  return __awaiter(this, void 0, void 0, function* () {
@@ -8523,7 +8670,7 @@ class IdentityClient {
8523
8670
  * @param ListTagsRequest
8524
8671
  * @return ListTagsResponse
8525
8672
  * @throws OciError when an error occurs
8526
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListTags.ts.html |here} to see how to use ListTags API.
8673
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListTags.ts.html |here} to see how to use ListTags API.
8527
8674
  */
8528
8675
  listTags(listTagsRequest) {
8529
8676
  return __awaiter(this, void 0, void 0, function* () {
@@ -8639,7 +8786,7 @@ class IdentityClient {
8639
8786
  * @param ListUserGroupMembershipsRequest
8640
8787
  * @return ListUserGroupMembershipsResponse
8641
8788
  * @throws OciError when an error occurs
8642
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListUserGroupMemberships.ts.html |here} to see how to use ListUserGroupMemberships API.
8789
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListUserGroupMemberships.ts.html |here} to see how to use ListUserGroupMemberships API.
8643
8790
  */
8644
8791
  listUserGroupMemberships(listUserGroupMembershipsRequest) {
8645
8792
  return __awaiter(this, void 0, void 0, function* () {
@@ -8748,7 +8895,7 @@ class IdentityClient {
8748
8895
  * @param ListUsersRequest
8749
8896
  * @return ListUsersResponse
8750
8897
  * @throws OciError when an error occurs
8751
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListUsers.ts.html |here} to see how to use ListUsers API.
8898
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListUsers.ts.html |here} to see how to use ListUsers API.
8752
8899
  */
8753
8900
  listUsers(listUsersRequest) {
8754
8901
  return __awaiter(this, void 0, void 0, function* () {
@@ -8859,7 +9006,7 @@ class IdentityClient {
8859
9006
  * @param ListWorkRequestsRequest
8860
9007
  * @return ListWorkRequestsResponse
8861
9008
  * @throws OciError when an error occurs
8862
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
9009
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
8863
9010
  */
8864
9011
  listWorkRequests(listWorkRequestsRequest) {
8865
9012
  return __awaiter(this, void 0, void 0, function* () {
@@ -8972,7 +9119,7 @@ class IdentityClient {
8972
9119
  * @param MoveCompartmentRequest
8973
9120
  * @return MoveCompartmentResponse
8974
9121
  * @throws OciError when an error occurs
8975
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/MoveCompartment.ts.html |here} to see how to use MoveCompartment API.
9122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/MoveCompartment.ts.html |here} to see how to use MoveCompartment API.
8976
9123
  */
8977
9124
  moveCompartment(moveCompartmentRequest) {
8978
9125
  return __awaiter(this, void 0, void 0, function* () {
@@ -9035,7 +9182,7 @@ class IdentityClient {
9035
9182
  * @param RecoverCompartmentRequest
9036
9183
  * @return RecoverCompartmentResponse
9037
9184
  * @throws OciError when an error occurs
9038
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/RecoverCompartment.ts.html |here} to see how to use RecoverCompartment API.
9185
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/RecoverCompartment.ts.html |here} to see how to use RecoverCompartment API.
9039
9186
  */
9040
9187
  recoverCompartment(recoverCompartmentRequest) {
9041
9188
  return __awaiter(this, void 0, void 0, function* () {
@@ -9093,13 +9240,147 @@ class IdentityClient {
9093
9240
  }
9094
9241
  });
9095
9242
  }
9243
+ /**
9244
+ * Remove a resource lock from a tag default.
9245
+ *
9246
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
9247
+ * @param RemoveTagDefaultLockRequest
9248
+ * @return RemoveTagDefaultLockResponse
9249
+ * @throws OciError when an error occurs
9250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/RemoveTagDefaultLock.ts.html |here} to see how to use RemoveTagDefaultLock API.
9251
+ */
9252
+ removeTagDefaultLock(removeTagDefaultLockRequest) {
9253
+ return __awaiter(this, void 0, void 0, function* () {
9254
+ if (this.logger)
9255
+ this.logger.debug("Calling operation IdentityClient#removeTagDefaultLock.");
9256
+ const operationName = "removeTagDefaultLock";
9257
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/identity/20160918/TagDefault/RemoveTagDefaultLock";
9258
+ const pathParams = {
9259
+ "{tagDefaultId}": removeTagDefaultLockRequest.tagDefaultId
9260
+ };
9261
+ const queryParams = {};
9262
+ let headerParams = {
9263
+ "Content-Type": common.Constants.APPLICATION_JSON,
9264
+ "if-match": removeTagDefaultLockRequest.ifMatch,
9265
+ "opc-request-id": removeTagDefaultLockRequest.opcRequestId,
9266
+ "opc-retry-token": removeTagDefaultLockRequest.opcRetryToken
9267
+ };
9268
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
9269
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, removeTagDefaultLockRequest.retryConfiguration, specRetryConfiguration);
9270
+ if (this.logger)
9271
+ retrier.logger = this.logger;
9272
+ const request = yield oci_common_2.composeRequest({
9273
+ baseEndpoint: this._endpoint,
9274
+ defaultHeaders: this._defaultHeaders,
9275
+ path: "/tagDefaults/{tagDefaultId}/actions/removeLock",
9276
+ method: "POST",
9277
+ bodyContent: common.ObjectSerializer.serialize(removeTagDefaultLockRequest.removeLockDetails, "RemoveLockDetails", model.RemoveLockDetails.getJsonObj),
9278
+ pathParams: pathParams,
9279
+ headerParams: headerParams,
9280
+ queryParams: queryParams
9281
+ });
9282
+ try {
9283
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
9284
+ const sdkResponse = oci_common_2.composeResponse({
9285
+ responseObject: {},
9286
+ body: yield response.json(),
9287
+ bodyKey: "tagDefault",
9288
+ bodyModel: model.TagDefault,
9289
+ type: "model.TagDefault",
9290
+ responseHeaders: [
9291
+ {
9292
+ value: response.headers.get("opc-request-id"),
9293
+ key: "opcRequestId",
9294
+ dataType: "string"
9295
+ },
9296
+ {
9297
+ value: response.headers.get("etag"),
9298
+ key: "etag",
9299
+ dataType: "string"
9300
+ }
9301
+ ]
9302
+ });
9303
+ return sdkResponse;
9304
+ }
9305
+ catch (err) {
9306
+ throw err;
9307
+ }
9308
+ });
9309
+ }
9310
+ /**
9311
+ * Remove a resource lock from a tag namespace.
9312
+ *
9313
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
9314
+ * @param RemoveTagNamespaceLockRequest
9315
+ * @return RemoveTagNamespaceLockResponse
9316
+ * @throws OciError when an error occurs
9317
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/RemoveTagNamespaceLock.ts.html |here} to see how to use RemoveTagNamespaceLock API.
9318
+ */
9319
+ removeTagNamespaceLock(removeTagNamespaceLockRequest) {
9320
+ return __awaiter(this, void 0, void 0, function* () {
9321
+ if (this.logger)
9322
+ this.logger.debug("Calling operation IdentityClient#removeTagNamespaceLock.");
9323
+ const operationName = "removeTagNamespaceLock";
9324
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/identity/20160918/TagNamespace/RemoveTagNamespaceLock";
9325
+ const pathParams = {
9326
+ "{tagNamespaceId}": removeTagNamespaceLockRequest.tagNamespaceId
9327
+ };
9328
+ const queryParams = {};
9329
+ let headerParams = {
9330
+ "Content-Type": common.Constants.APPLICATION_JSON,
9331
+ "if-match": removeTagNamespaceLockRequest.ifMatch,
9332
+ "opc-request-id": removeTagNamespaceLockRequest.opcRequestId,
9333
+ "opc-retry-token": removeTagNamespaceLockRequest.opcRetryToken
9334
+ };
9335
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
9336
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, removeTagNamespaceLockRequest.retryConfiguration, specRetryConfiguration);
9337
+ if (this.logger)
9338
+ retrier.logger = this.logger;
9339
+ const request = yield oci_common_2.composeRequest({
9340
+ baseEndpoint: this._endpoint,
9341
+ defaultHeaders: this._defaultHeaders,
9342
+ path: "/tagNamespaces/{tagNamespaceId}/actions/removeLock",
9343
+ method: "POST",
9344
+ bodyContent: common.ObjectSerializer.serialize(removeTagNamespaceLockRequest.removeLockDetails, "RemoveLockDetails", model.RemoveLockDetails.getJsonObj),
9345
+ pathParams: pathParams,
9346
+ headerParams: headerParams,
9347
+ queryParams: queryParams
9348
+ });
9349
+ try {
9350
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
9351
+ const sdkResponse = oci_common_2.composeResponse({
9352
+ responseObject: {},
9353
+ body: yield response.json(),
9354
+ bodyKey: "tagNamespace",
9355
+ bodyModel: model.TagNamespace,
9356
+ type: "model.TagNamespace",
9357
+ responseHeaders: [
9358
+ {
9359
+ value: response.headers.get("opc-request-id"),
9360
+ key: "opcRequestId",
9361
+ dataType: "string"
9362
+ },
9363
+ {
9364
+ value: response.headers.get("etag"),
9365
+ key: "etag",
9366
+ dataType: "string"
9367
+ }
9368
+ ]
9369
+ });
9370
+ return sdkResponse;
9371
+ }
9372
+ catch (err) {
9373
+ throw err;
9374
+ }
9375
+ });
9376
+ }
9096
9377
  /**
9097
9378
  * Removes a user from a group by deleting the corresponding `UserGroupMembership`.
9098
9379
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
9099
9380
  * @param RemoveUserFromGroupRequest
9100
9381
  * @return RemoveUserFromGroupResponse
9101
9382
  * @throws OciError when an error occurs
9102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/RemoveUserFromGroup.ts.html |here} to see how to use RemoveUserFromGroup API.
9383
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/RemoveUserFromGroup.ts.html |here} to see how to use RemoveUserFromGroup API.
9103
9384
  */
9104
9385
  removeUserFromGroup(removeUserFromGroupRequest) {
9105
9386
  return __awaiter(this, void 0, void 0, function* () {
@@ -9154,7 +9435,7 @@ class IdentityClient {
9154
9435
  * @param ResetIdpScimClientRequest
9155
9436
  * @return ResetIdpScimClientResponse
9156
9437
  * @throws OciError when an error occurs
9157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/ResetIdpScimClient.ts.html |here} to see how to use ResetIdpScimClient API.
9438
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ResetIdpScimClient.ts.html |here} to see how to use ResetIdpScimClient API.
9158
9439
  */
9159
9440
  resetIdpScimClient(resetIdpScimClientRequest) {
9160
9441
  return __awaiter(this, void 0, void 0, function* () {
@@ -9212,7 +9493,7 @@ class IdentityClient {
9212
9493
  * @param UpdateAuthTokenRequest
9213
9494
  * @return UpdateAuthTokenResponse
9214
9495
  * @throws OciError when an error occurs
9215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/UpdateAuthToken.ts.html |here} to see how to use UpdateAuthToken API.
9496
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateAuthToken.ts.html |here} to see how to use UpdateAuthToken API.
9216
9497
  */
9217
9498
  updateAuthToken(updateAuthTokenRequest) {
9218
9499
  return __awaiter(this, void 0, void 0, function* () {
@@ -9278,7 +9559,7 @@ class IdentityClient {
9278
9559
  * @param UpdateAuthenticationPolicyRequest
9279
9560
  * @return UpdateAuthenticationPolicyResponse
9280
9561
  * @throws OciError when an error occurs
9281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/UpdateAuthenticationPolicy.ts.html |here} to see how to use UpdateAuthenticationPolicy API.
9562
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateAuthenticationPolicy.ts.html |here} to see how to use UpdateAuthenticationPolicy API.
9282
9563
  */
9283
9564
  updateAuthenticationPolicy(updateAuthenticationPolicyRequest) {
9284
9565
  return __awaiter(this, void 0, void 0, function* () {
@@ -9342,7 +9623,7 @@ class IdentityClient {
9342
9623
  * @param UpdateCompartmentRequest
9343
9624
  * @return UpdateCompartmentResponse
9344
9625
  * @throws OciError when an error occurs
9345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/UpdateCompartment.ts.html |here} to see how to use UpdateCompartment API.
9626
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateCompartment.ts.html |here} to see how to use UpdateCompartment API.
9346
9627
  */
9347
9628
  updateCompartment(updateCompartmentRequest) {
9348
9629
  return __awaiter(this, void 0, void 0, function* () {
@@ -9407,7 +9688,7 @@ class IdentityClient {
9407
9688
  * @param UpdateCustomerSecretKeyRequest
9408
9689
  * @return UpdateCustomerSecretKeyResponse
9409
9690
  * @throws OciError when an error occurs
9410
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/UpdateCustomerSecretKey.ts.html |here} to see how to use UpdateCustomerSecretKey API.
9691
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateCustomerSecretKey.ts.html |here} to see how to use UpdateCustomerSecretKey API.
9411
9692
  */
9412
9693
  updateCustomerSecretKey(updateCustomerSecretKeyRequest) {
9413
9694
  return __awaiter(this, void 0, void 0, function* () {
@@ -9476,7 +9757,7 @@ class IdentityClient {
9476
9757
  * @param UpdateDomainRequest
9477
9758
  * @return UpdateDomainResponse
9478
9759
  * @throws OciError when an error occurs
9479
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
9760
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
9480
9761
  */
9481
9762
  updateDomain(updateDomainRequest) {
9482
9763
  return __awaiter(this, void 0, void 0, function* () {
@@ -9537,7 +9818,7 @@ class IdentityClient {
9537
9818
  * @param UpdateDynamicGroupRequest
9538
9819
  * @return UpdateDynamicGroupResponse
9539
9820
  * @throws OciError when an error occurs
9540
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/UpdateDynamicGroup.ts.html |here} to see how to use UpdateDynamicGroup API.
9821
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateDynamicGroup.ts.html |here} to see how to use UpdateDynamicGroup API.
9541
9822
  */
9542
9823
  updateDynamicGroup(updateDynamicGroupRequest) {
9543
9824
  return __awaiter(this, void 0, void 0, function* () {
@@ -9601,7 +9882,7 @@ class IdentityClient {
9601
9882
  * @param UpdateGroupRequest
9602
9883
  * @return UpdateGroupResponse
9603
9884
  * @throws OciError when an error occurs
9604
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
9885
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
9605
9886
  */
9606
9887
  updateGroup(updateGroupRequest) {
9607
9888
  return __awaiter(this, void 0, void 0, function* () {
@@ -9668,7 +9949,7 @@ class IdentityClient {
9668
9949
  * @param UpdateIdentityProviderRequest
9669
9950
  * @return UpdateIdentityProviderResponse
9670
9951
  * @throws OciError when an error occurs
9671
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/UpdateIdentityProvider.ts.html |here} to see how to use UpdateIdentityProvider API.
9952
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateIdentityProvider.ts.html |here} to see how to use UpdateIdentityProvider API.
9672
9953
  */
9673
9954
  updateIdentityProvider(updateIdentityProviderRequest) {
9674
9955
  return __awaiter(this, void 0, void 0, function* () {
@@ -9735,7 +10016,7 @@ class IdentityClient {
9735
10016
  * @param UpdateIdpGroupMappingRequest
9736
10017
  * @return UpdateIdpGroupMappingResponse
9737
10018
  * @throws OciError when an error occurs
9738
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/UpdateIdpGroupMapping.ts.html |here} to see how to use UpdateIdpGroupMapping API.
10019
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateIdpGroupMapping.ts.html |here} to see how to use UpdateIdpGroupMapping API.
9739
10020
  */
9740
10021
  updateIdpGroupMapping(updateIdpGroupMappingRequest) {
9741
10022
  return __awaiter(this, void 0, void 0, function* () {
@@ -9801,7 +10082,7 @@ class IdentityClient {
9801
10082
  * @param UpdateNetworkSourceRequest
9802
10083
  * @return UpdateNetworkSourceResponse
9803
10084
  * @throws OciError when an error occurs
9804
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/UpdateNetworkSource.ts.html |here} to see how to use UpdateNetworkSource API.
10085
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateNetworkSource.ts.html |here} to see how to use UpdateNetworkSource API.
9805
10086
  */
9806
10087
  updateNetworkSource(updateNetworkSourceRequest) {
9807
10088
  return __awaiter(this, void 0, void 0, function* () {
@@ -9866,7 +10147,7 @@ class IdentityClient {
9866
10147
  * @param UpdateOAuthClientCredentialRequest
9867
10148
  * @return UpdateOAuthClientCredentialResponse
9868
10149
  * @throws OciError when an error occurs
9869
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/UpdateOAuthClientCredential.ts.html |here} to see how to use UpdateOAuthClientCredential API.
10150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateOAuthClientCredential.ts.html |here} to see how to use UpdateOAuthClientCredential API.
9870
10151
  */
9871
10152
  updateOAuthClientCredential(updateOAuthClientCredentialRequest) {
9872
10153
  return __awaiter(this, void 0, void 0, function* () {
@@ -9934,7 +10215,7 @@ class IdentityClient {
9934
10215
  * @param UpdatePolicyRequest
9935
10216
  * @return UpdatePolicyResponse
9936
10217
  * @throws OciError when an error occurs
9937
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/UpdatePolicy.ts.html |here} to see how to use UpdatePolicy API.
10218
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdatePolicy.ts.html |here} to see how to use UpdatePolicy API.
9938
10219
  */
9939
10220
  updatePolicy(updatePolicyRequest) {
9940
10221
  return __awaiter(this, void 0, void 0, function* () {
@@ -9999,7 +10280,7 @@ class IdentityClient {
9999
10280
  * @param UpdateSmtpCredentialRequest
10000
10281
  * @return UpdateSmtpCredentialResponse
10001
10282
  * @throws OciError when an error occurs
10002
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/UpdateSmtpCredential.ts.html |here} to see how to use UpdateSmtpCredential API.
10283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateSmtpCredential.ts.html |here} to see how to use UpdateSmtpCredential API.
10003
10284
  */
10004
10285
  updateSmtpCredential(updateSmtpCredentialRequest) {
10005
10286
  return __awaiter(this, void 0, void 0, function* () {
@@ -10067,7 +10348,7 @@ class IdentityClient {
10067
10348
  * @param UpdateSwiftPasswordRequest
10068
10349
  * @return UpdateSwiftPasswordResponse
10069
10350
  * @throws OciError when an error occurs
10070
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/UpdateSwiftPassword.ts.html |here} to see how to use UpdateSwiftPassword API.
10351
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateSwiftPassword.ts.html |here} to see how to use UpdateSwiftPassword API.
10071
10352
  */
10072
10353
  updateSwiftPassword(updateSwiftPasswordRequest) {
10073
10354
  return __awaiter(this, void 0, void 0, function* () {
@@ -10142,7 +10423,7 @@ class IdentityClient {
10142
10423
  * @param UpdateTagRequest
10143
10424
  * @return UpdateTagResponse
10144
10425
  * @throws OciError when an error occurs
10145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/UpdateTag.ts.html |here} to see how to use UpdateTag API.
10426
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateTag.ts.html |here} to see how to use UpdateTag API.
10146
10427
  */
10147
10428
  updateTag(updateTagRequest) {
10148
10429
  return __awaiter(this, void 0, void 0, function* () {
@@ -10154,7 +10435,9 @@ class IdentityClient {
10154
10435
  "{tagNamespaceId}": updateTagRequest.tagNamespaceId,
10155
10436
  "{tagName}": updateTagRequest.tagName
10156
10437
  };
10157
- const queryParams = {};
10438
+ const queryParams = {
10439
+ "isLockOverride": updateTagRequest.isLockOverride
10440
+ };
10158
10441
  let headerParams = {
10159
10442
  "Content-Type": common.Constants.APPLICATION_JSON,
10160
10443
  "if-match": updateTagRequest.ifMatch
@@ -10213,7 +10496,7 @@ class IdentityClient {
10213
10496
  * @param UpdateTagDefaultRequest
10214
10497
  * @return UpdateTagDefaultResponse
10215
10498
  * @throws OciError when an error occurs
10216
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/UpdateTagDefault.ts.html |here} to see how to use UpdateTagDefault API.
10499
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateTagDefault.ts.html |here} to see how to use UpdateTagDefault API.
10217
10500
  */
10218
10501
  updateTagDefault(updateTagDefaultRequest) {
10219
10502
  return __awaiter(this, void 0, void 0, function* () {
@@ -10224,7 +10507,9 @@ class IdentityClient {
10224
10507
  const pathParams = {
10225
10508
  "{tagDefaultId}": updateTagDefaultRequest.tagDefaultId
10226
10509
  };
10227
- const queryParams = {};
10510
+ const queryParams = {
10511
+ "isLockOverride": updateTagDefaultRequest.isLockOverride
10512
+ };
10228
10513
  let headerParams = {
10229
10514
  "Content-Type": common.Constants.APPLICATION_JSON,
10230
10515
  "if-match": updateTagDefaultRequest.ifMatch,
@@ -10287,7 +10572,7 @@ class IdentityClient {
10287
10572
  * @param UpdateTagNamespaceRequest
10288
10573
  * @return UpdateTagNamespaceResponse
10289
10574
  * @throws OciError when an error occurs
10290
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/UpdateTagNamespace.ts.html |here} to see how to use UpdateTagNamespace API.
10575
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateTagNamespace.ts.html |here} to see how to use UpdateTagNamespace API.
10291
10576
  */
10292
10577
  updateTagNamespace(updateTagNamespaceRequest) {
10293
10578
  return __awaiter(this, void 0, void 0, function* () {
@@ -10298,7 +10583,9 @@ class IdentityClient {
10298
10583
  const pathParams = {
10299
10584
  "{tagNamespaceId}": updateTagNamespaceRequest.tagNamespaceId
10300
10585
  };
10301
- const queryParams = {};
10586
+ const queryParams = {
10587
+ "isLockOverride": updateTagNamespaceRequest.isLockOverride
10588
+ };
10302
10589
  let headerParams = {
10303
10590
  "Content-Type": common.Constants.APPLICATION_JSON
10304
10591
  };
@@ -10345,7 +10632,7 @@ class IdentityClient {
10345
10632
  * @param UpdateUserRequest
10346
10633
  * @return UpdateUserResponse
10347
10634
  * @throws OciError when an error occurs
10348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/UpdateUser.ts.html |here} to see how to use UpdateUser API.
10635
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateUser.ts.html |here} to see how to use UpdateUser API.
10349
10636
  */
10350
10637
  updateUser(updateUserRequest) {
10351
10638
  return __awaiter(this, void 0, void 0, function* () {
@@ -10410,7 +10697,7 @@ class IdentityClient {
10410
10697
  * @param UpdateUserCapabilitiesRequest
10411
10698
  * @return UpdateUserCapabilitiesResponse
10412
10699
  * @throws OciError when an error occurs
10413
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/UpdateUserCapabilities.ts.html |here} to see how to use UpdateUserCapabilities API.
10700
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateUserCapabilities.ts.html |here} to see how to use UpdateUserCapabilities API.
10414
10701
  */
10415
10702
  updateUserCapabilities(updateUserCapabilitiesRequest) {
10416
10703
  return __awaiter(this, void 0, void 0, function* () {
@@ -10475,7 +10762,7 @@ class IdentityClient {
10475
10762
  * @param UpdateUserStateRequest
10476
10763
  * @return UpdateUserStateResponse
10477
10764
  * @throws OciError when an error occurs
10478
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/UpdateUserState.ts.html |here} to see how to use UpdateUserState API.
10765
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateUserState.ts.html |here} to see how to use UpdateUserState API.
10479
10766
  */
10480
10767
  updateUserState(updateUserStateRequest) {
10481
10768
  return __awaiter(this, void 0, void 0, function* () {
@@ -10554,7 +10841,7 @@ class IdentityClient {
10554
10841
  * @param UploadApiKeyRequest
10555
10842
  * @return UploadApiKeyResponse
10556
10843
  * @throws OciError when an error occurs
10557
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/identity/UploadApiKey.ts.html |here} to see how to use UploadApiKey API.
10844
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UploadApiKey.ts.html |here} to see how to use UploadApiKey API.
10558
10845
  */
10559
10846
  uploadApiKey(uploadApiKeyRequest) {
10560
10847
  return __awaiter(this, void 0, void 0, function* () {