oci-identity 2.6.1 → 2.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +199 -136
- package/lib/client.js +357 -137
- package/lib/client.js.map +1 -1
- package/lib/model/bulk-edit-resource.d.ts +1 -1
- package/lib/model/create-domain-details.d.ts +1 -1
- 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 +8 -0
- package/lib/model/index.js +10 -2
- 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/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-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-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 +6 -0
- 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-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/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 +6 -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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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* () {
|
|
@@ -1222,7 +1222,7 @@ class IdentityClient {
|
|
|
1222
1222
|
* @param CreateDomainRequest
|
|
1223
1223
|
* @return CreateDomainResponse
|
|
1224
1224
|
* @throws OciError when an error occurs
|
|
1225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateDomain.ts.html |here} to see how to use CreateDomain API.
|
|
1226
1226
|
*/
|
|
1227
1227
|
createDomain(createDomainRequest) {
|
|
1228
1228
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1297,7 +1297,7 @@ class IdentityClient {
|
|
|
1297
1297
|
* @param CreateDynamicGroupRequest
|
|
1298
1298
|
* @return CreateDynamicGroupResponse
|
|
1299
1299
|
* @throws OciError when an error occurs
|
|
1300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1300
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateDynamicGroup.ts.html |here} to see how to use CreateDynamicGroup API.
|
|
1301
1301
|
*/
|
|
1302
1302
|
createDynamicGroup(createDynamicGroupRequest) {
|
|
1303
1303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1378,7 +1378,7 @@ class IdentityClient {
|
|
|
1378
1378
|
* @param CreateGroupRequest
|
|
1379
1379
|
* @return CreateGroupResponse
|
|
1380
1380
|
* @throws OciError when an error occurs
|
|
1381
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1381
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateGroup.ts.html |here} to see how to use CreateGroup API.
|
|
1382
1382
|
*/
|
|
1383
1383
|
createGroup(createGroupRequest) {
|
|
1384
1384
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1458,7 +1458,7 @@ class IdentityClient {
|
|
|
1458
1458
|
* @param CreateIdentityProviderRequest
|
|
1459
1459
|
* @return CreateIdentityProviderResponse
|
|
1460
1460
|
* @throws OciError when an error occurs
|
|
1461
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1461
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateIdentityProvider.ts.html |here} to see how to use CreateIdentityProvider API.
|
|
1462
1462
|
*/
|
|
1463
1463
|
createIdentityProvider(createIdentityProviderRequest) {
|
|
1464
1464
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1522,7 +1522,7 @@ class IdentityClient {
|
|
|
1522
1522
|
* @param CreateIdpGroupMappingRequest
|
|
1523
1523
|
* @return CreateIdpGroupMappingResponse
|
|
1524
1524
|
* @throws OciError when an error occurs
|
|
1525
|
-
* @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.9.1/identity/CreateIdpGroupMapping.ts.html |here} to see how to use CreateIdpGroupMapping API.
|
|
1526
1526
|
*/
|
|
1527
1527
|
createIdpGroupMapping(createIdpGroupMappingRequest) {
|
|
1528
1528
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1585,7 +1585,7 @@ class IdentityClient {
|
|
|
1585
1585
|
* @param CreateMfaTotpDeviceRequest
|
|
1586
1586
|
* @return CreateMfaTotpDeviceResponse
|
|
1587
1587
|
* @throws OciError when an error occurs
|
|
1588
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1588
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateMfaTotpDevice.ts.html |here} to see how to use CreateMfaTotpDevice API.
|
|
1589
1589
|
*/
|
|
1590
1590
|
createMfaTotpDevice(createMfaTotpDeviceRequest) {
|
|
1591
1591
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1667,7 +1667,7 @@ class IdentityClient {
|
|
|
1667
1667
|
* @param CreateNetworkSourceRequest
|
|
1668
1668
|
* @return CreateNetworkSourceResponse
|
|
1669
1669
|
* @throws OciError when an error occurs
|
|
1670
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1670
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateNetworkSource.ts.html |here} to see how to use CreateNetworkSource API.
|
|
1671
1671
|
*/
|
|
1672
1672
|
createNetworkSource(createNetworkSourceRequest) {
|
|
1673
1673
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1728,7 +1728,7 @@ class IdentityClient {
|
|
|
1728
1728
|
* @param CreateOAuthClientCredentialRequest
|
|
1729
1729
|
* @return CreateOAuthClientCredentialResponse
|
|
1730
1730
|
* @throws OciError when an error occurs
|
|
1731
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1731
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateOAuthClientCredential.ts.html |here} to see how to use CreateOAuthClientCredential API.
|
|
1732
1732
|
*/
|
|
1733
1733
|
createOAuthClientCredential(createOAuthClientCredentialRequest) {
|
|
1734
1734
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1801,7 +1801,7 @@ class IdentityClient {
|
|
|
1801
1801
|
* @param CreateOrResetUIPasswordRequest
|
|
1802
1802
|
* @return CreateOrResetUIPasswordResponse
|
|
1803
1803
|
* @throws OciError when an error occurs
|
|
1804
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1804
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateOrResetUIPassword.ts.html |here} to see how to use CreateOrResetUIPassword API.
|
|
1805
1805
|
*/
|
|
1806
1806
|
createOrResetUIPassword(createOrResetUIPasswordRequest) {
|
|
1807
1807
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1879,7 +1879,7 @@ class IdentityClient {
|
|
|
1879
1879
|
* @param CreatePolicyRequest
|
|
1880
1880
|
* @return CreatePolicyResponse
|
|
1881
1881
|
* @throws OciError when an error occurs
|
|
1882
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1882
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreatePolicy.ts.html |here} to see how to use CreatePolicy API.
|
|
1883
1883
|
*/
|
|
1884
1884
|
createPolicy(createPolicyRequest) {
|
|
1885
1885
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1940,7 +1940,7 @@ class IdentityClient {
|
|
|
1940
1940
|
* @param CreateRegionSubscriptionRequest
|
|
1941
1941
|
* @return CreateRegionSubscriptionResponse
|
|
1942
1942
|
* @throws OciError when an error occurs
|
|
1943
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1943
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateRegionSubscription.ts.html |here} to see how to use CreateRegionSubscription API.
|
|
1944
1944
|
*/
|
|
1945
1945
|
createRegionSubscription(createRegionSubscriptionRequest) {
|
|
1946
1946
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2001,7 +2001,7 @@ class IdentityClient {
|
|
|
2001
2001
|
* @param CreateSmtpCredentialRequest
|
|
2002
2002
|
* @return CreateSmtpCredentialResponse
|
|
2003
2003
|
* @throws OciError when an error occurs
|
|
2004
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2004
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateSmtpCredential.ts.html |here} to see how to use CreateSmtpCredential API.
|
|
2005
2005
|
*/
|
|
2006
2006
|
createSmtpCredential(createSmtpCredentialRequest) {
|
|
2007
2007
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2075,7 +2075,7 @@ class IdentityClient {
|
|
|
2075
2075
|
* @param CreateSwiftPasswordRequest
|
|
2076
2076
|
* @return CreateSwiftPasswordResponse
|
|
2077
2077
|
* @throws OciError when an error occurs
|
|
2078
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2078
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateSwiftPassword.ts.html |here} to see how to use CreateSwiftPassword API.
|
|
2079
2079
|
*/
|
|
2080
2080
|
createSwiftPassword(createSwiftPasswordRequest) {
|
|
2081
2081
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2159,7 +2159,7 @@ class IdentityClient {
|
|
|
2159
2159
|
* @param CreateTagRequest
|
|
2160
2160
|
* @return CreateTagResponse
|
|
2161
2161
|
* @throws OciError when an error occurs
|
|
2162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateTag.ts.html |here} to see how to use CreateTag API.
|
|
2163
2163
|
*/
|
|
2164
2164
|
createTag(createTagRequest) {
|
|
2165
2165
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2229,7 +2229,7 @@ class IdentityClient {
|
|
|
2229
2229
|
* @param CreateTagDefaultRequest
|
|
2230
2230
|
* @return CreateTagDefaultResponse
|
|
2231
2231
|
* @throws OciError when an error occurs
|
|
2232
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateTagDefault.ts.html |here} to see how to use CreateTagDefault API.
|
|
2233
2233
|
*/
|
|
2234
2234
|
createTagDefault(createTagDefaultRequest) {
|
|
2235
2235
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2304,7 +2304,7 @@ class IdentityClient {
|
|
|
2304
2304
|
* @param CreateTagNamespaceRequest
|
|
2305
2305
|
* @return CreateTagNamespaceResponse
|
|
2306
2306
|
* @throws OciError when an error occurs
|
|
2307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateTagNamespace.ts.html |here} to see how to use CreateTagNamespace API.
|
|
2308
2308
|
*/
|
|
2309
2309
|
createTagNamespace(createTagNamespaceRequest) {
|
|
2310
2310
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2394,7 +2394,7 @@ class IdentityClient {
|
|
|
2394
2394
|
* @param CreateUserRequest
|
|
2395
2395
|
* @return CreateUserResponse
|
|
2396
2396
|
* @throws OciError when an error occurs
|
|
2397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateUser.ts.html |here} to see how to use CreateUser API.
|
|
2398
2398
|
*/
|
|
2399
2399
|
createUser(createUserRequest) {
|
|
2400
2400
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2472,7 +2472,7 @@ class IdentityClient {
|
|
|
2472
2472
|
* @param DeactivateDomainRequest
|
|
2473
2473
|
* @return DeactivateDomainResponse
|
|
2474
2474
|
* @throws OciError when an error occurs
|
|
2475
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2475
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeactivateDomain.ts.html |here} to see how to use DeactivateDomain API.
|
|
2476
2476
|
*/
|
|
2477
2477
|
deactivateDomain(deactivateDomainRequest) {
|
|
2478
2478
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2537,7 +2537,7 @@ class IdentityClient {
|
|
|
2537
2537
|
* @param DeleteApiKeyRequest
|
|
2538
2538
|
* @return DeleteApiKeyResponse
|
|
2539
2539
|
* @throws OciError when an error occurs
|
|
2540
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2540
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteApiKey.ts.html |here} to see how to use DeleteApiKey API.
|
|
2541
2541
|
*/
|
|
2542
2542
|
deleteApiKey(deleteApiKeyRequest) {
|
|
2543
2543
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2591,7 +2591,7 @@ class IdentityClient {
|
|
|
2591
2591
|
* @param DeleteAuthTokenRequest
|
|
2592
2592
|
* @return DeleteAuthTokenResponse
|
|
2593
2593
|
* @throws OciError when an error occurs
|
|
2594
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2594
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteAuthToken.ts.html |here} to see how to use DeleteAuthToken API.
|
|
2595
2595
|
*/
|
|
2596
2596
|
deleteAuthToken(deleteAuthTokenRequest) {
|
|
2597
2597
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2645,7 +2645,7 @@ class IdentityClient {
|
|
|
2645
2645
|
* @param DeleteCompartmentRequest
|
|
2646
2646
|
* @return DeleteCompartmentResponse
|
|
2647
2647
|
* @throws OciError when an error occurs
|
|
2648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2648
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteCompartment.ts.html |here} to see how to use DeleteCompartment API.
|
|
2649
2649
|
*/
|
|
2650
2650
|
deleteCompartment(deleteCompartmentRequest) {
|
|
2651
2651
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2703,7 +2703,7 @@ class IdentityClient {
|
|
|
2703
2703
|
* @param DeleteCustomerSecretKeyRequest
|
|
2704
2704
|
* @return DeleteCustomerSecretKeyResponse
|
|
2705
2705
|
* @throws OciError when an error occurs
|
|
2706
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2706
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteCustomerSecretKey.ts.html |here} to see how to use DeleteCustomerSecretKey API.
|
|
2707
2707
|
*/
|
|
2708
2708
|
deleteCustomerSecretKey(deleteCustomerSecretKeyRequest) {
|
|
2709
2709
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2773,7 +2773,7 @@ class IdentityClient {
|
|
|
2773
2773
|
* @param DeleteDomainRequest
|
|
2774
2774
|
* @return DeleteDomainResponse
|
|
2775
2775
|
* @throws OciError when an error occurs
|
|
2776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2776
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
|
|
2777
2777
|
*/
|
|
2778
2778
|
deleteDomain(deleteDomainRequest) {
|
|
2779
2779
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2832,7 +2832,7 @@ class IdentityClient {
|
|
|
2832
2832
|
* @param DeleteDynamicGroupRequest
|
|
2833
2833
|
* @return DeleteDynamicGroupResponse
|
|
2834
2834
|
* @throws OciError when an error occurs
|
|
2835
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2835
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteDynamicGroup.ts.html |here} to see how to use DeleteDynamicGroup API.
|
|
2836
2836
|
*/
|
|
2837
2837
|
deleteDynamicGroup(deleteDynamicGroupRequest) {
|
|
2838
2838
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2885,7 +2885,7 @@ class IdentityClient {
|
|
|
2885
2885
|
* @param DeleteGroupRequest
|
|
2886
2886
|
* @return DeleteGroupResponse
|
|
2887
2887
|
* @throws OciError when an error occurs
|
|
2888
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2888
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteGroup.ts.html |here} to see how to use DeleteGroup API.
|
|
2889
2889
|
*/
|
|
2890
2890
|
deleteGroup(deleteGroupRequest) {
|
|
2891
2891
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2941,7 +2941,7 @@ class IdentityClient {
|
|
|
2941
2941
|
* @param DeleteIdentityProviderRequest
|
|
2942
2942
|
* @return DeleteIdentityProviderResponse
|
|
2943
2943
|
* @throws OciError when an error occurs
|
|
2944
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2944
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteIdentityProvider.ts.html |here} to see how to use DeleteIdentityProvider API.
|
|
2945
2945
|
*/
|
|
2946
2946
|
deleteIdentityProvider(deleteIdentityProviderRequest) {
|
|
2947
2947
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2996,7 +2996,7 @@ class IdentityClient {
|
|
|
2996
2996
|
* @param DeleteIdpGroupMappingRequest
|
|
2997
2997
|
* @return DeleteIdpGroupMappingResponse
|
|
2998
2998
|
* @throws OciError when an error occurs
|
|
2999
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2999
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteIdpGroupMapping.ts.html |here} to see how to use DeleteIdpGroupMapping API.
|
|
3000
3000
|
*/
|
|
3001
3001
|
deleteIdpGroupMapping(deleteIdpGroupMappingRequest) {
|
|
3002
3002
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3050,7 +3050,7 @@ class IdentityClient {
|
|
|
3050
3050
|
* @param DeleteMfaTotpDeviceRequest
|
|
3051
3051
|
* @return DeleteMfaTotpDeviceResponse
|
|
3052
3052
|
* @throws OciError when an error occurs
|
|
3053
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3053
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteMfaTotpDevice.ts.html |here} to see how to use DeleteMfaTotpDevice API.
|
|
3054
3054
|
*/
|
|
3055
3055
|
deleteMfaTotpDevice(deleteMfaTotpDeviceRequest) {
|
|
3056
3056
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3104,7 +3104,7 @@ class IdentityClient {
|
|
|
3104
3104
|
* @param DeleteNetworkSourceRequest
|
|
3105
3105
|
* @return DeleteNetworkSourceResponse
|
|
3106
3106
|
* @throws OciError when an error occurs
|
|
3107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteNetworkSource.ts.html |here} to see how to use DeleteNetworkSource API.
|
|
3108
3108
|
*/
|
|
3109
3109
|
deleteNetworkSource(deleteNetworkSourceRequest) {
|
|
3110
3110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3157,7 +3157,7 @@ class IdentityClient {
|
|
|
3157
3157
|
* @param DeleteOAuthClientCredentialRequest
|
|
3158
3158
|
* @return DeleteOAuthClientCredentialResponse
|
|
3159
3159
|
* @throws OciError when an error occurs
|
|
3160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteOAuthClientCredential.ts.html |here} to see how to use DeleteOAuthClientCredential API.
|
|
3161
3161
|
*/
|
|
3162
3162
|
deleteOAuthClientCredential(deleteOAuthClientCredentialRequest) {
|
|
3163
3163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3210,7 +3210,7 @@ class IdentityClient {
|
|
|
3210
3210
|
* @param DeletePolicyRequest
|
|
3211
3211
|
* @return DeletePolicyResponse
|
|
3212
3212
|
* @throws OciError when an error occurs
|
|
3213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeletePolicy.ts.html |here} to see how to use DeletePolicy API.
|
|
3214
3214
|
*/
|
|
3215
3215
|
deletePolicy(deletePolicyRequest) {
|
|
3216
3216
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3263,7 +3263,7 @@ class IdentityClient {
|
|
|
3263
3263
|
* @param DeleteSmtpCredentialRequest
|
|
3264
3264
|
* @return DeleteSmtpCredentialResponse
|
|
3265
3265
|
* @throws OciError when an error occurs
|
|
3266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteSmtpCredential.ts.html |here} to see how to use DeleteSmtpCredential API.
|
|
3267
3267
|
*/
|
|
3268
3268
|
deleteSmtpCredential(deleteSmtpCredentialRequest) {
|
|
3269
3269
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3319,7 +3319,7 @@ class IdentityClient {
|
|
|
3319
3319
|
* @param DeleteSwiftPasswordRequest
|
|
3320
3320
|
* @return DeleteSwiftPasswordResponse
|
|
3321
3321
|
* @throws OciError when an error occurs
|
|
3322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteSwiftPassword.ts.html |here} to see how to use DeleteSwiftPassword API.
|
|
3323
3323
|
*/
|
|
3324
3324
|
deleteSwiftPassword(deleteSwiftPasswordRequest) {
|
|
3325
3325
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3393,7 +3393,7 @@ class IdentityClient {
|
|
|
3393
3393
|
* @param DeleteTagRequest
|
|
3394
3394
|
* @return DeleteTagResponse
|
|
3395
3395
|
* @throws OciError when an error occurs
|
|
3396
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3396
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteTag.ts.html |here} to see how to use DeleteTag API.
|
|
3397
3397
|
*/
|
|
3398
3398
|
deleteTag(deleteTagRequest) {
|
|
3399
3399
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3452,7 +3452,7 @@ class IdentityClient {
|
|
|
3452
3452
|
* @param DeleteTagDefaultRequest
|
|
3453
3453
|
* @return DeleteTagDefaultResponse
|
|
3454
3454
|
* @throws OciError when an error occurs
|
|
3455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteTagDefault.ts.html |here} to see how to use DeleteTagDefault API.
|
|
3456
3456
|
*/
|
|
3457
3457
|
deleteTagDefault(deleteTagDefaultRequest) {
|
|
3458
3458
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3512,7 +3512,7 @@ class IdentityClient {
|
|
|
3512
3512
|
* @param DeleteTagNamespaceRequest
|
|
3513
3513
|
* @return DeleteTagNamespaceResponse
|
|
3514
3514
|
* @throws OciError when an error occurs
|
|
3515
|
-
* @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.9.1/identity/DeleteTagNamespace.ts.html |here} to see how to use DeleteTagNamespace API.
|
|
3516
3516
|
*/
|
|
3517
3517
|
deleteTagNamespace(deleteTagNamespaceRequest) {
|
|
3518
3518
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3565,7 +3565,7 @@ class IdentityClient {
|
|
|
3565
3565
|
* @param DeleteUserRequest
|
|
3566
3566
|
* @return DeleteUserResponse
|
|
3567
3567
|
* @throws OciError when an error occurs
|
|
3568
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3568
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteUser.ts.html |here} to see how to use DeleteUser API.
|
|
3569
3569
|
*/
|
|
3570
3570
|
deleteUser(deleteUserRequest) {
|
|
3571
3571
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3630,7 +3630,7 @@ class IdentityClient {
|
|
|
3630
3630
|
* @param EnableReplicationToRegionRequest
|
|
3631
3631
|
* @return EnableReplicationToRegionResponse
|
|
3632
3632
|
* @throws OciError when an error occurs
|
|
3633
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3633
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/EnableReplicationToRegion.ts.html |here} to see how to use EnableReplicationToRegion API.
|
|
3634
3634
|
*/
|
|
3635
3635
|
enableReplicationToRegion(enableReplicationToRegionRequest) {
|
|
3636
3636
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3691,7 +3691,7 @@ class IdentityClient {
|
|
|
3691
3691
|
* @param GenerateTotpSeedRequest
|
|
3692
3692
|
* @return GenerateTotpSeedResponse
|
|
3693
3693
|
* @throws OciError when an error occurs
|
|
3694
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3694
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GenerateTotpSeed.ts.html |here} to see how to use GenerateTotpSeed API.
|
|
3695
3695
|
*/
|
|
3696
3696
|
generateTotpSeed(generateTotpSeedRequest) {
|
|
3697
3697
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3755,7 +3755,7 @@ class IdentityClient {
|
|
|
3755
3755
|
* @param GetAuthenticationPolicyRequest
|
|
3756
3756
|
* @return GetAuthenticationPolicyResponse
|
|
3757
3757
|
* @throws OciError when an error occurs
|
|
3758
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3758
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetAuthenticationPolicy.ts.html |here} to see how to use GetAuthenticationPolicy API.
|
|
3759
3759
|
*/
|
|
3760
3760
|
getAuthenticationPolicy(getAuthenticationPolicyRequest) {
|
|
3761
3761
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3823,7 +3823,7 @@ class IdentityClient {
|
|
|
3823
3823
|
* @param GetCompartmentRequest
|
|
3824
3824
|
* @return GetCompartmentResponse
|
|
3825
3825
|
* @throws OciError when an error occurs
|
|
3826
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3826
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetCompartment.ts.html |here} to see how to use GetCompartment API.
|
|
3827
3827
|
*/
|
|
3828
3828
|
getCompartment(getCompartmentRequest) {
|
|
3829
3829
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3887,7 +3887,7 @@ class IdentityClient {
|
|
|
3887
3887
|
* @param GetDomainRequest
|
|
3888
3888
|
* @return GetDomainResponse
|
|
3889
3889
|
* @throws OciError when an error occurs
|
|
3890
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3890
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetDomain.ts.html |here} to see how to use GetDomain API.
|
|
3891
3891
|
*/
|
|
3892
3892
|
getDomain(getDomainRequest) {
|
|
3893
3893
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3949,7 +3949,7 @@ class IdentityClient {
|
|
|
3949
3949
|
* @param GetDynamicGroupRequest
|
|
3950
3950
|
* @return GetDynamicGroupResponse
|
|
3951
3951
|
* @throws OciError when an error occurs
|
|
3952
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3952
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetDynamicGroup.ts.html |here} to see how to use GetDynamicGroup API.
|
|
3953
3953
|
*/
|
|
3954
3954
|
getDynamicGroup(getDynamicGroupRequest) {
|
|
3955
3955
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4014,7 +4014,7 @@ class IdentityClient {
|
|
|
4014
4014
|
* @param GetGroupRequest
|
|
4015
4015
|
* @return GetGroupResponse
|
|
4016
4016
|
* @throws OciError when an error occurs
|
|
4017
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4017
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetGroup.ts.html |here} to see how to use GetGroup API.
|
|
4018
4018
|
*/
|
|
4019
4019
|
getGroup(getGroupRequest) {
|
|
4020
4020
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4079,7 +4079,7 @@ class IdentityClient {
|
|
|
4079
4079
|
* @param GetIamWorkRequestRequest
|
|
4080
4080
|
* @return GetIamWorkRequestResponse
|
|
4081
4081
|
* @throws OciError when an error occurs
|
|
4082
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4082
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetIamWorkRequest.ts.html |here} to see how to use GetIamWorkRequest API.
|
|
4083
4083
|
*/
|
|
4084
4084
|
getIamWorkRequest(getIamWorkRequestRequest) {
|
|
4085
4085
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4138,7 +4138,7 @@ class IdentityClient {
|
|
|
4138
4138
|
* @param GetIdentityProviderRequest
|
|
4139
4139
|
* @return GetIdentityProviderResponse
|
|
4140
4140
|
* @throws OciError when an error occurs
|
|
4141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetIdentityProvider.ts.html |here} to see how to use GetIdentityProvider API.
|
|
4142
4142
|
*/
|
|
4143
4143
|
getIdentityProvider(getIdentityProviderRequest) {
|
|
4144
4144
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4201,7 +4201,7 @@ class IdentityClient {
|
|
|
4201
4201
|
* @param GetIdpGroupMappingRequest
|
|
4202
4202
|
* @return GetIdpGroupMappingResponse
|
|
4203
4203
|
* @throws OciError when an error occurs
|
|
4204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetIdpGroupMapping.ts.html |here} to see how to use GetIdpGroupMapping API.
|
|
4205
4205
|
*/
|
|
4206
4206
|
getIdpGroupMapping(getIdpGroupMappingRequest) {
|
|
4207
4207
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4263,7 +4263,7 @@ class IdentityClient {
|
|
|
4263
4263
|
* @param GetMfaTotpDeviceRequest
|
|
4264
4264
|
* @return GetMfaTotpDeviceResponse
|
|
4265
4265
|
* @throws OciError when an error occurs
|
|
4266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetMfaTotpDevice.ts.html |here} to see how to use GetMfaTotpDevice API.
|
|
4267
4267
|
*/
|
|
4268
4268
|
getMfaTotpDevice(getMfaTotpDeviceRequest) {
|
|
4269
4269
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4325,7 +4325,7 @@ class IdentityClient {
|
|
|
4325
4325
|
* @param GetNetworkSourceRequest
|
|
4326
4326
|
* @return GetNetworkSourceResponse
|
|
4327
4327
|
* @throws OciError when an error occurs
|
|
4328
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4328
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetNetworkSource.ts.html |here} to see how to use GetNetworkSource API.
|
|
4329
4329
|
*/
|
|
4330
4330
|
getNetworkSource(getNetworkSourceRequest) {
|
|
4331
4331
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4385,7 +4385,7 @@ class IdentityClient {
|
|
|
4385
4385
|
* @param GetPolicyRequest
|
|
4386
4386
|
* @return GetPolicyResponse
|
|
4387
4387
|
* @throws OciError when an error occurs
|
|
4388
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetPolicy.ts.html |here} to see how to use GetPolicy API.
|
|
4389
4389
|
*/
|
|
4390
4390
|
getPolicy(getPolicyRequest) {
|
|
4391
4391
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4439,13 +4439,71 @@ class IdentityClient {
|
|
|
4439
4439
|
}
|
|
4440
4440
|
});
|
|
4441
4441
|
}
|
|
4442
|
+
/**
|
|
4443
|
+
* Retrieve the standard tag namespace template given the standard tag namespace name.
|
|
4444
|
+
*
|
|
4445
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
4446
|
+
* @param GetStandardTagTemplateRequest
|
|
4447
|
+
* @return GetStandardTagTemplateResponse
|
|
4448
|
+
* @throws OciError when an error occurs
|
|
4449
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetStandardTagTemplate.ts.html |here} to see how to use GetStandardTagTemplate API.
|
|
4450
|
+
*/
|
|
4451
|
+
getStandardTagTemplate(getStandardTagTemplateRequest) {
|
|
4452
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4453
|
+
if (this.logger)
|
|
4454
|
+
this.logger.debug("Calling operation IdentityClient#getStandardTagTemplate.");
|
|
4455
|
+
const pathParams = {
|
|
4456
|
+
"{standardTagNamespaceName}": getStandardTagTemplateRequest.standardTagNamespaceName
|
|
4457
|
+
};
|
|
4458
|
+
const queryParams = {
|
|
4459
|
+
"compartmentId": getStandardTagTemplateRequest.compartmentId
|
|
4460
|
+
};
|
|
4461
|
+
let headerParams = {
|
|
4462
|
+
"Content-Type": common.Constants.APPLICATION_JSON
|
|
4463
|
+
};
|
|
4464
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
4465
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getStandardTagTemplateRequest.retryConfiguration, specRetryConfiguration);
|
|
4466
|
+
if (this.logger)
|
|
4467
|
+
retrier.logger = this.logger;
|
|
4468
|
+
const request = yield oci_common_2.composeRequest({
|
|
4469
|
+
baseEndpoint: this._endpoint,
|
|
4470
|
+
defaultHeaders: this._defaultHeaders,
|
|
4471
|
+
path: "/tags/standardTagNamespaceTemplates/{standardTagNamespaceName}",
|
|
4472
|
+
method: "GET",
|
|
4473
|
+
pathParams: pathParams,
|
|
4474
|
+
headerParams: headerParams,
|
|
4475
|
+
queryParams: queryParams
|
|
4476
|
+
});
|
|
4477
|
+
try {
|
|
4478
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
4479
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
4480
|
+
responseObject: {},
|
|
4481
|
+
body: yield response.json(),
|
|
4482
|
+
bodyKey: "standardTagNamespaceTemplate",
|
|
4483
|
+
bodyModel: model.StandardTagNamespaceTemplate,
|
|
4484
|
+
type: "model.StandardTagNamespaceTemplate",
|
|
4485
|
+
responseHeaders: [
|
|
4486
|
+
{
|
|
4487
|
+
value: response.headers.get("opc-request-id"),
|
|
4488
|
+
key: "opcRequestId",
|
|
4489
|
+
dataType: "string"
|
|
4490
|
+
}
|
|
4491
|
+
]
|
|
4492
|
+
});
|
|
4493
|
+
return sdkResponse;
|
|
4494
|
+
}
|
|
4495
|
+
catch (err) {
|
|
4496
|
+
throw err;
|
|
4497
|
+
}
|
|
4498
|
+
});
|
|
4499
|
+
}
|
|
4442
4500
|
/**
|
|
4443
4501
|
* Gets the specified tag's information.
|
|
4444
4502
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
4445
4503
|
* @param GetTagRequest
|
|
4446
4504
|
* @return GetTagResponse
|
|
4447
4505
|
* @throws OciError when an error occurs
|
|
4448
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4506
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetTag.ts.html |here} to see how to use GetTag API.
|
|
4449
4507
|
*/
|
|
4450
4508
|
getTag(getTagRequest) {
|
|
4451
4509
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4507,7 +4565,7 @@ class IdentityClient {
|
|
|
4507
4565
|
* @param GetTagDefaultRequest
|
|
4508
4566
|
* @return GetTagDefaultResponse
|
|
4509
4567
|
* @throws OciError when an error occurs
|
|
4510
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4568
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetTagDefault.ts.html |here} to see how to use GetTagDefault API.
|
|
4511
4569
|
*/
|
|
4512
4570
|
getTagDefault(getTagDefaultRequest) {
|
|
4513
4571
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4568,7 +4626,7 @@ class IdentityClient {
|
|
|
4568
4626
|
* @param GetTagNamespaceRequest
|
|
4569
4627
|
* @return GetTagNamespaceResponse
|
|
4570
4628
|
* @throws OciError when an error occurs
|
|
4571
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4629
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetTagNamespace.ts.html |here} to see how to use GetTagNamespace API.
|
|
4572
4630
|
*/
|
|
4573
4631
|
getTagNamespace(getTagNamespaceRequest) {
|
|
4574
4632
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4625,7 +4683,7 @@ class IdentityClient {
|
|
|
4625
4683
|
* @param GetTaggingWorkRequestRequest
|
|
4626
4684
|
* @return GetTaggingWorkRequestResponse
|
|
4627
4685
|
* @throws OciError when an error occurs
|
|
4628
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4686
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetTaggingWorkRequest.ts.html |here} to see how to use GetTaggingWorkRequest API.
|
|
4629
4687
|
*/
|
|
4630
4688
|
getTaggingWorkRequest(getTaggingWorkRequestRequest) {
|
|
4631
4689
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4685,7 +4743,7 @@ class IdentityClient {
|
|
|
4685
4743
|
* @param GetTenancyRequest
|
|
4686
4744
|
* @return GetTenancyResponse
|
|
4687
4745
|
* @throws OciError when an error occurs
|
|
4688
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4746
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetTenancy.ts.html |here} to see how to use GetTenancy API.
|
|
4689
4747
|
*/
|
|
4690
4748
|
getTenancy(getTenancyRequest) {
|
|
4691
4749
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4740,7 +4798,7 @@ class IdentityClient {
|
|
|
4740
4798
|
* @param GetUserRequest
|
|
4741
4799
|
* @return GetUserResponse
|
|
4742
4800
|
* @throws OciError when an error occurs
|
|
4743
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4801
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetUser.ts.html |here} to see how to use GetUser API.
|
|
4744
4802
|
*/
|
|
4745
4803
|
getUser(getUserRequest) {
|
|
4746
4804
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4800,7 +4858,7 @@ class IdentityClient {
|
|
|
4800
4858
|
* @param GetUserGroupMembershipRequest
|
|
4801
4859
|
* @return GetUserGroupMembershipResponse
|
|
4802
4860
|
* @throws OciError when an error occurs
|
|
4803
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4861
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetUserGroupMembership.ts.html |here} to see how to use GetUserGroupMembership API.
|
|
4804
4862
|
*/
|
|
4805
4863
|
getUserGroupMembership(getUserGroupMembershipRequest) {
|
|
4806
4864
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4862,7 +4920,7 @@ class IdentityClient {
|
|
|
4862
4920
|
* @param GetUserUIPasswordInformationRequest
|
|
4863
4921
|
* @return GetUserUIPasswordInformationResponse
|
|
4864
4922
|
* @throws OciError when an error occurs
|
|
4865
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4923
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetUserUIPasswordInformation.ts.html |here} to see how to use GetUserUIPasswordInformation API.
|
|
4866
4924
|
*/
|
|
4867
4925
|
getUserUIPasswordInformation(getUserUIPasswordInformationRequest) {
|
|
4868
4926
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4924,7 +4982,7 @@ class IdentityClient {
|
|
|
4924
4982
|
* @param GetWorkRequestRequest
|
|
4925
4983
|
* @return GetWorkRequestResponse
|
|
4926
4984
|
* @throws OciError when an error occurs
|
|
4927
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4985
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
4928
4986
|
*/
|
|
4929
4987
|
getWorkRequest(getWorkRequestRequest) {
|
|
4930
4988
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4978,6 +5036,65 @@ class IdentityClient {
|
|
|
4978
5036
|
}
|
|
4979
5037
|
});
|
|
4980
5038
|
}
|
|
5039
|
+
/**
|
|
5040
|
+
* OCI will release Tag Namespaces that our customers can import.
|
|
5041
|
+
* These Tag Namespaces will provide Tags for our customers and Partners to provide consistency and enable data reporting.
|
|
5042
|
+
*
|
|
5043
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
5044
|
+
* @param ImportStandardTagsRequest
|
|
5045
|
+
* @return ImportStandardTagsResponse
|
|
5046
|
+
* @throws OciError when an error occurs
|
|
5047
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ImportStandardTags.ts.html |here} to see how to use ImportStandardTags API.
|
|
5048
|
+
*/
|
|
5049
|
+
importStandardTags(importStandardTagsRequest) {
|
|
5050
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5051
|
+
if (this.logger)
|
|
5052
|
+
this.logger.debug("Calling operation IdentityClient#importStandardTags.");
|
|
5053
|
+
const pathParams = {};
|
|
5054
|
+
const queryParams = {};
|
|
5055
|
+
let headerParams = {
|
|
5056
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5057
|
+
"opc-request-id": importStandardTagsRequest.opcRequestId,
|
|
5058
|
+
"opc-retry-token": importStandardTagsRequest.opcRetryToken
|
|
5059
|
+
};
|
|
5060
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
5061
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, importStandardTagsRequest.retryConfiguration, specRetryConfiguration);
|
|
5062
|
+
if (this.logger)
|
|
5063
|
+
retrier.logger = this.logger;
|
|
5064
|
+
const request = yield oci_common_2.composeRequest({
|
|
5065
|
+
baseEndpoint: this._endpoint,
|
|
5066
|
+
defaultHeaders: this._defaultHeaders,
|
|
5067
|
+
path: "/tags/actions/importStandardTags",
|
|
5068
|
+
method: "POST",
|
|
5069
|
+
bodyContent: common.ObjectSerializer.serialize(importStandardTagsRequest.importStandardTagsDetails, "ImportStandardTagsDetails", model.ImportStandardTagsDetails.getJsonObj),
|
|
5070
|
+
pathParams: pathParams,
|
|
5071
|
+
headerParams: headerParams,
|
|
5072
|
+
queryParams: queryParams
|
|
5073
|
+
});
|
|
5074
|
+
try {
|
|
5075
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
5076
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
5077
|
+
responseObject: {},
|
|
5078
|
+
responseHeaders: [
|
|
5079
|
+
{
|
|
5080
|
+
value: response.headers.get("opc-request-id"),
|
|
5081
|
+
key: "opcRequestId",
|
|
5082
|
+
dataType: "string"
|
|
5083
|
+
},
|
|
5084
|
+
{
|
|
5085
|
+
value: response.headers.get("opc-work-request-id"),
|
|
5086
|
+
key: "opcWorkRequestId",
|
|
5087
|
+
dataType: "string"
|
|
5088
|
+
}
|
|
5089
|
+
]
|
|
5090
|
+
});
|
|
5091
|
+
return sdkResponse;
|
|
5092
|
+
}
|
|
5093
|
+
catch (err) {
|
|
5094
|
+
throw err;
|
|
5095
|
+
}
|
|
5096
|
+
});
|
|
5097
|
+
}
|
|
4981
5098
|
/**
|
|
4982
5099
|
* List the allowed domain license types supported by OCI
|
|
4983
5100
|
* If {@code currentLicenseTypeName} provided, returns allowed license types a domain with the specified license type name can migrate to.
|
|
@@ -4991,7 +5108,7 @@ class IdentityClient {
|
|
|
4991
5108
|
* @param ListAllowedDomainLicenseTypesRequest
|
|
4992
5109
|
* @return ListAllowedDomainLicenseTypesResponse
|
|
4993
5110
|
* @throws OciError when an error occurs
|
|
4994
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListAllowedDomainLicenseTypes.ts.html |here} to see how to use ListAllowedDomainLicenseTypes API.
|
|
4995
5112
|
*/
|
|
4996
5113
|
listAllowedDomainLicenseTypes(listAllowedDomainLicenseTypesRequest) {
|
|
4997
5114
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5056,7 +5173,7 @@ class IdentityClient {
|
|
|
5056
5173
|
* @param ListApiKeysRequest
|
|
5057
5174
|
* @return ListApiKeysResponse
|
|
5058
5175
|
* @throws OciError when an error occurs
|
|
5059
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListApiKeys.ts.html |here} to see how to use ListApiKeys API.
|
|
5060
5177
|
*/
|
|
5061
5178
|
listApiKeys(listApiKeysRequest) {
|
|
5062
5179
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5118,7 +5235,7 @@ class IdentityClient {
|
|
|
5118
5235
|
* @param ListAuthTokensRequest
|
|
5119
5236
|
* @return ListAuthTokensResponse
|
|
5120
5237
|
* @throws OciError when an error occurs
|
|
5121
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListAuthTokens.ts.html |here} to see how to use ListAuthTokens API.
|
|
5122
5239
|
*/
|
|
5123
5240
|
listAuthTokens(listAuthTokensRequest) {
|
|
5124
5241
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5183,7 +5300,7 @@ class IdentityClient {
|
|
|
5183
5300
|
* @param ListAvailabilityDomainsRequest
|
|
5184
5301
|
* @return ListAvailabilityDomainsResponse
|
|
5185
5302
|
* @throws OciError when an error occurs
|
|
5186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5303
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListAvailabilityDomains.ts.html |here} to see how to use ListAvailabilityDomains API.
|
|
5187
5304
|
*/
|
|
5188
5305
|
listAvailabilityDomains(listAvailabilityDomainsRequest) {
|
|
5189
5306
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5250,7 +5367,7 @@ class IdentityClient {
|
|
|
5250
5367
|
* @param ListBulkActionResourceTypesRequest
|
|
5251
5368
|
* @return ListBulkActionResourceTypesResponse
|
|
5252
5369
|
* @throws OciError when an error occurs
|
|
5253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5370
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListBulkActionResourceTypes.ts.html |here} to see how to use ListBulkActionResourceTypes API.
|
|
5254
5371
|
*/
|
|
5255
5372
|
listBulkActionResourceTypes(listBulkActionResourceTypesRequest) {
|
|
5256
5373
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5313,7 +5430,7 @@ class IdentityClient {
|
|
|
5313
5430
|
* @param ListBulkEditTagsResourceTypesRequest
|
|
5314
5431
|
* @return ListBulkEditTagsResourceTypesResponse
|
|
5315
5432
|
* @throws OciError when an error occurs
|
|
5316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5433
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListBulkEditTagsResourceTypes.ts.html |here} to see how to use ListBulkEditTagsResourceTypes API.
|
|
5317
5434
|
*/
|
|
5318
5435
|
listBulkEditTagsResourceTypes(listBulkEditTagsResourceTypesRequest) {
|
|
5319
5436
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5392,7 +5509,7 @@ class IdentityClient {
|
|
|
5392
5509
|
* @param ListCompartmentsRequest
|
|
5393
5510
|
* @return ListCompartmentsResponse
|
|
5394
5511
|
* @throws OciError when an error occurs
|
|
5395
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5512
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListCompartments.ts.html |here} to see how to use ListCompartments API.
|
|
5396
5513
|
*/
|
|
5397
5514
|
listCompartments(listCompartmentsRequest) {
|
|
5398
5515
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5502,7 +5619,7 @@ class IdentityClient {
|
|
|
5502
5619
|
* @param ListCostTrackingTagsRequest
|
|
5503
5620
|
* @return ListCostTrackingTagsResponse
|
|
5504
5621
|
* @throws OciError when an error occurs
|
|
5505
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5622
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListCostTrackingTags.ts.html |here} to see how to use ListCostTrackingTags API.
|
|
5506
5623
|
*/
|
|
5507
5624
|
listCostTrackingTags(listCostTrackingTagsRequest) {
|
|
5508
5625
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5606,7 +5723,7 @@ class IdentityClient {
|
|
|
5606
5723
|
* @param ListCustomerSecretKeysRequest
|
|
5607
5724
|
* @return ListCustomerSecretKeysResponse
|
|
5608
5725
|
* @throws OciError when an error occurs
|
|
5609
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5726
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListCustomerSecretKeys.ts.html |here} to see how to use ListCustomerSecretKeys API.
|
|
5610
5727
|
*/
|
|
5611
5728
|
listCustomerSecretKeys(listCustomerSecretKeysRequest) {
|
|
5612
5729
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5668,7 +5785,7 @@ class IdentityClient {
|
|
|
5668
5785
|
* @param ListDomainsRequest
|
|
5669
5786
|
* @return ListDomainsResponse
|
|
5670
5787
|
* @throws OciError when an error occurs
|
|
5671
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5788
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListDomains.ts.html |here} to see how to use ListDomains API.
|
|
5672
5789
|
*/
|
|
5673
5790
|
listDomains(listDomainsRequest) {
|
|
5674
5791
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5784,7 +5901,7 @@ class IdentityClient {
|
|
|
5784
5901
|
* @param ListDynamicGroupsRequest
|
|
5785
5902
|
* @return ListDynamicGroupsResponse
|
|
5786
5903
|
* @throws OciError when an error occurs
|
|
5787
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListDynamicGroups.ts.html |here} to see how to use ListDynamicGroups API.
|
|
5788
5905
|
*/
|
|
5789
5906
|
listDynamicGroups(listDynamicGroupsRequest) {
|
|
5790
5907
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5893,7 +6010,7 @@ class IdentityClient {
|
|
|
5893
6010
|
* @param ListFaultDomainsRequest
|
|
5894
6011
|
* @return ListFaultDomainsResponse
|
|
5895
6012
|
* @throws OciError when an error occurs
|
|
5896
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6013
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListFaultDomains.ts.html |here} to see how to use ListFaultDomains API.
|
|
5897
6014
|
*/
|
|
5898
6015
|
listFaultDomains(listFaultDomainsRequest) {
|
|
5899
6016
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5952,7 +6069,7 @@ class IdentityClient {
|
|
|
5952
6069
|
* @param ListGroupsRequest
|
|
5953
6070
|
* @return ListGroupsResponse
|
|
5954
6071
|
* @throws OciError when an error occurs
|
|
5955
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6072
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListGroups.ts.html |here} to see how to use ListGroups API.
|
|
5956
6073
|
*/
|
|
5957
6074
|
listGroups(listGroupsRequest) {
|
|
5958
6075
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6063,7 +6180,7 @@ class IdentityClient {
|
|
|
6063
6180
|
* @param ListIamWorkRequestErrorsRequest
|
|
6064
6181
|
* @return ListIamWorkRequestErrorsResponse
|
|
6065
6182
|
* @throws OciError when an error occurs
|
|
6066
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListIamWorkRequestErrors.ts.html |here} to see how to use ListIamWorkRequestErrors API.
|
|
6067
6184
|
*/
|
|
6068
6185
|
listIamWorkRequestErrors(listIamWorkRequestErrorsRequest) {
|
|
6069
6186
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6173,7 +6290,7 @@ class IdentityClient {
|
|
|
6173
6290
|
* @param ListIamWorkRequestLogsRequest
|
|
6174
6291
|
* @return ListIamWorkRequestLogsResponse
|
|
6175
6292
|
* @throws OciError when an error occurs
|
|
6176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6293
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListIamWorkRequestLogs.ts.html |here} to see how to use ListIamWorkRequestLogs API.
|
|
6177
6294
|
*/
|
|
6178
6295
|
listIamWorkRequestLogs(listIamWorkRequestLogsRequest) {
|
|
6179
6296
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6287,7 +6404,7 @@ class IdentityClient {
|
|
|
6287
6404
|
* @param ListIamWorkRequestsRequest
|
|
6288
6405
|
* @return ListIamWorkRequestsResponse
|
|
6289
6406
|
* @throws OciError when an error occurs
|
|
6290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListIamWorkRequests.ts.html |here} to see how to use ListIamWorkRequests API.
|
|
6291
6408
|
*/
|
|
6292
6409
|
listIamWorkRequests(listIamWorkRequestsRequest) {
|
|
6293
6410
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6394,7 +6511,7 @@ class IdentityClient {
|
|
|
6394
6511
|
* @param ListIdentityProviderGroupsRequest
|
|
6395
6512
|
* @return ListIdentityProviderGroupsResponse
|
|
6396
6513
|
* @throws OciError when an error occurs
|
|
6397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6514
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListIdentityProviderGroups.ts.html |here} to see how to use ListIdentityProviderGroups API.
|
|
6398
6515
|
*/
|
|
6399
6516
|
listIdentityProviderGroups(listIdentityProviderGroupsRequest) {
|
|
6400
6517
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6505,7 +6622,7 @@ class IdentityClient {
|
|
|
6505
6622
|
* @param ListIdentityProvidersRequest
|
|
6506
6623
|
* @return ListIdentityProvidersResponse
|
|
6507
6624
|
* @throws OciError when an error occurs
|
|
6508
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6625
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListIdentityProviders.ts.html |here} to see how to use ListIdentityProviders API.
|
|
6509
6626
|
*/
|
|
6510
6627
|
listIdentityProviders(listIdentityProvidersRequest) {
|
|
6511
6628
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6615,7 +6732,7 @@ class IdentityClient {
|
|
|
6615
6732
|
* @param ListIdpGroupMappingsRequest
|
|
6616
6733
|
* @return ListIdpGroupMappingsResponse
|
|
6617
6734
|
* @throws OciError when an error occurs
|
|
6618
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6735
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListIdpGroupMappings.ts.html |here} to see how to use ListIdpGroupMappings API.
|
|
6619
6736
|
*/
|
|
6620
6737
|
listIdpGroupMappings(listIdpGroupMappingsRequest) {
|
|
6621
6738
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6720,7 +6837,7 @@ class IdentityClient {
|
|
|
6720
6837
|
* @param ListMfaTotpDevicesRequest
|
|
6721
6838
|
* @return ListMfaTotpDevicesResponse
|
|
6722
6839
|
* @throws OciError when an error occurs
|
|
6723
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6840
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListMfaTotpDevices.ts.html |here} to see how to use ListMfaTotpDevices API.
|
|
6724
6841
|
*/
|
|
6725
6842
|
listMfaTotpDevices(listMfaTotpDevicesRequest) {
|
|
6726
6843
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6828,7 +6945,7 @@ class IdentityClient {
|
|
|
6828
6945
|
* @param ListNetworkSourcesRequest
|
|
6829
6946
|
* @return ListNetworkSourcesResponse
|
|
6830
6947
|
* @throws OciError when an error occurs
|
|
6831
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6948
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListNetworkSources.ts.html |here} to see how to use ListNetworkSources API.
|
|
6832
6949
|
*/
|
|
6833
6950
|
listNetworkSources(listNetworkSourcesRequest) {
|
|
6834
6951
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6935,7 +7052,7 @@ class IdentityClient {
|
|
|
6935
7052
|
* @param ListOAuthClientCredentialsRequest
|
|
6936
7053
|
* @return ListOAuthClientCredentialsResponse
|
|
6937
7054
|
* @throws OciError when an error occurs
|
|
6938
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7055
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListOAuthClientCredentials.ts.html |here} to see how to use ListOAuthClientCredentials API.
|
|
6939
7056
|
*/
|
|
6940
7057
|
listOAuthClientCredentials(listOAuthClientCredentialsRequest) {
|
|
6941
7058
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7044,7 +7161,7 @@ class IdentityClient {
|
|
|
7044
7161
|
* @param ListPoliciesRequest
|
|
7045
7162
|
* @return ListPoliciesResponse
|
|
7046
7163
|
* @throws OciError when an error occurs
|
|
7047
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListPolicies.ts.html |here} to see how to use ListPolicies API.
|
|
7048
7165
|
*/
|
|
7049
7166
|
listPolicies(listPoliciesRequest) {
|
|
7050
7167
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7150,7 +7267,7 @@ class IdentityClient {
|
|
|
7150
7267
|
* @param ListRegionSubscriptionsRequest
|
|
7151
7268
|
* @return ListRegionSubscriptionsResponse
|
|
7152
7269
|
* @throws OciError when an error occurs
|
|
7153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListRegionSubscriptions.ts.html |here} to see how to use ListRegionSubscriptions API.
|
|
7154
7271
|
*/
|
|
7155
7272
|
listRegionSubscriptions(listRegionSubscriptionsRequest) {
|
|
7156
7273
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7205,7 +7322,7 @@ class IdentityClient {
|
|
|
7205
7322
|
* @param ListRegionsRequest
|
|
7206
7323
|
* @return ListRegionsResponse
|
|
7207
7324
|
* @throws OciError when an error occurs
|
|
7208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListRegions.ts.html |here} to see how to use ListRegions API.
|
|
7209
7326
|
*/
|
|
7210
7327
|
listRegions(listRegionsRequest) {
|
|
7211
7328
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7260,7 +7377,7 @@ class IdentityClient {
|
|
|
7260
7377
|
* @param ListSmtpCredentialsRequest
|
|
7261
7378
|
* @return ListSmtpCredentialsResponse
|
|
7262
7379
|
* @throws OciError when an error occurs
|
|
7263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7380
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListSmtpCredentials.ts.html |here} to see how to use ListSmtpCredentials API.
|
|
7264
7381
|
*/
|
|
7265
7382
|
listSmtpCredentials(listSmtpCredentialsRequest) {
|
|
7266
7383
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7314,6 +7431,109 @@ class IdentityClient {
|
|
|
7314
7431
|
}
|
|
7315
7432
|
});
|
|
7316
7433
|
}
|
|
7434
|
+
/**
|
|
7435
|
+
* Lists available standard tag namespaces that users can create.
|
|
7436
|
+
*
|
|
7437
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
7438
|
+
* @param ListStandardTagNamespacesRequest
|
|
7439
|
+
* @return ListStandardTagNamespacesResponse
|
|
7440
|
+
* @throws OciError when an error occurs
|
|
7441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListStandardTagNamespaces.ts.html |here} to see how to use ListStandardTagNamespaces API.
|
|
7442
|
+
*/
|
|
7443
|
+
listStandardTagNamespaces(listStandardTagNamespacesRequest) {
|
|
7444
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
7445
|
+
if (this.logger)
|
|
7446
|
+
this.logger.debug("Calling operation IdentityClient#listStandardTagNamespaces.");
|
|
7447
|
+
const pathParams = {};
|
|
7448
|
+
const queryParams = {
|
|
7449
|
+
"compartmentId": listStandardTagNamespacesRequest.compartmentId,
|
|
7450
|
+
"page": listStandardTagNamespacesRequest.page,
|
|
7451
|
+
"limit": listStandardTagNamespacesRequest.limit
|
|
7452
|
+
};
|
|
7453
|
+
let headerParams = {
|
|
7454
|
+
"Content-Type": common.Constants.APPLICATION_JSON
|
|
7455
|
+
};
|
|
7456
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
7457
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listStandardTagNamespacesRequest.retryConfiguration, specRetryConfiguration);
|
|
7458
|
+
if (this.logger)
|
|
7459
|
+
retrier.logger = this.logger;
|
|
7460
|
+
const request = yield oci_common_2.composeRequest({
|
|
7461
|
+
baseEndpoint: this._endpoint,
|
|
7462
|
+
defaultHeaders: this._defaultHeaders,
|
|
7463
|
+
path: "/tags/standardTagNamespaceTemplates",
|
|
7464
|
+
method: "GET",
|
|
7465
|
+
pathParams: pathParams,
|
|
7466
|
+
headerParams: headerParams,
|
|
7467
|
+
queryParams: queryParams
|
|
7468
|
+
});
|
|
7469
|
+
try {
|
|
7470
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
7471
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
7472
|
+
responseObject: {},
|
|
7473
|
+
body: yield response.json(),
|
|
7474
|
+
bodyKey: "items",
|
|
7475
|
+
bodyModel: model.StandardTagNamespaceTemplateSummary,
|
|
7476
|
+
type: "Array<model.StandardTagNamespaceTemplateSummary>",
|
|
7477
|
+
responseHeaders: [
|
|
7478
|
+
{
|
|
7479
|
+
value: response.headers.get("opc-request-id"),
|
|
7480
|
+
key: "opcRequestId",
|
|
7481
|
+
dataType: "string"
|
|
7482
|
+
},
|
|
7483
|
+
{
|
|
7484
|
+
value: response.headers.get("opc-next-page"),
|
|
7485
|
+
key: "opcNextPage",
|
|
7486
|
+
dataType: "string"
|
|
7487
|
+
}
|
|
7488
|
+
]
|
|
7489
|
+
});
|
|
7490
|
+
return sdkResponse;
|
|
7491
|
+
}
|
|
7492
|
+
catch (err) {
|
|
7493
|
+
throw err;
|
|
7494
|
+
}
|
|
7495
|
+
});
|
|
7496
|
+
}
|
|
7497
|
+
/**
|
|
7498
|
+
* NOTE: This function is deprecated in favor of listStandardTagNamespacesRecordIterator function.
|
|
7499
|
+
* Creates a new async iterator which will iterate over the models.StandardTagNamespaceTemplateSummary objects
|
|
7500
|
+
* contained in responses from the listStandardTagNamespaces operation. This iterator will fetch more data from the
|
|
7501
|
+
* server as needed.
|
|
7502
|
+
*
|
|
7503
|
+
* @param request a request which can be sent to the service operation
|
|
7504
|
+
*/
|
|
7505
|
+
listAllStandardTagNamespaces(request) {
|
|
7506
|
+
return oci_common_1.paginateRecords(request, req => this.listStandardTagNamespaces(req));
|
|
7507
|
+
}
|
|
7508
|
+
/**
|
|
7509
|
+
* NOTE: This function is deprecated in favor of listStandardTagNamespacesResponseIterator function.
|
|
7510
|
+
* Creates a new async iterator which will iterate over the responses received from the listStandardTagNamespaces operation. This iterator
|
|
7511
|
+
* will fetch more data from the server as needed.
|
|
7512
|
+
*
|
|
7513
|
+
* @param request a request which can be sent to the service operation
|
|
7514
|
+
*/
|
|
7515
|
+
listAllStandardTagNamespacesResponses(request) {
|
|
7516
|
+
return oci_common_1.paginateResponses(request, req => this.listStandardTagNamespaces(req));
|
|
7517
|
+
}
|
|
7518
|
+
/**
|
|
7519
|
+
* Creates a new async iterator which will iterate over the models.StandardTagNamespaceTemplateSummary objects
|
|
7520
|
+
* contained in responses from the listStandardTagNamespaces operation. This iterator will fetch more data from the
|
|
7521
|
+
* server as needed.
|
|
7522
|
+
*
|
|
7523
|
+
* @param request a request which can be sent to the service operation
|
|
7524
|
+
*/
|
|
7525
|
+
listStandardTagNamespacesRecordIterator(request) {
|
|
7526
|
+
return oci_common_1.paginateRecords(request, req => this.listStandardTagNamespaces(req));
|
|
7527
|
+
}
|
|
7528
|
+
/**
|
|
7529
|
+
* Creates a new async iterator which will iterate over the responses received from the listStandardTagNamespaces operation. This iterator
|
|
7530
|
+
* will fetch more data from the server as needed.
|
|
7531
|
+
*
|
|
7532
|
+
* @param request a request which can be sent to the service operation
|
|
7533
|
+
*/
|
|
7534
|
+
listStandardTagNamespacesResponseIterator(request) {
|
|
7535
|
+
return oci_common_1.paginateResponses(request, req => this.listStandardTagNamespaces(req));
|
|
7536
|
+
}
|
|
7317
7537
|
/**
|
|
7318
7538
|
* **Deprecated. Use {@link #listAuthTokens(ListAuthTokensRequest) listAuthTokens} instead.**
|
|
7319
7539
|
* <p>
|
|
@@ -7324,7 +7544,7 @@ class IdentityClient {
|
|
|
7324
7544
|
* @param ListSwiftPasswordsRequest
|
|
7325
7545
|
* @return ListSwiftPasswordsResponse
|
|
7326
7546
|
* @throws OciError when an error occurs
|
|
7327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListSwiftPasswords.ts.html |here} to see how to use ListSwiftPasswords API.
|
|
7328
7548
|
*/
|
|
7329
7549
|
listSwiftPasswords(listSwiftPasswordsRequest) {
|
|
7330
7550
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7385,7 +7605,7 @@ class IdentityClient {
|
|
|
7385
7605
|
* @param ListTagDefaultsRequest
|
|
7386
7606
|
* @return ListTagDefaultsResponse
|
|
7387
7607
|
* @throws OciError when an error occurs
|
|
7388
|
-
* @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.9.1/identity/ListTagDefaults.ts.html |here} to see how to use ListTagDefaults API.
|
|
7389
7609
|
*/
|
|
7390
7610
|
listTagDefaults(listTagDefaultsRequest) {
|
|
7391
7611
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7491,7 +7711,7 @@ class IdentityClient {
|
|
|
7491
7711
|
* @param ListTagNamespacesRequest
|
|
7492
7712
|
* @return ListTagNamespacesResponse
|
|
7493
7713
|
* @throws OciError when an error occurs
|
|
7494
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7714
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListTagNamespaces.ts.html |here} to see how to use ListTagNamespaces API.
|
|
7495
7715
|
*/
|
|
7496
7716
|
listTagNamespaces(listTagNamespacesRequest) {
|
|
7497
7717
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7596,7 +7816,7 @@ class IdentityClient {
|
|
|
7596
7816
|
* @param ListTaggingWorkRequestErrorsRequest
|
|
7597
7817
|
* @return ListTaggingWorkRequestErrorsResponse
|
|
7598
7818
|
* @throws OciError when an error occurs
|
|
7599
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListTaggingWorkRequestErrors.ts.html |here} to see how to use ListTaggingWorkRequestErrors API.
|
|
7600
7820
|
*/
|
|
7601
7821
|
listTaggingWorkRequestErrors(listTaggingWorkRequestErrorsRequest) {
|
|
7602
7822
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7705,7 +7925,7 @@ class IdentityClient {
|
|
|
7705
7925
|
* @param ListTaggingWorkRequestLogsRequest
|
|
7706
7926
|
* @return ListTaggingWorkRequestLogsResponse
|
|
7707
7927
|
* @throws OciError when an error occurs
|
|
7708
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListTaggingWorkRequestLogs.ts.html |here} to see how to use ListTaggingWorkRequestLogs API.
|
|
7709
7929
|
*/
|
|
7710
7930
|
listTaggingWorkRequestLogs(listTaggingWorkRequestLogsRequest) {
|
|
7711
7931
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7814,7 +8034,7 @@ class IdentityClient {
|
|
|
7814
8034
|
* @param ListTaggingWorkRequestsRequest
|
|
7815
8035
|
* @return ListTaggingWorkRequestsResponse
|
|
7816
8036
|
* @throws OciError when an error occurs
|
|
7817
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8037
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListTaggingWorkRequests.ts.html |here} to see how to use ListTaggingWorkRequests API.
|
|
7818
8038
|
*/
|
|
7819
8039
|
listTaggingWorkRequests(listTaggingWorkRequestsRequest) {
|
|
7820
8040
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7918,7 +8138,7 @@ class IdentityClient {
|
|
|
7918
8138
|
* @param ListTagsRequest
|
|
7919
8139
|
* @return ListTagsResponse
|
|
7920
8140
|
* @throws OciError when an error occurs
|
|
7921
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListTags.ts.html |here} to see how to use ListTags API.
|
|
7922
8142
|
*/
|
|
7923
8143
|
listTags(listTagsRequest) {
|
|
7924
8144
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8032,7 +8252,7 @@ class IdentityClient {
|
|
|
8032
8252
|
* @param ListUserGroupMembershipsRequest
|
|
8033
8253
|
* @return ListUserGroupMembershipsResponse
|
|
8034
8254
|
* @throws OciError when an error occurs
|
|
8035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8255
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListUserGroupMemberships.ts.html |here} to see how to use ListUserGroupMemberships API.
|
|
8036
8256
|
*/
|
|
8037
8257
|
listUserGroupMemberships(listUserGroupMembershipsRequest) {
|
|
8038
8258
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8139,7 +8359,7 @@ class IdentityClient {
|
|
|
8139
8359
|
* @param ListUsersRequest
|
|
8140
8360
|
* @return ListUsersResponse
|
|
8141
8361
|
* @throws OciError when an error occurs
|
|
8142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8362
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListUsers.ts.html |here} to see how to use ListUsers API.
|
|
8143
8363
|
*/
|
|
8144
8364
|
listUsers(listUsersRequest) {
|
|
8145
8365
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8248,7 +8468,7 @@ class IdentityClient {
|
|
|
8248
8468
|
* @param ListWorkRequestsRequest
|
|
8249
8469
|
* @return ListWorkRequestsResponse
|
|
8250
8470
|
* @throws OciError when an error occurs
|
|
8251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
8252
8472
|
*/
|
|
8253
8473
|
listWorkRequests(listWorkRequestsRequest) {
|
|
8254
8474
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8359,7 +8579,7 @@ class IdentityClient {
|
|
|
8359
8579
|
* @param MoveCompartmentRequest
|
|
8360
8580
|
* @return MoveCompartmentResponse
|
|
8361
8581
|
* @throws OciError when an error occurs
|
|
8362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8582
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/MoveCompartment.ts.html |here} to see how to use MoveCompartment API.
|
|
8363
8583
|
*/
|
|
8364
8584
|
moveCompartment(moveCompartmentRequest) {
|
|
8365
8585
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8420,7 +8640,7 @@ class IdentityClient {
|
|
|
8420
8640
|
* @param RecoverCompartmentRequest
|
|
8421
8641
|
* @return RecoverCompartmentResponse
|
|
8422
8642
|
* @throws OciError when an error occurs
|
|
8423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8643
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/RecoverCompartment.ts.html |here} to see how to use RecoverCompartment API.
|
|
8424
8644
|
*/
|
|
8425
8645
|
recoverCompartment(recoverCompartmentRequest) {
|
|
8426
8646
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8482,7 +8702,7 @@ class IdentityClient {
|
|
|
8482
8702
|
* @param RemoveUserFromGroupRequest
|
|
8483
8703
|
* @return RemoveUserFromGroupResponse
|
|
8484
8704
|
* @throws OciError when an error occurs
|
|
8485
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8705
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/RemoveUserFromGroup.ts.html |here} to see how to use RemoveUserFromGroup API.
|
|
8486
8706
|
*/
|
|
8487
8707
|
removeUserFromGroup(removeUserFromGroupRequest) {
|
|
8488
8708
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8535,7 +8755,7 @@ class IdentityClient {
|
|
|
8535
8755
|
* @param ResetIdpScimClientRequest
|
|
8536
8756
|
* @return ResetIdpScimClientResponse
|
|
8537
8757
|
* @throws OciError when an error occurs
|
|
8538
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8758
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ResetIdpScimClient.ts.html |here} to see how to use ResetIdpScimClient API.
|
|
8539
8759
|
*/
|
|
8540
8760
|
resetIdpScimClient(resetIdpScimClientRequest) {
|
|
8541
8761
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8591,7 +8811,7 @@ class IdentityClient {
|
|
|
8591
8811
|
* @param UpdateAuthTokenRequest
|
|
8592
8812
|
* @return UpdateAuthTokenResponse
|
|
8593
8813
|
* @throws OciError when an error occurs
|
|
8594
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8814
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateAuthToken.ts.html |here} to see how to use UpdateAuthToken API.
|
|
8595
8815
|
*/
|
|
8596
8816
|
updateAuthToken(updateAuthTokenRequest) {
|
|
8597
8817
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8655,7 +8875,7 @@ class IdentityClient {
|
|
|
8655
8875
|
* @param UpdateAuthenticationPolicyRequest
|
|
8656
8876
|
* @return UpdateAuthenticationPolicyResponse
|
|
8657
8877
|
* @throws OciError when an error occurs
|
|
8658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8878
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateAuthenticationPolicy.ts.html |here} to see how to use UpdateAuthenticationPolicy API.
|
|
8659
8879
|
*/
|
|
8660
8880
|
updateAuthenticationPolicy(updateAuthenticationPolicyRequest) {
|
|
8661
8881
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8717,7 +8937,7 @@ class IdentityClient {
|
|
|
8717
8937
|
* @param UpdateCompartmentRequest
|
|
8718
8938
|
* @return UpdateCompartmentResponse
|
|
8719
8939
|
* @throws OciError when an error occurs
|
|
8720
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8940
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateCompartment.ts.html |here} to see how to use UpdateCompartment API.
|
|
8721
8941
|
*/
|
|
8722
8942
|
updateCompartment(updateCompartmentRequest) {
|
|
8723
8943
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8780,7 +9000,7 @@ class IdentityClient {
|
|
|
8780
9000
|
* @param UpdateCustomerSecretKeyRequest
|
|
8781
9001
|
* @return UpdateCustomerSecretKeyResponse
|
|
8782
9002
|
* @throws OciError when an error occurs
|
|
8783
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9003
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateCustomerSecretKey.ts.html |here} to see how to use UpdateCustomerSecretKey API.
|
|
8784
9004
|
*/
|
|
8785
9005
|
updateCustomerSecretKey(updateCustomerSecretKeyRequest) {
|
|
8786
9006
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8855,7 +9075,7 @@ class IdentityClient {
|
|
|
8855
9075
|
* @param UpdateDomainRequest
|
|
8856
9076
|
* @return UpdateDomainResponse
|
|
8857
9077
|
* @throws OciError when an error occurs
|
|
8858
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9078
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
|
|
8859
9079
|
*/
|
|
8860
9080
|
updateDomain(updateDomainRequest) {
|
|
8861
9081
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8914,7 +9134,7 @@ class IdentityClient {
|
|
|
8914
9134
|
* @param UpdateDynamicGroupRequest
|
|
8915
9135
|
* @return UpdateDynamicGroupResponse
|
|
8916
9136
|
* @throws OciError when an error occurs
|
|
8917
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateDynamicGroup.ts.html |here} to see how to use UpdateDynamicGroup API.
|
|
8918
9138
|
*/
|
|
8919
9139
|
updateDynamicGroup(updateDynamicGroupRequest) {
|
|
8920
9140
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8976,7 +9196,7 @@ class IdentityClient {
|
|
|
8976
9196
|
* @param UpdateGroupRequest
|
|
8977
9197
|
* @return UpdateGroupResponse
|
|
8978
9198
|
* @throws OciError when an error occurs
|
|
8979
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
|
|
8980
9200
|
*/
|
|
8981
9201
|
updateGroup(updateGroupRequest) {
|
|
8982
9202
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9041,7 +9261,7 @@ class IdentityClient {
|
|
|
9041
9261
|
* @param UpdateIdentityProviderRequest
|
|
9042
9262
|
* @return UpdateIdentityProviderResponse
|
|
9043
9263
|
* @throws OciError when an error occurs
|
|
9044
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateIdentityProvider.ts.html |here} to see how to use UpdateIdentityProvider API.
|
|
9045
9265
|
*/
|
|
9046
9266
|
updateIdentityProvider(updateIdentityProviderRequest) {
|
|
9047
9267
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9106,7 +9326,7 @@ class IdentityClient {
|
|
|
9106
9326
|
* @param UpdateIdpGroupMappingRequest
|
|
9107
9327
|
* @return UpdateIdpGroupMappingResponse
|
|
9108
9328
|
* @throws OciError when an error occurs
|
|
9109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9329
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateIdpGroupMapping.ts.html |here} to see how to use UpdateIdpGroupMapping API.
|
|
9110
9330
|
*/
|
|
9111
9331
|
updateIdpGroupMapping(updateIdpGroupMappingRequest) {
|
|
9112
9332
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9169,7 +9389,7 @@ class IdentityClient {
|
|
|
9169
9389
|
* @param UpdateNetworkSourceRequest
|
|
9170
9390
|
* @return UpdateNetworkSourceResponse
|
|
9171
9391
|
* @throws OciError when an error occurs
|
|
9172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateNetworkSource.ts.html |here} to see how to use UpdateNetworkSource API.
|
|
9173
9393
|
*/
|
|
9174
9394
|
updateNetworkSource(updateNetworkSourceRequest) {
|
|
9175
9395
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9232,7 +9452,7 @@ class IdentityClient {
|
|
|
9232
9452
|
* @param UpdateOAuthClientCredentialRequest
|
|
9233
9453
|
* @return UpdateOAuthClientCredentialResponse
|
|
9234
9454
|
* @throws OciError when an error occurs
|
|
9235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateOAuthClientCredential.ts.html |here} to see how to use UpdateOAuthClientCredential API.
|
|
9236
9456
|
*/
|
|
9237
9457
|
updateOAuthClientCredential(updateOAuthClientCredentialRequest) {
|
|
9238
9458
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9298,7 +9518,7 @@ class IdentityClient {
|
|
|
9298
9518
|
* @param UpdatePolicyRequest
|
|
9299
9519
|
* @return UpdatePolicyResponse
|
|
9300
9520
|
* @throws OciError when an error occurs
|
|
9301
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdatePolicy.ts.html |here} to see how to use UpdatePolicy API.
|
|
9302
9522
|
*/
|
|
9303
9523
|
updatePolicy(updatePolicyRequest) {
|
|
9304
9524
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9361,7 +9581,7 @@ class IdentityClient {
|
|
|
9361
9581
|
* @param UpdateSmtpCredentialRequest
|
|
9362
9582
|
* @return UpdateSmtpCredentialResponse
|
|
9363
9583
|
* @throws OciError when an error occurs
|
|
9364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9584
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateSmtpCredential.ts.html |here} to see how to use UpdateSmtpCredential API.
|
|
9365
9585
|
*/
|
|
9366
9586
|
updateSmtpCredential(updateSmtpCredentialRequest) {
|
|
9367
9587
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9427,7 +9647,7 @@ class IdentityClient {
|
|
|
9427
9647
|
* @param UpdateSwiftPasswordRequest
|
|
9428
9648
|
* @return UpdateSwiftPasswordResponse
|
|
9429
9649
|
* @throws OciError when an error occurs
|
|
9430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9650
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateSwiftPassword.ts.html |here} to see how to use UpdateSwiftPassword API.
|
|
9431
9651
|
*/
|
|
9432
9652
|
updateSwiftPassword(updateSwiftPasswordRequest) {
|
|
9433
9653
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9500,7 +9720,7 @@ class IdentityClient {
|
|
|
9500
9720
|
* @param UpdateTagRequest
|
|
9501
9721
|
* @return UpdateTagResponse
|
|
9502
9722
|
* @throws OciError when an error occurs
|
|
9503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9723
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateTag.ts.html |here} to see how to use UpdateTag API.
|
|
9504
9724
|
*/
|
|
9505
9725
|
updateTag(updateTagRequest) {
|
|
9506
9726
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9569,7 +9789,7 @@ class IdentityClient {
|
|
|
9569
9789
|
* @param UpdateTagDefaultRequest
|
|
9570
9790
|
* @return UpdateTagDefaultResponse
|
|
9571
9791
|
* @throws OciError when an error occurs
|
|
9572
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9792
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateTagDefault.ts.html |here} to see how to use UpdateTagDefault API.
|
|
9573
9793
|
*/
|
|
9574
9794
|
updateTagDefault(updateTagDefaultRequest) {
|
|
9575
9795
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9641,7 +9861,7 @@ class IdentityClient {
|
|
|
9641
9861
|
* @param UpdateTagNamespaceRequest
|
|
9642
9862
|
* @return UpdateTagNamespaceResponse
|
|
9643
9863
|
* @throws OciError when an error occurs
|
|
9644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9864
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateTagNamespace.ts.html |here} to see how to use UpdateTagNamespace API.
|
|
9645
9865
|
*/
|
|
9646
9866
|
updateTagNamespace(updateTagNamespaceRequest) {
|
|
9647
9867
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9697,7 +9917,7 @@ class IdentityClient {
|
|
|
9697
9917
|
* @param UpdateUserRequest
|
|
9698
9918
|
* @return UpdateUserResponse
|
|
9699
9919
|
* @throws OciError when an error occurs
|
|
9700
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9920
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateUser.ts.html |here} to see how to use UpdateUser API.
|
|
9701
9921
|
*/
|
|
9702
9922
|
updateUser(updateUserRequest) {
|
|
9703
9923
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9760,7 +9980,7 @@ class IdentityClient {
|
|
|
9760
9980
|
* @param UpdateUserCapabilitiesRequest
|
|
9761
9981
|
* @return UpdateUserCapabilitiesResponse
|
|
9762
9982
|
* @throws OciError when an error occurs
|
|
9763
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9983
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateUserCapabilities.ts.html |here} to see how to use UpdateUserCapabilities API.
|
|
9764
9984
|
*/
|
|
9765
9985
|
updateUserCapabilities(updateUserCapabilitiesRequest) {
|
|
9766
9986
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9823,7 +10043,7 @@ class IdentityClient {
|
|
|
9823
10043
|
* @param UpdateUserStateRequest
|
|
9824
10044
|
* @return UpdateUserStateResponse
|
|
9825
10045
|
* @throws OciError when an error occurs
|
|
9826
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10046
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateUserState.ts.html |here} to see how to use UpdateUserState API.
|
|
9827
10047
|
*/
|
|
9828
10048
|
updateUserState(updateUserStateRequest) {
|
|
9829
10049
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9900,7 +10120,7 @@ class IdentityClient {
|
|
|
9900
10120
|
* @param UploadApiKeyRequest
|
|
9901
10121
|
* @return UploadApiKeyResponse
|
|
9902
10122
|
* @throws OciError when an error occurs
|
|
9903
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UploadApiKey.ts.html |here} to see how to use UploadApiKey API.
|
|
9904
10124
|
*/
|
|
9905
10125
|
uploadApiKey(uploadApiKeyRequest) {
|
|
9906
10126
|
return __awaiter(this, void 0, void 0, function* () {
|