oci-identity 2.7.0 → 2.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +261 -136
- package/lib/client.js +585 -137
- package/lib/client.js.map +1 -1
- package/lib/model/bulk-edit-resource.d.ts +1 -1
- package/lib/model/create-db-credential-details.d.ts +28 -0
- package/lib/model/create-db-credential-details.js +29 -0
- package/lib/model/create-db-credential-details.js.map +1 -0
- package/lib/model/create-domain-details.d.ts +1 -1
- package/lib/model/db-credential-summary.d.ts +57 -0
- package/lib/model/db-credential-summary.js +29 -0
- package/lib/model/db-credential-summary.js.map +1 -0
- package/lib/model/db-credential.d.ts +67 -0
- package/lib/model/db-credential.js +41 -0
- package/lib/model/db-credential.js.map +1 -0
- package/lib/model/import-standard-tags-details.d.ts +28 -0
- package/lib/model/import-standard-tags-details.js +29 -0
- package/lib/model/import-standard-tags-details.js.map +1 -0
- package/lib/model/index.d.ts +14 -0
- package/lib/model/index.js +17 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/standard-tag-definition-template.d.ts +64 -0
- package/lib/model/standard-tag-definition-template.js +50 -0
- package/lib/model/standard-tag-definition-template.js.map +1 -0
- package/lib/model/standard-tag-namespace-template-summary.d.ts +33 -0
- package/lib/model/standard-tag-namespace-template-summary.js +29 -0
- package/lib/model/standard-tag-namespace-template-summary.js.map +1 -0
- package/lib/model/standard-tag-namespace-template.d.ts +38 -0
- package/lib/model/standard-tag-namespace-template.js +61 -0
- package/lib/model/standard-tag-namespace-template.js.map +1 -0
- package/lib/model/tagging-work-request-summary.d.ts +1 -0
- package/lib/model/tagging-work-request-summary.js +1 -0
- package/lib/model/tagging-work-request-summary.js.map +1 -1
- package/lib/model/tagging-work-request.d.ts +1 -0
- package/lib/model/tagging-work-request.js +1 -0
- package/lib/model/tagging-work-request.js.map +1 -1
- package/lib/model/update-user-capabilities-details.d.ts +5 -0
- package/lib/model/update-user-capabilities-details.js.map +1 -1
- package/lib/model/update-user-details.d.ts +4 -0
- package/lib/model/update-user-details.js.map +1 -1
- package/lib/model/user-capabilities.d.ts +5 -0
- package/lib/model/user-capabilities.js.map +1 -1
- package/lib/model/user.d.ts +4 -0
- package/lib/model/user.js.map +1 -1
- package/lib/request/activate-domain-request.d.ts +1 -1
- package/lib/request/activate-mfa-totp-device-request.d.ts +1 -1
- package/lib/request/add-user-to-group-request.d.ts +1 -1
- package/lib/request/assemble-effective-tag-set-request.d.ts +1 -1
- package/lib/request/bulk-delete-resources-request.d.ts +1 -1
- package/lib/request/bulk-delete-tags-request.d.ts +1 -1
- package/lib/request/bulk-edit-tags-request.d.ts +1 -1
- package/lib/request/bulk-move-resources-request.d.ts +1 -1
- package/lib/request/cascade-delete-tag-namespace-request.d.ts +1 -1
- package/lib/request/change-domain-compartment-request.d.ts +1 -1
- package/lib/request/change-domain-license-type-request.d.ts +1 -1
- package/lib/request/change-tag-namespace-compartment-request.d.ts +1 -1
- package/lib/request/create-auth-token-request.d.ts +1 -1
- package/lib/request/create-compartment-request.d.ts +1 -1
- package/lib/request/create-customer-secret-key-request.d.ts +1 -1
- package/lib/request/create-db-credential-request.d.ts +42 -0
- package/lib/request/create-db-credential-request.js +15 -0
- package/lib/request/create-db-credential-request.js.map +1 -0
- package/lib/request/create-domain-request.d.ts +1 -1
- package/lib/request/create-dynamic-group-request.d.ts +1 -1
- package/lib/request/create-group-request.d.ts +1 -1
- package/lib/request/create-identity-provider-request.d.ts +1 -1
- package/lib/request/create-idp-group-mapping-request.d.ts +1 -1
- package/lib/request/create-mfa-totp-device-request.d.ts +1 -1
- package/lib/request/create-network-source-request.d.ts +1 -1
- package/lib/request/create-oauth-client-credential-request.d.ts +1 -1
- package/lib/request/create-or-reset-uipassword-request.d.ts +1 -1
- package/lib/request/create-policy-request.d.ts +1 -1
- package/lib/request/create-region-subscription-request.d.ts +1 -1
- package/lib/request/create-smtp-credential-request.d.ts +1 -1
- package/lib/request/create-swift-password-request.d.ts +1 -1
- package/lib/request/create-tag-default-request.d.ts +1 -1
- package/lib/request/create-tag-namespace-request.d.ts +1 -1
- package/lib/request/create-tag-request.d.ts +1 -1
- package/lib/request/create-user-request.d.ts +1 -1
- package/lib/request/deactivate-domain-request.d.ts +1 -1
- package/lib/request/delete-api-key-request.d.ts +1 -1
- package/lib/request/delete-auth-token-request.d.ts +1 -1
- package/lib/request/delete-compartment-request.d.ts +1 -1
- package/lib/request/delete-customer-secret-key-request.d.ts +1 -1
- package/lib/request/delete-db-credential-request.d.ts +39 -0
- package/lib/request/delete-db-credential-request.js +15 -0
- package/lib/request/delete-db-credential-request.js.map +1 -0
- package/lib/request/delete-domain-request.d.ts +1 -1
- package/lib/request/delete-dynamic-group-request.d.ts +1 -1
- package/lib/request/delete-group-request.d.ts +1 -1
- package/lib/request/delete-identity-provider-request.d.ts +1 -1
- package/lib/request/delete-idp-group-mapping-request.d.ts +1 -1
- package/lib/request/delete-mfa-totp-device-request.d.ts +1 -1
- package/lib/request/delete-network-source-request.d.ts +1 -1
- package/lib/request/delete-oauth-client-credential-request.d.ts +1 -1
- package/lib/request/delete-policy-request.d.ts +1 -1
- package/lib/request/delete-smtp-credential-request.d.ts +1 -1
- package/lib/request/delete-swift-password-request.d.ts +1 -1
- package/lib/request/delete-tag-default-request.d.ts +1 -1
- package/lib/request/delete-tag-namespace-request.d.ts +1 -1
- package/lib/request/delete-tag-request.d.ts +1 -1
- package/lib/request/delete-user-request.d.ts +1 -1
- package/lib/request/enable-replication-to-region-request.d.ts +1 -1
- package/lib/request/generate-totp-seed-request.d.ts +1 -1
- package/lib/request/get-authentication-policy-request.d.ts +1 -1
- package/lib/request/get-compartment-request.d.ts +1 -1
- package/lib/request/get-domain-request.d.ts +1 -1
- package/lib/request/get-dynamic-group-request.d.ts +1 -1
- package/lib/request/get-group-request.d.ts +1 -1
- package/lib/request/get-iam-work-request-request.d.ts +1 -1
- package/lib/request/get-identity-provider-request.d.ts +1 -1
- package/lib/request/get-idp-group-mapping-request.d.ts +1 -1
- package/lib/request/get-mfa-totp-device-request.d.ts +1 -1
- package/lib/request/get-network-source-request.d.ts +1 -1
- package/lib/request/get-policy-request.d.ts +1 -1
- package/lib/request/get-standard-tag-template-request.d.ts +28 -0
- package/lib/request/get-standard-tag-template-request.js +15 -0
- package/lib/request/get-standard-tag-template-request.js.map +1 -0
- package/lib/request/get-tag-default-request.d.ts +1 -1
- package/lib/request/get-tag-namespace-request.d.ts +1 -1
- package/lib/request/get-tag-request.d.ts +1 -1
- package/lib/request/get-tagging-work-request-request.d.ts +1 -1
- package/lib/request/get-tenancy-request.d.ts +1 -1
- package/lib/request/get-user-group-membership-request.d.ts +1 -1
- package/lib/request/get-user-request.d.ts +1 -1
- package/lib/request/get-user-uipassword-information-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/import-standard-tags-request.d.ts +38 -0
- package/lib/request/import-standard-tags-request.js +15 -0
- package/lib/request/import-standard-tags-request.js.map +1 -0
- package/lib/request/index.d.ts +12 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-allowed-domain-license-types-request.d.ts +1 -1
- package/lib/request/list-api-keys-request.d.ts +1 -1
- package/lib/request/list-auth-tokens-request.d.ts +1 -1
- package/lib/request/list-availability-domains-request.d.ts +1 -1
- package/lib/request/list-bulk-action-resource-types-request.d.ts +1 -1
- package/lib/request/list-bulk-edit-tags-resource-types-request.d.ts +1 -1
- package/lib/request/list-compartments-request.d.ts +1 -1
- package/lib/request/list-cost-tracking-tags-request.d.ts +1 -1
- package/lib/request/list-customer-secret-keys-request.d.ts +1 -1
- package/lib/request/list-db-credentials-request.d.ts +76 -0
- package/lib/request/list-db-credentials-request.js +29 -0
- package/lib/request/list-db-credentials-request.js.map +1 -0
- package/lib/request/list-domains-request.d.ts +1 -1
- package/lib/request/list-dynamic-groups-request.d.ts +1 -1
- package/lib/request/list-fault-domains-request.d.ts +1 -1
- package/lib/request/list-groups-request.d.ts +1 -1
- package/lib/request/list-iam-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-iam-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-iam-work-requests-request.d.ts +1 -1
- package/lib/request/list-identity-provider-groups-request.d.ts +1 -1
- package/lib/request/list-identity-providers-request.d.ts +1 -1
- package/lib/request/list-idp-group-mappings-request.d.ts +1 -1
- package/lib/request/list-mfa-totp-devices-request.d.ts +1 -1
- package/lib/request/list-network-sources-request.d.ts +1 -1
- package/lib/request/list-oauth-client-credentials-request.d.ts +1 -1
- package/lib/request/list-policies-request.d.ts +1 -1
- package/lib/request/list-region-subscriptions-request.d.ts +1 -1
- package/lib/request/list-regions-request.d.ts +1 -1
- package/lib/request/list-smtp-credentials-request.d.ts +1 -1
- package/lib/request/list-standard-tag-namespaces-request.d.ts +33 -0
- package/lib/request/list-standard-tag-namespaces-request.js +15 -0
- package/lib/request/list-standard-tag-namespaces-request.js.map +1 -0
- package/lib/request/list-swift-passwords-request.d.ts +1 -1
- package/lib/request/list-tag-defaults-request.d.ts +1 -1
- package/lib/request/list-tag-namespaces-request.d.ts +1 -1
- package/lib/request/list-tagging-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-tagging-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-tagging-work-requests-request.d.ts +1 -1
- package/lib/request/list-tags-request.d.ts +1 -1
- package/lib/request/list-user-group-memberships-request.d.ts +1 -1
- package/lib/request/list-users-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/move-compartment-request.d.ts +1 -1
- package/lib/request/recover-compartment-request.d.ts +1 -1
- package/lib/request/remove-user-from-group-request.d.ts +1 -1
- package/lib/request/reset-idp-scim-client-request.d.ts +1 -1
- package/lib/request/update-auth-token-request.d.ts +1 -1
- package/lib/request/update-authentication-policy-request.d.ts +1 -1
- package/lib/request/update-compartment-request.d.ts +1 -1
- package/lib/request/update-customer-secret-key-request.d.ts +1 -1
- package/lib/request/update-domain-request.d.ts +1 -1
- package/lib/request/update-dynamic-group-request.d.ts +1 -1
- package/lib/request/update-group-request.d.ts +1 -1
- package/lib/request/update-identity-provider-request.d.ts +1 -1
- package/lib/request/update-idp-group-mapping-request.d.ts +1 -1
- package/lib/request/update-network-source-request.d.ts +1 -1
- package/lib/request/update-oauth-client-credential-request.d.ts +1 -1
- package/lib/request/update-policy-request.d.ts +1 -1
- package/lib/request/update-smtp-credential-request.d.ts +1 -1
- package/lib/request/update-swift-password-request.d.ts +1 -1
- package/lib/request/update-tag-default-request.d.ts +1 -1
- package/lib/request/update-tag-namespace-request.d.ts +1 -1
- package/lib/request/update-tag-request.d.ts +1 -1
- package/lib/request/update-user-capabilities-request.d.ts +1 -1
- package/lib/request/update-user-request.d.ts +1 -1
- package/lib/request/update-user-state-request.d.ts +1 -1
- package/lib/request/upload-api-key-request.d.ts +1 -1
- package/lib/response/create-db-credential-response.d.ts +29 -0
- package/lib/response/create-db-credential-response.js +15 -0
- package/lib/response/create-db-credential-response.js.map +1 -0
- package/lib/response/delete-db-credential-response.d.ts +20 -0
- package/lib/response/delete-db-credential-response.js +15 -0
- package/lib/response/delete-db-credential-response.js.map +1 -0
- package/lib/response/get-standard-tag-template-response.d.ts +25 -0
- package/lib/response/get-standard-tag-template-response.js +15 -0
- package/lib/response/get-standard-tag-template-response.js.map +1 -0
- package/lib/response/import-standard-tags-response.d.ts +25 -0
- package/lib/response/import-standard-tags-response.js +15 -0
- package/lib/response/import-standard-tags-response.js.map +1 -0
- package/lib/response/index.d.ts +12 -0
- package/lib/response/list-db-credentials-response.d.ts +32 -0
- package/lib/response/list-db-credentials-response.js +15 -0
- package/lib/response/list-db-credentials-response.js.map +1 -0
- package/lib/response/list-standard-tag-namespaces-response.d.ts +32 -0
- package/lib/response/list-standard-tag-namespaces-response.js +15 -0
- package/lib/response/list-standard-tag-namespaces-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -53,7 +53,7 @@ var IdentityApiKeys;
|
|
|
53
53
|
(function (IdentityApiKeys) {
|
|
54
54
|
})(IdentityApiKeys = exports.IdentityApiKeys || (exports.IdentityApiKeys = {}));
|
|
55
55
|
/**
|
|
56
|
-
* This service client
|
|
56
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
57
57
|
*/
|
|
58
58
|
class IdentityClient {
|
|
59
59
|
constructor(params, clientConfiguration) {
|
|
@@ -70,7 +70,7 @@ class IdentityClient {
|
|
|
70
70
|
: null;
|
|
71
71
|
}
|
|
72
72
|
// if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
|
|
73
|
-
const specCircuitBreakerEnabled =
|
|
73
|
+
const specCircuitBreakerEnabled = true;
|
|
74
74
|
if (!this._circuitBreaker &&
|
|
75
75
|
common.utils.isCircuitBreakerSystemEnabled(clientConfiguration) &&
|
|
76
76
|
(specCircuitBreakerEnabled || common.CircuitBreaker.DefaultCircuitBreakerOverriden)) {
|
|
@@ -168,7 +168,7 @@ class IdentityClient {
|
|
|
168
168
|
* @param ActivateDomainRequest
|
|
169
169
|
* @return ActivateDomainResponse
|
|
170
170
|
* @throws OciError when an error occurs
|
|
171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ActivateDomain.ts.html |here} to see how to use ActivateDomain API.
|
|
172
172
|
*/
|
|
173
173
|
activateDomain(activateDomainRequest) {
|
|
174
174
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -228,7 +228,7 @@ class IdentityClient {
|
|
|
228
228
|
* @param ActivateMfaTotpDeviceRequest
|
|
229
229
|
* @return ActivateMfaTotpDeviceResponse
|
|
230
230
|
* @throws OciError when an error occurs
|
|
231
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ActivateMfaTotpDevice.ts.html |here} to see how to use ActivateMfaTotpDevice API.
|
|
232
232
|
*/
|
|
233
233
|
activateMfaTotpDevice(activateMfaTotpDeviceRequest) {
|
|
234
234
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -296,7 +296,7 @@ class IdentityClient {
|
|
|
296
296
|
* @param AddUserToGroupRequest
|
|
297
297
|
* @return AddUserToGroupResponse
|
|
298
298
|
* @throws OciError when an error occurs
|
|
299
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/AddUserToGroup.ts.html |here} to see how to use AddUserToGroup API.
|
|
300
300
|
*/
|
|
301
301
|
addUserToGroup(addUserToGroupRequest) {
|
|
302
302
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -360,7 +360,7 @@ class IdentityClient {
|
|
|
360
360
|
* @param AssembleEffectiveTagSetRequest
|
|
361
361
|
* @return AssembleEffectiveTagSetResponse
|
|
362
362
|
* @throws OciError when an error occurs
|
|
363
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
363
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/AssembleEffectiveTagSet.ts.html |here} to see how to use AssembleEffectiveTagSet API.
|
|
364
364
|
*/
|
|
365
365
|
assembleEffectiveTagSet(assembleEffectiveTagSetRequest) {
|
|
366
366
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -426,7 +426,7 @@ class IdentityClient {
|
|
|
426
426
|
* @param BulkDeleteResourcesRequest
|
|
427
427
|
* @return BulkDeleteResourcesResponse
|
|
428
428
|
* @throws OciError when an error occurs
|
|
429
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
429
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/BulkDeleteResources.ts.html |here} to see how to use BulkDeleteResources API.
|
|
430
430
|
*/
|
|
431
431
|
bulkDeleteResources(bulkDeleteResourcesRequest) {
|
|
432
432
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -506,7 +506,7 @@ class IdentityClient {
|
|
|
506
506
|
* @param BulkDeleteTagsRequest
|
|
507
507
|
* @return BulkDeleteTagsResponse
|
|
508
508
|
* @throws OciError when an error occurs
|
|
509
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
509
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/BulkDeleteTags.ts.html |here} to see how to use BulkDeleteTags API.
|
|
510
510
|
*/
|
|
511
511
|
bulkDeleteTags(bulkDeleteTagsRequest) {
|
|
512
512
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -577,7 +577,7 @@ class IdentityClient {
|
|
|
577
577
|
* @param BulkEditTagsRequest
|
|
578
578
|
* @return BulkEditTagsResponse
|
|
579
579
|
* @throws OciError when an error occurs
|
|
580
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/BulkEditTags.ts.html |here} to see how to use BulkEditTags API.
|
|
581
581
|
*/
|
|
582
582
|
bulkEditTags(bulkEditTagsRequest) {
|
|
583
583
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -639,7 +639,7 @@ class IdentityClient {
|
|
|
639
639
|
* @param BulkMoveResourcesRequest
|
|
640
640
|
* @return BulkMoveResourcesResponse
|
|
641
641
|
* @throws OciError when an error occurs
|
|
642
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
642
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/BulkMoveResources.ts.html |here} to see how to use BulkMoveResources API.
|
|
643
643
|
*/
|
|
644
644
|
bulkMoveResources(bulkMoveResourcesRequest) {
|
|
645
645
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -717,7 +717,7 @@ class IdentityClient {
|
|
|
717
717
|
* @param CascadeDeleteTagNamespaceRequest
|
|
718
718
|
* @return CascadeDeleteTagNamespaceResponse
|
|
719
719
|
* @throws OciError when an error occurs
|
|
720
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
720
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CascadeDeleteTagNamespace.ts.html |here} to see how to use CascadeDeleteTagNamespace API.
|
|
721
721
|
*/
|
|
722
722
|
cascadeDeleteTagNamespace(cascadeDeleteTagNamespaceRequest) {
|
|
723
723
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -788,7 +788,7 @@ class IdentityClient {
|
|
|
788
788
|
* @param ChangeDomainCompartmentRequest
|
|
789
789
|
* @return ChangeDomainCompartmentResponse
|
|
790
790
|
* @throws OciError when an error occurs
|
|
791
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
791
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ChangeDomainCompartment.ts.html |here} to see how to use ChangeDomainCompartment API.
|
|
792
792
|
*/
|
|
793
793
|
changeDomainCompartment(changeDomainCompartmentRequest) {
|
|
794
794
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -863,7 +863,7 @@ class IdentityClient {
|
|
|
863
863
|
* @param ChangeDomainLicenseTypeRequest
|
|
864
864
|
* @return ChangeDomainLicenseTypeResponse
|
|
865
865
|
* @throws OciError when an error occurs
|
|
866
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
866
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ChangeDomainLicenseType.ts.html |here} to see how to use ChangeDomainLicenseType API.
|
|
867
867
|
*/
|
|
868
868
|
changeDomainLicenseType(changeDomainLicenseTypeRequest) {
|
|
869
869
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -929,7 +929,7 @@ class IdentityClient {
|
|
|
929
929
|
* @param ChangeTagNamespaceCompartmentRequest
|
|
930
930
|
* @return ChangeTagNamespaceCompartmentResponse
|
|
931
931
|
* @throws OciError when an error occurs
|
|
932
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
932
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ChangeTagNamespaceCompartment.ts.html |here} to see how to use ChangeTagNamespaceCompartment API.
|
|
933
933
|
*/
|
|
934
934
|
changeTagNamespaceCompartment(changeTagNamespaceCompartmentRequest) {
|
|
935
935
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -992,7 +992,7 @@ class IdentityClient {
|
|
|
992
992
|
* @param CreateAuthTokenRequest
|
|
993
993
|
* @return CreateAuthTokenResponse
|
|
994
994
|
* @throws OciError when an error occurs
|
|
995
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
995
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateAuthToken.ts.html |here} to see how to use CreateAuthToken API.
|
|
996
996
|
*/
|
|
997
997
|
createAuthToken(createAuthTokenRequest) {
|
|
998
998
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1073,7 +1073,7 @@ class IdentityClient {
|
|
|
1073
1073
|
* @param CreateCompartmentRequest
|
|
1074
1074
|
* @return CreateCompartmentResponse
|
|
1075
1075
|
* @throws OciError when an error occurs
|
|
1076
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1076
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateCompartment.ts.html |here} to see how to use CreateCompartment API.
|
|
1077
1077
|
*/
|
|
1078
1078
|
createCompartment(createCompartmentRequest) {
|
|
1079
1079
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1144,7 +1144,7 @@ class IdentityClient {
|
|
|
1144
1144
|
* @param CreateCustomerSecretKeyRequest
|
|
1145
1145
|
* @return CreateCustomerSecretKeyResponse
|
|
1146
1146
|
* @throws OciError when an error occurs
|
|
1147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateCustomerSecretKey.ts.html |here} to see how to use CreateCustomerSecretKey API.
|
|
1148
1148
|
*/
|
|
1149
1149
|
createCustomerSecretKey(createCustomerSecretKeyRequest) {
|
|
1150
1150
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1200,6 +1200,70 @@ class IdentityClient {
|
|
|
1200
1200
|
}
|
|
1201
1201
|
});
|
|
1202
1202
|
}
|
|
1203
|
+
/**
|
|
1204
|
+
* Creates a new DB credential for the specified user.
|
|
1205
|
+
*
|
|
1206
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1207
|
+
* @param CreateDbCredentialRequest
|
|
1208
|
+
* @return CreateDbCredentialResponse
|
|
1209
|
+
* @throws OciError when an error occurs
|
|
1210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateDbCredential.ts.html |here} to see how to use CreateDbCredential API.
|
|
1211
|
+
*/
|
|
1212
|
+
createDbCredential(createDbCredentialRequest) {
|
|
1213
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1214
|
+
if (this.logger)
|
|
1215
|
+
this.logger.debug("Calling operation IdentityClient#createDbCredential.");
|
|
1216
|
+
const pathParams = {
|
|
1217
|
+
"{userId}": createDbCredentialRequest.userId
|
|
1218
|
+
};
|
|
1219
|
+
const queryParams = {};
|
|
1220
|
+
let headerParams = {
|
|
1221
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
1222
|
+
"opc-request-id": createDbCredentialRequest.opcRequestId,
|
|
1223
|
+
"opc-retry-token": createDbCredentialRequest.opcRetryToken
|
|
1224
|
+
};
|
|
1225
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
1226
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createDbCredentialRequest.retryConfiguration, specRetryConfiguration);
|
|
1227
|
+
if (this.logger)
|
|
1228
|
+
retrier.logger = this.logger;
|
|
1229
|
+
const request = yield oci_common_2.composeRequest({
|
|
1230
|
+
baseEndpoint: this._endpoint,
|
|
1231
|
+
defaultHeaders: this._defaultHeaders,
|
|
1232
|
+
path: "/users/{userId}/dbCredentials",
|
|
1233
|
+
method: "POST",
|
|
1234
|
+
bodyContent: common.ObjectSerializer.serialize(createDbCredentialRequest.createDbCredentialDetails, "CreateDbCredentialDetails", model.CreateDbCredentialDetails.getJsonObj),
|
|
1235
|
+
pathParams: pathParams,
|
|
1236
|
+
headerParams: headerParams,
|
|
1237
|
+
queryParams: queryParams
|
|
1238
|
+
});
|
|
1239
|
+
try {
|
|
1240
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1241
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
1242
|
+
responseObject: {},
|
|
1243
|
+
body: yield response.json(),
|
|
1244
|
+
bodyKey: "dbCredential",
|
|
1245
|
+
bodyModel: model.DbCredential,
|
|
1246
|
+
type: "model.DbCredential",
|
|
1247
|
+
responseHeaders: [
|
|
1248
|
+
{
|
|
1249
|
+
value: response.headers.get("opc-request-id"),
|
|
1250
|
+
key: "opcRequestId",
|
|
1251
|
+
dataType: "string"
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
value: response.headers.get("etag"),
|
|
1255
|
+
key: "etag",
|
|
1256
|
+
dataType: "string"
|
|
1257
|
+
}
|
|
1258
|
+
]
|
|
1259
|
+
});
|
|
1260
|
+
return sdkResponse;
|
|
1261
|
+
}
|
|
1262
|
+
catch (err) {
|
|
1263
|
+
throw err;
|
|
1264
|
+
}
|
|
1265
|
+
});
|
|
1266
|
+
}
|
|
1203
1267
|
/**
|
|
1204
1268
|
* Creates a new domain in the tenancy with domain home in {@code homeRegion}. This is an asynchronous call - where, at start,
|
|
1205
1269
|
* {@code lifecycleState} of this domain is set to CREATING and {@code lifecycleDetails} to UPDATING. On domain creation completion
|
|
@@ -1222,7 +1286,7 @@ class IdentityClient {
|
|
|
1222
1286
|
* @param CreateDomainRequest
|
|
1223
1287
|
* @return CreateDomainResponse
|
|
1224
1288
|
* @throws OciError when an error occurs
|
|
1225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateDomain.ts.html |here} to see how to use CreateDomain API.
|
|
1226
1290
|
*/
|
|
1227
1291
|
createDomain(createDomainRequest) {
|
|
1228
1292
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1297,7 +1361,7 @@ class IdentityClient {
|
|
|
1297
1361
|
* @param CreateDynamicGroupRequest
|
|
1298
1362
|
* @return CreateDynamicGroupResponse
|
|
1299
1363
|
* @throws OciError when an error occurs
|
|
1300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateDynamicGroup.ts.html |here} to see how to use CreateDynamicGroup API.
|
|
1301
1365
|
*/
|
|
1302
1366
|
createDynamicGroup(createDynamicGroupRequest) {
|
|
1303
1367
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1378,7 +1442,7 @@ class IdentityClient {
|
|
|
1378
1442
|
* @param CreateGroupRequest
|
|
1379
1443
|
* @return CreateGroupResponse
|
|
1380
1444
|
* @throws OciError when an error occurs
|
|
1381
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1445
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateGroup.ts.html |here} to see how to use CreateGroup API.
|
|
1382
1446
|
*/
|
|
1383
1447
|
createGroup(createGroupRequest) {
|
|
1384
1448
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1458,7 +1522,7 @@ class IdentityClient {
|
|
|
1458
1522
|
* @param CreateIdentityProviderRequest
|
|
1459
1523
|
* @return CreateIdentityProviderResponse
|
|
1460
1524
|
* @throws OciError when an error occurs
|
|
1461
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1525
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateIdentityProvider.ts.html |here} to see how to use CreateIdentityProvider API.
|
|
1462
1526
|
*/
|
|
1463
1527
|
createIdentityProvider(createIdentityProviderRequest) {
|
|
1464
1528
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1522,7 +1586,7 @@ class IdentityClient {
|
|
|
1522
1586
|
* @param CreateIdpGroupMappingRequest
|
|
1523
1587
|
* @return CreateIdpGroupMappingResponse
|
|
1524
1588
|
* @throws OciError when an error occurs
|
|
1525
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1589
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateIdpGroupMapping.ts.html |here} to see how to use CreateIdpGroupMapping API.
|
|
1526
1590
|
*/
|
|
1527
1591
|
createIdpGroupMapping(createIdpGroupMappingRequest) {
|
|
1528
1592
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1585,7 +1649,7 @@ class IdentityClient {
|
|
|
1585
1649
|
* @param CreateMfaTotpDeviceRequest
|
|
1586
1650
|
* @return CreateMfaTotpDeviceResponse
|
|
1587
1651
|
* @throws OciError when an error occurs
|
|
1588
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateMfaTotpDevice.ts.html |here} to see how to use CreateMfaTotpDevice API.
|
|
1589
1653
|
*/
|
|
1590
1654
|
createMfaTotpDevice(createMfaTotpDeviceRequest) {
|
|
1591
1655
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1667,7 +1731,7 @@ class IdentityClient {
|
|
|
1667
1731
|
* @param CreateNetworkSourceRequest
|
|
1668
1732
|
* @return CreateNetworkSourceResponse
|
|
1669
1733
|
* @throws OciError when an error occurs
|
|
1670
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1734
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateNetworkSource.ts.html |here} to see how to use CreateNetworkSource API.
|
|
1671
1735
|
*/
|
|
1672
1736
|
createNetworkSource(createNetworkSourceRequest) {
|
|
1673
1737
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1728,7 +1792,7 @@ class IdentityClient {
|
|
|
1728
1792
|
* @param CreateOAuthClientCredentialRequest
|
|
1729
1793
|
* @return CreateOAuthClientCredentialResponse
|
|
1730
1794
|
* @throws OciError when an error occurs
|
|
1731
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1795
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateOAuthClientCredential.ts.html |here} to see how to use CreateOAuthClientCredential API.
|
|
1732
1796
|
*/
|
|
1733
1797
|
createOAuthClientCredential(createOAuthClientCredentialRequest) {
|
|
1734
1798
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1801,7 +1865,7 @@ class IdentityClient {
|
|
|
1801
1865
|
* @param CreateOrResetUIPasswordRequest
|
|
1802
1866
|
* @return CreateOrResetUIPasswordResponse
|
|
1803
1867
|
* @throws OciError when an error occurs
|
|
1804
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1868
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateOrResetUIPassword.ts.html |here} to see how to use CreateOrResetUIPassword API.
|
|
1805
1869
|
*/
|
|
1806
1870
|
createOrResetUIPassword(createOrResetUIPasswordRequest) {
|
|
1807
1871
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1879,7 +1943,7 @@ class IdentityClient {
|
|
|
1879
1943
|
* @param CreatePolicyRequest
|
|
1880
1944
|
* @return CreatePolicyResponse
|
|
1881
1945
|
* @throws OciError when an error occurs
|
|
1882
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1946
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreatePolicy.ts.html |here} to see how to use CreatePolicy API.
|
|
1883
1947
|
*/
|
|
1884
1948
|
createPolicy(createPolicyRequest) {
|
|
1885
1949
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1940,7 +2004,7 @@ class IdentityClient {
|
|
|
1940
2004
|
* @param CreateRegionSubscriptionRequest
|
|
1941
2005
|
* @return CreateRegionSubscriptionResponse
|
|
1942
2006
|
* @throws OciError when an error occurs
|
|
1943
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2007
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateRegionSubscription.ts.html |here} to see how to use CreateRegionSubscription API.
|
|
1944
2008
|
*/
|
|
1945
2009
|
createRegionSubscription(createRegionSubscriptionRequest) {
|
|
1946
2010
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2001,7 +2065,7 @@ class IdentityClient {
|
|
|
2001
2065
|
* @param CreateSmtpCredentialRequest
|
|
2002
2066
|
* @return CreateSmtpCredentialResponse
|
|
2003
2067
|
* @throws OciError when an error occurs
|
|
2004
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2068
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateSmtpCredential.ts.html |here} to see how to use CreateSmtpCredential API.
|
|
2005
2069
|
*/
|
|
2006
2070
|
createSmtpCredential(createSmtpCredentialRequest) {
|
|
2007
2071
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2075,7 +2139,7 @@ class IdentityClient {
|
|
|
2075
2139
|
* @param CreateSwiftPasswordRequest
|
|
2076
2140
|
* @return CreateSwiftPasswordResponse
|
|
2077
2141
|
* @throws OciError when an error occurs
|
|
2078
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateSwiftPassword.ts.html |here} to see how to use CreateSwiftPassword API.
|
|
2079
2143
|
*/
|
|
2080
2144
|
createSwiftPassword(createSwiftPasswordRequest) {
|
|
2081
2145
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2159,7 +2223,7 @@ class IdentityClient {
|
|
|
2159
2223
|
* @param CreateTagRequest
|
|
2160
2224
|
* @return CreateTagResponse
|
|
2161
2225
|
* @throws OciError when an error occurs
|
|
2162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateTag.ts.html |here} to see how to use CreateTag API.
|
|
2163
2227
|
*/
|
|
2164
2228
|
createTag(createTagRequest) {
|
|
2165
2229
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2229,7 +2293,7 @@ class IdentityClient {
|
|
|
2229
2293
|
* @param CreateTagDefaultRequest
|
|
2230
2294
|
* @return CreateTagDefaultResponse
|
|
2231
2295
|
* @throws OciError when an error occurs
|
|
2232
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateTagDefault.ts.html |here} to see how to use CreateTagDefault API.
|
|
2233
2297
|
*/
|
|
2234
2298
|
createTagDefault(createTagDefaultRequest) {
|
|
2235
2299
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2304,7 +2368,7 @@ class IdentityClient {
|
|
|
2304
2368
|
* @param CreateTagNamespaceRequest
|
|
2305
2369
|
* @return CreateTagNamespaceResponse
|
|
2306
2370
|
* @throws OciError when an error occurs
|
|
2307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateTagNamespace.ts.html |here} to see how to use CreateTagNamespace API.
|
|
2308
2372
|
*/
|
|
2309
2373
|
createTagNamespace(createTagNamespaceRequest) {
|
|
2310
2374
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2394,7 +2458,7 @@ class IdentityClient {
|
|
|
2394
2458
|
* @param CreateUserRequest
|
|
2395
2459
|
* @return CreateUserResponse
|
|
2396
2460
|
* @throws OciError when an error occurs
|
|
2397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2461
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateUser.ts.html |here} to see how to use CreateUser API.
|
|
2398
2462
|
*/
|
|
2399
2463
|
createUser(createUserRequest) {
|
|
2400
2464
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2472,7 +2536,7 @@ class IdentityClient {
|
|
|
2472
2536
|
* @param DeactivateDomainRequest
|
|
2473
2537
|
* @return DeactivateDomainResponse
|
|
2474
2538
|
* @throws OciError when an error occurs
|
|
2475
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2539
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeactivateDomain.ts.html |here} to see how to use DeactivateDomain API.
|
|
2476
2540
|
*/
|
|
2477
2541
|
deactivateDomain(deactivateDomainRequest) {
|
|
2478
2542
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2537,7 +2601,7 @@ class IdentityClient {
|
|
|
2537
2601
|
* @param DeleteApiKeyRequest
|
|
2538
2602
|
* @return DeleteApiKeyResponse
|
|
2539
2603
|
* @throws OciError when an error occurs
|
|
2540
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2604
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteApiKey.ts.html |here} to see how to use DeleteApiKey API.
|
|
2541
2605
|
*/
|
|
2542
2606
|
deleteApiKey(deleteApiKeyRequest) {
|
|
2543
2607
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2591,7 +2655,7 @@ class IdentityClient {
|
|
|
2591
2655
|
* @param DeleteAuthTokenRequest
|
|
2592
2656
|
* @return DeleteAuthTokenResponse
|
|
2593
2657
|
* @throws OciError when an error occurs
|
|
2594
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteAuthToken.ts.html |here} to see how to use DeleteAuthToken API.
|
|
2595
2659
|
*/
|
|
2596
2660
|
deleteAuthToken(deleteAuthTokenRequest) {
|
|
2597
2661
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2645,7 +2709,7 @@ class IdentityClient {
|
|
|
2645
2709
|
* @param DeleteCompartmentRequest
|
|
2646
2710
|
* @return DeleteCompartmentResponse
|
|
2647
2711
|
* @throws OciError when an error occurs
|
|
2648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2712
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteCompartment.ts.html |here} to see how to use DeleteCompartment API.
|
|
2649
2713
|
*/
|
|
2650
2714
|
deleteCompartment(deleteCompartmentRequest) {
|
|
2651
2715
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2703,7 +2767,7 @@ class IdentityClient {
|
|
|
2703
2767
|
* @param DeleteCustomerSecretKeyRequest
|
|
2704
2768
|
* @return DeleteCustomerSecretKeyResponse
|
|
2705
2769
|
* @throws OciError when an error occurs
|
|
2706
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2770
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteCustomerSecretKey.ts.html |here} to see how to use DeleteCustomerSecretKey API.
|
|
2707
2771
|
*/
|
|
2708
2772
|
deleteCustomerSecretKey(deleteCustomerSecretKeyRequest) {
|
|
2709
2773
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2750,6 +2814,61 @@ class IdentityClient {
|
|
|
2750
2814
|
}
|
|
2751
2815
|
});
|
|
2752
2816
|
}
|
|
2817
|
+
/**
|
|
2818
|
+
* Deletes the specified DB credential for the specified user.
|
|
2819
|
+
*
|
|
2820
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
2821
|
+
* @param DeleteDbCredentialRequest
|
|
2822
|
+
* @return DeleteDbCredentialResponse
|
|
2823
|
+
* @throws OciError when an error occurs
|
|
2824
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteDbCredential.ts.html |here} to see how to use DeleteDbCredential API.
|
|
2825
|
+
*/
|
|
2826
|
+
deleteDbCredential(deleteDbCredentialRequest) {
|
|
2827
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2828
|
+
if (this.logger)
|
|
2829
|
+
this.logger.debug("Calling operation IdentityClient#deleteDbCredential.");
|
|
2830
|
+
const pathParams = {
|
|
2831
|
+
"{userId}": deleteDbCredentialRequest.userId,
|
|
2832
|
+
"{dbCredentialId}": deleteDbCredentialRequest.dbCredentialId
|
|
2833
|
+
};
|
|
2834
|
+
const queryParams = {};
|
|
2835
|
+
let headerParams = {
|
|
2836
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
2837
|
+
"opc-request-id": deleteDbCredentialRequest.opcRequestId,
|
|
2838
|
+
"if-match": deleteDbCredentialRequest.ifMatch
|
|
2839
|
+
};
|
|
2840
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
2841
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteDbCredentialRequest.retryConfiguration, specRetryConfiguration);
|
|
2842
|
+
if (this.logger)
|
|
2843
|
+
retrier.logger = this.logger;
|
|
2844
|
+
const request = yield oci_common_2.composeRequest({
|
|
2845
|
+
baseEndpoint: this._endpoint,
|
|
2846
|
+
defaultHeaders: this._defaultHeaders,
|
|
2847
|
+
path: "/users/{userId}/dbCredentials/{dbCredentialId}",
|
|
2848
|
+
method: "DELETE",
|
|
2849
|
+
pathParams: pathParams,
|
|
2850
|
+
headerParams: headerParams,
|
|
2851
|
+
queryParams: queryParams
|
|
2852
|
+
});
|
|
2853
|
+
try {
|
|
2854
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
2855
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
2856
|
+
responseObject: {},
|
|
2857
|
+
responseHeaders: [
|
|
2858
|
+
{
|
|
2859
|
+
value: response.headers.get("opc-request-id"),
|
|
2860
|
+
key: "opcRequestId",
|
|
2861
|
+
dataType: "string"
|
|
2862
|
+
}
|
|
2863
|
+
]
|
|
2864
|
+
});
|
|
2865
|
+
return sdkResponse;
|
|
2866
|
+
}
|
|
2867
|
+
catch (err) {
|
|
2868
|
+
throw err;
|
|
2869
|
+
}
|
|
2870
|
+
});
|
|
2871
|
+
}
|
|
2753
2872
|
/**
|
|
2754
2873
|
* Soft Deletes a domain.
|
|
2755
2874
|
* <p>
|
|
@@ -2773,7 +2892,7 @@ class IdentityClient {
|
|
|
2773
2892
|
* @param DeleteDomainRequest
|
|
2774
2893
|
* @return DeleteDomainResponse
|
|
2775
2894
|
* @throws OciError when an error occurs
|
|
2776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2895
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
|
|
2777
2896
|
*/
|
|
2778
2897
|
deleteDomain(deleteDomainRequest) {
|
|
2779
2898
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2832,7 +2951,7 @@ class IdentityClient {
|
|
|
2832
2951
|
* @param DeleteDynamicGroupRequest
|
|
2833
2952
|
* @return DeleteDynamicGroupResponse
|
|
2834
2953
|
* @throws OciError when an error occurs
|
|
2835
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2954
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteDynamicGroup.ts.html |here} to see how to use DeleteDynamicGroup API.
|
|
2836
2955
|
*/
|
|
2837
2956
|
deleteDynamicGroup(deleteDynamicGroupRequest) {
|
|
2838
2957
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2885,7 +3004,7 @@ class IdentityClient {
|
|
|
2885
3004
|
* @param DeleteGroupRequest
|
|
2886
3005
|
* @return DeleteGroupResponse
|
|
2887
3006
|
* @throws OciError when an error occurs
|
|
2888
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3007
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteGroup.ts.html |here} to see how to use DeleteGroup API.
|
|
2889
3008
|
*/
|
|
2890
3009
|
deleteGroup(deleteGroupRequest) {
|
|
2891
3010
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2941,7 +3060,7 @@ class IdentityClient {
|
|
|
2941
3060
|
* @param DeleteIdentityProviderRequest
|
|
2942
3061
|
* @return DeleteIdentityProviderResponse
|
|
2943
3062
|
* @throws OciError when an error occurs
|
|
2944
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3063
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteIdentityProvider.ts.html |here} to see how to use DeleteIdentityProvider API.
|
|
2945
3064
|
*/
|
|
2946
3065
|
deleteIdentityProvider(deleteIdentityProviderRequest) {
|
|
2947
3066
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2996,7 +3115,7 @@ class IdentityClient {
|
|
|
2996
3115
|
* @param DeleteIdpGroupMappingRequest
|
|
2997
3116
|
* @return DeleteIdpGroupMappingResponse
|
|
2998
3117
|
* @throws OciError when an error occurs
|
|
2999
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteIdpGroupMapping.ts.html |here} to see how to use DeleteIdpGroupMapping API.
|
|
3000
3119
|
*/
|
|
3001
3120
|
deleteIdpGroupMapping(deleteIdpGroupMappingRequest) {
|
|
3002
3121
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3050,7 +3169,7 @@ class IdentityClient {
|
|
|
3050
3169
|
* @param DeleteMfaTotpDeviceRequest
|
|
3051
3170
|
* @return DeleteMfaTotpDeviceResponse
|
|
3052
3171
|
* @throws OciError when an error occurs
|
|
3053
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteMfaTotpDevice.ts.html |here} to see how to use DeleteMfaTotpDevice API.
|
|
3054
3173
|
*/
|
|
3055
3174
|
deleteMfaTotpDevice(deleteMfaTotpDeviceRequest) {
|
|
3056
3175
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3104,7 +3223,7 @@ class IdentityClient {
|
|
|
3104
3223
|
* @param DeleteNetworkSourceRequest
|
|
3105
3224
|
* @return DeleteNetworkSourceResponse
|
|
3106
3225
|
* @throws OciError when an error occurs
|
|
3107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteNetworkSource.ts.html |here} to see how to use DeleteNetworkSource API.
|
|
3108
3227
|
*/
|
|
3109
3228
|
deleteNetworkSource(deleteNetworkSourceRequest) {
|
|
3110
3229
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3157,7 +3276,7 @@ class IdentityClient {
|
|
|
3157
3276
|
* @param DeleteOAuthClientCredentialRequest
|
|
3158
3277
|
* @return DeleteOAuthClientCredentialResponse
|
|
3159
3278
|
* @throws OciError when an error occurs
|
|
3160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteOAuthClientCredential.ts.html |here} to see how to use DeleteOAuthClientCredential API.
|
|
3161
3280
|
*/
|
|
3162
3281
|
deleteOAuthClientCredential(deleteOAuthClientCredentialRequest) {
|
|
3163
3282
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3210,7 +3329,7 @@ class IdentityClient {
|
|
|
3210
3329
|
* @param DeletePolicyRequest
|
|
3211
3330
|
* @return DeletePolicyResponse
|
|
3212
3331
|
* @throws OciError when an error occurs
|
|
3213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeletePolicy.ts.html |here} to see how to use DeletePolicy API.
|
|
3214
3333
|
*/
|
|
3215
3334
|
deletePolicy(deletePolicyRequest) {
|
|
3216
3335
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3263,7 +3382,7 @@ class IdentityClient {
|
|
|
3263
3382
|
* @param DeleteSmtpCredentialRequest
|
|
3264
3383
|
* @return DeleteSmtpCredentialResponse
|
|
3265
3384
|
* @throws OciError when an error occurs
|
|
3266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteSmtpCredential.ts.html |here} to see how to use DeleteSmtpCredential API.
|
|
3267
3386
|
*/
|
|
3268
3387
|
deleteSmtpCredential(deleteSmtpCredentialRequest) {
|
|
3269
3388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3319,7 +3438,7 @@ class IdentityClient {
|
|
|
3319
3438
|
* @param DeleteSwiftPasswordRequest
|
|
3320
3439
|
* @return DeleteSwiftPasswordResponse
|
|
3321
3440
|
* @throws OciError when an error occurs
|
|
3322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteSwiftPassword.ts.html |here} to see how to use DeleteSwiftPassword API.
|
|
3323
3442
|
*/
|
|
3324
3443
|
deleteSwiftPassword(deleteSwiftPasswordRequest) {
|
|
3325
3444
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3393,7 +3512,7 @@ class IdentityClient {
|
|
|
3393
3512
|
* @param DeleteTagRequest
|
|
3394
3513
|
* @return DeleteTagResponse
|
|
3395
3514
|
* @throws OciError when an error occurs
|
|
3396
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3515
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteTag.ts.html |here} to see how to use DeleteTag API.
|
|
3397
3516
|
*/
|
|
3398
3517
|
deleteTag(deleteTagRequest) {
|
|
3399
3518
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3452,7 +3571,7 @@ class IdentityClient {
|
|
|
3452
3571
|
* @param DeleteTagDefaultRequest
|
|
3453
3572
|
* @return DeleteTagDefaultResponse
|
|
3454
3573
|
* @throws OciError when an error occurs
|
|
3455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3574
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteTagDefault.ts.html |here} to see how to use DeleteTagDefault API.
|
|
3456
3575
|
*/
|
|
3457
3576
|
deleteTagDefault(deleteTagDefaultRequest) {
|
|
3458
3577
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3512,7 +3631,7 @@ class IdentityClient {
|
|
|
3512
3631
|
* @param DeleteTagNamespaceRequest
|
|
3513
3632
|
* @return DeleteTagNamespaceResponse
|
|
3514
3633
|
* @throws OciError when an error occurs
|
|
3515
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3634
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteTagNamespace.ts.html |here} to see how to use DeleteTagNamespace API.
|
|
3516
3635
|
*/
|
|
3517
3636
|
deleteTagNamespace(deleteTagNamespaceRequest) {
|
|
3518
3637
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3565,7 +3684,7 @@ class IdentityClient {
|
|
|
3565
3684
|
* @param DeleteUserRequest
|
|
3566
3685
|
* @return DeleteUserResponse
|
|
3567
3686
|
* @throws OciError when an error occurs
|
|
3568
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3687
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteUser.ts.html |here} to see how to use DeleteUser API.
|
|
3569
3688
|
*/
|
|
3570
3689
|
deleteUser(deleteUserRequest) {
|
|
3571
3690
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3630,7 +3749,7 @@ class IdentityClient {
|
|
|
3630
3749
|
* @param EnableReplicationToRegionRequest
|
|
3631
3750
|
* @return EnableReplicationToRegionResponse
|
|
3632
3751
|
* @throws OciError when an error occurs
|
|
3633
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3752
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/EnableReplicationToRegion.ts.html |here} to see how to use EnableReplicationToRegion API.
|
|
3634
3753
|
*/
|
|
3635
3754
|
enableReplicationToRegion(enableReplicationToRegionRequest) {
|
|
3636
3755
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3691,7 +3810,7 @@ class IdentityClient {
|
|
|
3691
3810
|
* @param GenerateTotpSeedRequest
|
|
3692
3811
|
* @return GenerateTotpSeedResponse
|
|
3693
3812
|
* @throws OciError when an error occurs
|
|
3694
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3813
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GenerateTotpSeed.ts.html |here} to see how to use GenerateTotpSeed API.
|
|
3695
3814
|
*/
|
|
3696
3815
|
generateTotpSeed(generateTotpSeedRequest) {
|
|
3697
3816
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3755,7 +3874,7 @@ class IdentityClient {
|
|
|
3755
3874
|
* @param GetAuthenticationPolicyRequest
|
|
3756
3875
|
* @return GetAuthenticationPolicyResponse
|
|
3757
3876
|
* @throws OciError when an error occurs
|
|
3758
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetAuthenticationPolicy.ts.html |here} to see how to use GetAuthenticationPolicy API.
|
|
3759
3878
|
*/
|
|
3760
3879
|
getAuthenticationPolicy(getAuthenticationPolicyRequest) {
|
|
3761
3880
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3823,7 +3942,7 @@ class IdentityClient {
|
|
|
3823
3942
|
* @param GetCompartmentRequest
|
|
3824
3943
|
* @return GetCompartmentResponse
|
|
3825
3944
|
* @throws OciError when an error occurs
|
|
3826
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3945
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetCompartment.ts.html |here} to see how to use GetCompartment API.
|
|
3827
3946
|
*/
|
|
3828
3947
|
getCompartment(getCompartmentRequest) {
|
|
3829
3948
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3887,7 +4006,7 @@ class IdentityClient {
|
|
|
3887
4006
|
* @param GetDomainRequest
|
|
3888
4007
|
* @return GetDomainResponse
|
|
3889
4008
|
* @throws OciError when an error occurs
|
|
3890
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4009
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetDomain.ts.html |here} to see how to use GetDomain API.
|
|
3891
4010
|
*/
|
|
3892
4011
|
getDomain(getDomainRequest) {
|
|
3893
4012
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3949,7 +4068,7 @@ class IdentityClient {
|
|
|
3949
4068
|
* @param GetDynamicGroupRequest
|
|
3950
4069
|
* @return GetDynamicGroupResponse
|
|
3951
4070
|
* @throws OciError when an error occurs
|
|
3952
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4071
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetDynamicGroup.ts.html |here} to see how to use GetDynamicGroup API.
|
|
3953
4072
|
*/
|
|
3954
4073
|
getDynamicGroup(getDynamicGroupRequest) {
|
|
3955
4074
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4014,7 +4133,7 @@ class IdentityClient {
|
|
|
4014
4133
|
* @param GetGroupRequest
|
|
4015
4134
|
* @return GetGroupResponse
|
|
4016
4135
|
* @throws OciError when an error occurs
|
|
4017
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetGroup.ts.html |here} to see how to use GetGroup API.
|
|
4018
4137
|
*/
|
|
4019
4138
|
getGroup(getGroupRequest) {
|
|
4020
4139
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4079,7 +4198,7 @@ class IdentityClient {
|
|
|
4079
4198
|
* @param GetIamWorkRequestRequest
|
|
4080
4199
|
* @return GetIamWorkRequestResponse
|
|
4081
4200
|
* @throws OciError when an error occurs
|
|
4082
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetIamWorkRequest.ts.html |here} to see how to use GetIamWorkRequest API.
|
|
4083
4202
|
*/
|
|
4084
4203
|
getIamWorkRequest(getIamWorkRequestRequest) {
|
|
4085
4204
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4138,7 +4257,7 @@ class IdentityClient {
|
|
|
4138
4257
|
* @param GetIdentityProviderRequest
|
|
4139
4258
|
* @return GetIdentityProviderResponse
|
|
4140
4259
|
* @throws OciError when an error occurs
|
|
4141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetIdentityProvider.ts.html |here} to see how to use GetIdentityProvider API.
|
|
4142
4261
|
*/
|
|
4143
4262
|
getIdentityProvider(getIdentityProviderRequest) {
|
|
4144
4263
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4201,7 +4320,7 @@ class IdentityClient {
|
|
|
4201
4320
|
* @param GetIdpGroupMappingRequest
|
|
4202
4321
|
* @return GetIdpGroupMappingResponse
|
|
4203
4322
|
* @throws OciError when an error occurs
|
|
4204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetIdpGroupMapping.ts.html |here} to see how to use GetIdpGroupMapping API.
|
|
4205
4324
|
*/
|
|
4206
4325
|
getIdpGroupMapping(getIdpGroupMappingRequest) {
|
|
4207
4326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4263,7 +4382,7 @@ class IdentityClient {
|
|
|
4263
4382
|
* @param GetMfaTotpDeviceRequest
|
|
4264
4383
|
* @return GetMfaTotpDeviceResponse
|
|
4265
4384
|
* @throws OciError when an error occurs
|
|
4266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetMfaTotpDevice.ts.html |here} to see how to use GetMfaTotpDevice API.
|
|
4267
4386
|
*/
|
|
4268
4387
|
getMfaTotpDevice(getMfaTotpDeviceRequest) {
|
|
4269
4388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4325,7 +4444,7 @@ class IdentityClient {
|
|
|
4325
4444
|
* @param GetNetworkSourceRequest
|
|
4326
4445
|
* @return GetNetworkSourceResponse
|
|
4327
4446
|
* @throws OciError when an error occurs
|
|
4328
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4447
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetNetworkSource.ts.html |here} to see how to use GetNetworkSource API.
|
|
4329
4448
|
*/
|
|
4330
4449
|
getNetworkSource(getNetworkSourceRequest) {
|
|
4331
4450
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4385,7 +4504,7 @@ class IdentityClient {
|
|
|
4385
4504
|
* @param GetPolicyRequest
|
|
4386
4505
|
* @return GetPolicyResponse
|
|
4387
4506
|
* @throws OciError when an error occurs
|
|
4388
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetPolicy.ts.html |here} to see how to use GetPolicy API.
|
|
4389
4508
|
*/
|
|
4390
4509
|
getPolicy(getPolicyRequest) {
|
|
4391
4510
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4439,13 +4558,71 @@ class IdentityClient {
|
|
|
4439
4558
|
}
|
|
4440
4559
|
});
|
|
4441
4560
|
}
|
|
4561
|
+
/**
|
|
4562
|
+
* Retrieve the standard tag namespace template given the standard tag namespace name.
|
|
4563
|
+
*
|
|
4564
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
4565
|
+
* @param GetStandardTagTemplateRequest
|
|
4566
|
+
* @return GetStandardTagTemplateResponse
|
|
4567
|
+
* @throws OciError when an error occurs
|
|
4568
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetStandardTagTemplate.ts.html |here} to see how to use GetStandardTagTemplate API.
|
|
4569
|
+
*/
|
|
4570
|
+
getStandardTagTemplate(getStandardTagTemplateRequest) {
|
|
4571
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4572
|
+
if (this.logger)
|
|
4573
|
+
this.logger.debug("Calling operation IdentityClient#getStandardTagTemplate.");
|
|
4574
|
+
const pathParams = {
|
|
4575
|
+
"{standardTagNamespaceName}": getStandardTagTemplateRequest.standardTagNamespaceName
|
|
4576
|
+
};
|
|
4577
|
+
const queryParams = {
|
|
4578
|
+
"compartmentId": getStandardTagTemplateRequest.compartmentId
|
|
4579
|
+
};
|
|
4580
|
+
let headerParams = {
|
|
4581
|
+
"Content-Type": common.Constants.APPLICATION_JSON
|
|
4582
|
+
};
|
|
4583
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
4584
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getStandardTagTemplateRequest.retryConfiguration, specRetryConfiguration);
|
|
4585
|
+
if (this.logger)
|
|
4586
|
+
retrier.logger = this.logger;
|
|
4587
|
+
const request = yield oci_common_2.composeRequest({
|
|
4588
|
+
baseEndpoint: this._endpoint,
|
|
4589
|
+
defaultHeaders: this._defaultHeaders,
|
|
4590
|
+
path: "/tags/standardTagNamespaceTemplates/{standardTagNamespaceName}",
|
|
4591
|
+
method: "GET",
|
|
4592
|
+
pathParams: pathParams,
|
|
4593
|
+
headerParams: headerParams,
|
|
4594
|
+
queryParams: queryParams
|
|
4595
|
+
});
|
|
4596
|
+
try {
|
|
4597
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
4598
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
4599
|
+
responseObject: {},
|
|
4600
|
+
body: yield response.json(),
|
|
4601
|
+
bodyKey: "standardTagNamespaceTemplate",
|
|
4602
|
+
bodyModel: model.StandardTagNamespaceTemplate,
|
|
4603
|
+
type: "model.StandardTagNamespaceTemplate",
|
|
4604
|
+
responseHeaders: [
|
|
4605
|
+
{
|
|
4606
|
+
value: response.headers.get("opc-request-id"),
|
|
4607
|
+
key: "opcRequestId",
|
|
4608
|
+
dataType: "string"
|
|
4609
|
+
}
|
|
4610
|
+
]
|
|
4611
|
+
});
|
|
4612
|
+
return sdkResponse;
|
|
4613
|
+
}
|
|
4614
|
+
catch (err) {
|
|
4615
|
+
throw err;
|
|
4616
|
+
}
|
|
4617
|
+
});
|
|
4618
|
+
}
|
|
4442
4619
|
/**
|
|
4443
4620
|
* Gets the specified tag's information.
|
|
4444
4621
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
4445
4622
|
* @param GetTagRequest
|
|
4446
4623
|
* @return GetTagResponse
|
|
4447
4624
|
* @throws OciError when an error occurs
|
|
4448
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4625
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetTag.ts.html |here} to see how to use GetTag API.
|
|
4449
4626
|
*/
|
|
4450
4627
|
getTag(getTagRequest) {
|
|
4451
4628
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4507,7 +4684,7 @@ class IdentityClient {
|
|
|
4507
4684
|
* @param GetTagDefaultRequest
|
|
4508
4685
|
* @return GetTagDefaultResponse
|
|
4509
4686
|
* @throws OciError when an error occurs
|
|
4510
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4687
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetTagDefault.ts.html |here} to see how to use GetTagDefault API.
|
|
4511
4688
|
*/
|
|
4512
4689
|
getTagDefault(getTagDefaultRequest) {
|
|
4513
4690
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4568,7 +4745,7 @@ class IdentityClient {
|
|
|
4568
4745
|
* @param GetTagNamespaceRequest
|
|
4569
4746
|
* @return GetTagNamespaceResponse
|
|
4570
4747
|
* @throws OciError when an error occurs
|
|
4571
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4748
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetTagNamespace.ts.html |here} to see how to use GetTagNamespace API.
|
|
4572
4749
|
*/
|
|
4573
4750
|
getTagNamespace(getTagNamespaceRequest) {
|
|
4574
4751
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4625,7 +4802,7 @@ class IdentityClient {
|
|
|
4625
4802
|
* @param GetTaggingWorkRequestRequest
|
|
4626
4803
|
* @return GetTaggingWorkRequestResponse
|
|
4627
4804
|
* @throws OciError when an error occurs
|
|
4628
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4805
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetTaggingWorkRequest.ts.html |here} to see how to use GetTaggingWorkRequest API.
|
|
4629
4806
|
*/
|
|
4630
4807
|
getTaggingWorkRequest(getTaggingWorkRequestRequest) {
|
|
4631
4808
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4685,7 +4862,7 @@ class IdentityClient {
|
|
|
4685
4862
|
* @param GetTenancyRequest
|
|
4686
4863
|
* @return GetTenancyResponse
|
|
4687
4864
|
* @throws OciError when an error occurs
|
|
4688
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4865
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetTenancy.ts.html |here} to see how to use GetTenancy API.
|
|
4689
4866
|
*/
|
|
4690
4867
|
getTenancy(getTenancyRequest) {
|
|
4691
4868
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4740,7 +4917,7 @@ class IdentityClient {
|
|
|
4740
4917
|
* @param GetUserRequest
|
|
4741
4918
|
* @return GetUserResponse
|
|
4742
4919
|
* @throws OciError when an error occurs
|
|
4743
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4920
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetUser.ts.html |here} to see how to use GetUser API.
|
|
4744
4921
|
*/
|
|
4745
4922
|
getUser(getUserRequest) {
|
|
4746
4923
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4800,7 +4977,7 @@ class IdentityClient {
|
|
|
4800
4977
|
* @param GetUserGroupMembershipRequest
|
|
4801
4978
|
* @return GetUserGroupMembershipResponse
|
|
4802
4979
|
* @throws OciError when an error occurs
|
|
4803
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4980
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetUserGroupMembership.ts.html |here} to see how to use GetUserGroupMembership API.
|
|
4804
4981
|
*/
|
|
4805
4982
|
getUserGroupMembership(getUserGroupMembershipRequest) {
|
|
4806
4983
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4862,7 +5039,7 @@ class IdentityClient {
|
|
|
4862
5039
|
* @param GetUserUIPasswordInformationRequest
|
|
4863
5040
|
* @return GetUserUIPasswordInformationResponse
|
|
4864
5041
|
* @throws OciError when an error occurs
|
|
4865
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5042
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetUserUIPasswordInformation.ts.html |here} to see how to use GetUserUIPasswordInformation API.
|
|
4866
5043
|
*/
|
|
4867
5044
|
getUserUIPasswordInformation(getUserUIPasswordInformationRequest) {
|
|
4868
5045
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4924,7 +5101,7 @@ class IdentityClient {
|
|
|
4924
5101
|
* @param GetWorkRequestRequest
|
|
4925
5102
|
* @return GetWorkRequestResponse
|
|
4926
5103
|
* @throws OciError when an error occurs
|
|
4927
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
4928
5105
|
*/
|
|
4929
5106
|
getWorkRequest(getWorkRequestRequest) {
|
|
4930
5107
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4978,6 +5155,65 @@ class IdentityClient {
|
|
|
4978
5155
|
}
|
|
4979
5156
|
});
|
|
4980
5157
|
}
|
|
5158
|
+
/**
|
|
5159
|
+
* OCI will release Tag Namespaces that our customers can import.
|
|
5160
|
+
* These Tag Namespaces will provide Tags for our customers and Partners to provide consistency and enable data reporting.
|
|
5161
|
+
*
|
|
5162
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
5163
|
+
* @param ImportStandardTagsRequest
|
|
5164
|
+
* @return ImportStandardTagsResponse
|
|
5165
|
+
* @throws OciError when an error occurs
|
|
5166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ImportStandardTags.ts.html |here} to see how to use ImportStandardTags API.
|
|
5167
|
+
*/
|
|
5168
|
+
importStandardTags(importStandardTagsRequest) {
|
|
5169
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5170
|
+
if (this.logger)
|
|
5171
|
+
this.logger.debug("Calling operation IdentityClient#importStandardTags.");
|
|
5172
|
+
const pathParams = {};
|
|
5173
|
+
const queryParams = {};
|
|
5174
|
+
let headerParams = {
|
|
5175
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5176
|
+
"opc-request-id": importStandardTagsRequest.opcRequestId,
|
|
5177
|
+
"opc-retry-token": importStandardTagsRequest.opcRetryToken
|
|
5178
|
+
};
|
|
5179
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
5180
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, importStandardTagsRequest.retryConfiguration, specRetryConfiguration);
|
|
5181
|
+
if (this.logger)
|
|
5182
|
+
retrier.logger = this.logger;
|
|
5183
|
+
const request = yield oci_common_2.composeRequest({
|
|
5184
|
+
baseEndpoint: this._endpoint,
|
|
5185
|
+
defaultHeaders: this._defaultHeaders,
|
|
5186
|
+
path: "/tags/actions/importStandardTags",
|
|
5187
|
+
method: "POST",
|
|
5188
|
+
bodyContent: common.ObjectSerializer.serialize(importStandardTagsRequest.importStandardTagsDetails, "ImportStandardTagsDetails", model.ImportStandardTagsDetails.getJsonObj),
|
|
5189
|
+
pathParams: pathParams,
|
|
5190
|
+
headerParams: headerParams,
|
|
5191
|
+
queryParams: queryParams
|
|
5192
|
+
});
|
|
5193
|
+
try {
|
|
5194
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
5195
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
5196
|
+
responseObject: {},
|
|
5197
|
+
responseHeaders: [
|
|
5198
|
+
{
|
|
5199
|
+
value: response.headers.get("opc-request-id"),
|
|
5200
|
+
key: "opcRequestId",
|
|
5201
|
+
dataType: "string"
|
|
5202
|
+
},
|
|
5203
|
+
{
|
|
5204
|
+
value: response.headers.get("opc-work-request-id"),
|
|
5205
|
+
key: "opcWorkRequestId",
|
|
5206
|
+
dataType: "string"
|
|
5207
|
+
}
|
|
5208
|
+
]
|
|
5209
|
+
});
|
|
5210
|
+
return sdkResponse;
|
|
5211
|
+
}
|
|
5212
|
+
catch (err) {
|
|
5213
|
+
throw err;
|
|
5214
|
+
}
|
|
5215
|
+
});
|
|
5216
|
+
}
|
|
4981
5217
|
/**
|
|
4982
5218
|
* List the allowed domain license types supported by OCI
|
|
4983
5219
|
* If {@code currentLicenseTypeName} provided, returns allowed license types a domain with the specified license type name can migrate to.
|
|
@@ -4991,7 +5227,7 @@ class IdentityClient {
|
|
|
4991
5227
|
* @param ListAllowedDomainLicenseTypesRequest
|
|
4992
5228
|
* @return ListAllowedDomainLicenseTypesResponse
|
|
4993
5229
|
* @throws OciError when an error occurs
|
|
4994
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListAllowedDomainLicenseTypes.ts.html |here} to see how to use ListAllowedDomainLicenseTypes API.
|
|
4995
5231
|
*/
|
|
4996
5232
|
listAllowedDomainLicenseTypes(listAllowedDomainLicenseTypesRequest) {
|
|
4997
5233
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5056,7 +5292,7 @@ class IdentityClient {
|
|
|
5056
5292
|
* @param ListApiKeysRequest
|
|
5057
5293
|
* @return ListApiKeysResponse
|
|
5058
5294
|
* @throws OciError when an error occurs
|
|
5059
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListApiKeys.ts.html |here} to see how to use ListApiKeys API.
|
|
5060
5296
|
*/
|
|
5061
5297
|
listApiKeys(listApiKeysRequest) {
|
|
5062
5298
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5118,7 +5354,7 @@ class IdentityClient {
|
|
|
5118
5354
|
* @param ListAuthTokensRequest
|
|
5119
5355
|
* @return ListAuthTokensResponse
|
|
5120
5356
|
* @throws OciError when an error occurs
|
|
5121
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListAuthTokens.ts.html |here} to see how to use ListAuthTokens API.
|
|
5122
5358
|
*/
|
|
5123
5359
|
listAuthTokens(listAuthTokensRequest) {
|
|
5124
5360
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5183,7 +5419,7 @@ class IdentityClient {
|
|
|
5183
5419
|
* @param ListAvailabilityDomainsRequest
|
|
5184
5420
|
* @return ListAvailabilityDomainsResponse
|
|
5185
5421
|
* @throws OciError when an error occurs
|
|
5186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5422
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListAvailabilityDomains.ts.html |here} to see how to use ListAvailabilityDomains API.
|
|
5187
5423
|
*/
|
|
5188
5424
|
listAvailabilityDomains(listAvailabilityDomainsRequest) {
|
|
5189
5425
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5250,7 +5486,7 @@ class IdentityClient {
|
|
|
5250
5486
|
* @param ListBulkActionResourceTypesRequest
|
|
5251
5487
|
* @return ListBulkActionResourceTypesResponse
|
|
5252
5488
|
* @throws OciError when an error occurs
|
|
5253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListBulkActionResourceTypes.ts.html |here} to see how to use ListBulkActionResourceTypes API.
|
|
5254
5490
|
*/
|
|
5255
5491
|
listBulkActionResourceTypes(listBulkActionResourceTypesRequest) {
|
|
5256
5492
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5313,7 +5549,7 @@ class IdentityClient {
|
|
|
5313
5549
|
* @param ListBulkEditTagsResourceTypesRequest
|
|
5314
5550
|
* @return ListBulkEditTagsResourceTypesResponse
|
|
5315
5551
|
* @throws OciError when an error occurs
|
|
5316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5552
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListBulkEditTagsResourceTypes.ts.html |here} to see how to use ListBulkEditTagsResourceTypes API.
|
|
5317
5553
|
*/
|
|
5318
5554
|
listBulkEditTagsResourceTypes(listBulkEditTagsResourceTypesRequest) {
|
|
5319
5555
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5392,7 +5628,7 @@ class IdentityClient {
|
|
|
5392
5628
|
* @param ListCompartmentsRequest
|
|
5393
5629
|
* @return ListCompartmentsResponse
|
|
5394
5630
|
* @throws OciError when an error occurs
|
|
5395
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5631
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListCompartments.ts.html |here} to see how to use ListCompartments API.
|
|
5396
5632
|
*/
|
|
5397
5633
|
listCompartments(listCompartmentsRequest) {
|
|
5398
5634
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5502,7 +5738,7 @@ class IdentityClient {
|
|
|
5502
5738
|
* @param ListCostTrackingTagsRequest
|
|
5503
5739
|
* @return ListCostTrackingTagsResponse
|
|
5504
5740
|
* @throws OciError when an error occurs
|
|
5505
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5741
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListCostTrackingTags.ts.html |here} to see how to use ListCostTrackingTags API.
|
|
5506
5742
|
*/
|
|
5507
5743
|
listCostTrackingTags(listCostTrackingTagsRequest) {
|
|
5508
5744
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5606,7 +5842,7 @@ class IdentityClient {
|
|
|
5606
5842
|
* @param ListCustomerSecretKeysRequest
|
|
5607
5843
|
* @return ListCustomerSecretKeysResponse
|
|
5608
5844
|
* @throws OciError when an error occurs
|
|
5609
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5845
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListCustomerSecretKeys.ts.html |here} to see how to use ListCustomerSecretKeys API.
|
|
5610
5846
|
*/
|
|
5611
5847
|
listCustomerSecretKeys(listCustomerSecretKeysRequest) {
|
|
5612
5848
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5660,6 +5896,115 @@ class IdentityClient {
|
|
|
5660
5896
|
}
|
|
5661
5897
|
});
|
|
5662
5898
|
}
|
|
5899
|
+
/**
|
|
5900
|
+
* Lists the DB credentials for the specified user. The returned object contains the credential's OCID
|
|
5901
|
+
*
|
|
5902
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
5903
|
+
* @param ListDbCredentialsRequest
|
|
5904
|
+
* @return ListDbCredentialsResponse
|
|
5905
|
+
* @throws OciError when an error occurs
|
|
5906
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListDbCredentials.ts.html |here} to see how to use ListDbCredentials API.
|
|
5907
|
+
*/
|
|
5908
|
+
listDbCredentials(listDbCredentialsRequest) {
|
|
5909
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5910
|
+
if (this.logger)
|
|
5911
|
+
this.logger.debug("Calling operation IdentityClient#listDbCredentials.");
|
|
5912
|
+
const pathParams = {
|
|
5913
|
+
"{userId}": listDbCredentialsRequest.userId
|
|
5914
|
+
};
|
|
5915
|
+
const queryParams = {
|
|
5916
|
+
"page": listDbCredentialsRequest.page,
|
|
5917
|
+
"limit": listDbCredentialsRequest.limit,
|
|
5918
|
+
"name": listDbCredentialsRequest.name,
|
|
5919
|
+
"sortBy": listDbCredentialsRequest.sortBy,
|
|
5920
|
+
"sortOrder": listDbCredentialsRequest.sortOrder,
|
|
5921
|
+
"lifecycleState": listDbCredentialsRequest.lifecycleState
|
|
5922
|
+
};
|
|
5923
|
+
let headerParams = {
|
|
5924
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5925
|
+
"opc-request-id": listDbCredentialsRequest.opcRequestId
|
|
5926
|
+
};
|
|
5927
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
5928
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDbCredentialsRequest.retryConfiguration, specRetryConfiguration);
|
|
5929
|
+
if (this.logger)
|
|
5930
|
+
retrier.logger = this.logger;
|
|
5931
|
+
const request = yield oci_common_2.composeRequest({
|
|
5932
|
+
baseEndpoint: this._endpoint,
|
|
5933
|
+
defaultHeaders: this._defaultHeaders,
|
|
5934
|
+
path: "/users/{userId}/dbCredentials",
|
|
5935
|
+
method: "GET",
|
|
5936
|
+
pathParams: pathParams,
|
|
5937
|
+
headerParams: headerParams,
|
|
5938
|
+
queryParams: queryParams
|
|
5939
|
+
});
|
|
5940
|
+
try {
|
|
5941
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
5942
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
5943
|
+
responseObject: {},
|
|
5944
|
+
body: yield response.json(),
|
|
5945
|
+
bodyKey: "items",
|
|
5946
|
+
bodyModel: model.DbCredentialSummary,
|
|
5947
|
+
type: "Array<model.DbCredentialSummary>",
|
|
5948
|
+
responseHeaders: [
|
|
5949
|
+
{
|
|
5950
|
+
value: response.headers.get("opc-request-id"),
|
|
5951
|
+
key: "opcRequestId",
|
|
5952
|
+
dataType: "string"
|
|
5953
|
+
},
|
|
5954
|
+
{
|
|
5955
|
+
value: response.headers.get("opc-next-page"),
|
|
5956
|
+
key: "opcNextPage",
|
|
5957
|
+
dataType: "string"
|
|
5958
|
+
}
|
|
5959
|
+
]
|
|
5960
|
+
});
|
|
5961
|
+
return sdkResponse;
|
|
5962
|
+
}
|
|
5963
|
+
catch (err) {
|
|
5964
|
+
throw err;
|
|
5965
|
+
}
|
|
5966
|
+
});
|
|
5967
|
+
}
|
|
5968
|
+
/**
|
|
5969
|
+
* NOTE: This function is deprecated in favor of listDbCredentialsRecordIterator function.
|
|
5970
|
+
* Creates a new async iterator which will iterate over the models.DbCredentialSummary objects
|
|
5971
|
+
* contained in responses from the listDbCredentials operation. This iterator will fetch more data from the
|
|
5972
|
+
* server as needed.
|
|
5973
|
+
*
|
|
5974
|
+
* @param request a request which can be sent to the service operation
|
|
5975
|
+
*/
|
|
5976
|
+
listAllDbCredentials(request) {
|
|
5977
|
+
return oci_common_1.paginateRecords(request, req => this.listDbCredentials(req));
|
|
5978
|
+
}
|
|
5979
|
+
/**
|
|
5980
|
+
* NOTE: This function is deprecated in favor of listDbCredentialsResponseIterator function.
|
|
5981
|
+
* Creates a new async iterator which will iterate over the responses received from the listDbCredentials operation. This iterator
|
|
5982
|
+
* will fetch more data from the server as needed.
|
|
5983
|
+
*
|
|
5984
|
+
* @param request a request which can be sent to the service operation
|
|
5985
|
+
*/
|
|
5986
|
+
listAllDbCredentialsResponses(request) {
|
|
5987
|
+
return oci_common_1.paginateResponses(request, req => this.listDbCredentials(req));
|
|
5988
|
+
}
|
|
5989
|
+
/**
|
|
5990
|
+
* Creates a new async iterator which will iterate over the models.DbCredentialSummary objects
|
|
5991
|
+
* contained in responses from the listDbCredentials operation. This iterator will fetch more data from the
|
|
5992
|
+
* server as needed.
|
|
5993
|
+
*
|
|
5994
|
+
* @param request a request which can be sent to the service operation
|
|
5995
|
+
*/
|
|
5996
|
+
listDbCredentialsRecordIterator(request) {
|
|
5997
|
+
return oci_common_1.paginateRecords(request, req => this.listDbCredentials(req));
|
|
5998
|
+
}
|
|
5999
|
+
/**
|
|
6000
|
+
* Creates a new async iterator which will iterate over the responses received from the listDbCredentials operation. This iterator
|
|
6001
|
+
* will fetch more data from the server as needed.
|
|
6002
|
+
*
|
|
6003
|
+
* @param request a request which can be sent to the service operation
|
|
6004
|
+
*/
|
|
6005
|
+
listDbCredentialsResponseIterator(request) {
|
|
6006
|
+
return oci_common_1.paginateResponses(request, req => this.listDbCredentials(req));
|
|
6007
|
+
}
|
|
5663
6008
|
/**
|
|
5664
6009
|
* List all domains that are homed or have a replica region in current region.
|
|
5665
6010
|
* - If any internal error occurs, return 500 INTERNAL SERVER ERROR.
|
|
@@ -5668,7 +6013,7 @@ class IdentityClient {
|
|
|
5668
6013
|
* @param ListDomainsRequest
|
|
5669
6014
|
* @return ListDomainsResponse
|
|
5670
6015
|
* @throws OciError when an error occurs
|
|
5671
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6016
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListDomains.ts.html |here} to see how to use ListDomains API.
|
|
5672
6017
|
*/
|
|
5673
6018
|
listDomains(listDomainsRequest) {
|
|
5674
6019
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5784,7 +6129,7 @@ class IdentityClient {
|
|
|
5784
6129
|
* @param ListDynamicGroupsRequest
|
|
5785
6130
|
* @return ListDynamicGroupsResponse
|
|
5786
6131
|
* @throws OciError when an error occurs
|
|
5787
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListDynamicGroups.ts.html |here} to see how to use ListDynamicGroups API.
|
|
5788
6133
|
*/
|
|
5789
6134
|
listDynamicGroups(listDynamicGroupsRequest) {
|
|
5790
6135
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5893,7 +6238,7 @@ class IdentityClient {
|
|
|
5893
6238
|
* @param ListFaultDomainsRequest
|
|
5894
6239
|
* @return ListFaultDomainsResponse
|
|
5895
6240
|
* @throws OciError when an error occurs
|
|
5896
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListFaultDomains.ts.html |here} to see how to use ListFaultDomains API.
|
|
5897
6242
|
*/
|
|
5898
6243
|
listFaultDomains(listFaultDomainsRequest) {
|
|
5899
6244
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5952,7 +6297,7 @@ class IdentityClient {
|
|
|
5952
6297
|
* @param ListGroupsRequest
|
|
5953
6298
|
* @return ListGroupsResponse
|
|
5954
6299
|
* @throws OciError when an error occurs
|
|
5955
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6300
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListGroups.ts.html |here} to see how to use ListGroups API.
|
|
5956
6301
|
*/
|
|
5957
6302
|
listGroups(listGroupsRequest) {
|
|
5958
6303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6063,7 +6408,7 @@ class IdentityClient {
|
|
|
6063
6408
|
* @param ListIamWorkRequestErrorsRequest
|
|
6064
6409
|
* @return ListIamWorkRequestErrorsResponse
|
|
6065
6410
|
* @throws OciError when an error occurs
|
|
6066
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6411
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListIamWorkRequestErrors.ts.html |here} to see how to use ListIamWorkRequestErrors API.
|
|
6067
6412
|
*/
|
|
6068
6413
|
listIamWorkRequestErrors(listIamWorkRequestErrorsRequest) {
|
|
6069
6414
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6173,7 +6518,7 @@ class IdentityClient {
|
|
|
6173
6518
|
* @param ListIamWorkRequestLogsRequest
|
|
6174
6519
|
* @return ListIamWorkRequestLogsResponse
|
|
6175
6520
|
* @throws OciError when an error occurs
|
|
6176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListIamWorkRequestLogs.ts.html |here} to see how to use ListIamWorkRequestLogs API.
|
|
6177
6522
|
*/
|
|
6178
6523
|
listIamWorkRequestLogs(listIamWorkRequestLogsRequest) {
|
|
6179
6524
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6287,7 +6632,7 @@ class IdentityClient {
|
|
|
6287
6632
|
* @param ListIamWorkRequestsRequest
|
|
6288
6633
|
* @return ListIamWorkRequestsResponse
|
|
6289
6634
|
* @throws OciError when an error occurs
|
|
6290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6635
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListIamWorkRequests.ts.html |here} to see how to use ListIamWorkRequests API.
|
|
6291
6636
|
*/
|
|
6292
6637
|
listIamWorkRequests(listIamWorkRequestsRequest) {
|
|
6293
6638
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6394,7 +6739,7 @@ class IdentityClient {
|
|
|
6394
6739
|
* @param ListIdentityProviderGroupsRequest
|
|
6395
6740
|
* @return ListIdentityProviderGroupsResponse
|
|
6396
6741
|
* @throws OciError when an error occurs
|
|
6397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6742
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListIdentityProviderGroups.ts.html |here} to see how to use ListIdentityProviderGroups API.
|
|
6398
6743
|
*/
|
|
6399
6744
|
listIdentityProviderGroups(listIdentityProviderGroupsRequest) {
|
|
6400
6745
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6505,7 +6850,7 @@ class IdentityClient {
|
|
|
6505
6850
|
* @param ListIdentityProvidersRequest
|
|
6506
6851
|
* @return ListIdentityProvidersResponse
|
|
6507
6852
|
* @throws OciError when an error occurs
|
|
6508
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6853
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListIdentityProviders.ts.html |here} to see how to use ListIdentityProviders API.
|
|
6509
6854
|
*/
|
|
6510
6855
|
listIdentityProviders(listIdentityProvidersRequest) {
|
|
6511
6856
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6615,7 +6960,7 @@ class IdentityClient {
|
|
|
6615
6960
|
* @param ListIdpGroupMappingsRequest
|
|
6616
6961
|
* @return ListIdpGroupMappingsResponse
|
|
6617
6962
|
* @throws OciError when an error occurs
|
|
6618
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6963
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListIdpGroupMappings.ts.html |here} to see how to use ListIdpGroupMappings API.
|
|
6619
6964
|
*/
|
|
6620
6965
|
listIdpGroupMappings(listIdpGroupMappingsRequest) {
|
|
6621
6966
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6720,7 +7065,7 @@ class IdentityClient {
|
|
|
6720
7065
|
* @param ListMfaTotpDevicesRequest
|
|
6721
7066
|
* @return ListMfaTotpDevicesResponse
|
|
6722
7067
|
* @throws OciError when an error occurs
|
|
6723
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7068
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListMfaTotpDevices.ts.html |here} to see how to use ListMfaTotpDevices API.
|
|
6724
7069
|
*/
|
|
6725
7070
|
listMfaTotpDevices(listMfaTotpDevicesRequest) {
|
|
6726
7071
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6828,7 +7173,7 @@ class IdentityClient {
|
|
|
6828
7173
|
* @param ListNetworkSourcesRequest
|
|
6829
7174
|
* @return ListNetworkSourcesResponse
|
|
6830
7175
|
* @throws OciError when an error occurs
|
|
6831
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListNetworkSources.ts.html |here} to see how to use ListNetworkSources API.
|
|
6832
7177
|
*/
|
|
6833
7178
|
listNetworkSources(listNetworkSourcesRequest) {
|
|
6834
7179
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6935,7 +7280,7 @@ class IdentityClient {
|
|
|
6935
7280
|
* @param ListOAuthClientCredentialsRequest
|
|
6936
7281
|
* @return ListOAuthClientCredentialsResponse
|
|
6937
7282
|
* @throws OciError when an error occurs
|
|
6938
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7283
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListOAuthClientCredentials.ts.html |here} to see how to use ListOAuthClientCredentials API.
|
|
6939
7284
|
*/
|
|
6940
7285
|
listOAuthClientCredentials(listOAuthClientCredentialsRequest) {
|
|
6941
7286
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7044,7 +7389,7 @@ class IdentityClient {
|
|
|
7044
7389
|
* @param ListPoliciesRequest
|
|
7045
7390
|
* @return ListPoliciesResponse
|
|
7046
7391
|
* @throws OciError when an error occurs
|
|
7047
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListPolicies.ts.html |here} to see how to use ListPolicies API.
|
|
7048
7393
|
*/
|
|
7049
7394
|
listPolicies(listPoliciesRequest) {
|
|
7050
7395
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7150,7 +7495,7 @@ class IdentityClient {
|
|
|
7150
7495
|
* @param ListRegionSubscriptionsRequest
|
|
7151
7496
|
* @return ListRegionSubscriptionsResponse
|
|
7152
7497
|
* @throws OciError when an error occurs
|
|
7153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7498
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListRegionSubscriptions.ts.html |here} to see how to use ListRegionSubscriptions API.
|
|
7154
7499
|
*/
|
|
7155
7500
|
listRegionSubscriptions(listRegionSubscriptionsRequest) {
|
|
7156
7501
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7205,7 +7550,7 @@ class IdentityClient {
|
|
|
7205
7550
|
* @param ListRegionsRequest
|
|
7206
7551
|
* @return ListRegionsResponse
|
|
7207
7552
|
* @throws OciError when an error occurs
|
|
7208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7553
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListRegions.ts.html |here} to see how to use ListRegions API.
|
|
7209
7554
|
*/
|
|
7210
7555
|
listRegions(listRegionsRequest) {
|
|
7211
7556
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7260,7 +7605,7 @@ class IdentityClient {
|
|
|
7260
7605
|
* @param ListSmtpCredentialsRequest
|
|
7261
7606
|
* @return ListSmtpCredentialsResponse
|
|
7262
7607
|
* @throws OciError when an error occurs
|
|
7263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7608
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListSmtpCredentials.ts.html |here} to see how to use ListSmtpCredentials API.
|
|
7264
7609
|
*/
|
|
7265
7610
|
listSmtpCredentials(listSmtpCredentialsRequest) {
|
|
7266
7611
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7314,6 +7659,109 @@ class IdentityClient {
|
|
|
7314
7659
|
}
|
|
7315
7660
|
});
|
|
7316
7661
|
}
|
|
7662
|
+
/**
|
|
7663
|
+
* Lists available standard tag namespaces that users can create.
|
|
7664
|
+
*
|
|
7665
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
7666
|
+
* @param ListStandardTagNamespacesRequest
|
|
7667
|
+
* @return ListStandardTagNamespacesResponse
|
|
7668
|
+
* @throws OciError when an error occurs
|
|
7669
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListStandardTagNamespaces.ts.html |here} to see how to use ListStandardTagNamespaces API.
|
|
7670
|
+
*/
|
|
7671
|
+
listStandardTagNamespaces(listStandardTagNamespacesRequest) {
|
|
7672
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
7673
|
+
if (this.logger)
|
|
7674
|
+
this.logger.debug("Calling operation IdentityClient#listStandardTagNamespaces.");
|
|
7675
|
+
const pathParams = {};
|
|
7676
|
+
const queryParams = {
|
|
7677
|
+
"compartmentId": listStandardTagNamespacesRequest.compartmentId,
|
|
7678
|
+
"page": listStandardTagNamespacesRequest.page,
|
|
7679
|
+
"limit": listStandardTagNamespacesRequest.limit
|
|
7680
|
+
};
|
|
7681
|
+
let headerParams = {
|
|
7682
|
+
"Content-Type": common.Constants.APPLICATION_JSON
|
|
7683
|
+
};
|
|
7684
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
7685
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listStandardTagNamespacesRequest.retryConfiguration, specRetryConfiguration);
|
|
7686
|
+
if (this.logger)
|
|
7687
|
+
retrier.logger = this.logger;
|
|
7688
|
+
const request = yield oci_common_2.composeRequest({
|
|
7689
|
+
baseEndpoint: this._endpoint,
|
|
7690
|
+
defaultHeaders: this._defaultHeaders,
|
|
7691
|
+
path: "/tags/standardTagNamespaceTemplates",
|
|
7692
|
+
method: "GET",
|
|
7693
|
+
pathParams: pathParams,
|
|
7694
|
+
headerParams: headerParams,
|
|
7695
|
+
queryParams: queryParams
|
|
7696
|
+
});
|
|
7697
|
+
try {
|
|
7698
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
7699
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
7700
|
+
responseObject: {},
|
|
7701
|
+
body: yield response.json(),
|
|
7702
|
+
bodyKey: "items",
|
|
7703
|
+
bodyModel: model.StandardTagNamespaceTemplateSummary,
|
|
7704
|
+
type: "Array<model.StandardTagNamespaceTemplateSummary>",
|
|
7705
|
+
responseHeaders: [
|
|
7706
|
+
{
|
|
7707
|
+
value: response.headers.get("opc-request-id"),
|
|
7708
|
+
key: "opcRequestId",
|
|
7709
|
+
dataType: "string"
|
|
7710
|
+
},
|
|
7711
|
+
{
|
|
7712
|
+
value: response.headers.get("opc-next-page"),
|
|
7713
|
+
key: "opcNextPage",
|
|
7714
|
+
dataType: "string"
|
|
7715
|
+
}
|
|
7716
|
+
]
|
|
7717
|
+
});
|
|
7718
|
+
return sdkResponse;
|
|
7719
|
+
}
|
|
7720
|
+
catch (err) {
|
|
7721
|
+
throw err;
|
|
7722
|
+
}
|
|
7723
|
+
});
|
|
7724
|
+
}
|
|
7725
|
+
/**
|
|
7726
|
+
* NOTE: This function is deprecated in favor of listStandardTagNamespacesRecordIterator function.
|
|
7727
|
+
* Creates a new async iterator which will iterate over the models.StandardTagNamespaceTemplateSummary objects
|
|
7728
|
+
* contained in responses from the listStandardTagNamespaces operation. This iterator will fetch more data from the
|
|
7729
|
+
* server as needed.
|
|
7730
|
+
*
|
|
7731
|
+
* @param request a request which can be sent to the service operation
|
|
7732
|
+
*/
|
|
7733
|
+
listAllStandardTagNamespaces(request) {
|
|
7734
|
+
return oci_common_1.paginateRecords(request, req => this.listStandardTagNamespaces(req));
|
|
7735
|
+
}
|
|
7736
|
+
/**
|
|
7737
|
+
* NOTE: This function is deprecated in favor of listStandardTagNamespacesResponseIterator function.
|
|
7738
|
+
* Creates a new async iterator which will iterate over the responses received from the listStandardTagNamespaces operation. This iterator
|
|
7739
|
+
* will fetch more data from the server as needed.
|
|
7740
|
+
*
|
|
7741
|
+
* @param request a request which can be sent to the service operation
|
|
7742
|
+
*/
|
|
7743
|
+
listAllStandardTagNamespacesResponses(request) {
|
|
7744
|
+
return oci_common_1.paginateResponses(request, req => this.listStandardTagNamespaces(req));
|
|
7745
|
+
}
|
|
7746
|
+
/**
|
|
7747
|
+
* Creates a new async iterator which will iterate over the models.StandardTagNamespaceTemplateSummary objects
|
|
7748
|
+
* contained in responses from the listStandardTagNamespaces operation. This iterator will fetch more data from the
|
|
7749
|
+
* server as needed.
|
|
7750
|
+
*
|
|
7751
|
+
* @param request a request which can be sent to the service operation
|
|
7752
|
+
*/
|
|
7753
|
+
listStandardTagNamespacesRecordIterator(request) {
|
|
7754
|
+
return oci_common_1.paginateRecords(request, req => this.listStandardTagNamespaces(req));
|
|
7755
|
+
}
|
|
7756
|
+
/**
|
|
7757
|
+
* Creates a new async iterator which will iterate over the responses received from the listStandardTagNamespaces operation. This iterator
|
|
7758
|
+
* will fetch more data from the server as needed.
|
|
7759
|
+
*
|
|
7760
|
+
* @param request a request which can be sent to the service operation
|
|
7761
|
+
*/
|
|
7762
|
+
listStandardTagNamespacesResponseIterator(request) {
|
|
7763
|
+
return oci_common_1.paginateResponses(request, req => this.listStandardTagNamespaces(req));
|
|
7764
|
+
}
|
|
7317
7765
|
/**
|
|
7318
7766
|
* **Deprecated. Use {@link #listAuthTokens(ListAuthTokensRequest) listAuthTokens} instead.**
|
|
7319
7767
|
* <p>
|
|
@@ -7324,7 +7772,7 @@ class IdentityClient {
|
|
|
7324
7772
|
* @param ListSwiftPasswordsRequest
|
|
7325
7773
|
* @return ListSwiftPasswordsResponse
|
|
7326
7774
|
* @throws OciError when an error occurs
|
|
7327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7775
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListSwiftPasswords.ts.html |here} to see how to use ListSwiftPasswords API.
|
|
7328
7776
|
*/
|
|
7329
7777
|
listSwiftPasswords(listSwiftPasswordsRequest) {
|
|
7330
7778
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7385,7 +7833,7 @@ class IdentityClient {
|
|
|
7385
7833
|
* @param ListTagDefaultsRequest
|
|
7386
7834
|
* @return ListTagDefaultsResponse
|
|
7387
7835
|
* @throws OciError when an error occurs
|
|
7388
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7836
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTagDefaults.ts.html |here} to see how to use ListTagDefaults API.
|
|
7389
7837
|
*/
|
|
7390
7838
|
listTagDefaults(listTagDefaultsRequest) {
|
|
7391
7839
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7491,7 +7939,7 @@ class IdentityClient {
|
|
|
7491
7939
|
* @param ListTagNamespacesRequest
|
|
7492
7940
|
* @return ListTagNamespacesResponse
|
|
7493
7941
|
* @throws OciError when an error occurs
|
|
7494
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7942
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTagNamespaces.ts.html |here} to see how to use ListTagNamespaces API.
|
|
7495
7943
|
*/
|
|
7496
7944
|
listTagNamespaces(listTagNamespacesRequest) {
|
|
7497
7945
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7596,7 +8044,7 @@ class IdentityClient {
|
|
|
7596
8044
|
* @param ListTaggingWorkRequestErrorsRequest
|
|
7597
8045
|
* @return ListTaggingWorkRequestErrorsResponse
|
|
7598
8046
|
* @throws OciError when an error occurs
|
|
7599
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8047
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTaggingWorkRequestErrors.ts.html |here} to see how to use ListTaggingWorkRequestErrors API.
|
|
7600
8048
|
*/
|
|
7601
8049
|
listTaggingWorkRequestErrors(listTaggingWorkRequestErrorsRequest) {
|
|
7602
8050
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7705,7 +8153,7 @@ class IdentityClient {
|
|
|
7705
8153
|
* @param ListTaggingWorkRequestLogsRequest
|
|
7706
8154
|
* @return ListTaggingWorkRequestLogsResponse
|
|
7707
8155
|
* @throws OciError when an error occurs
|
|
7708
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTaggingWorkRequestLogs.ts.html |here} to see how to use ListTaggingWorkRequestLogs API.
|
|
7709
8157
|
*/
|
|
7710
8158
|
listTaggingWorkRequestLogs(listTaggingWorkRequestLogsRequest) {
|
|
7711
8159
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7814,7 +8262,7 @@ class IdentityClient {
|
|
|
7814
8262
|
* @param ListTaggingWorkRequestsRequest
|
|
7815
8263
|
* @return ListTaggingWorkRequestsResponse
|
|
7816
8264
|
* @throws OciError when an error occurs
|
|
7817
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTaggingWorkRequests.ts.html |here} to see how to use ListTaggingWorkRequests API.
|
|
7818
8266
|
*/
|
|
7819
8267
|
listTaggingWorkRequests(listTaggingWorkRequestsRequest) {
|
|
7820
8268
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7918,7 +8366,7 @@ class IdentityClient {
|
|
|
7918
8366
|
* @param ListTagsRequest
|
|
7919
8367
|
* @return ListTagsResponse
|
|
7920
8368
|
* @throws OciError when an error occurs
|
|
7921
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8369
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTags.ts.html |here} to see how to use ListTags API.
|
|
7922
8370
|
*/
|
|
7923
8371
|
listTags(listTagsRequest) {
|
|
7924
8372
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8032,7 +8480,7 @@ class IdentityClient {
|
|
|
8032
8480
|
* @param ListUserGroupMembershipsRequest
|
|
8033
8481
|
* @return ListUserGroupMembershipsResponse
|
|
8034
8482
|
* @throws OciError when an error occurs
|
|
8035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8483
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListUserGroupMemberships.ts.html |here} to see how to use ListUserGroupMemberships API.
|
|
8036
8484
|
*/
|
|
8037
8485
|
listUserGroupMemberships(listUserGroupMembershipsRequest) {
|
|
8038
8486
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8139,7 +8587,7 @@ class IdentityClient {
|
|
|
8139
8587
|
* @param ListUsersRequest
|
|
8140
8588
|
* @return ListUsersResponse
|
|
8141
8589
|
* @throws OciError when an error occurs
|
|
8142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8590
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListUsers.ts.html |here} to see how to use ListUsers API.
|
|
8143
8591
|
*/
|
|
8144
8592
|
listUsers(listUsersRequest) {
|
|
8145
8593
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8248,7 +8696,7 @@ class IdentityClient {
|
|
|
8248
8696
|
* @param ListWorkRequestsRequest
|
|
8249
8697
|
* @return ListWorkRequestsResponse
|
|
8250
8698
|
* @throws OciError when an error occurs
|
|
8251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8699
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
8252
8700
|
*/
|
|
8253
8701
|
listWorkRequests(listWorkRequestsRequest) {
|
|
8254
8702
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8359,7 +8807,7 @@ class IdentityClient {
|
|
|
8359
8807
|
* @param MoveCompartmentRequest
|
|
8360
8808
|
* @return MoveCompartmentResponse
|
|
8361
8809
|
* @throws OciError when an error occurs
|
|
8362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8810
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/MoveCompartment.ts.html |here} to see how to use MoveCompartment API.
|
|
8363
8811
|
*/
|
|
8364
8812
|
moveCompartment(moveCompartmentRequest) {
|
|
8365
8813
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8420,7 +8868,7 @@ class IdentityClient {
|
|
|
8420
8868
|
* @param RecoverCompartmentRequest
|
|
8421
8869
|
* @return RecoverCompartmentResponse
|
|
8422
8870
|
* @throws OciError when an error occurs
|
|
8423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8871
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/RecoverCompartment.ts.html |here} to see how to use RecoverCompartment API.
|
|
8424
8872
|
*/
|
|
8425
8873
|
recoverCompartment(recoverCompartmentRequest) {
|
|
8426
8874
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8482,7 +8930,7 @@ class IdentityClient {
|
|
|
8482
8930
|
* @param RemoveUserFromGroupRequest
|
|
8483
8931
|
* @return RemoveUserFromGroupResponse
|
|
8484
8932
|
* @throws OciError when an error occurs
|
|
8485
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8933
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/RemoveUserFromGroup.ts.html |here} to see how to use RemoveUserFromGroup API.
|
|
8486
8934
|
*/
|
|
8487
8935
|
removeUserFromGroup(removeUserFromGroupRequest) {
|
|
8488
8936
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8535,7 +8983,7 @@ class IdentityClient {
|
|
|
8535
8983
|
* @param ResetIdpScimClientRequest
|
|
8536
8984
|
* @return ResetIdpScimClientResponse
|
|
8537
8985
|
* @throws OciError when an error occurs
|
|
8538
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8986
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ResetIdpScimClient.ts.html |here} to see how to use ResetIdpScimClient API.
|
|
8539
8987
|
*/
|
|
8540
8988
|
resetIdpScimClient(resetIdpScimClientRequest) {
|
|
8541
8989
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8591,7 +9039,7 @@ class IdentityClient {
|
|
|
8591
9039
|
* @param UpdateAuthTokenRequest
|
|
8592
9040
|
* @return UpdateAuthTokenResponse
|
|
8593
9041
|
* @throws OciError when an error occurs
|
|
8594
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9042
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateAuthToken.ts.html |here} to see how to use UpdateAuthToken API.
|
|
8595
9043
|
*/
|
|
8596
9044
|
updateAuthToken(updateAuthTokenRequest) {
|
|
8597
9045
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8655,7 +9103,7 @@ class IdentityClient {
|
|
|
8655
9103
|
* @param UpdateAuthenticationPolicyRequest
|
|
8656
9104
|
* @return UpdateAuthenticationPolicyResponse
|
|
8657
9105
|
* @throws OciError when an error occurs
|
|
8658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateAuthenticationPolicy.ts.html |here} to see how to use UpdateAuthenticationPolicy API.
|
|
8659
9107
|
*/
|
|
8660
9108
|
updateAuthenticationPolicy(updateAuthenticationPolicyRequest) {
|
|
8661
9109
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8717,7 +9165,7 @@ class IdentityClient {
|
|
|
8717
9165
|
* @param UpdateCompartmentRequest
|
|
8718
9166
|
* @return UpdateCompartmentResponse
|
|
8719
9167
|
* @throws OciError when an error occurs
|
|
8720
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateCompartment.ts.html |here} to see how to use UpdateCompartment API.
|
|
8721
9169
|
*/
|
|
8722
9170
|
updateCompartment(updateCompartmentRequest) {
|
|
8723
9171
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8780,7 +9228,7 @@ class IdentityClient {
|
|
|
8780
9228
|
* @param UpdateCustomerSecretKeyRequest
|
|
8781
9229
|
* @return UpdateCustomerSecretKeyResponse
|
|
8782
9230
|
* @throws OciError when an error occurs
|
|
8783
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateCustomerSecretKey.ts.html |here} to see how to use UpdateCustomerSecretKey API.
|
|
8784
9232
|
*/
|
|
8785
9233
|
updateCustomerSecretKey(updateCustomerSecretKeyRequest) {
|
|
8786
9234
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8855,7 +9303,7 @@ class IdentityClient {
|
|
|
8855
9303
|
* @param UpdateDomainRequest
|
|
8856
9304
|
* @return UpdateDomainResponse
|
|
8857
9305
|
* @throws OciError when an error occurs
|
|
8858
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
|
|
8859
9307
|
*/
|
|
8860
9308
|
updateDomain(updateDomainRequest) {
|
|
8861
9309
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8914,7 +9362,7 @@ class IdentityClient {
|
|
|
8914
9362
|
* @param UpdateDynamicGroupRequest
|
|
8915
9363
|
* @return UpdateDynamicGroupResponse
|
|
8916
9364
|
* @throws OciError when an error occurs
|
|
8917
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9365
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateDynamicGroup.ts.html |here} to see how to use UpdateDynamicGroup API.
|
|
8918
9366
|
*/
|
|
8919
9367
|
updateDynamicGroup(updateDynamicGroupRequest) {
|
|
8920
9368
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8976,7 +9424,7 @@ class IdentityClient {
|
|
|
8976
9424
|
* @param UpdateGroupRequest
|
|
8977
9425
|
* @return UpdateGroupResponse
|
|
8978
9426
|
* @throws OciError when an error occurs
|
|
8979
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9427
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
|
|
8980
9428
|
*/
|
|
8981
9429
|
updateGroup(updateGroupRequest) {
|
|
8982
9430
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9041,7 +9489,7 @@ class IdentityClient {
|
|
|
9041
9489
|
* @param UpdateIdentityProviderRequest
|
|
9042
9490
|
* @return UpdateIdentityProviderResponse
|
|
9043
9491
|
* @throws OciError when an error occurs
|
|
9044
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9492
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateIdentityProvider.ts.html |here} to see how to use UpdateIdentityProvider API.
|
|
9045
9493
|
*/
|
|
9046
9494
|
updateIdentityProvider(updateIdentityProviderRequest) {
|
|
9047
9495
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9106,7 +9554,7 @@ class IdentityClient {
|
|
|
9106
9554
|
* @param UpdateIdpGroupMappingRequest
|
|
9107
9555
|
* @return UpdateIdpGroupMappingResponse
|
|
9108
9556
|
* @throws OciError when an error occurs
|
|
9109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateIdpGroupMapping.ts.html |here} to see how to use UpdateIdpGroupMapping API.
|
|
9110
9558
|
*/
|
|
9111
9559
|
updateIdpGroupMapping(updateIdpGroupMappingRequest) {
|
|
9112
9560
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9169,7 +9617,7 @@ class IdentityClient {
|
|
|
9169
9617
|
* @param UpdateNetworkSourceRequest
|
|
9170
9618
|
* @return UpdateNetworkSourceResponse
|
|
9171
9619
|
* @throws OciError when an error occurs
|
|
9172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9620
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateNetworkSource.ts.html |here} to see how to use UpdateNetworkSource API.
|
|
9173
9621
|
*/
|
|
9174
9622
|
updateNetworkSource(updateNetworkSourceRequest) {
|
|
9175
9623
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9232,7 +9680,7 @@ class IdentityClient {
|
|
|
9232
9680
|
* @param UpdateOAuthClientCredentialRequest
|
|
9233
9681
|
* @return UpdateOAuthClientCredentialResponse
|
|
9234
9682
|
* @throws OciError when an error occurs
|
|
9235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9683
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateOAuthClientCredential.ts.html |here} to see how to use UpdateOAuthClientCredential API.
|
|
9236
9684
|
*/
|
|
9237
9685
|
updateOAuthClientCredential(updateOAuthClientCredentialRequest) {
|
|
9238
9686
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9298,7 +9746,7 @@ class IdentityClient {
|
|
|
9298
9746
|
* @param UpdatePolicyRequest
|
|
9299
9747
|
* @return UpdatePolicyResponse
|
|
9300
9748
|
* @throws OciError when an error occurs
|
|
9301
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9749
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdatePolicy.ts.html |here} to see how to use UpdatePolicy API.
|
|
9302
9750
|
*/
|
|
9303
9751
|
updatePolicy(updatePolicyRequest) {
|
|
9304
9752
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9361,7 +9809,7 @@ class IdentityClient {
|
|
|
9361
9809
|
* @param UpdateSmtpCredentialRequest
|
|
9362
9810
|
* @return UpdateSmtpCredentialResponse
|
|
9363
9811
|
* @throws OciError when an error occurs
|
|
9364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9812
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateSmtpCredential.ts.html |here} to see how to use UpdateSmtpCredential API.
|
|
9365
9813
|
*/
|
|
9366
9814
|
updateSmtpCredential(updateSmtpCredentialRequest) {
|
|
9367
9815
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9427,7 +9875,7 @@ class IdentityClient {
|
|
|
9427
9875
|
* @param UpdateSwiftPasswordRequest
|
|
9428
9876
|
* @return UpdateSwiftPasswordResponse
|
|
9429
9877
|
* @throws OciError when an error occurs
|
|
9430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9878
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateSwiftPassword.ts.html |here} to see how to use UpdateSwiftPassword API.
|
|
9431
9879
|
*/
|
|
9432
9880
|
updateSwiftPassword(updateSwiftPasswordRequest) {
|
|
9433
9881
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9500,7 +9948,7 @@ class IdentityClient {
|
|
|
9500
9948
|
* @param UpdateTagRequest
|
|
9501
9949
|
* @return UpdateTagResponse
|
|
9502
9950
|
* @throws OciError when an error occurs
|
|
9503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9951
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateTag.ts.html |here} to see how to use UpdateTag API.
|
|
9504
9952
|
*/
|
|
9505
9953
|
updateTag(updateTagRequest) {
|
|
9506
9954
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9569,7 +10017,7 @@ class IdentityClient {
|
|
|
9569
10017
|
* @param UpdateTagDefaultRequest
|
|
9570
10018
|
* @return UpdateTagDefaultResponse
|
|
9571
10019
|
* @throws OciError when an error occurs
|
|
9572
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10020
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateTagDefault.ts.html |here} to see how to use UpdateTagDefault API.
|
|
9573
10021
|
*/
|
|
9574
10022
|
updateTagDefault(updateTagDefaultRequest) {
|
|
9575
10023
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9641,7 +10089,7 @@ class IdentityClient {
|
|
|
9641
10089
|
* @param UpdateTagNamespaceRequest
|
|
9642
10090
|
* @return UpdateTagNamespaceResponse
|
|
9643
10091
|
* @throws OciError when an error occurs
|
|
9644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10092
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateTagNamespace.ts.html |here} to see how to use UpdateTagNamespace API.
|
|
9645
10093
|
*/
|
|
9646
10094
|
updateTagNamespace(updateTagNamespaceRequest) {
|
|
9647
10095
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9697,7 +10145,7 @@ class IdentityClient {
|
|
|
9697
10145
|
* @param UpdateUserRequest
|
|
9698
10146
|
* @return UpdateUserResponse
|
|
9699
10147
|
* @throws OciError when an error occurs
|
|
9700
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateUser.ts.html |here} to see how to use UpdateUser API.
|
|
9701
10149
|
*/
|
|
9702
10150
|
updateUser(updateUserRequest) {
|
|
9703
10151
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9760,7 +10208,7 @@ class IdentityClient {
|
|
|
9760
10208
|
* @param UpdateUserCapabilitiesRequest
|
|
9761
10209
|
* @return UpdateUserCapabilitiesResponse
|
|
9762
10210
|
* @throws OciError when an error occurs
|
|
9763
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateUserCapabilities.ts.html |here} to see how to use UpdateUserCapabilities API.
|
|
9764
10212
|
*/
|
|
9765
10213
|
updateUserCapabilities(updateUserCapabilitiesRequest) {
|
|
9766
10214
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9823,7 +10271,7 @@ class IdentityClient {
|
|
|
9823
10271
|
* @param UpdateUserStateRequest
|
|
9824
10272
|
* @return UpdateUserStateResponse
|
|
9825
10273
|
* @throws OciError when an error occurs
|
|
9826
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10274
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateUserState.ts.html |here} to see how to use UpdateUserState API.
|
|
9827
10275
|
*/
|
|
9828
10276
|
updateUserState(updateUserStateRequest) {
|
|
9829
10277
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9900,7 +10348,7 @@ class IdentityClient {
|
|
|
9900
10348
|
* @param UploadApiKeyRequest
|
|
9901
10349
|
* @return UploadApiKeyResponse
|
|
9902
10350
|
* @throws OciError when an error occurs
|
|
9903
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10351
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UploadApiKey.ts.html |here} to see how to use UploadApiKey API.
|
|
9904
10352
|
*/
|
|
9905
10353
|
uploadApiKey(uploadApiKeyRequest) {
|
|
9906
10354
|
return __awaiter(this, void 0, void 0, function* () {
|