oci-identity 2.7.0 → 2.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +261 -136
- package/lib/client.js +585 -137
- package/lib/client.js.map +1 -1
- package/lib/model/bulk-edit-resource.d.ts +1 -1
- package/lib/model/create-db-credential-details.d.ts +28 -0
- package/lib/model/create-db-credential-details.js +29 -0
- package/lib/model/create-db-credential-details.js.map +1 -0
- package/lib/model/create-domain-details.d.ts +1 -1
- package/lib/model/db-credential-summary.d.ts +57 -0
- package/lib/model/db-credential-summary.js +29 -0
- package/lib/model/db-credential-summary.js.map +1 -0
- package/lib/model/db-credential.d.ts +67 -0
- package/lib/model/db-credential.js +41 -0
- package/lib/model/db-credential.js.map +1 -0
- package/lib/model/import-standard-tags-details.d.ts +28 -0
- package/lib/model/import-standard-tags-details.js +29 -0
- package/lib/model/import-standard-tags-details.js.map +1 -0
- package/lib/model/index.d.ts +14 -0
- package/lib/model/index.js +17 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/standard-tag-definition-template.d.ts +64 -0
- package/lib/model/standard-tag-definition-template.js +50 -0
- package/lib/model/standard-tag-definition-template.js.map +1 -0
- package/lib/model/standard-tag-namespace-template-summary.d.ts +33 -0
- package/lib/model/standard-tag-namespace-template-summary.js +29 -0
- package/lib/model/standard-tag-namespace-template-summary.js.map +1 -0
- package/lib/model/standard-tag-namespace-template.d.ts +38 -0
- package/lib/model/standard-tag-namespace-template.js +61 -0
- package/lib/model/standard-tag-namespace-template.js.map +1 -0
- package/lib/model/tagging-work-request-summary.d.ts +1 -0
- package/lib/model/tagging-work-request-summary.js +1 -0
- package/lib/model/tagging-work-request-summary.js.map +1 -1
- package/lib/model/tagging-work-request.d.ts +1 -0
- package/lib/model/tagging-work-request.js +1 -0
- package/lib/model/tagging-work-request.js.map +1 -1
- package/lib/model/update-user-capabilities-details.d.ts +5 -0
- package/lib/model/update-user-capabilities-details.js.map +1 -1
- package/lib/model/update-user-details.d.ts +4 -0
- package/lib/model/update-user-details.js.map +1 -1
- package/lib/model/user-capabilities.d.ts +5 -0
- package/lib/model/user-capabilities.js.map +1 -1
- package/lib/model/user.d.ts +4 -0
- package/lib/model/user.js.map +1 -1
- package/lib/request/activate-domain-request.d.ts +1 -1
- package/lib/request/activate-mfa-totp-device-request.d.ts +1 -1
- package/lib/request/add-user-to-group-request.d.ts +1 -1
- package/lib/request/assemble-effective-tag-set-request.d.ts +1 -1
- package/lib/request/bulk-delete-resources-request.d.ts +1 -1
- package/lib/request/bulk-delete-tags-request.d.ts +1 -1
- package/lib/request/bulk-edit-tags-request.d.ts +1 -1
- package/lib/request/bulk-move-resources-request.d.ts +1 -1
- package/lib/request/cascade-delete-tag-namespace-request.d.ts +1 -1
- package/lib/request/change-domain-compartment-request.d.ts +1 -1
- package/lib/request/change-domain-license-type-request.d.ts +1 -1
- package/lib/request/change-tag-namespace-compartment-request.d.ts +1 -1
- package/lib/request/create-auth-token-request.d.ts +1 -1
- package/lib/request/create-compartment-request.d.ts +1 -1
- package/lib/request/create-customer-secret-key-request.d.ts +1 -1
- package/lib/request/create-db-credential-request.d.ts +42 -0
- package/lib/request/create-db-credential-request.js +15 -0
- package/lib/request/create-db-credential-request.js.map +1 -0
- package/lib/request/create-domain-request.d.ts +1 -1
- package/lib/request/create-dynamic-group-request.d.ts +1 -1
- package/lib/request/create-group-request.d.ts +1 -1
- package/lib/request/create-identity-provider-request.d.ts +1 -1
- package/lib/request/create-idp-group-mapping-request.d.ts +1 -1
- package/lib/request/create-mfa-totp-device-request.d.ts +1 -1
- package/lib/request/create-network-source-request.d.ts +1 -1
- package/lib/request/create-oauth-client-credential-request.d.ts +1 -1
- package/lib/request/create-or-reset-uipassword-request.d.ts +1 -1
- package/lib/request/create-policy-request.d.ts +1 -1
- package/lib/request/create-region-subscription-request.d.ts +1 -1
- package/lib/request/create-smtp-credential-request.d.ts +1 -1
- package/lib/request/create-swift-password-request.d.ts +1 -1
- package/lib/request/create-tag-default-request.d.ts +1 -1
- package/lib/request/create-tag-namespace-request.d.ts +1 -1
- package/lib/request/create-tag-request.d.ts +1 -1
- package/lib/request/create-user-request.d.ts +1 -1
- package/lib/request/deactivate-domain-request.d.ts +1 -1
- package/lib/request/delete-api-key-request.d.ts +1 -1
- package/lib/request/delete-auth-token-request.d.ts +1 -1
- package/lib/request/delete-compartment-request.d.ts +1 -1
- package/lib/request/delete-customer-secret-key-request.d.ts +1 -1
- package/lib/request/delete-db-credential-request.d.ts +39 -0
- package/lib/request/delete-db-credential-request.js +15 -0
- package/lib/request/delete-db-credential-request.js.map +1 -0
- package/lib/request/delete-domain-request.d.ts +1 -1
- package/lib/request/delete-dynamic-group-request.d.ts +1 -1
- package/lib/request/delete-group-request.d.ts +1 -1
- package/lib/request/delete-identity-provider-request.d.ts +1 -1
- package/lib/request/delete-idp-group-mapping-request.d.ts +1 -1
- package/lib/request/delete-mfa-totp-device-request.d.ts +1 -1
- package/lib/request/delete-network-source-request.d.ts +1 -1
- package/lib/request/delete-oauth-client-credential-request.d.ts +1 -1
- package/lib/request/delete-policy-request.d.ts +1 -1
- package/lib/request/delete-smtp-credential-request.d.ts +1 -1
- package/lib/request/delete-swift-password-request.d.ts +1 -1
- package/lib/request/delete-tag-default-request.d.ts +1 -1
- package/lib/request/delete-tag-namespace-request.d.ts +1 -1
- package/lib/request/delete-tag-request.d.ts +1 -1
- package/lib/request/delete-user-request.d.ts +1 -1
- package/lib/request/enable-replication-to-region-request.d.ts +1 -1
- package/lib/request/generate-totp-seed-request.d.ts +1 -1
- package/lib/request/get-authentication-policy-request.d.ts +1 -1
- package/lib/request/get-compartment-request.d.ts +1 -1
- package/lib/request/get-domain-request.d.ts +1 -1
- package/lib/request/get-dynamic-group-request.d.ts +1 -1
- package/lib/request/get-group-request.d.ts +1 -1
- package/lib/request/get-iam-work-request-request.d.ts +1 -1
- package/lib/request/get-identity-provider-request.d.ts +1 -1
- package/lib/request/get-idp-group-mapping-request.d.ts +1 -1
- package/lib/request/get-mfa-totp-device-request.d.ts +1 -1
- package/lib/request/get-network-source-request.d.ts +1 -1
- package/lib/request/get-policy-request.d.ts +1 -1
- package/lib/request/get-standard-tag-template-request.d.ts +28 -0
- package/lib/request/get-standard-tag-template-request.js +15 -0
- package/lib/request/get-standard-tag-template-request.js.map +1 -0
- package/lib/request/get-tag-default-request.d.ts +1 -1
- package/lib/request/get-tag-namespace-request.d.ts +1 -1
- package/lib/request/get-tag-request.d.ts +1 -1
- package/lib/request/get-tagging-work-request-request.d.ts +1 -1
- package/lib/request/get-tenancy-request.d.ts +1 -1
- package/lib/request/get-user-group-membership-request.d.ts +1 -1
- package/lib/request/get-user-request.d.ts +1 -1
- package/lib/request/get-user-uipassword-information-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/import-standard-tags-request.d.ts +38 -0
- package/lib/request/import-standard-tags-request.js +15 -0
- package/lib/request/import-standard-tags-request.js.map +1 -0
- package/lib/request/index.d.ts +12 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-allowed-domain-license-types-request.d.ts +1 -1
- package/lib/request/list-api-keys-request.d.ts +1 -1
- package/lib/request/list-auth-tokens-request.d.ts +1 -1
- package/lib/request/list-availability-domains-request.d.ts +1 -1
- package/lib/request/list-bulk-action-resource-types-request.d.ts +1 -1
- package/lib/request/list-bulk-edit-tags-resource-types-request.d.ts +1 -1
- package/lib/request/list-compartments-request.d.ts +1 -1
- package/lib/request/list-cost-tracking-tags-request.d.ts +1 -1
- package/lib/request/list-customer-secret-keys-request.d.ts +1 -1
- package/lib/request/list-db-credentials-request.d.ts +76 -0
- package/lib/request/list-db-credentials-request.js +29 -0
- package/lib/request/list-db-credentials-request.js.map +1 -0
- package/lib/request/list-domains-request.d.ts +1 -1
- package/lib/request/list-dynamic-groups-request.d.ts +1 -1
- package/lib/request/list-fault-domains-request.d.ts +1 -1
- package/lib/request/list-groups-request.d.ts +1 -1
- package/lib/request/list-iam-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-iam-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-iam-work-requests-request.d.ts +1 -1
- package/lib/request/list-identity-provider-groups-request.d.ts +1 -1
- package/lib/request/list-identity-providers-request.d.ts +1 -1
- package/lib/request/list-idp-group-mappings-request.d.ts +1 -1
- package/lib/request/list-mfa-totp-devices-request.d.ts +1 -1
- package/lib/request/list-network-sources-request.d.ts +1 -1
- package/lib/request/list-oauth-client-credentials-request.d.ts +1 -1
- package/lib/request/list-policies-request.d.ts +1 -1
- package/lib/request/list-region-subscriptions-request.d.ts +1 -1
- package/lib/request/list-regions-request.d.ts +1 -1
- package/lib/request/list-smtp-credentials-request.d.ts +1 -1
- package/lib/request/list-standard-tag-namespaces-request.d.ts +33 -0
- package/lib/request/list-standard-tag-namespaces-request.js +15 -0
- package/lib/request/list-standard-tag-namespaces-request.js.map +1 -0
- package/lib/request/list-swift-passwords-request.d.ts +1 -1
- package/lib/request/list-tag-defaults-request.d.ts +1 -1
- package/lib/request/list-tag-namespaces-request.d.ts +1 -1
- package/lib/request/list-tagging-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-tagging-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-tagging-work-requests-request.d.ts +1 -1
- package/lib/request/list-tags-request.d.ts +1 -1
- package/lib/request/list-user-group-memberships-request.d.ts +1 -1
- package/lib/request/list-users-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/move-compartment-request.d.ts +1 -1
- package/lib/request/recover-compartment-request.d.ts +1 -1
- package/lib/request/remove-user-from-group-request.d.ts +1 -1
- package/lib/request/reset-idp-scim-client-request.d.ts +1 -1
- package/lib/request/update-auth-token-request.d.ts +1 -1
- package/lib/request/update-authentication-policy-request.d.ts +1 -1
- package/lib/request/update-compartment-request.d.ts +1 -1
- package/lib/request/update-customer-secret-key-request.d.ts +1 -1
- package/lib/request/update-domain-request.d.ts +1 -1
- package/lib/request/update-dynamic-group-request.d.ts +1 -1
- package/lib/request/update-group-request.d.ts +1 -1
- package/lib/request/update-identity-provider-request.d.ts +1 -1
- package/lib/request/update-idp-group-mapping-request.d.ts +1 -1
- package/lib/request/update-network-source-request.d.ts +1 -1
- package/lib/request/update-oauth-client-credential-request.d.ts +1 -1
- package/lib/request/update-policy-request.d.ts +1 -1
- package/lib/request/update-smtp-credential-request.d.ts +1 -1
- package/lib/request/update-swift-password-request.d.ts +1 -1
- package/lib/request/update-tag-default-request.d.ts +1 -1
- package/lib/request/update-tag-namespace-request.d.ts +1 -1
- package/lib/request/update-tag-request.d.ts +1 -1
- package/lib/request/update-user-capabilities-request.d.ts +1 -1
- package/lib/request/update-user-request.d.ts +1 -1
- package/lib/request/update-user-state-request.d.ts +1 -1
- package/lib/request/upload-api-key-request.d.ts +1 -1
- package/lib/response/create-db-credential-response.d.ts +29 -0
- package/lib/response/create-db-credential-response.js +15 -0
- package/lib/response/create-db-credential-response.js.map +1 -0
- package/lib/response/delete-db-credential-response.d.ts +20 -0
- package/lib/response/delete-db-credential-response.js +15 -0
- package/lib/response/delete-db-credential-response.js.map +1 -0
- package/lib/response/get-standard-tag-template-response.d.ts +25 -0
- package/lib/response/get-standard-tag-template-response.js +15 -0
- package/lib/response/get-standard-tag-template-response.js.map +1 -0
- package/lib/response/import-standard-tags-response.d.ts +25 -0
- package/lib/response/import-standard-tags-response.js +15 -0
- package/lib/response/import-standard-tags-response.js.map +1 -0
- package/lib/response/index.d.ts +12 -0
- package/lib/response/list-db-credentials-response.d.ts +32 -0
- package/lib/response/list-db-credentials-response.js +15 -0
- package/lib/response/list-db-credentials-response.js.map +1 -0
- package/lib/response/list-standard-tag-namespaces-response.d.ts +32 -0
- package/lib/response/list-standard-tag-namespaces-response.js +15 -0
- package/lib/response/list-standard-tag-namespaces-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ import { IdentityWaiter } from "./identity-waiter";
|
|
|
18
18
|
export declare enum IdentityApiKeys {
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
|
-
* This service client
|
|
21
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
22
22
|
*/
|
|
23
23
|
export declare class IdentityClient {
|
|
24
24
|
protected static serviceEndpointTemplate: string;
|
|
@@ -90,7 +90,7 @@ export declare class IdentityClient {
|
|
|
90
90
|
* @param ActivateDomainRequest
|
|
91
91
|
* @return ActivateDomainResponse
|
|
92
92
|
* @throws OciError when an error occurs
|
|
93
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
93
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ActivateDomain.ts.html |here} to see how to use ActivateDomain API.
|
|
94
94
|
*/
|
|
95
95
|
activateDomain(activateDomainRequest: requests.ActivateDomainRequest): Promise<responses.ActivateDomainResponse>;
|
|
96
96
|
/**
|
|
@@ -100,7 +100,7 @@ export declare class IdentityClient {
|
|
|
100
100
|
* @param ActivateMfaTotpDeviceRequest
|
|
101
101
|
* @return ActivateMfaTotpDeviceResponse
|
|
102
102
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ActivateMfaTotpDevice.ts.html |here} to see how to use ActivateMfaTotpDevice API.
|
|
104
104
|
*/
|
|
105
105
|
activateMfaTotpDevice(activateMfaTotpDeviceRequest: requests.ActivateMfaTotpDeviceRequest): Promise<responses.ActivateMfaTotpDeviceResponse>;
|
|
106
106
|
/**
|
|
@@ -113,7 +113,7 @@ export declare class IdentityClient {
|
|
|
113
113
|
* @param AddUserToGroupRequest
|
|
114
114
|
* @return AddUserToGroupResponse
|
|
115
115
|
* @throws OciError when an error occurs
|
|
116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/AddUserToGroup.ts.html |here} to see how to use AddUserToGroup API.
|
|
117
117
|
*/
|
|
118
118
|
addUserToGroup(addUserToGroupRequest: requests.AddUserToGroupRequest): Promise<responses.AddUserToGroupResponse>;
|
|
119
119
|
/**
|
|
@@ -126,7 +126,7 @@ export declare class IdentityClient {
|
|
|
126
126
|
* @param AssembleEffectiveTagSetRequest
|
|
127
127
|
* @return AssembleEffectiveTagSetResponse
|
|
128
128
|
* @throws OciError when an error occurs
|
|
129
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/AssembleEffectiveTagSet.ts.html |here} to see how to use AssembleEffectiveTagSet API.
|
|
130
130
|
*/
|
|
131
131
|
assembleEffectiveTagSet(assembleEffectiveTagSetRequest: requests.AssembleEffectiveTagSetRequest): Promise<responses.AssembleEffectiveTagSetResponse>;
|
|
132
132
|
/**
|
|
@@ -140,7 +140,7 @@ export declare class IdentityClient {
|
|
|
140
140
|
* @param BulkDeleteResourcesRequest
|
|
141
141
|
* @return BulkDeleteResourcesResponse
|
|
142
142
|
* @throws OciError when an error occurs
|
|
143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/BulkDeleteResources.ts.html |here} to see how to use BulkDeleteResources API.
|
|
144
144
|
*/
|
|
145
145
|
bulkDeleteResources(bulkDeleteResourcesRequest: requests.BulkDeleteResourcesRequest): Promise<responses.BulkDeleteResourcesResponse>;
|
|
146
146
|
/**
|
|
@@ -170,7 +170,7 @@ export declare class IdentityClient {
|
|
|
170
170
|
* @param BulkDeleteTagsRequest
|
|
171
171
|
* @return BulkDeleteTagsResponse
|
|
172
172
|
* @throws OciError when an error occurs
|
|
173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/BulkDeleteTags.ts.html |here} to see how to use BulkDeleteTags API.
|
|
174
174
|
*/
|
|
175
175
|
bulkDeleteTags(bulkDeleteTagsRequest: requests.BulkDeleteTagsRequest): Promise<responses.BulkDeleteTagsResponse>;
|
|
176
176
|
/**
|
|
@@ -193,7 +193,7 @@ export declare class IdentityClient {
|
|
|
193
193
|
* @param BulkEditTagsRequest
|
|
194
194
|
* @return BulkEditTagsResponse
|
|
195
195
|
* @throws OciError when an error occurs
|
|
196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/BulkEditTags.ts.html |here} to see how to use BulkEditTags API.
|
|
197
197
|
*/
|
|
198
198
|
bulkEditTags(bulkEditTagsRequest: requests.BulkEditTagsRequest): Promise<responses.BulkEditTagsResponse>;
|
|
199
199
|
/**
|
|
@@ -207,7 +207,7 @@ export declare class IdentityClient {
|
|
|
207
207
|
* @param BulkMoveResourcesRequest
|
|
208
208
|
* @return BulkMoveResourcesResponse
|
|
209
209
|
* @throws OciError when an error occurs
|
|
210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/BulkMoveResources.ts.html |here} to see how to use BulkMoveResources API.
|
|
211
211
|
*/
|
|
212
212
|
bulkMoveResources(bulkMoveResourcesRequest: requests.BulkMoveResourcesRequest): Promise<responses.BulkMoveResourcesResponse>;
|
|
213
213
|
/**
|
|
@@ -235,7 +235,7 @@ export declare class IdentityClient {
|
|
|
235
235
|
* @param CascadeDeleteTagNamespaceRequest
|
|
236
236
|
* @return CascadeDeleteTagNamespaceResponse
|
|
237
237
|
* @throws OciError when an error occurs
|
|
238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CascadeDeleteTagNamespace.ts.html |here} to see how to use CascadeDeleteTagNamespace API.
|
|
239
239
|
*/
|
|
240
240
|
cascadeDeleteTagNamespace(cascadeDeleteTagNamespaceRequest: requests.CascadeDeleteTagNamespaceRequest): Promise<responses.CascadeDeleteTagNamespaceResponse>;
|
|
241
241
|
/**
|
|
@@ -256,7 +256,7 @@ export declare class IdentityClient {
|
|
|
256
256
|
* @param ChangeDomainCompartmentRequest
|
|
257
257
|
* @return ChangeDomainCompartmentResponse
|
|
258
258
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ChangeDomainCompartment.ts.html |here} to see how to use ChangeDomainCompartment API.
|
|
260
260
|
*/
|
|
261
261
|
changeDomainCompartment(changeDomainCompartmentRequest: requests.ChangeDomainCompartmentRequest): Promise<responses.ChangeDomainCompartmentResponse>;
|
|
262
262
|
/**
|
|
@@ -280,7 +280,7 @@ export declare class IdentityClient {
|
|
|
280
280
|
* @param ChangeDomainLicenseTypeRequest
|
|
281
281
|
* @return ChangeDomainLicenseTypeResponse
|
|
282
282
|
* @throws OciError when an error occurs
|
|
283
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
283
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ChangeDomainLicenseType.ts.html |here} to see how to use ChangeDomainLicenseType API.
|
|
284
284
|
*/
|
|
285
285
|
changeDomainLicenseType(changeDomainLicenseTypeRequest: requests.ChangeDomainLicenseTypeRequest): Promise<responses.ChangeDomainLicenseTypeResponse>;
|
|
286
286
|
/**
|
|
@@ -295,7 +295,7 @@ export declare class IdentityClient {
|
|
|
295
295
|
* @param ChangeTagNamespaceCompartmentRequest
|
|
296
296
|
* @return ChangeTagNamespaceCompartmentResponse
|
|
297
297
|
* @throws OciError when an error occurs
|
|
298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ChangeTagNamespaceCompartment.ts.html |here} to see how to use ChangeTagNamespaceCompartment API.
|
|
299
299
|
*/
|
|
300
300
|
changeTagNamespaceCompartment(changeTagNamespaceCompartmentRequest: requests.ChangeTagNamespaceCompartmentRequest): Promise<responses.ChangeTagNamespaceCompartmentResponse>;
|
|
301
301
|
/**
|
|
@@ -314,7 +314,7 @@ export declare class IdentityClient {
|
|
|
314
314
|
* @param CreateAuthTokenRequest
|
|
315
315
|
* @return CreateAuthTokenResponse
|
|
316
316
|
* @throws OciError when an error occurs
|
|
317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateAuthToken.ts.html |here} to see how to use CreateAuthToken API.
|
|
318
318
|
*/
|
|
319
319
|
createAuthToken(createAuthTokenRequest: requests.CreateAuthTokenRequest): Promise<responses.CreateAuthTokenResponse>;
|
|
320
320
|
/**
|
|
@@ -342,7 +342,7 @@ export declare class IdentityClient {
|
|
|
342
342
|
* @param CreateCompartmentRequest
|
|
343
343
|
* @return CreateCompartmentResponse
|
|
344
344
|
* @throws OciError when an error occurs
|
|
345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
345
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateCompartment.ts.html |here} to see how to use CreateCompartment API.
|
|
346
346
|
*/
|
|
347
347
|
createCompartment(createCompartmentRequest: requests.CreateCompartmentRequest): Promise<responses.CreateCompartmentResponse>;
|
|
348
348
|
/**
|
|
@@ -362,9 +362,19 @@ export declare class IdentityClient {
|
|
|
362
362
|
* @param CreateCustomerSecretKeyRequest
|
|
363
363
|
* @return CreateCustomerSecretKeyResponse
|
|
364
364
|
* @throws OciError when an error occurs
|
|
365
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
365
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateCustomerSecretKey.ts.html |here} to see how to use CreateCustomerSecretKey API.
|
|
366
366
|
*/
|
|
367
367
|
createCustomerSecretKey(createCustomerSecretKeyRequest: requests.CreateCustomerSecretKeyRequest): Promise<responses.CreateCustomerSecretKeyResponse>;
|
|
368
|
+
/**
|
|
369
|
+
* Creates a new DB credential for the specified user.
|
|
370
|
+
*
|
|
371
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
372
|
+
* @param CreateDbCredentialRequest
|
|
373
|
+
* @return CreateDbCredentialResponse
|
|
374
|
+
* @throws OciError when an error occurs
|
|
375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateDbCredential.ts.html |here} to see how to use CreateDbCredential API.
|
|
376
|
+
*/
|
|
377
|
+
createDbCredential(createDbCredentialRequest: requests.CreateDbCredentialRequest): Promise<responses.CreateDbCredentialResponse>;
|
|
368
378
|
/**
|
|
369
379
|
* Creates a new domain in the tenancy with domain home in {@code homeRegion}. This is an asynchronous call - where, at start,
|
|
370
380
|
* {@code lifecycleState} of this domain is set to CREATING and {@code lifecycleDetails} to UPDATING. On domain creation completion
|
|
@@ -387,7 +397,7 @@ export declare class IdentityClient {
|
|
|
387
397
|
* @param CreateDomainRequest
|
|
388
398
|
* @return CreateDomainResponse
|
|
389
399
|
* @throws OciError when an error occurs
|
|
390
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
400
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateDomain.ts.html |here} to see how to use CreateDomain API.
|
|
391
401
|
*/
|
|
392
402
|
createDomain(createDomainRequest: requests.CreateDomainRequest): Promise<responses.CreateDomainResponse>;
|
|
393
403
|
/**
|
|
@@ -414,7 +424,7 @@ export declare class IdentityClient {
|
|
|
414
424
|
* @param CreateDynamicGroupRequest
|
|
415
425
|
* @return CreateDynamicGroupResponse
|
|
416
426
|
* @throws OciError when an error occurs
|
|
417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
427
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateDynamicGroup.ts.html |here} to see how to use CreateDynamicGroup API.
|
|
418
428
|
*/
|
|
419
429
|
createDynamicGroup(createDynamicGroupRequest: requests.CreateDynamicGroupRequest): Promise<responses.CreateDynamicGroupResponse>;
|
|
420
430
|
/**
|
|
@@ -444,7 +454,7 @@ export declare class IdentityClient {
|
|
|
444
454
|
* @param CreateGroupRequest
|
|
445
455
|
* @return CreateGroupResponse
|
|
446
456
|
* @throws OciError when an error occurs
|
|
447
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateGroup.ts.html |here} to see how to use CreateGroup API.
|
|
448
458
|
*/
|
|
449
459
|
createGroup(createGroupRequest: requests.CreateGroupRequest): Promise<responses.CreateGroupResponse>;
|
|
450
460
|
/**
|
|
@@ -473,7 +483,7 @@ export declare class IdentityClient {
|
|
|
473
483
|
* @param CreateIdentityProviderRequest
|
|
474
484
|
* @return CreateIdentityProviderResponse
|
|
475
485
|
* @throws OciError when an error occurs
|
|
476
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
486
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateIdentityProvider.ts.html |here} to see how to use CreateIdentityProvider API.
|
|
477
487
|
*/
|
|
478
488
|
createIdentityProvider(createIdentityProviderRequest: requests.CreateIdentityProviderRequest): Promise<responses.CreateIdentityProviderResponse>;
|
|
479
489
|
/**
|
|
@@ -486,7 +496,7 @@ export declare class IdentityClient {
|
|
|
486
496
|
* @param CreateIdpGroupMappingRequest
|
|
487
497
|
* @return CreateIdpGroupMappingResponse
|
|
488
498
|
* @throws OciError when an error occurs
|
|
489
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
499
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateIdpGroupMapping.ts.html |here} to see how to use CreateIdpGroupMapping API.
|
|
490
500
|
*/
|
|
491
501
|
createIdpGroupMapping(createIdpGroupMappingRequest: requests.CreateIdpGroupMappingRequest): Promise<responses.CreateIdpGroupMappingResponse>;
|
|
492
502
|
/**
|
|
@@ -496,7 +506,7 @@ export declare class IdentityClient {
|
|
|
496
506
|
* @param CreateMfaTotpDeviceRequest
|
|
497
507
|
* @return CreateMfaTotpDeviceResponse
|
|
498
508
|
* @throws OciError when an error occurs
|
|
499
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
509
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateMfaTotpDevice.ts.html |here} to see how to use CreateMfaTotpDevice API.
|
|
500
510
|
*/
|
|
501
511
|
createMfaTotpDevice(createMfaTotpDeviceRequest: requests.CreateMfaTotpDeviceRequest): Promise<responses.CreateMfaTotpDeviceResponse>;
|
|
502
512
|
/**
|
|
@@ -526,7 +536,7 @@ export declare class IdentityClient {
|
|
|
526
536
|
* @param CreateNetworkSourceRequest
|
|
527
537
|
* @return CreateNetworkSourceResponse
|
|
528
538
|
* @throws OciError when an error occurs
|
|
529
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
539
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateNetworkSource.ts.html |here} to see how to use CreateNetworkSource API.
|
|
530
540
|
*/
|
|
531
541
|
createNetworkSource(createNetworkSourceRequest: requests.CreateNetworkSourceRequest): Promise<responses.CreateNetworkSourceResponse>;
|
|
532
542
|
/**
|
|
@@ -536,7 +546,7 @@ export declare class IdentityClient {
|
|
|
536
546
|
* @param CreateOAuthClientCredentialRequest
|
|
537
547
|
* @return CreateOAuthClientCredentialResponse
|
|
538
548
|
* @throws OciError when an error occurs
|
|
539
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
549
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateOAuthClientCredential.ts.html |here} to see how to use CreateOAuthClientCredential API.
|
|
540
550
|
*/
|
|
541
551
|
createOAuthClientCredential(createOAuthClientCredentialRequest: requests.CreateOAuthClientCredentialRequest): Promise<responses.CreateOAuthClientCredentialResponse>;
|
|
542
552
|
/**
|
|
@@ -556,7 +566,7 @@ export declare class IdentityClient {
|
|
|
556
566
|
* @param CreateOrResetUIPasswordRequest
|
|
557
567
|
* @return CreateOrResetUIPasswordResponse
|
|
558
568
|
* @throws OciError when an error occurs
|
|
559
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
569
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateOrResetUIPassword.ts.html |here} to see how to use CreateOrResetUIPassword API.
|
|
560
570
|
*/
|
|
561
571
|
createOrResetUIPassword(createOrResetUIPasswordRequest: requests.CreateOrResetUIPasswordRequest): Promise<responses.CreateOrResetUIPasswordResponse>;
|
|
562
572
|
/**
|
|
@@ -582,7 +592,7 @@ export declare class IdentityClient {
|
|
|
582
592
|
* @param CreatePolicyRequest
|
|
583
593
|
* @return CreatePolicyResponse
|
|
584
594
|
* @throws OciError when an error occurs
|
|
585
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
595
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreatePolicy.ts.html |here} to see how to use CreatePolicy API.
|
|
586
596
|
*/
|
|
587
597
|
createPolicy(createPolicyRequest: requests.CreatePolicyRequest): Promise<responses.CreatePolicyResponse>;
|
|
588
598
|
/**
|
|
@@ -592,7 +602,7 @@ export declare class IdentityClient {
|
|
|
592
602
|
* @param CreateRegionSubscriptionRequest
|
|
593
603
|
* @return CreateRegionSubscriptionResponse
|
|
594
604
|
* @throws OciError when an error occurs
|
|
595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
605
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateRegionSubscription.ts.html |here} to see how to use CreateRegionSubscription API.
|
|
596
606
|
*/
|
|
597
607
|
createRegionSubscription(createRegionSubscriptionRequest: requests.CreateRegionSubscriptionRequest): Promise<responses.CreateRegionSubscriptionResponse>;
|
|
598
608
|
/**
|
|
@@ -605,7 +615,7 @@ export declare class IdentityClient {
|
|
|
605
615
|
* @param CreateSmtpCredentialRequest
|
|
606
616
|
* @return CreateSmtpCredentialResponse
|
|
607
617
|
* @throws OciError when an error occurs
|
|
608
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
618
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateSmtpCredential.ts.html |here} to see how to use CreateSmtpCredential API.
|
|
609
619
|
*/
|
|
610
620
|
createSmtpCredential(createSmtpCredentialRequest: requests.CreateSmtpCredentialRequest): Promise<responses.CreateSmtpCredentialResponse>;
|
|
611
621
|
/**
|
|
@@ -626,7 +636,7 @@ export declare class IdentityClient {
|
|
|
626
636
|
* @param CreateSwiftPasswordRequest
|
|
627
637
|
* @return CreateSwiftPasswordResponse
|
|
628
638
|
* @throws OciError when an error occurs
|
|
629
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateSwiftPassword.ts.html |here} to see how to use CreateSwiftPassword API.
|
|
630
640
|
*/
|
|
631
641
|
createSwiftPassword(createSwiftPasswordRequest: requests.CreateSwiftPasswordRequest): Promise<responses.CreateSwiftPasswordResponse>;
|
|
632
642
|
/**
|
|
@@ -657,7 +667,7 @@ export declare class IdentityClient {
|
|
|
657
667
|
* @param CreateTagRequest
|
|
658
668
|
* @return CreateTagResponse
|
|
659
669
|
* @throws OciError when an error occurs
|
|
660
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
670
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateTag.ts.html |here} to see how to use CreateTag API.
|
|
661
671
|
*/
|
|
662
672
|
createTag(createTagRequest: requests.CreateTagRequest): Promise<responses.CreateTagResponse>;
|
|
663
673
|
/**
|
|
@@ -674,7 +684,7 @@ export declare class IdentityClient {
|
|
|
674
684
|
* @param CreateTagDefaultRequest
|
|
675
685
|
* @return CreateTagDefaultResponse
|
|
676
686
|
* @throws OciError when an error occurs
|
|
677
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
687
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateTagDefault.ts.html |here} to see how to use CreateTagDefault API.
|
|
678
688
|
*/
|
|
679
689
|
createTagDefault(createTagDefaultRequest: requests.CreateTagDefaultRequest): Promise<responses.CreateTagDefaultResponse>;
|
|
680
690
|
/**
|
|
@@ -697,7 +707,7 @@ export declare class IdentityClient {
|
|
|
697
707
|
* @param CreateTagNamespaceRequest
|
|
698
708
|
* @return CreateTagNamespaceResponse
|
|
699
709
|
* @throws OciError when an error occurs
|
|
700
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
710
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateTagNamespace.ts.html |here} to see how to use CreateTagNamespace API.
|
|
701
711
|
*/
|
|
702
712
|
createTagNamespace(createTagNamespaceRequest: requests.CreateTagNamespaceRequest): Promise<responses.CreateTagNamespaceResponse>;
|
|
703
713
|
/**
|
|
@@ -741,7 +751,7 @@ export declare class IdentityClient {
|
|
|
741
751
|
* @param CreateUserRequest
|
|
742
752
|
* @return CreateUserResponse
|
|
743
753
|
* @throws OciError when an error occurs
|
|
744
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
754
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateUser.ts.html |here} to see how to use CreateUser API.
|
|
745
755
|
*/
|
|
746
756
|
createUser(createUserRequest: requests.CreateUserRequest): Promise<responses.CreateUserResponse>;
|
|
747
757
|
/**
|
|
@@ -768,7 +778,7 @@ export declare class IdentityClient {
|
|
|
768
778
|
* @param DeactivateDomainRequest
|
|
769
779
|
* @return DeactivateDomainResponse
|
|
770
780
|
* @throws OciError when an error occurs
|
|
771
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
781
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeactivateDomain.ts.html |here} to see how to use DeactivateDomain API.
|
|
772
782
|
*/
|
|
773
783
|
deactivateDomain(deactivateDomainRequest: requests.DeactivateDomainRequest): Promise<responses.DeactivateDomainResponse>;
|
|
774
784
|
/**
|
|
@@ -783,7 +793,7 @@ export declare class IdentityClient {
|
|
|
783
793
|
* @param DeleteApiKeyRequest
|
|
784
794
|
* @return DeleteApiKeyResponse
|
|
785
795
|
* @throws OciError when an error occurs
|
|
786
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
796
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteApiKey.ts.html |here} to see how to use DeleteApiKey API.
|
|
787
797
|
*/
|
|
788
798
|
deleteApiKey(deleteApiKeyRequest: requests.DeleteApiKeyRequest): Promise<responses.DeleteApiKeyResponse>;
|
|
789
799
|
/**
|
|
@@ -793,7 +803,7 @@ export declare class IdentityClient {
|
|
|
793
803
|
* @param DeleteAuthTokenRequest
|
|
794
804
|
* @return DeleteAuthTokenResponse
|
|
795
805
|
* @throws OciError when an error occurs
|
|
796
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
806
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteAuthToken.ts.html |here} to see how to use DeleteAuthToken API.
|
|
797
807
|
*/
|
|
798
808
|
deleteAuthToken(deleteAuthTokenRequest: requests.DeleteAuthTokenRequest): Promise<responses.DeleteAuthTokenResponse>;
|
|
799
809
|
/**
|
|
@@ -803,7 +813,7 @@ export declare class IdentityClient {
|
|
|
803
813
|
* @param DeleteCompartmentRequest
|
|
804
814
|
* @return DeleteCompartmentResponse
|
|
805
815
|
* @throws OciError when an error occurs
|
|
806
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
816
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteCompartment.ts.html |here} to see how to use DeleteCompartment API.
|
|
807
817
|
*/
|
|
808
818
|
deleteCompartment(deleteCompartmentRequest: requests.DeleteCompartmentRequest): Promise<responses.DeleteCompartmentResponse>;
|
|
809
819
|
/**
|
|
@@ -813,9 +823,19 @@ export declare class IdentityClient {
|
|
|
813
823
|
* @param DeleteCustomerSecretKeyRequest
|
|
814
824
|
* @return DeleteCustomerSecretKeyResponse
|
|
815
825
|
* @throws OciError when an error occurs
|
|
816
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
826
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteCustomerSecretKey.ts.html |here} to see how to use DeleteCustomerSecretKey API.
|
|
817
827
|
*/
|
|
818
828
|
deleteCustomerSecretKey(deleteCustomerSecretKeyRequest: requests.DeleteCustomerSecretKeyRequest): Promise<responses.DeleteCustomerSecretKeyResponse>;
|
|
829
|
+
/**
|
|
830
|
+
* Deletes the specified DB credential for the specified user.
|
|
831
|
+
*
|
|
832
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
833
|
+
* @param DeleteDbCredentialRequest
|
|
834
|
+
* @return DeleteDbCredentialResponse
|
|
835
|
+
* @throws OciError when an error occurs
|
|
836
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteDbCredential.ts.html |here} to see how to use DeleteDbCredential API.
|
|
837
|
+
*/
|
|
838
|
+
deleteDbCredential(deleteDbCredentialRequest: requests.DeleteDbCredentialRequest): Promise<responses.DeleteDbCredentialResponse>;
|
|
819
839
|
/**
|
|
820
840
|
* Soft Deletes a domain.
|
|
821
841
|
* <p>
|
|
@@ -839,7 +859,7 @@ export declare class IdentityClient {
|
|
|
839
859
|
* @param DeleteDomainRequest
|
|
840
860
|
* @return DeleteDomainResponse
|
|
841
861
|
* @throws OciError when an error occurs
|
|
842
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
862
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
|
|
843
863
|
*/
|
|
844
864
|
deleteDomain(deleteDomainRequest: requests.DeleteDomainRequest): Promise<responses.DeleteDomainResponse>;
|
|
845
865
|
/**
|
|
@@ -849,7 +869,7 @@ export declare class IdentityClient {
|
|
|
849
869
|
* @param DeleteDynamicGroupRequest
|
|
850
870
|
* @return DeleteDynamicGroupResponse
|
|
851
871
|
* @throws OciError when an error occurs
|
|
852
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
872
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteDynamicGroup.ts.html |here} to see how to use DeleteDynamicGroup API.
|
|
853
873
|
*/
|
|
854
874
|
deleteDynamicGroup(deleteDynamicGroupRequest: requests.DeleteDynamicGroupRequest): Promise<responses.DeleteDynamicGroupResponse>;
|
|
855
875
|
/**
|
|
@@ -859,7 +879,7 @@ export declare class IdentityClient {
|
|
|
859
879
|
* @param DeleteGroupRequest
|
|
860
880
|
* @return DeleteGroupResponse
|
|
861
881
|
* @throws OciError when an error occurs
|
|
862
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
882
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteGroup.ts.html |here} to see how to use DeleteGroup API.
|
|
863
883
|
*/
|
|
864
884
|
deleteGroup(deleteGroupRequest: requests.DeleteGroupRequest): Promise<responses.DeleteGroupResponse>;
|
|
865
885
|
/**
|
|
@@ -872,7 +892,7 @@ export declare class IdentityClient {
|
|
|
872
892
|
* @param DeleteIdentityProviderRequest
|
|
873
893
|
* @return DeleteIdentityProviderResponse
|
|
874
894
|
* @throws OciError when an error occurs
|
|
875
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
895
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteIdentityProvider.ts.html |here} to see how to use DeleteIdentityProvider API.
|
|
876
896
|
*/
|
|
877
897
|
deleteIdentityProvider(deleteIdentityProviderRequest: requests.DeleteIdentityProviderRequest): Promise<responses.DeleteIdentityProviderResponse>;
|
|
878
898
|
/**
|
|
@@ -884,7 +904,7 @@ export declare class IdentityClient {
|
|
|
884
904
|
* @param DeleteIdpGroupMappingRequest
|
|
885
905
|
* @return DeleteIdpGroupMappingResponse
|
|
886
906
|
* @throws OciError when an error occurs
|
|
887
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
907
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteIdpGroupMapping.ts.html |here} to see how to use DeleteIdpGroupMapping API.
|
|
888
908
|
*/
|
|
889
909
|
deleteIdpGroupMapping(deleteIdpGroupMappingRequest: requests.DeleteIdpGroupMappingRequest): Promise<responses.DeleteIdpGroupMappingResponse>;
|
|
890
910
|
/**
|
|
@@ -894,7 +914,7 @@ export declare class IdentityClient {
|
|
|
894
914
|
* @param DeleteMfaTotpDeviceRequest
|
|
895
915
|
* @return DeleteMfaTotpDeviceResponse
|
|
896
916
|
* @throws OciError when an error occurs
|
|
897
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
917
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteMfaTotpDevice.ts.html |here} to see how to use DeleteMfaTotpDevice API.
|
|
898
918
|
*/
|
|
899
919
|
deleteMfaTotpDevice(deleteMfaTotpDeviceRequest: requests.DeleteMfaTotpDeviceRequest): Promise<responses.DeleteMfaTotpDeviceResponse>;
|
|
900
920
|
/**
|
|
@@ -904,7 +924,7 @@ export declare class IdentityClient {
|
|
|
904
924
|
* @param DeleteNetworkSourceRequest
|
|
905
925
|
* @return DeleteNetworkSourceResponse
|
|
906
926
|
* @throws OciError when an error occurs
|
|
907
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
927
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteNetworkSource.ts.html |here} to see how to use DeleteNetworkSource API.
|
|
908
928
|
*/
|
|
909
929
|
deleteNetworkSource(deleteNetworkSourceRequest: requests.DeleteNetworkSourceRequest): Promise<responses.DeleteNetworkSourceResponse>;
|
|
910
930
|
/**
|
|
@@ -914,7 +934,7 @@ export declare class IdentityClient {
|
|
|
914
934
|
* @param DeleteOAuthClientCredentialRequest
|
|
915
935
|
* @return DeleteOAuthClientCredentialResponse
|
|
916
936
|
* @throws OciError when an error occurs
|
|
917
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
937
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteOAuthClientCredential.ts.html |here} to see how to use DeleteOAuthClientCredential API.
|
|
918
938
|
*/
|
|
919
939
|
deleteOAuthClientCredential(deleteOAuthClientCredentialRequest: requests.DeleteOAuthClientCredentialRequest): Promise<responses.DeleteOAuthClientCredentialResponse>;
|
|
920
940
|
/**
|
|
@@ -923,7 +943,7 @@ export declare class IdentityClient {
|
|
|
923
943
|
* @param DeletePolicyRequest
|
|
924
944
|
* @return DeletePolicyResponse
|
|
925
945
|
* @throws OciError when an error occurs
|
|
926
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
946
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeletePolicy.ts.html |here} to see how to use DeletePolicy API.
|
|
927
947
|
*/
|
|
928
948
|
deletePolicy(deletePolicyRequest: requests.DeletePolicyRequest): Promise<responses.DeletePolicyResponse>;
|
|
929
949
|
/**
|
|
@@ -933,7 +953,7 @@ export declare class IdentityClient {
|
|
|
933
953
|
* @param DeleteSmtpCredentialRequest
|
|
934
954
|
* @return DeleteSmtpCredentialResponse
|
|
935
955
|
* @throws OciError when an error occurs
|
|
936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
956
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteSmtpCredential.ts.html |here} to see how to use DeleteSmtpCredential API.
|
|
937
957
|
*/
|
|
938
958
|
deleteSmtpCredential(deleteSmtpCredentialRequest: requests.DeleteSmtpCredentialRequest): Promise<responses.DeleteSmtpCredentialResponse>;
|
|
939
959
|
/**
|
|
@@ -945,7 +965,7 @@ export declare class IdentityClient {
|
|
|
945
965
|
* @param DeleteSwiftPasswordRequest
|
|
946
966
|
* @return DeleteSwiftPasswordResponse
|
|
947
967
|
* @throws OciError when an error occurs
|
|
948
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
968
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteSwiftPassword.ts.html |here} to see how to use DeleteSwiftPassword API.
|
|
949
969
|
*/
|
|
950
970
|
deleteSwiftPassword(deleteSwiftPasswordRequest: requests.DeleteSwiftPasswordRequest): Promise<responses.DeleteSwiftPasswordResponse>;
|
|
951
971
|
/**
|
|
@@ -975,7 +995,7 @@ export declare class IdentityClient {
|
|
|
975
995
|
* @param DeleteTagRequest
|
|
976
996
|
* @return DeleteTagResponse
|
|
977
997
|
* @throws OciError when an error occurs
|
|
978
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
998
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteTag.ts.html |here} to see how to use DeleteTag API.
|
|
979
999
|
*/
|
|
980
1000
|
deleteTag(deleteTagRequest: requests.DeleteTagRequest): Promise<responses.DeleteTagResponse>;
|
|
981
1001
|
/**
|
|
@@ -985,7 +1005,7 @@ export declare class IdentityClient {
|
|
|
985
1005
|
* @param DeleteTagDefaultRequest
|
|
986
1006
|
* @return DeleteTagDefaultResponse
|
|
987
1007
|
* @throws OciError when an error occurs
|
|
988
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1008
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteTagDefault.ts.html |here} to see how to use DeleteTagDefault API.
|
|
989
1009
|
*/
|
|
990
1010
|
deleteTagDefault(deleteTagDefaultRequest: requests.DeleteTagDefaultRequest): Promise<responses.DeleteTagDefaultResponse>;
|
|
991
1011
|
/**
|
|
@@ -1001,7 +1021,7 @@ export declare class IdentityClient {
|
|
|
1001
1021
|
* @param DeleteTagNamespaceRequest
|
|
1002
1022
|
* @return DeleteTagNamespaceResponse
|
|
1003
1023
|
* @throws OciError when an error occurs
|
|
1004
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1024
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteTagNamespace.ts.html |here} to see how to use DeleteTagNamespace API.
|
|
1005
1025
|
*/
|
|
1006
1026
|
deleteTagNamespace(deleteTagNamespaceRequest: requests.DeleteTagNamespaceRequest): Promise<responses.DeleteTagNamespaceResponse>;
|
|
1007
1027
|
/**
|
|
@@ -1010,7 +1030,7 @@ export declare class IdentityClient {
|
|
|
1010
1030
|
* @param DeleteUserRequest
|
|
1011
1031
|
* @return DeleteUserResponse
|
|
1012
1032
|
* @throws OciError when an error occurs
|
|
1013
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1033
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteUser.ts.html |here} to see how to use DeleteUser API.
|
|
1014
1034
|
*/
|
|
1015
1035
|
deleteUser(deleteUserRequest: requests.DeleteUserRequest): Promise<responses.DeleteUserResponse>;
|
|
1016
1036
|
/**
|
|
@@ -1032,7 +1052,7 @@ export declare class IdentityClient {
|
|
|
1032
1052
|
* @param EnableReplicationToRegionRequest
|
|
1033
1053
|
* @return EnableReplicationToRegionResponse
|
|
1034
1054
|
* @throws OciError when an error occurs
|
|
1035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1055
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/EnableReplicationToRegion.ts.html |here} to see how to use EnableReplicationToRegion API.
|
|
1036
1056
|
*/
|
|
1037
1057
|
enableReplicationToRegion(enableReplicationToRegionRequest: requests.EnableReplicationToRegionRequest): Promise<responses.EnableReplicationToRegionResponse>;
|
|
1038
1058
|
/**
|
|
@@ -1042,7 +1062,7 @@ export declare class IdentityClient {
|
|
|
1042
1062
|
* @param GenerateTotpSeedRequest
|
|
1043
1063
|
* @return GenerateTotpSeedResponse
|
|
1044
1064
|
* @throws OciError when an error occurs
|
|
1045
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1065
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GenerateTotpSeed.ts.html |here} to see how to use GenerateTotpSeed API.
|
|
1046
1066
|
*/
|
|
1047
1067
|
generateTotpSeed(generateTotpSeedRequest: requests.GenerateTotpSeedRequest): Promise<responses.GenerateTotpSeedResponse>;
|
|
1048
1068
|
/**
|
|
@@ -1053,7 +1073,7 @@ export declare class IdentityClient {
|
|
|
1053
1073
|
* @param GetAuthenticationPolicyRequest
|
|
1054
1074
|
* @return GetAuthenticationPolicyResponse
|
|
1055
1075
|
* @throws OciError when an error occurs
|
|
1056
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1076
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetAuthenticationPolicy.ts.html |here} to see how to use GetAuthenticationPolicy API.
|
|
1057
1077
|
*/
|
|
1058
1078
|
getAuthenticationPolicy(getAuthenticationPolicyRequest: requests.GetAuthenticationPolicyRequest): Promise<responses.GetAuthenticationPolicyResponse>;
|
|
1059
1079
|
/**
|
|
@@ -1070,7 +1090,7 @@ export declare class IdentityClient {
|
|
|
1070
1090
|
* @param GetCompartmentRequest
|
|
1071
1091
|
* @return GetCompartmentResponse
|
|
1072
1092
|
* @throws OciError when an error occurs
|
|
1073
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1093
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetCompartment.ts.html |here} to see how to use GetCompartment API.
|
|
1074
1094
|
*/
|
|
1075
1095
|
getCompartment(getCompartmentRequest: requests.GetCompartmentRequest): Promise<responses.GetCompartmentResponse>;
|
|
1076
1096
|
/**
|
|
@@ -1083,7 +1103,7 @@ export declare class IdentityClient {
|
|
|
1083
1103
|
* @param GetDomainRequest
|
|
1084
1104
|
* @return GetDomainResponse
|
|
1085
1105
|
* @throws OciError when an error occurs
|
|
1086
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetDomain.ts.html |here} to see how to use GetDomain API.
|
|
1087
1107
|
*/
|
|
1088
1108
|
getDomain(getDomainRequest: requests.GetDomainRequest): Promise<responses.GetDomainResponse>;
|
|
1089
1109
|
/**
|
|
@@ -1093,7 +1113,7 @@ export declare class IdentityClient {
|
|
|
1093
1113
|
* @param GetDynamicGroupRequest
|
|
1094
1114
|
* @return GetDynamicGroupResponse
|
|
1095
1115
|
* @throws OciError when an error occurs
|
|
1096
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetDynamicGroup.ts.html |here} to see how to use GetDynamicGroup API.
|
|
1097
1117
|
*/
|
|
1098
1118
|
getDynamicGroup(getDynamicGroupRequest: requests.GetDynamicGroupRequest): Promise<responses.GetDynamicGroupResponse>;
|
|
1099
1119
|
/**
|
|
@@ -1107,7 +1127,7 @@ export declare class IdentityClient {
|
|
|
1107
1127
|
* @param GetGroupRequest
|
|
1108
1128
|
* @return GetGroupResponse
|
|
1109
1129
|
* @throws OciError when an error occurs
|
|
1110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetGroup.ts.html |here} to see how to use GetGroup API.
|
|
1111
1131
|
*/
|
|
1112
1132
|
getGroup(getGroupRequest: requests.GetGroupRequest): Promise<responses.GetGroupResponse>;
|
|
1113
1133
|
/**
|
|
@@ -1121,7 +1141,7 @@ export declare class IdentityClient {
|
|
|
1121
1141
|
* @param GetIamWorkRequestRequest
|
|
1122
1142
|
* @return GetIamWorkRequestResponse
|
|
1123
1143
|
* @throws OciError when an error occurs
|
|
1124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetIamWorkRequest.ts.html |here} to see how to use GetIamWorkRequest API.
|
|
1125
1145
|
*/
|
|
1126
1146
|
getIamWorkRequest(getIamWorkRequestRequest: requests.GetIamWorkRequestRequest): Promise<responses.GetIamWorkRequestResponse>;
|
|
1127
1147
|
/**
|
|
@@ -1133,7 +1153,7 @@ export declare class IdentityClient {
|
|
|
1133
1153
|
* @param GetIdentityProviderRequest
|
|
1134
1154
|
* @return GetIdentityProviderResponse
|
|
1135
1155
|
* @throws OciError when an error occurs
|
|
1136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetIdentityProvider.ts.html |here} to see how to use GetIdentityProvider API.
|
|
1137
1157
|
*/
|
|
1138
1158
|
getIdentityProvider(getIdentityProviderRequest: requests.GetIdentityProviderRequest): Promise<responses.GetIdentityProviderResponse>;
|
|
1139
1159
|
/**
|
|
@@ -1145,7 +1165,7 @@ export declare class IdentityClient {
|
|
|
1145
1165
|
* @param GetIdpGroupMappingRequest
|
|
1146
1166
|
* @return GetIdpGroupMappingResponse
|
|
1147
1167
|
* @throws OciError when an error occurs
|
|
1148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetIdpGroupMapping.ts.html |here} to see how to use GetIdpGroupMapping API.
|
|
1149
1169
|
*/
|
|
1150
1170
|
getIdpGroupMapping(getIdpGroupMappingRequest: requests.GetIdpGroupMappingRequest): Promise<responses.GetIdpGroupMappingResponse>;
|
|
1151
1171
|
/**
|
|
@@ -1155,7 +1175,7 @@ export declare class IdentityClient {
|
|
|
1155
1175
|
* @param GetMfaTotpDeviceRequest
|
|
1156
1176
|
* @return GetMfaTotpDeviceResponse
|
|
1157
1177
|
* @throws OciError when an error occurs
|
|
1158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetMfaTotpDevice.ts.html |here} to see how to use GetMfaTotpDevice API.
|
|
1159
1179
|
*/
|
|
1160
1180
|
getMfaTotpDevice(getMfaTotpDeviceRequest: requests.GetMfaTotpDeviceRequest): Promise<responses.GetMfaTotpDeviceResponse>;
|
|
1161
1181
|
/**
|
|
@@ -1165,7 +1185,7 @@ export declare class IdentityClient {
|
|
|
1165
1185
|
* @param GetNetworkSourceRequest
|
|
1166
1186
|
* @return GetNetworkSourceResponse
|
|
1167
1187
|
* @throws OciError when an error occurs
|
|
1168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetNetworkSource.ts.html |here} to see how to use GetNetworkSource API.
|
|
1169
1189
|
*/
|
|
1170
1190
|
getNetworkSource(getNetworkSourceRequest: requests.GetNetworkSourceRequest): Promise<responses.GetNetworkSourceResponse>;
|
|
1171
1191
|
/**
|
|
@@ -1174,16 +1194,26 @@ export declare class IdentityClient {
|
|
|
1174
1194
|
* @param GetPolicyRequest
|
|
1175
1195
|
* @return GetPolicyResponse
|
|
1176
1196
|
* @throws OciError when an error occurs
|
|
1177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetPolicy.ts.html |here} to see how to use GetPolicy API.
|
|
1178
1198
|
*/
|
|
1179
1199
|
getPolicy(getPolicyRequest: requests.GetPolicyRequest): Promise<responses.GetPolicyResponse>;
|
|
1200
|
+
/**
|
|
1201
|
+
* Retrieve the standard tag namespace template given the standard tag namespace name.
|
|
1202
|
+
*
|
|
1203
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1204
|
+
* @param GetStandardTagTemplateRequest
|
|
1205
|
+
* @return GetStandardTagTemplateResponse
|
|
1206
|
+
* @throws OciError when an error occurs
|
|
1207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetStandardTagTemplate.ts.html |here} to see how to use GetStandardTagTemplate API.
|
|
1208
|
+
*/
|
|
1209
|
+
getStandardTagTemplate(getStandardTagTemplateRequest: requests.GetStandardTagTemplateRequest): Promise<responses.GetStandardTagTemplateResponse>;
|
|
1180
1210
|
/**
|
|
1181
1211
|
* Gets the specified tag's information.
|
|
1182
1212
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1183
1213
|
* @param GetTagRequest
|
|
1184
1214
|
* @return GetTagResponse
|
|
1185
1215
|
* @throws OciError when an error occurs
|
|
1186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetTag.ts.html |here} to see how to use GetTag API.
|
|
1187
1217
|
*/
|
|
1188
1218
|
getTag(getTagRequest: requests.GetTagRequest): Promise<responses.GetTagResponse>;
|
|
1189
1219
|
/**
|
|
@@ -1193,7 +1223,7 @@ export declare class IdentityClient {
|
|
|
1193
1223
|
* @param GetTagDefaultRequest
|
|
1194
1224
|
* @return GetTagDefaultResponse
|
|
1195
1225
|
* @throws OciError when an error occurs
|
|
1196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetTagDefault.ts.html |here} to see how to use GetTagDefault API.
|
|
1197
1227
|
*/
|
|
1198
1228
|
getTagDefault(getTagDefaultRequest: requests.GetTagDefaultRequest): Promise<responses.GetTagDefaultResponse>;
|
|
1199
1229
|
/**
|
|
@@ -1203,7 +1233,7 @@ export declare class IdentityClient {
|
|
|
1203
1233
|
* @param GetTagNamespaceRequest
|
|
1204
1234
|
* @return GetTagNamespaceResponse
|
|
1205
1235
|
* @throws OciError when an error occurs
|
|
1206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetTagNamespace.ts.html |here} to see how to use GetTagNamespace API.
|
|
1207
1237
|
*/
|
|
1208
1238
|
getTagNamespace(getTagNamespaceRequest: requests.GetTagNamespaceRequest): Promise<responses.GetTagNamespaceResponse>;
|
|
1209
1239
|
/**
|
|
@@ -1214,7 +1244,7 @@ export declare class IdentityClient {
|
|
|
1214
1244
|
* @param GetTaggingWorkRequestRequest
|
|
1215
1245
|
* @return GetTaggingWorkRequestResponse
|
|
1216
1246
|
* @throws OciError when an error occurs
|
|
1217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetTaggingWorkRequest.ts.html |here} to see how to use GetTaggingWorkRequest API.
|
|
1218
1248
|
*/
|
|
1219
1249
|
getTaggingWorkRequest(getTaggingWorkRequestRequest: requests.GetTaggingWorkRequestRequest): Promise<responses.GetTaggingWorkRequestResponse>;
|
|
1220
1250
|
/**
|
|
@@ -1223,7 +1253,7 @@ export declare class IdentityClient {
|
|
|
1223
1253
|
* @param GetTenancyRequest
|
|
1224
1254
|
* @return GetTenancyResponse
|
|
1225
1255
|
* @throws OciError when an error occurs
|
|
1226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetTenancy.ts.html |here} to see how to use GetTenancy API.
|
|
1227
1257
|
*/
|
|
1228
1258
|
getTenancy(getTenancyRequest: requests.GetTenancyRequest): Promise<responses.GetTenancyResponse>;
|
|
1229
1259
|
/**
|
|
@@ -1232,7 +1262,7 @@ export declare class IdentityClient {
|
|
|
1232
1262
|
* @param GetUserRequest
|
|
1233
1263
|
* @return GetUserResponse
|
|
1234
1264
|
* @throws OciError when an error occurs
|
|
1235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetUser.ts.html |here} to see how to use GetUser API.
|
|
1236
1266
|
*/
|
|
1237
1267
|
getUser(getUserRequest: requests.GetUserRequest): Promise<responses.GetUserResponse>;
|
|
1238
1268
|
/**
|
|
@@ -1241,7 +1271,7 @@ export declare class IdentityClient {
|
|
|
1241
1271
|
* @param GetUserGroupMembershipRequest
|
|
1242
1272
|
* @return GetUserGroupMembershipResponse
|
|
1243
1273
|
* @throws OciError when an error occurs
|
|
1244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1274
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetUserGroupMembership.ts.html |here} to see how to use GetUserGroupMembership API.
|
|
1245
1275
|
*/
|
|
1246
1276
|
getUserGroupMembership(getUserGroupMembershipRequest: requests.GetUserGroupMembershipRequest): Promise<responses.GetUserGroupMembershipResponse>;
|
|
1247
1277
|
/**
|
|
@@ -1252,7 +1282,7 @@ export declare class IdentityClient {
|
|
|
1252
1282
|
* @param GetUserUIPasswordInformationRequest
|
|
1253
1283
|
* @return GetUserUIPasswordInformationResponse
|
|
1254
1284
|
* @throws OciError when an error occurs
|
|
1255
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetUserUIPasswordInformation.ts.html |here} to see how to use GetUserUIPasswordInformation API.
|
|
1256
1286
|
*/
|
|
1257
1287
|
getUserUIPasswordInformation(getUserUIPasswordInformationRequest: requests.GetUserUIPasswordInformationRequest): Promise<responses.GetUserUIPasswordInformationResponse>;
|
|
1258
1288
|
/**
|
|
@@ -1263,9 +1293,20 @@ export declare class IdentityClient {
|
|
|
1263
1293
|
* @param GetWorkRequestRequest
|
|
1264
1294
|
* @return GetWorkRequestResponse
|
|
1265
1295
|
* @throws OciError when an error occurs
|
|
1266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1267
1297
|
*/
|
|
1268
1298
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
1299
|
+
/**
|
|
1300
|
+
* OCI will release Tag Namespaces that our customers can import.
|
|
1301
|
+
* These Tag Namespaces will provide Tags for our customers and Partners to provide consistency and enable data reporting.
|
|
1302
|
+
*
|
|
1303
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1304
|
+
* @param ImportStandardTagsRequest
|
|
1305
|
+
* @return ImportStandardTagsResponse
|
|
1306
|
+
* @throws OciError when an error occurs
|
|
1307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ImportStandardTags.ts.html |here} to see how to use ImportStandardTags API.
|
|
1308
|
+
*/
|
|
1309
|
+
importStandardTags(importStandardTagsRequest: requests.ImportStandardTagsRequest): Promise<responses.ImportStandardTagsResponse>;
|
|
1269
1310
|
/**
|
|
1270
1311
|
* List the allowed domain license types supported by OCI
|
|
1271
1312
|
* If {@code currentLicenseTypeName} provided, returns allowed license types a domain with the specified license type name can migrate to.
|
|
@@ -1279,7 +1320,7 @@ export declare class IdentityClient {
|
|
|
1279
1320
|
* @param ListAllowedDomainLicenseTypesRequest
|
|
1280
1321
|
* @return ListAllowedDomainLicenseTypesResponse
|
|
1281
1322
|
* @throws OciError when an error occurs
|
|
1282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListAllowedDomainLicenseTypes.ts.html |here} to see how to use ListAllowedDomainLicenseTypes API.
|
|
1283
1324
|
*/
|
|
1284
1325
|
listAllowedDomainLicenseTypes(listAllowedDomainLicenseTypesRequest: requests.ListAllowedDomainLicenseTypesRequest): Promise<responses.ListAllowedDomainLicenseTypesResponse>;
|
|
1285
1326
|
/**
|
|
@@ -1292,7 +1333,7 @@ export declare class IdentityClient {
|
|
|
1292
1333
|
* @param ListApiKeysRequest
|
|
1293
1334
|
* @return ListApiKeysResponse
|
|
1294
1335
|
* @throws OciError when an error occurs
|
|
1295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListApiKeys.ts.html |here} to see how to use ListApiKeys API.
|
|
1296
1337
|
*/
|
|
1297
1338
|
listApiKeys(listApiKeysRequest: requests.ListApiKeysRequest): Promise<responses.ListApiKeysResponse>;
|
|
1298
1339
|
/**
|
|
@@ -1303,7 +1344,7 @@ export declare class IdentityClient {
|
|
|
1303
1344
|
* @param ListAuthTokensRequest
|
|
1304
1345
|
* @return ListAuthTokensResponse
|
|
1305
1346
|
* @throws OciError when an error occurs
|
|
1306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListAuthTokens.ts.html |here} to see how to use ListAuthTokens API.
|
|
1307
1348
|
*/
|
|
1308
1349
|
listAuthTokens(listAuthTokensRequest: requests.ListAuthTokensRequest): Promise<responses.ListAuthTokensResponse>;
|
|
1309
1350
|
/**
|
|
@@ -1317,7 +1358,7 @@ export declare class IdentityClient {
|
|
|
1317
1358
|
* @param ListAvailabilityDomainsRequest
|
|
1318
1359
|
* @return ListAvailabilityDomainsResponse
|
|
1319
1360
|
* @throws OciError when an error occurs
|
|
1320
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListAvailabilityDomains.ts.html |here} to see how to use ListAvailabilityDomains API.
|
|
1321
1362
|
*/
|
|
1322
1363
|
listAvailabilityDomains(listAvailabilityDomainsRequest: requests.ListAvailabilityDomainsRequest): Promise<responses.ListAvailabilityDomainsResponse>;
|
|
1323
1364
|
/**
|
|
@@ -1333,7 +1374,7 @@ export declare class IdentityClient {
|
|
|
1333
1374
|
* @param ListBulkActionResourceTypesRequest
|
|
1334
1375
|
* @return ListBulkActionResourceTypesResponse
|
|
1335
1376
|
* @throws OciError when an error occurs
|
|
1336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1377
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListBulkActionResourceTypes.ts.html |here} to see how to use ListBulkActionResourceTypes API.
|
|
1337
1378
|
*/
|
|
1338
1379
|
listBulkActionResourceTypes(listBulkActionResourceTypesRequest: requests.ListBulkActionResourceTypesRequest): Promise<responses.ListBulkActionResourceTypesResponse>;
|
|
1339
1380
|
/**
|
|
@@ -1343,7 +1384,7 @@ export declare class IdentityClient {
|
|
|
1343
1384
|
* @param ListBulkEditTagsResourceTypesRequest
|
|
1344
1385
|
* @return ListBulkEditTagsResourceTypesResponse
|
|
1345
1386
|
* @throws OciError when an error occurs
|
|
1346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListBulkEditTagsResourceTypes.ts.html |here} to see how to use ListBulkEditTagsResourceTypes API.
|
|
1347
1388
|
*/
|
|
1348
1389
|
listBulkEditTagsResourceTypes(listBulkEditTagsResourceTypesRequest: requests.ListBulkEditTagsResourceTypesRequest): Promise<responses.ListBulkEditTagsResourceTypesResponse>;
|
|
1349
1390
|
/**
|
|
@@ -1370,7 +1411,7 @@ export declare class IdentityClient {
|
|
|
1370
1411
|
* @param ListCompartmentsRequest
|
|
1371
1412
|
* @return ListCompartmentsResponse
|
|
1372
1413
|
* @throws OciError when an error occurs
|
|
1373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1414
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListCompartments.ts.html |here} to see how to use ListCompartments API.
|
|
1374
1415
|
*/
|
|
1375
1416
|
listCompartments(listCompartmentsRequest: requests.ListCompartmentsRequest): Promise<responses.ListCompartmentsResponse>;
|
|
1376
1417
|
/**
|
|
@@ -1413,7 +1454,7 @@ export declare class IdentityClient {
|
|
|
1413
1454
|
* @param ListCostTrackingTagsRequest
|
|
1414
1455
|
* @return ListCostTrackingTagsResponse
|
|
1415
1456
|
* @throws OciError when an error occurs
|
|
1416
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListCostTrackingTags.ts.html |here} to see how to use ListCostTrackingTags API.
|
|
1417
1458
|
*/
|
|
1418
1459
|
listCostTrackingTags(listCostTrackingTagsRequest: requests.ListCostTrackingTagsRequest): Promise<responses.ListCostTrackingTagsResponse>;
|
|
1419
1460
|
/**
|
|
@@ -1456,9 +1497,51 @@ export declare class IdentityClient {
|
|
|
1456
1497
|
* @param ListCustomerSecretKeysRequest
|
|
1457
1498
|
* @return ListCustomerSecretKeysResponse
|
|
1458
1499
|
* @throws OciError when an error occurs
|
|
1459
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1500
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListCustomerSecretKeys.ts.html |here} to see how to use ListCustomerSecretKeys API.
|
|
1460
1501
|
*/
|
|
1461
1502
|
listCustomerSecretKeys(listCustomerSecretKeysRequest: requests.ListCustomerSecretKeysRequest): Promise<responses.ListCustomerSecretKeysResponse>;
|
|
1503
|
+
/**
|
|
1504
|
+
* Lists the DB credentials for the specified user. The returned object contains the credential's OCID
|
|
1505
|
+
*
|
|
1506
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1507
|
+
* @param ListDbCredentialsRequest
|
|
1508
|
+
* @return ListDbCredentialsResponse
|
|
1509
|
+
* @throws OciError when an error occurs
|
|
1510
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListDbCredentials.ts.html |here} to see how to use ListDbCredentials API.
|
|
1511
|
+
*/
|
|
1512
|
+
listDbCredentials(listDbCredentialsRequest: requests.ListDbCredentialsRequest): Promise<responses.ListDbCredentialsResponse>;
|
|
1513
|
+
/**
|
|
1514
|
+
* NOTE: This function is deprecated in favor of listDbCredentialsRecordIterator function.
|
|
1515
|
+
* Creates a new async iterator which will iterate over the models.DbCredentialSummary objects
|
|
1516
|
+
* contained in responses from the listDbCredentials operation. This iterator will fetch more data from the
|
|
1517
|
+
* server as needed.
|
|
1518
|
+
*
|
|
1519
|
+
* @param request a request which can be sent to the service operation
|
|
1520
|
+
*/
|
|
1521
|
+
listAllDbCredentials(request: requests.ListDbCredentialsRequest): AsyncIterableIterator<model.DbCredentialSummary>;
|
|
1522
|
+
/**
|
|
1523
|
+
* NOTE: This function is deprecated in favor of listDbCredentialsResponseIterator function.
|
|
1524
|
+
* Creates a new async iterator which will iterate over the responses received from the listDbCredentials operation. This iterator
|
|
1525
|
+
* will fetch more data from the server as needed.
|
|
1526
|
+
*
|
|
1527
|
+
* @param request a request which can be sent to the service operation
|
|
1528
|
+
*/
|
|
1529
|
+
listAllDbCredentialsResponses(request: requests.ListDbCredentialsRequest): AsyncIterableIterator<responses.ListDbCredentialsResponse>;
|
|
1530
|
+
/**
|
|
1531
|
+
* Creates a new async iterator which will iterate over the models.DbCredentialSummary objects
|
|
1532
|
+
* contained in responses from the listDbCredentials operation. This iterator will fetch more data from the
|
|
1533
|
+
* server as needed.
|
|
1534
|
+
*
|
|
1535
|
+
* @param request a request which can be sent to the service operation
|
|
1536
|
+
*/
|
|
1537
|
+
listDbCredentialsRecordIterator(request: requests.ListDbCredentialsRequest): AsyncIterableIterator<model.DbCredentialSummary>;
|
|
1538
|
+
/**
|
|
1539
|
+
* Creates a new async iterator which will iterate over the responses received from the listDbCredentials operation. This iterator
|
|
1540
|
+
* will fetch more data from the server as needed.
|
|
1541
|
+
*
|
|
1542
|
+
* @param request a request which can be sent to the service operation
|
|
1543
|
+
*/
|
|
1544
|
+
listDbCredentialsResponseIterator(request: requests.ListDbCredentialsRequest): AsyncIterableIterator<responses.ListDbCredentialsResponse>;
|
|
1462
1545
|
/**
|
|
1463
1546
|
* List all domains that are homed or have a replica region in current region.
|
|
1464
1547
|
* - If any internal error occurs, return 500 INTERNAL SERVER ERROR.
|
|
@@ -1467,7 +1550,7 @@ export declare class IdentityClient {
|
|
|
1467
1550
|
* @param ListDomainsRequest
|
|
1468
1551
|
* @return ListDomainsResponse
|
|
1469
1552
|
* @throws OciError when an error occurs
|
|
1470
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1553
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListDomains.ts.html |here} to see how to use ListDomains API.
|
|
1471
1554
|
*/
|
|
1472
1555
|
listDomains(listDomainsRequest: requests.ListDomainsRequest): Promise<responses.ListDomainsResponse>;
|
|
1473
1556
|
/**
|
|
@@ -1511,7 +1594,7 @@ export declare class IdentityClient {
|
|
|
1511
1594
|
* @param ListDynamicGroupsRequest
|
|
1512
1595
|
* @return ListDynamicGroupsResponse
|
|
1513
1596
|
* @throws OciError when an error occurs
|
|
1514
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListDynamicGroups.ts.html |here} to see how to use ListDynamicGroups API.
|
|
1515
1598
|
*/
|
|
1516
1599
|
listDynamicGroups(listDynamicGroupsRequest: requests.ListDynamicGroupsRequest): Promise<responses.ListDynamicGroupsResponse>;
|
|
1517
1600
|
/**
|
|
@@ -1555,7 +1638,7 @@ export declare class IdentityClient {
|
|
|
1555
1638
|
* @param ListFaultDomainsRequest
|
|
1556
1639
|
* @return ListFaultDomainsResponse
|
|
1557
1640
|
* @throws OciError when an error occurs
|
|
1558
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1641
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListFaultDomains.ts.html |here} to see how to use ListFaultDomains API.
|
|
1559
1642
|
*/
|
|
1560
1643
|
listFaultDomains(listFaultDomainsRequest: requests.ListFaultDomainsRequest): Promise<responses.ListFaultDomainsResponse>;
|
|
1561
1644
|
/**
|
|
@@ -1567,7 +1650,7 @@ export declare class IdentityClient {
|
|
|
1567
1650
|
* @param ListGroupsRequest
|
|
1568
1651
|
* @return ListGroupsResponse
|
|
1569
1652
|
* @throws OciError when an error occurs
|
|
1570
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1653
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListGroups.ts.html |here} to see how to use ListGroups API.
|
|
1571
1654
|
*/
|
|
1572
1655
|
listGroups(listGroupsRequest: requests.ListGroupsRequest): Promise<responses.ListGroupsResponse>;
|
|
1573
1656
|
/**
|
|
@@ -1613,7 +1696,7 @@ export declare class IdentityClient {
|
|
|
1613
1696
|
* @param ListIamWorkRequestErrorsRequest
|
|
1614
1697
|
* @return ListIamWorkRequestErrorsResponse
|
|
1615
1698
|
* @throws OciError when an error occurs
|
|
1616
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1699
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListIamWorkRequestErrors.ts.html |here} to see how to use ListIamWorkRequestErrors API.
|
|
1617
1700
|
*/
|
|
1618
1701
|
listIamWorkRequestErrors(listIamWorkRequestErrorsRequest: requests.ListIamWorkRequestErrorsRequest): Promise<responses.ListIamWorkRequestErrorsResponse>;
|
|
1619
1702
|
/**
|
|
@@ -1659,7 +1742,7 @@ export declare class IdentityClient {
|
|
|
1659
1742
|
* @param ListIamWorkRequestLogsRequest
|
|
1660
1743
|
* @return ListIamWorkRequestLogsResponse
|
|
1661
1744
|
* @throws OciError when an error occurs
|
|
1662
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1745
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListIamWorkRequestLogs.ts.html |here} to see how to use ListIamWorkRequestLogs API.
|
|
1663
1746
|
*/
|
|
1664
1747
|
listIamWorkRequestLogs(listIamWorkRequestLogsRequest: requests.ListIamWorkRequestLogsRequest): Promise<responses.ListIamWorkRequestLogsResponse>;
|
|
1665
1748
|
/**
|
|
@@ -1704,7 +1787,7 @@ export declare class IdentityClient {
|
|
|
1704
1787
|
* @param ListIamWorkRequestsRequest
|
|
1705
1788
|
* @return ListIamWorkRequestsResponse
|
|
1706
1789
|
* @throws OciError when an error occurs
|
|
1707
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1790
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListIamWorkRequests.ts.html |here} to see how to use ListIamWorkRequests API.
|
|
1708
1791
|
*/
|
|
1709
1792
|
listIamWorkRequests(listIamWorkRequestsRequest: requests.ListIamWorkRequestsRequest): Promise<responses.ListIamWorkRequestsResponse>;
|
|
1710
1793
|
/**
|
|
@@ -1748,7 +1831,7 @@ export declare class IdentityClient {
|
|
|
1748
1831
|
* @param ListIdentityProviderGroupsRequest
|
|
1749
1832
|
* @return ListIdentityProviderGroupsResponse
|
|
1750
1833
|
* @throws OciError when an error occurs
|
|
1751
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1834
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListIdentityProviderGroups.ts.html |here} to see how to use ListIdentityProviderGroups API.
|
|
1752
1835
|
*/
|
|
1753
1836
|
listIdentityProviderGroups(listIdentityProviderGroupsRequest: requests.ListIdentityProviderGroupsRequest): Promise<responses.ListIdentityProviderGroupsResponse>;
|
|
1754
1837
|
/**
|
|
@@ -1795,7 +1878,7 @@ export declare class IdentityClient {
|
|
|
1795
1878
|
* @param ListIdentityProvidersRequest
|
|
1796
1879
|
* @return ListIdentityProvidersResponse
|
|
1797
1880
|
* @throws OciError when an error occurs
|
|
1798
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1881
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListIdentityProviders.ts.html |here} to see how to use ListIdentityProviders API.
|
|
1799
1882
|
*/
|
|
1800
1883
|
listIdentityProviders(listIdentityProvidersRequest: requests.ListIdentityProvidersRequest): Promise<responses.ListIdentityProvidersResponse>;
|
|
1801
1884
|
/**
|
|
@@ -1839,7 +1922,7 @@ export declare class IdentityClient {
|
|
|
1839
1922
|
* @param ListIdpGroupMappingsRequest
|
|
1840
1923
|
* @return ListIdpGroupMappingsResponse
|
|
1841
1924
|
* @throws OciError when an error occurs
|
|
1842
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1925
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListIdpGroupMappings.ts.html |here} to see how to use ListIdpGroupMappings API.
|
|
1843
1926
|
*/
|
|
1844
1927
|
listIdpGroupMappings(listIdpGroupMappingsRequest: requests.ListIdpGroupMappingsRequest): Promise<responses.ListIdpGroupMappingsResponse>;
|
|
1845
1928
|
/**
|
|
@@ -1882,7 +1965,7 @@ export declare class IdentityClient {
|
|
|
1882
1965
|
* @param ListMfaTotpDevicesRequest
|
|
1883
1966
|
* @return ListMfaTotpDevicesResponse
|
|
1884
1967
|
* @throws OciError when an error occurs
|
|
1885
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1968
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListMfaTotpDevices.ts.html |here} to see how to use ListMfaTotpDevices API.
|
|
1886
1969
|
*/
|
|
1887
1970
|
listMfaTotpDevices(listMfaTotpDevicesRequest: requests.ListMfaTotpDevicesRequest): Promise<responses.ListMfaTotpDevicesResponse>;
|
|
1888
1971
|
/**
|
|
@@ -1926,7 +2009,7 @@ export declare class IdentityClient {
|
|
|
1926
2009
|
* @param ListNetworkSourcesRequest
|
|
1927
2010
|
* @return ListNetworkSourcesResponse
|
|
1928
2011
|
* @throws OciError when an error occurs
|
|
1929
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListNetworkSources.ts.html |here} to see how to use ListNetworkSources API.
|
|
1930
2013
|
*/
|
|
1931
2014
|
listNetworkSources(listNetworkSourcesRequest: requests.ListNetworkSourcesRequest): Promise<responses.ListNetworkSourcesResponse>;
|
|
1932
2015
|
/**
|
|
@@ -1968,7 +2051,7 @@ export declare class IdentityClient {
|
|
|
1968
2051
|
* @param ListOAuthClientCredentialsRequest
|
|
1969
2052
|
* @return ListOAuthClientCredentialsResponse
|
|
1970
2053
|
* @throws OciError when an error occurs
|
|
1971
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2054
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListOAuthClientCredentials.ts.html |here} to see how to use ListOAuthClientCredentials API.
|
|
1972
2055
|
*/
|
|
1973
2056
|
listOAuthClientCredentials(listOAuthClientCredentialsRequest: requests.ListOAuthClientCredentialsRequest): Promise<responses.ListOAuthClientCredentialsResponse>;
|
|
1974
2057
|
/**
|
|
@@ -2014,7 +2097,7 @@ export declare class IdentityClient {
|
|
|
2014
2097
|
* @param ListPoliciesRequest
|
|
2015
2098
|
* @return ListPoliciesResponse
|
|
2016
2099
|
* @throws OciError when an error occurs
|
|
2017
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListPolicies.ts.html |here} to see how to use ListPolicies API.
|
|
2018
2101
|
*/
|
|
2019
2102
|
listPolicies(listPoliciesRequest: requests.ListPoliciesRequest): Promise<responses.ListPoliciesResponse>;
|
|
2020
2103
|
/**
|
|
@@ -2055,7 +2138,7 @@ export declare class IdentityClient {
|
|
|
2055
2138
|
* @param ListRegionSubscriptionsRequest
|
|
2056
2139
|
* @return ListRegionSubscriptionsResponse
|
|
2057
2140
|
* @throws OciError when an error occurs
|
|
2058
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListRegionSubscriptions.ts.html |here} to see how to use ListRegionSubscriptions API.
|
|
2059
2142
|
*/
|
|
2060
2143
|
listRegionSubscriptions(listRegionSubscriptionsRequest: requests.ListRegionSubscriptionsRequest): Promise<responses.ListRegionSubscriptionsResponse>;
|
|
2061
2144
|
/**
|
|
@@ -2064,7 +2147,7 @@ export declare class IdentityClient {
|
|
|
2064
2147
|
* @param ListRegionsRequest
|
|
2065
2148
|
* @return ListRegionsResponse
|
|
2066
2149
|
* @throws OciError when an error occurs
|
|
2067
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListRegions.ts.html |here} to see how to use ListRegions API.
|
|
2068
2151
|
*/
|
|
2069
2152
|
listRegions(listRegionsRequest: requests.ListRegionsRequest): Promise<responses.ListRegionsResponse>;
|
|
2070
2153
|
/**
|
|
@@ -2075,9 +2158,51 @@ export declare class IdentityClient {
|
|
|
2075
2158
|
* @param ListSmtpCredentialsRequest
|
|
2076
2159
|
* @return ListSmtpCredentialsResponse
|
|
2077
2160
|
* @throws OciError when an error occurs
|
|
2078
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListSmtpCredentials.ts.html |here} to see how to use ListSmtpCredentials API.
|
|
2079
2162
|
*/
|
|
2080
2163
|
listSmtpCredentials(listSmtpCredentialsRequest: requests.ListSmtpCredentialsRequest): Promise<responses.ListSmtpCredentialsResponse>;
|
|
2164
|
+
/**
|
|
2165
|
+
* Lists available standard tag namespaces that users can create.
|
|
2166
|
+
*
|
|
2167
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
2168
|
+
* @param ListStandardTagNamespacesRequest
|
|
2169
|
+
* @return ListStandardTagNamespacesResponse
|
|
2170
|
+
* @throws OciError when an error occurs
|
|
2171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListStandardTagNamespaces.ts.html |here} to see how to use ListStandardTagNamespaces API.
|
|
2172
|
+
*/
|
|
2173
|
+
listStandardTagNamespaces(listStandardTagNamespacesRequest: requests.ListStandardTagNamespacesRequest): Promise<responses.ListStandardTagNamespacesResponse>;
|
|
2174
|
+
/**
|
|
2175
|
+
* NOTE: This function is deprecated in favor of listStandardTagNamespacesRecordIterator function.
|
|
2176
|
+
* Creates a new async iterator which will iterate over the models.StandardTagNamespaceTemplateSummary objects
|
|
2177
|
+
* contained in responses from the listStandardTagNamespaces operation. This iterator will fetch more data from the
|
|
2178
|
+
* server as needed.
|
|
2179
|
+
*
|
|
2180
|
+
* @param request a request which can be sent to the service operation
|
|
2181
|
+
*/
|
|
2182
|
+
listAllStandardTagNamespaces(request: requests.ListStandardTagNamespacesRequest): AsyncIterableIterator<model.StandardTagNamespaceTemplateSummary>;
|
|
2183
|
+
/**
|
|
2184
|
+
* NOTE: This function is deprecated in favor of listStandardTagNamespacesResponseIterator function.
|
|
2185
|
+
* Creates a new async iterator which will iterate over the responses received from the listStandardTagNamespaces operation. This iterator
|
|
2186
|
+
* will fetch more data from the server as needed.
|
|
2187
|
+
*
|
|
2188
|
+
* @param request a request which can be sent to the service operation
|
|
2189
|
+
*/
|
|
2190
|
+
listAllStandardTagNamespacesResponses(request: requests.ListStandardTagNamespacesRequest): AsyncIterableIterator<responses.ListStandardTagNamespacesResponse>;
|
|
2191
|
+
/**
|
|
2192
|
+
* Creates a new async iterator which will iterate over the models.StandardTagNamespaceTemplateSummary objects
|
|
2193
|
+
* contained in responses from the listStandardTagNamespaces operation. This iterator will fetch more data from the
|
|
2194
|
+
* server as needed.
|
|
2195
|
+
*
|
|
2196
|
+
* @param request a request which can be sent to the service operation
|
|
2197
|
+
*/
|
|
2198
|
+
listStandardTagNamespacesRecordIterator(request: requests.ListStandardTagNamespacesRequest): AsyncIterableIterator<model.StandardTagNamespaceTemplateSummary>;
|
|
2199
|
+
/**
|
|
2200
|
+
* Creates a new async iterator which will iterate over the responses received from the listStandardTagNamespaces operation. This iterator
|
|
2201
|
+
* will fetch more data from the server as needed.
|
|
2202
|
+
*
|
|
2203
|
+
* @param request a request which can be sent to the service operation
|
|
2204
|
+
*/
|
|
2205
|
+
listStandardTagNamespacesResponseIterator(request: requests.ListStandardTagNamespacesRequest): AsyncIterableIterator<responses.ListStandardTagNamespacesResponse>;
|
|
2081
2206
|
/**
|
|
2082
2207
|
* **Deprecated. Use {@link #listAuthTokens(ListAuthTokensRequest) listAuthTokens} instead.**
|
|
2083
2208
|
* <p>
|
|
@@ -2088,7 +2213,7 @@ export declare class IdentityClient {
|
|
|
2088
2213
|
* @param ListSwiftPasswordsRequest
|
|
2089
2214
|
* @return ListSwiftPasswordsResponse
|
|
2090
2215
|
* @throws OciError when an error occurs
|
|
2091
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListSwiftPasswords.ts.html |here} to see how to use ListSwiftPasswords API.
|
|
2092
2217
|
*/
|
|
2093
2218
|
listSwiftPasswords(listSwiftPasswordsRequest: requests.ListSwiftPasswordsRequest): Promise<responses.ListSwiftPasswordsResponse>;
|
|
2094
2219
|
/**
|
|
@@ -2098,7 +2223,7 @@ export declare class IdentityClient {
|
|
|
2098
2223
|
* @param ListTagDefaultsRequest
|
|
2099
2224
|
* @return ListTagDefaultsResponse
|
|
2100
2225
|
* @throws OciError when an error occurs
|
|
2101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTagDefaults.ts.html |here} to see how to use ListTagDefaults API.
|
|
2102
2227
|
*/
|
|
2103
2228
|
listTagDefaults(listTagDefaultsRequest: requests.ListTagDefaultsRequest): Promise<responses.ListTagDefaultsResponse>;
|
|
2104
2229
|
/**
|
|
@@ -2140,7 +2265,7 @@ export declare class IdentityClient {
|
|
|
2140
2265
|
* @param ListTagNamespacesRequest
|
|
2141
2266
|
* @return ListTagNamespacesResponse
|
|
2142
2267
|
* @throws OciError when an error occurs
|
|
2143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTagNamespaces.ts.html |here} to see how to use ListTagNamespaces API.
|
|
2144
2269
|
*/
|
|
2145
2270
|
listTagNamespaces(listTagNamespacesRequest: requests.ListTagNamespacesRequest): Promise<responses.ListTagNamespacesResponse>;
|
|
2146
2271
|
/**
|
|
@@ -2182,7 +2307,7 @@ export declare class IdentityClient {
|
|
|
2182
2307
|
* @param ListTaggingWorkRequestErrorsRequest
|
|
2183
2308
|
* @return ListTaggingWorkRequestErrorsResponse
|
|
2184
2309
|
* @throws OciError when an error occurs
|
|
2185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2310
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTaggingWorkRequestErrors.ts.html |here} to see how to use ListTaggingWorkRequestErrors API.
|
|
2186
2311
|
*/
|
|
2187
2312
|
listTaggingWorkRequestErrors(listTaggingWorkRequestErrorsRequest: requests.ListTaggingWorkRequestErrorsRequest): Promise<responses.ListTaggingWorkRequestErrorsResponse>;
|
|
2188
2313
|
/**
|
|
@@ -2224,7 +2349,7 @@ export declare class IdentityClient {
|
|
|
2224
2349
|
* @param ListTaggingWorkRequestLogsRequest
|
|
2225
2350
|
* @return ListTaggingWorkRequestLogsResponse
|
|
2226
2351
|
* @throws OciError when an error occurs
|
|
2227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2352
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTaggingWorkRequestLogs.ts.html |here} to see how to use ListTaggingWorkRequestLogs API.
|
|
2228
2353
|
*/
|
|
2229
2354
|
listTaggingWorkRequestLogs(listTaggingWorkRequestLogsRequest: requests.ListTaggingWorkRequestLogsRequest): Promise<responses.ListTaggingWorkRequestLogsResponse>;
|
|
2230
2355
|
/**
|
|
@@ -2266,7 +2391,7 @@ export declare class IdentityClient {
|
|
|
2266
2391
|
* @param ListTaggingWorkRequestsRequest
|
|
2267
2392
|
* @return ListTaggingWorkRequestsResponse
|
|
2268
2393
|
* @throws OciError when an error occurs
|
|
2269
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2394
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTaggingWorkRequests.ts.html |here} to see how to use ListTaggingWorkRequests API.
|
|
2270
2395
|
*/
|
|
2271
2396
|
listTaggingWorkRequests(listTaggingWorkRequestsRequest: requests.ListTaggingWorkRequestsRequest): Promise<responses.ListTaggingWorkRequestsResponse>;
|
|
2272
2397
|
/**
|
|
@@ -2308,7 +2433,7 @@ export declare class IdentityClient {
|
|
|
2308
2433
|
* @param ListTagsRequest
|
|
2309
2434
|
* @return ListTagsResponse
|
|
2310
2435
|
* @throws OciError when an error occurs
|
|
2311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2436
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTags.ts.html |here} to see how to use ListTags API.
|
|
2312
2437
|
*/
|
|
2313
2438
|
listTags(listTagsRequest: requests.ListTagsRequest): Promise<responses.ListTagsResponse>;
|
|
2314
2439
|
/**
|
|
@@ -2359,7 +2484,7 @@ export declare class IdentityClient {
|
|
|
2359
2484
|
* @param ListUserGroupMembershipsRequest
|
|
2360
2485
|
* @return ListUserGroupMembershipsResponse
|
|
2361
2486
|
* @throws OciError when an error occurs
|
|
2362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListUserGroupMemberships.ts.html |here} to see how to use ListUserGroupMemberships API.
|
|
2363
2488
|
*/
|
|
2364
2489
|
listUserGroupMemberships(listUserGroupMembershipsRequest: requests.ListUserGroupMembershipsRequest): Promise<responses.ListUserGroupMembershipsResponse>;
|
|
2365
2490
|
/**
|
|
@@ -2403,7 +2528,7 @@ export declare class IdentityClient {
|
|
|
2403
2528
|
* @param ListUsersRequest
|
|
2404
2529
|
* @return ListUsersResponse
|
|
2405
2530
|
* @throws OciError when an error occurs
|
|
2406
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2531
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListUsers.ts.html |here} to see how to use ListUsers API.
|
|
2407
2532
|
*/
|
|
2408
2533
|
listUsers(listUsersRequest: requests.ListUsersRequest): Promise<responses.ListUsersResponse>;
|
|
2409
2534
|
/**
|
|
@@ -2445,7 +2570,7 @@ export declare class IdentityClient {
|
|
|
2445
2570
|
* @param ListWorkRequestsRequest
|
|
2446
2571
|
* @return ListWorkRequestsResponse
|
|
2447
2572
|
* @throws OciError when an error occurs
|
|
2448
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2573
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2449
2574
|
*/
|
|
2450
2575
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
2451
2576
|
/**
|
|
@@ -2494,7 +2619,7 @@ export declare class IdentityClient {
|
|
|
2494
2619
|
* @param MoveCompartmentRequest
|
|
2495
2620
|
* @return MoveCompartmentResponse
|
|
2496
2621
|
* @throws OciError when an error occurs
|
|
2497
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2622
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/MoveCompartment.ts.html |here} to see how to use MoveCompartment API.
|
|
2498
2623
|
*/
|
|
2499
2624
|
moveCompartment(moveCompartmentRequest: requests.MoveCompartmentRequest): Promise<responses.MoveCompartmentResponse>;
|
|
2500
2625
|
/**
|
|
@@ -2504,7 +2629,7 @@ export declare class IdentityClient {
|
|
|
2504
2629
|
* @param RecoverCompartmentRequest
|
|
2505
2630
|
* @return RecoverCompartmentResponse
|
|
2506
2631
|
* @throws OciError when an error occurs
|
|
2507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2632
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/RecoverCompartment.ts.html |here} to see how to use RecoverCompartment API.
|
|
2508
2633
|
*/
|
|
2509
2634
|
recoverCompartment(recoverCompartmentRequest: requests.RecoverCompartmentRequest): Promise<responses.RecoverCompartmentResponse>;
|
|
2510
2635
|
/**
|
|
@@ -2513,7 +2638,7 @@ export declare class IdentityClient {
|
|
|
2513
2638
|
* @param RemoveUserFromGroupRequest
|
|
2514
2639
|
* @return RemoveUserFromGroupResponse
|
|
2515
2640
|
* @throws OciError when an error occurs
|
|
2516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2641
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/RemoveUserFromGroup.ts.html |here} to see how to use RemoveUserFromGroup API.
|
|
2517
2642
|
*/
|
|
2518
2643
|
removeUserFromGroup(removeUserFromGroupRequest: requests.RemoveUserFromGroupRequest): Promise<responses.RemoveUserFromGroupResponse>;
|
|
2519
2644
|
/**
|
|
@@ -2523,7 +2648,7 @@ export declare class IdentityClient {
|
|
|
2523
2648
|
* @param ResetIdpScimClientRequest
|
|
2524
2649
|
* @return ResetIdpScimClientResponse
|
|
2525
2650
|
* @throws OciError when an error occurs
|
|
2526
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2651
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ResetIdpScimClient.ts.html |here} to see how to use ResetIdpScimClient API.
|
|
2527
2652
|
*/
|
|
2528
2653
|
resetIdpScimClient(resetIdpScimClientRequest: requests.ResetIdpScimClientRequest): Promise<responses.ResetIdpScimClientResponse>;
|
|
2529
2654
|
/**
|
|
@@ -2533,7 +2658,7 @@ export declare class IdentityClient {
|
|
|
2533
2658
|
* @param UpdateAuthTokenRequest
|
|
2534
2659
|
* @return UpdateAuthTokenResponse
|
|
2535
2660
|
* @throws OciError when an error occurs
|
|
2536
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2661
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateAuthToken.ts.html |here} to see how to use UpdateAuthToken API.
|
|
2537
2662
|
*/
|
|
2538
2663
|
updateAuthToken(updateAuthTokenRequest: requests.UpdateAuthTokenRequest): Promise<responses.UpdateAuthTokenResponse>;
|
|
2539
2664
|
/**
|
|
@@ -2543,7 +2668,7 @@ export declare class IdentityClient {
|
|
|
2543
2668
|
* @param UpdateAuthenticationPolicyRequest
|
|
2544
2669
|
* @return UpdateAuthenticationPolicyResponse
|
|
2545
2670
|
* @throws OciError when an error occurs
|
|
2546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2671
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateAuthenticationPolicy.ts.html |here} to see how to use UpdateAuthenticationPolicy API.
|
|
2547
2672
|
*/
|
|
2548
2673
|
updateAuthenticationPolicy(updateAuthenticationPolicyRequest: requests.UpdateAuthenticationPolicyRequest): Promise<responses.UpdateAuthenticationPolicyResponse>;
|
|
2549
2674
|
/**
|
|
@@ -2552,7 +2677,7 @@ export declare class IdentityClient {
|
|
|
2552
2677
|
* @param UpdateCompartmentRequest
|
|
2553
2678
|
* @return UpdateCompartmentResponse
|
|
2554
2679
|
* @throws OciError when an error occurs
|
|
2555
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2680
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateCompartment.ts.html |here} to see how to use UpdateCompartment API.
|
|
2556
2681
|
*/
|
|
2557
2682
|
updateCompartment(updateCompartmentRequest: requests.UpdateCompartmentRequest): Promise<responses.UpdateCompartmentResponse>;
|
|
2558
2683
|
/**
|
|
@@ -2562,7 +2687,7 @@ export declare class IdentityClient {
|
|
|
2562
2687
|
* @param UpdateCustomerSecretKeyRequest
|
|
2563
2688
|
* @return UpdateCustomerSecretKeyResponse
|
|
2564
2689
|
* @throws OciError when an error occurs
|
|
2565
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2690
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateCustomerSecretKey.ts.html |here} to see how to use UpdateCustomerSecretKey API.
|
|
2566
2691
|
*/
|
|
2567
2692
|
updateCustomerSecretKey(updateCustomerSecretKeyRequest: requests.UpdateCustomerSecretKeyRequest): Promise<responses.UpdateCustomerSecretKeyResponse>;
|
|
2568
2693
|
/**
|
|
@@ -2583,7 +2708,7 @@ export declare class IdentityClient {
|
|
|
2583
2708
|
* @param UpdateDomainRequest
|
|
2584
2709
|
* @return UpdateDomainResponse
|
|
2585
2710
|
* @throws OciError when an error occurs
|
|
2586
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2711
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
|
|
2587
2712
|
*/
|
|
2588
2713
|
updateDomain(updateDomainRequest: requests.UpdateDomainRequest): Promise<responses.UpdateDomainResponse>;
|
|
2589
2714
|
/**
|
|
@@ -2592,7 +2717,7 @@ export declare class IdentityClient {
|
|
|
2592
2717
|
* @param UpdateDynamicGroupRequest
|
|
2593
2718
|
* @return UpdateDynamicGroupResponse
|
|
2594
2719
|
* @throws OciError when an error occurs
|
|
2595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2720
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateDynamicGroup.ts.html |here} to see how to use UpdateDynamicGroup API.
|
|
2596
2721
|
*/
|
|
2597
2722
|
updateDynamicGroup(updateDynamicGroupRequest: requests.UpdateDynamicGroupRequest): Promise<responses.UpdateDynamicGroupResponse>;
|
|
2598
2723
|
/**
|
|
@@ -2601,7 +2726,7 @@ export declare class IdentityClient {
|
|
|
2601
2726
|
* @param UpdateGroupRequest
|
|
2602
2727
|
* @return UpdateGroupResponse
|
|
2603
2728
|
* @throws OciError when an error occurs
|
|
2604
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2729
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
|
|
2605
2730
|
*/
|
|
2606
2731
|
updateGroup(updateGroupRequest: requests.UpdateGroupRequest): Promise<responses.UpdateGroupResponse>;
|
|
2607
2732
|
/**
|
|
@@ -2613,7 +2738,7 @@ export declare class IdentityClient {
|
|
|
2613
2738
|
* @param UpdateIdentityProviderRequest
|
|
2614
2739
|
* @return UpdateIdentityProviderResponse
|
|
2615
2740
|
* @throws OciError when an error occurs
|
|
2616
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2741
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateIdentityProvider.ts.html |here} to see how to use UpdateIdentityProvider API.
|
|
2617
2742
|
*/
|
|
2618
2743
|
updateIdentityProvider(updateIdentityProviderRequest: requests.UpdateIdentityProviderRequest): Promise<responses.UpdateIdentityProviderResponse>;
|
|
2619
2744
|
/**
|
|
@@ -2625,7 +2750,7 @@ export declare class IdentityClient {
|
|
|
2625
2750
|
* @param UpdateIdpGroupMappingRequest
|
|
2626
2751
|
* @return UpdateIdpGroupMappingResponse
|
|
2627
2752
|
* @throws OciError when an error occurs
|
|
2628
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateIdpGroupMapping.ts.html |here} to see how to use UpdateIdpGroupMapping API.
|
|
2629
2754
|
*/
|
|
2630
2755
|
updateIdpGroupMapping(updateIdpGroupMappingRequest: requests.UpdateIdpGroupMappingRequest): Promise<responses.UpdateIdpGroupMappingResponse>;
|
|
2631
2756
|
/**
|
|
@@ -2634,7 +2759,7 @@ export declare class IdentityClient {
|
|
|
2634
2759
|
* @param UpdateNetworkSourceRequest
|
|
2635
2760
|
* @return UpdateNetworkSourceResponse
|
|
2636
2761
|
* @throws OciError when an error occurs
|
|
2637
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2762
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateNetworkSource.ts.html |here} to see how to use UpdateNetworkSource API.
|
|
2638
2763
|
*/
|
|
2639
2764
|
updateNetworkSource(updateNetworkSourceRequest: requests.UpdateNetworkSourceRequest): Promise<responses.UpdateNetworkSourceResponse>;
|
|
2640
2765
|
/**
|
|
@@ -2644,7 +2769,7 @@ export declare class IdentityClient {
|
|
|
2644
2769
|
* @param UpdateOAuthClientCredentialRequest
|
|
2645
2770
|
* @return UpdateOAuthClientCredentialResponse
|
|
2646
2771
|
* @throws OciError when an error occurs
|
|
2647
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2772
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateOAuthClientCredential.ts.html |here} to see how to use UpdateOAuthClientCredential API.
|
|
2648
2773
|
*/
|
|
2649
2774
|
updateOAuthClientCredential(updateOAuthClientCredentialRequest: requests.UpdateOAuthClientCredentialRequest): Promise<responses.UpdateOAuthClientCredentialResponse>;
|
|
2650
2775
|
/**
|
|
@@ -2656,7 +2781,7 @@ export declare class IdentityClient {
|
|
|
2656
2781
|
* @param UpdatePolicyRequest
|
|
2657
2782
|
* @return UpdatePolicyResponse
|
|
2658
2783
|
* @throws OciError when an error occurs
|
|
2659
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2784
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdatePolicy.ts.html |here} to see how to use UpdatePolicy API.
|
|
2660
2785
|
*/
|
|
2661
2786
|
updatePolicy(updatePolicyRequest: requests.UpdatePolicyRequest): Promise<responses.UpdatePolicyResponse>;
|
|
2662
2787
|
/**
|
|
@@ -2666,7 +2791,7 @@ export declare class IdentityClient {
|
|
|
2666
2791
|
* @param UpdateSmtpCredentialRequest
|
|
2667
2792
|
* @return UpdateSmtpCredentialResponse
|
|
2668
2793
|
* @throws OciError when an error occurs
|
|
2669
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2794
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateSmtpCredential.ts.html |here} to see how to use UpdateSmtpCredential API.
|
|
2670
2795
|
*/
|
|
2671
2796
|
updateSmtpCredential(updateSmtpCredentialRequest: requests.UpdateSmtpCredentialRequest): Promise<responses.UpdateSmtpCredentialResponse>;
|
|
2672
2797
|
/**
|
|
@@ -2678,7 +2803,7 @@ export declare class IdentityClient {
|
|
|
2678
2803
|
* @param UpdateSwiftPasswordRequest
|
|
2679
2804
|
* @return UpdateSwiftPasswordResponse
|
|
2680
2805
|
* @throws OciError when an error occurs
|
|
2681
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2806
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateSwiftPassword.ts.html |here} to see how to use UpdateSwiftPassword API.
|
|
2682
2807
|
*/
|
|
2683
2808
|
updateSwiftPassword(updateSwiftPasswordRequest: requests.UpdateSwiftPasswordRequest): Promise<responses.UpdateSwiftPasswordResponse>;
|
|
2684
2809
|
/**
|
|
@@ -2697,7 +2822,7 @@ export declare class IdentityClient {
|
|
|
2697
2822
|
* @param UpdateTagRequest
|
|
2698
2823
|
* @return UpdateTagResponse
|
|
2699
2824
|
* @throws OciError when an error occurs
|
|
2700
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2825
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateTag.ts.html |here} to see how to use UpdateTag API.
|
|
2701
2826
|
*/
|
|
2702
2827
|
updateTag(updateTagRequest: requests.UpdateTagRequest): Promise<responses.UpdateTagResponse>;
|
|
2703
2828
|
/**
|
|
@@ -2712,7 +2837,7 @@ export declare class IdentityClient {
|
|
|
2712
2837
|
* @param UpdateTagDefaultRequest
|
|
2713
2838
|
* @return UpdateTagDefaultResponse
|
|
2714
2839
|
* @throws OciError when an error occurs
|
|
2715
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2840
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateTagDefault.ts.html |here} to see how to use UpdateTagDefault API.
|
|
2716
2841
|
*/
|
|
2717
2842
|
updateTagDefault(updateTagDefaultRequest: requests.UpdateTagDefaultRequest): Promise<responses.UpdateTagDefaultResponse>;
|
|
2718
2843
|
/**
|
|
@@ -2730,7 +2855,7 @@ export declare class IdentityClient {
|
|
|
2730
2855
|
* @param UpdateTagNamespaceRequest
|
|
2731
2856
|
* @return UpdateTagNamespaceResponse
|
|
2732
2857
|
* @throws OciError when an error occurs
|
|
2733
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2858
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateTagNamespace.ts.html |here} to see how to use UpdateTagNamespace API.
|
|
2734
2859
|
*/
|
|
2735
2860
|
updateTagNamespace(updateTagNamespaceRequest: requests.UpdateTagNamespaceRequest): Promise<responses.UpdateTagNamespaceResponse>;
|
|
2736
2861
|
/**
|
|
@@ -2739,7 +2864,7 @@ export declare class IdentityClient {
|
|
|
2739
2864
|
* @param UpdateUserRequest
|
|
2740
2865
|
* @return UpdateUserResponse
|
|
2741
2866
|
* @throws OciError when an error occurs
|
|
2742
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2867
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateUser.ts.html |here} to see how to use UpdateUser API.
|
|
2743
2868
|
*/
|
|
2744
2869
|
updateUser(updateUserRequest: requests.UpdateUserRequest): Promise<responses.UpdateUserResponse>;
|
|
2745
2870
|
/**
|
|
@@ -2749,7 +2874,7 @@ export declare class IdentityClient {
|
|
|
2749
2874
|
* @param UpdateUserCapabilitiesRequest
|
|
2750
2875
|
* @return UpdateUserCapabilitiesResponse
|
|
2751
2876
|
* @throws OciError when an error occurs
|
|
2752
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateUserCapabilities.ts.html |here} to see how to use UpdateUserCapabilities API.
|
|
2753
2878
|
*/
|
|
2754
2879
|
updateUserCapabilities(updateUserCapabilitiesRequest: requests.UpdateUserCapabilitiesRequest): Promise<responses.UpdateUserCapabilitiesResponse>;
|
|
2755
2880
|
/**
|
|
@@ -2759,7 +2884,7 @@ export declare class IdentityClient {
|
|
|
2759
2884
|
* @param UpdateUserStateRequest
|
|
2760
2885
|
* @return UpdateUserStateResponse
|
|
2761
2886
|
* @throws OciError when an error occurs
|
|
2762
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2887
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateUserState.ts.html |here} to see how to use UpdateUserState API.
|
|
2763
2888
|
*/
|
|
2764
2889
|
updateUserState(updateUserStateRequest: requests.UpdateUserStateRequest): Promise<responses.UpdateUserStateResponse>;
|
|
2765
2890
|
/**
|
|
@@ -2783,7 +2908,7 @@ export declare class IdentityClient {
|
|
|
2783
2908
|
* @param UploadApiKeyRequest
|
|
2784
2909
|
* @return UploadApiKeyResponse
|
|
2785
2910
|
* @throws OciError when an error occurs
|
|
2786
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2911
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UploadApiKey.ts.html |here} to see how to use UploadApiKey API.
|
|
2787
2912
|
*/
|
|
2788
2913
|
uploadApiKey(uploadApiKeyRequest: requests.UploadApiKeyRequest): Promise<responses.UploadApiKeyResponse>;
|
|
2789
2914
|
}
|