oci-identity 2.6.1 → 2.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +199 -136
- package/lib/client.js +357 -137
- package/lib/client.js.map +1 -1
- package/lib/model/bulk-edit-resource.d.ts +1 -1
- package/lib/model/create-domain-details.d.ts +1 -1
- package/lib/model/import-standard-tags-details.d.ts +28 -0
- package/lib/model/import-standard-tags-details.js +29 -0
- package/lib/model/import-standard-tags-details.js.map +1 -0
- package/lib/model/index.d.ts +8 -0
- package/lib/model/index.js +10 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/standard-tag-definition-template.d.ts +64 -0
- package/lib/model/standard-tag-definition-template.js +50 -0
- package/lib/model/standard-tag-definition-template.js.map +1 -0
- package/lib/model/standard-tag-namespace-template-summary.d.ts +33 -0
- package/lib/model/standard-tag-namespace-template-summary.js +29 -0
- package/lib/model/standard-tag-namespace-template-summary.js.map +1 -0
- package/lib/model/standard-tag-namespace-template.d.ts +38 -0
- package/lib/model/standard-tag-namespace-template.js +61 -0
- package/lib/model/standard-tag-namespace-template.js.map +1 -0
- package/lib/model/tagging-work-request-summary.d.ts +1 -0
- package/lib/model/tagging-work-request-summary.js +1 -0
- package/lib/model/tagging-work-request-summary.js.map +1 -1
- package/lib/model/tagging-work-request.d.ts +1 -0
- package/lib/model/tagging-work-request.js +1 -0
- package/lib/model/tagging-work-request.js.map +1 -1
- package/lib/request/activate-domain-request.d.ts +1 -1
- package/lib/request/activate-mfa-totp-device-request.d.ts +1 -1
- package/lib/request/add-user-to-group-request.d.ts +1 -1
- package/lib/request/assemble-effective-tag-set-request.d.ts +1 -1
- package/lib/request/bulk-delete-resources-request.d.ts +1 -1
- package/lib/request/bulk-delete-tags-request.d.ts +1 -1
- package/lib/request/bulk-edit-tags-request.d.ts +1 -1
- package/lib/request/bulk-move-resources-request.d.ts +1 -1
- package/lib/request/cascade-delete-tag-namespace-request.d.ts +1 -1
- package/lib/request/change-domain-compartment-request.d.ts +1 -1
- package/lib/request/change-domain-license-type-request.d.ts +1 -1
- package/lib/request/change-tag-namespace-compartment-request.d.ts +1 -1
- package/lib/request/create-auth-token-request.d.ts +1 -1
- package/lib/request/create-compartment-request.d.ts +1 -1
- package/lib/request/create-customer-secret-key-request.d.ts +1 -1
- package/lib/request/create-domain-request.d.ts +1 -1
- package/lib/request/create-dynamic-group-request.d.ts +1 -1
- package/lib/request/create-group-request.d.ts +1 -1
- package/lib/request/create-identity-provider-request.d.ts +1 -1
- package/lib/request/create-idp-group-mapping-request.d.ts +1 -1
- package/lib/request/create-mfa-totp-device-request.d.ts +1 -1
- package/lib/request/create-network-source-request.d.ts +1 -1
- package/lib/request/create-oauth-client-credential-request.d.ts +1 -1
- package/lib/request/create-or-reset-uipassword-request.d.ts +1 -1
- package/lib/request/create-policy-request.d.ts +1 -1
- package/lib/request/create-region-subscription-request.d.ts +1 -1
- package/lib/request/create-smtp-credential-request.d.ts +1 -1
- package/lib/request/create-swift-password-request.d.ts +1 -1
- package/lib/request/create-tag-default-request.d.ts +1 -1
- package/lib/request/create-tag-namespace-request.d.ts +1 -1
- package/lib/request/create-tag-request.d.ts +1 -1
- package/lib/request/create-user-request.d.ts +1 -1
- package/lib/request/deactivate-domain-request.d.ts +1 -1
- package/lib/request/delete-api-key-request.d.ts +1 -1
- package/lib/request/delete-auth-token-request.d.ts +1 -1
- package/lib/request/delete-compartment-request.d.ts +1 -1
- package/lib/request/delete-customer-secret-key-request.d.ts +1 -1
- package/lib/request/delete-domain-request.d.ts +1 -1
- package/lib/request/delete-dynamic-group-request.d.ts +1 -1
- package/lib/request/delete-group-request.d.ts +1 -1
- package/lib/request/delete-identity-provider-request.d.ts +1 -1
- package/lib/request/delete-idp-group-mapping-request.d.ts +1 -1
- package/lib/request/delete-mfa-totp-device-request.d.ts +1 -1
- package/lib/request/delete-network-source-request.d.ts +1 -1
- package/lib/request/delete-oauth-client-credential-request.d.ts +1 -1
- package/lib/request/delete-policy-request.d.ts +1 -1
- package/lib/request/delete-smtp-credential-request.d.ts +1 -1
- package/lib/request/delete-swift-password-request.d.ts +1 -1
- package/lib/request/delete-tag-default-request.d.ts +1 -1
- package/lib/request/delete-tag-namespace-request.d.ts +1 -1
- package/lib/request/delete-tag-request.d.ts +1 -1
- package/lib/request/delete-user-request.d.ts +1 -1
- package/lib/request/enable-replication-to-region-request.d.ts +1 -1
- package/lib/request/generate-totp-seed-request.d.ts +1 -1
- package/lib/request/get-authentication-policy-request.d.ts +1 -1
- package/lib/request/get-compartment-request.d.ts +1 -1
- package/lib/request/get-domain-request.d.ts +1 -1
- package/lib/request/get-dynamic-group-request.d.ts +1 -1
- package/lib/request/get-group-request.d.ts +1 -1
- package/lib/request/get-iam-work-request-request.d.ts +1 -1
- package/lib/request/get-identity-provider-request.d.ts +1 -1
- package/lib/request/get-idp-group-mapping-request.d.ts +1 -1
- package/lib/request/get-mfa-totp-device-request.d.ts +1 -1
- package/lib/request/get-network-source-request.d.ts +1 -1
- package/lib/request/get-policy-request.d.ts +1 -1
- package/lib/request/get-standard-tag-template-request.d.ts +28 -0
- package/lib/request/get-standard-tag-template-request.js +15 -0
- package/lib/request/get-standard-tag-template-request.js.map +1 -0
- package/lib/request/get-tag-default-request.d.ts +1 -1
- package/lib/request/get-tag-namespace-request.d.ts +1 -1
- package/lib/request/get-tag-request.d.ts +1 -1
- package/lib/request/get-tagging-work-request-request.d.ts +1 -1
- package/lib/request/get-tenancy-request.d.ts +1 -1
- package/lib/request/get-user-group-membership-request.d.ts +1 -1
- package/lib/request/get-user-request.d.ts +1 -1
- package/lib/request/get-user-uipassword-information-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/import-standard-tags-request.d.ts +38 -0
- package/lib/request/import-standard-tags-request.js +15 -0
- package/lib/request/import-standard-tags-request.js.map +1 -0
- package/lib/request/index.d.ts +6 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-allowed-domain-license-types-request.d.ts +1 -1
- package/lib/request/list-api-keys-request.d.ts +1 -1
- package/lib/request/list-auth-tokens-request.d.ts +1 -1
- package/lib/request/list-availability-domains-request.d.ts +1 -1
- package/lib/request/list-bulk-action-resource-types-request.d.ts +1 -1
- package/lib/request/list-bulk-edit-tags-resource-types-request.d.ts +1 -1
- package/lib/request/list-compartments-request.d.ts +1 -1
- package/lib/request/list-cost-tracking-tags-request.d.ts +1 -1
- package/lib/request/list-customer-secret-keys-request.d.ts +1 -1
- package/lib/request/list-domains-request.d.ts +1 -1
- package/lib/request/list-dynamic-groups-request.d.ts +1 -1
- package/lib/request/list-fault-domains-request.d.ts +1 -1
- package/lib/request/list-groups-request.d.ts +1 -1
- package/lib/request/list-iam-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-iam-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-iam-work-requests-request.d.ts +1 -1
- package/lib/request/list-identity-provider-groups-request.d.ts +1 -1
- package/lib/request/list-identity-providers-request.d.ts +1 -1
- package/lib/request/list-idp-group-mappings-request.d.ts +1 -1
- package/lib/request/list-mfa-totp-devices-request.d.ts +1 -1
- package/lib/request/list-network-sources-request.d.ts +1 -1
- package/lib/request/list-oauth-client-credentials-request.d.ts +1 -1
- package/lib/request/list-policies-request.d.ts +1 -1
- package/lib/request/list-region-subscriptions-request.d.ts +1 -1
- package/lib/request/list-regions-request.d.ts +1 -1
- package/lib/request/list-smtp-credentials-request.d.ts +1 -1
- package/lib/request/list-standard-tag-namespaces-request.d.ts +33 -0
- package/lib/request/list-standard-tag-namespaces-request.js +15 -0
- package/lib/request/list-standard-tag-namespaces-request.js.map +1 -0
- package/lib/request/list-swift-passwords-request.d.ts +1 -1
- package/lib/request/list-tag-defaults-request.d.ts +1 -1
- package/lib/request/list-tag-namespaces-request.d.ts +1 -1
- package/lib/request/list-tagging-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-tagging-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-tagging-work-requests-request.d.ts +1 -1
- package/lib/request/list-tags-request.d.ts +1 -1
- package/lib/request/list-user-group-memberships-request.d.ts +1 -1
- package/lib/request/list-users-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/move-compartment-request.d.ts +1 -1
- package/lib/request/recover-compartment-request.d.ts +1 -1
- package/lib/request/remove-user-from-group-request.d.ts +1 -1
- package/lib/request/reset-idp-scim-client-request.d.ts +1 -1
- package/lib/request/update-auth-token-request.d.ts +1 -1
- package/lib/request/update-authentication-policy-request.d.ts +1 -1
- package/lib/request/update-compartment-request.d.ts +1 -1
- package/lib/request/update-customer-secret-key-request.d.ts +1 -1
- package/lib/request/update-domain-request.d.ts +1 -1
- package/lib/request/update-dynamic-group-request.d.ts +1 -1
- package/lib/request/update-group-request.d.ts +1 -1
- package/lib/request/update-identity-provider-request.d.ts +1 -1
- package/lib/request/update-idp-group-mapping-request.d.ts +1 -1
- package/lib/request/update-network-source-request.d.ts +1 -1
- package/lib/request/update-oauth-client-credential-request.d.ts +1 -1
- package/lib/request/update-policy-request.d.ts +1 -1
- package/lib/request/update-smtp-credential-request.d.ts +1 -1
- package/lib/request/update-swift-password-request.d.ts +1 -1
- package/lib/request/update-tag-default-request.d.ts +1 -1
- package/lib/request/update-tag-namespace-request.d.ts +1 -1
- package/lib/request/update-tag-request.d.ts +1 -1
- package/lib/request/update-user-capabilities-request.d.ts +1 -1
- package/lib/request/update-user-request.d.ts +1 -1
- package/lib/request/update-user-state-request.d.ts +1 -1
- package/lib/request/upload-api-key-request.d.ts +1 -1
- package/lib/response/get-standard-tag-template-response.d.ts +25 -0
- package/lib/response/get-standard-tag-template-response.js +15 -0
- package/lib/response/get-standard-tag-template-response.js.map +1 -0
- package/lib/response/import-standard-tags-response.d.ts +25 -0
- package/lib/response/import-standard-tags-response.js +15 -0
- package/lib/response/import-standard-tags-response.js.map +1 -0
- package/lib/response/index.d.ts +6 -0
- package/lib/response/list-standard-tag-namespaces-response.d.ts +32 -0
- package/lib/response/list-standard-tag-namespaces-response.js +15 -0
- package/lib/response/list-standard-tag-namespaces-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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,7 +362,7 @@ 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.9.1/identity/CreateCustomerSecretKey.ts.html |here} to see how to use CreateCustomerSecretKey API.
|
|
366
366
|
*/
|
|
367
367
|
createCustomerSecretKey(createCustomerSecretKeyRequest: requests.CreateCustomerSecretKeyRequest): Promise<responses.CreateCustomerSecretKeyResponse>;
|
|
368
368
|
/**
|
|
@@ -387,7 +387,7 @@ export declare class IdentityClient {
|
|
|
387
387
|
* @param CreateDomainRequest
|
|
388
388
|
* @return CreateDomainResponse
|
|
389
389
|
* @throws OciError when an error occurs
|
|
390
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
390
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateDomain.ts.html |here} to see how to use CreateDomain API.
|
|
391
391
|
*/
|
|
392
392
|
createDomain(createDomainRequest: requests.CreateDomainRequest): Promise<responses.CreateDomainResponse>;
|
|
393
393
|
/**
|
|
@@ -414,7 +414,7 @@ export declare class IdentityClient {
|
|
|
414
414
|
* @param CreateDynamicGroupRequest
|
|
415
415
|
* @return CreateDynamicGroupResponse
|
|
416
416
|
* @throws OciError when an error occurs
|
|
417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateDynamicGroup.ts.html |here} to see how to use CreateDynamicGroup API.
|
|
418
418
|
*/
|
|
419
419
|
createDynamicGroup(createDynamicGroupRequest: requests.CreateDynamicGroupRequest): Promise<responses.CreateDynamicGroupResponse>;
|
|
420
420
|
/**
|
|
@@ -444,7 +444,7 @@ export declare class IdentityClient {
|
|
|
444
444
|
* @param CreateGroupRequest
|
|
445
445
|
* @return CreateGroupResponse
|
|
446
446
|
* @throws OciError when an error occurs
|
|
447
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
447
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateGroup.ts.html |here} to see how to use CreateGroup API.
|
|
448
448
|
*/
|
|
449
449
|
createGroup(createGroupRequest: requests.CreateGroupRequest): Promise<responses.CreateGroupResponse>;
|
|
450
450
|
/**
|
|
@@ -473,7 +473,7 @@ export declare class IdentityClient {
|
|
|
473
473
|
* @param CreateIdentityProviderRequest
|
|
474
474
|
* @return CreateIdentityProviderResponse
|
|
475
475
|
* @throws OciError when an error occurs
|
|
476
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
476
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateIdentityProvider.ts.html |here} to see how to use CreateIdentityProvider API.
|
|
477
477
|
*/
|
|
478
478
|
createIdentityProvider(createIdentityProviderRequest: requests.CreateIdentityProviderRequest): Promise<responses.CreateIdentityProviderResponse>;
|
|
479
479
|
/**
|
|
@@ -486,7 +486,7 @@ export declare class IdentityClient {
|
|
|
486
486
|
* @param CreateIdpGroupMappingRequest
|
|
487
487
|
* @return CreateIdpGroupMappingResponse
|
|
488
488
|
* @throws OciError when an error occurs
|
|
489
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateIdpGroupMapping.ts.html |here} to see how to use CreateIdpGroupMapping API.
|
|
490
490
|
*/
|
|
491
491
|
createIdpGroupMapping(createIdpGroupMappingRequest: requests.CreateIdpGroupMappingRequest): Promise<responses.CreateIdpGroupMappingResponse>;
|
|
492
492
|
/**
|
|
@@ -496,7 +496,7 @@ export declare class IdentityClient {
|
|
|
496
496
|
* @param CreateMfaTotpDeviceRequest
|
|
497
497
|
* @return CreateMfaTotpDeviceResponse
|
|
498
498
|
* @throws OciError when an error occurs
|
|
499
|
-
* @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.9.1/identity/CreateMfaTotpDevice.ts.html |here} to see how to use CreateMfaTotpDevice API.
|
|
500
500
|
*/
|
|
501
501
|
createMfaTotpDevice(createMfaTotpDeviceRequest: requests.CreateMfaTotpDeviceRequest): Promise<responses.CreateMfaTotpDeviceResponse>;
|
|
502
502
|
/**
|
|
@@ -526,7 +526,7 @@ export declare class IdentityClient {
|
|
|
526
526
|
* @param CreateNetworkSourceRequest
|
|
527
527
|
* @return CreateNetworkSourceResponse
|
|
528
528
|
* @throws OciError when an error occurs
|
|
529
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
529
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateNetworkSource.ts.html |here} to see how to use CreateNetworkSource API.
|
|
530
530
|
*/
|
|
531
531
|
createNetworkSource(createNetworkSourceRequest: requests.CreateNetworkSourceRequest): Promise<responses.CreateNetworkSourceResponse>;
|
|
532
532
|
/**
|
|
@@ -536,7 +536,7 @@ export declare class IdentityClient {
|
|
|
536
536
|
* @param CreateOAuthClientCredentialRequest
|
|
537
537
|
* @return CreateOAuthClientCredentialResponse
|
|
538
538
|
* @throws OciError when an error occurs
|
|
539
|
-
* @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.9.1/identity/CreateOAuthClientCredential.ts.html |here} to see how to use CreateOAuthClientCredential API.
|
|
540
540
|
*/
|
|
541
541
|
createOAuthClientCredential(createOAuthClientCredentialRequest: requests.CreateOAuthClientCredentialRequest): Promise<responses.CreateOAuthClientCredentialResponse>;
|
|
542
542
|
/**
|
|
@@ -556,7 +556,7 @@ export declare class IdentityClient {
|
|
|
556
556
|
* @param CreateOrResetUIPasswordRequest
|
|
557
557
|
* @return CreateOrResetUIPasswordResponse
|
|
558
558
|
* @throws OciError when an error occurs
|
|
559
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
559
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateOrResetUIPassword.ts.html |here} to see how to use CreateOrResetUIPassword API.
|
|
560
560
|
*/
|
|
561
561
|
createOrResetUIPassword(createOrResetUIPasswordRequest: requests.CreateOrResetUIPasswordRequest): Promise<responses.CreateOrResetUIPasswordResponse>;
|
|
562
562
|
/**
|
|
@@ -582,7 +582,7 @@ export declare class IdentityClient {
|
|
|
582
582
|
* @param CreatePolicyRequest
|
|
583
583
|
* @return CreatePolicyResponse
|
|
584
584
|
* @throws OciError when an error occurs
|
|
585
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
585
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreatePolicy.ts.html |here} to see how to use CreatePolicy API.
|
|
586
586
|
*/
|
|
587
587
|
createPolicy(createPolicyRequest: requests.CreatePolicyRequest): Promise<responses.CreatePolicyResponse>;
|
|
588
588
|
/**
|
|
@@ -592,7 +592,7 @@ export declare class IdentityClient {
|
|
|
592
592
|
* @param CreateRegionSubscriptionRequest
|
|
593
593
|
* @return CreateRegionSubscriptionResponse
|
|
594
594
|
* @throws OciError when an error occurs
|
|
595
|
-
* @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.9.1/identity/CreateRegionSubscription.ts.html |here} to see how to use CreateRegionSubscription API.
|
|
596
596
|
*/
|
|
597
597
|
createRegionSubscription(createRegionSubscriptionRequest: requests.CreateRegionSubscriptionRequest): Promise<responses.CreateRegionSubscriptionResponse>;
|
|
598
598
|
/**
|
|
@@ -605,7 +605,7 @@ export declare class IdentityClient {
|
|
|
605
605
|
* @param CreateSmtpCredentialRequest
|
|
606
606
|
* @return CreateSmtpCredentialResponse
|
|
607
607
|
* @throws OciError when an error occurs
|
|
608
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
608
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateSmtpCredential.ts.html |here} to see how to use CreateSmtpCredential API.
|
|
609
609
|
*/
|
|
610
610
|
createSmtpCredential(createSmtpCredentialRequest: requests.CreateSmtpCredentialRequest): Promise<responses.CreateSmtpCredentialResponse>;
|
|
611
611
|
/**
|
|
@@ -626,7 +626,7 @@ export declare class IdentityClient {
|
|
|
626
626
|
* @param CreateSwiftPasswordRequest
|
|
627
627
|
* @return CreateSwiftPasswordResponse
|
|
628
628
|
* @throws OciError when an error occurs
|
|
629
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
629
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateSwiftPassword.ts.html |here} to see how to use CreateSwiftPassword API.
|
|
630
630
|
*/
|
|
631
631
|
createSwiftPassword(createSwiftPasswordRequest: requests.CreateSwiftPasswordRequest): Promise<responses.CreateSwiftPasswordResponse>;
|
|
632
632
|
/**
|
|
@@ -657,7 +657,7 @@ export declare class IdentityClient {
|
|
|
657
657
|
* @param CreateTagRequest
|
|
658
658
|
* @return CreateTagResponse
|
|
659
659
|
* @throws OciError when an error occurs
|
|
660
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
660
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateTag.ts.html |here} to see how to use CreateTag API.
|
|
661
661
|
*/
|
|
662
662
|
createTag(createTagRequest: requests.CreateTagRequest): Promise<responses.CreateTagResponse>;
|
|
663
663
|
/**
|
|
@@ -674,7 +674,7 @@ export declare class IdentityClient {
|
|
|
674
674
|
* @param CreateTagDefaultRequest
|
|
675
675
|
* @return CreateTagDefaultResponse
|
|
676
676
|
* @throws OciError when an error occurs
|
|
677
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
677
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateTagDefault.ts.html |here} to see how to use CreateTagDefault API.
|
|
678
678
|
*/
|
|
679
679
|
createTagDefault(createTagDefaultRequest: requests.CreateTagDefaultRequest): Promise<responses.CreateTagDefaultResponse>;
|
|
680
680
|
/**
|
|
@@ -697,7 +697,7 @@ export declare class IdentityClient {
|
|
|
697
697
|
* @param CreateTagNamespaceRequest
|
|
698
698
|
* @return CreateTagNamespaceResponse
|
|
699
699
|
* @throws OciError when an error occurs
|
|
700
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
700
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateTagNamespace.ts.html |here} to see how to use CreateTagNamespace API.
|
|
701
701
|
*/
|
|
702
702
|
createTagNamespace(createTagNamespaceRequest: requests.CreateTagNamespaceRequest): Promise<responses.CreateTagNamespaceResponse>;
|
|
703
703
|
/**
|
|
@@ -741,7 +741,7 @@ export declare class IdentityClient {
|
|
|
741
741
|
* @param CreateUserRequest
|
|
742
742
|
* @return CreateUserResponse
|
|
743
743
|
* @throws OciError when an error occurs
|
|
744
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
744
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/CreateUser.ts.html |here} to see how to use CreateUser API.
|
|
745
745
|
*/
|
|
746
746
|
createUser(createUserRequest: requests.CreateUserRequest): Promise<responses.CreateUserResponse>;
|
|
747
747
|
/**
|
|
@@ -768,7 +768,7 @@ export declare class IdentityClient {
|
|
|
768
768
|
* @param DeactivateDomainRequest
|
|
769
769
|
* @return DeactivateDomainResponse
|
|
770
770
|
* @throws OciError when an error occurs
|
|
771
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
771
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeactivateDomain.ts.html |here} to see how to use DeactivateDomain API.
|
|
772
772
|
*/
|
|
773
773
|
deactivateDomain(deactivateDomainRequest: requests.DeactivateDomainRequest): Promise<responses.DeactivateDomainResponse>;
|
|
774
774
|
/**
|
|
@@ -783,7 +783,7 @@ export declare class IdentityClient {
|
|
|
783
783
|
* @param DeleteApiKeyRequest
|
|
784
784
|
* @return DeleteApiKeyResponse
|
|
785
785
|
* @throws OciError when an error occurs
|
|
786
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
786
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteApiKey.ts.html |here} to see how to use DeleteApiKey API.
|
|
787
787
|
*/
|
|
788
788
|
deleteApiKey(deleteApiKeyRequest: requests.DeleteApiKeyRequest): Promise<responses.DeleteApiKeyResponse>;
|
|
789
789
|
/**
|
|
@@ -793,7 +793,7 @@ export declare class IdentityClient {
|
|
|
793
793
|
* @param DeleteAuthTokenRequest
|
|
794
794
|
* @return DeleteAuthTokenResponse
|
|
795
795
|
* @throws OciError when an error occurs
|
|
796
|
-
* @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.9.1/identity/DeleteAuthToken.ts.html |here} to see how to use DeleteAuthToken API.
|
|
797
797
|
*/
|
|
798
798
|
deleteAuthToken(deleteAuthTokenRequest: requests.DeleteAuthTokenRequest): Promise<responses.DeleteAuthTokenResponse>;
|
|
799
799
|
/**
|
|
@@ -803,7 +803,7 @@ export declare class IdentityClient {
|
|
|
803
803
|
* @param DeleteCompartmentRequest
|
|
804
804
|
* @return DeleteCompartmentResponse
|
|
805
805
|
* @throws OciError when an error occurs
|
|
806
|
-
* @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.9.1/identity/DeleteCompartment.ts.html |here} to see how to use DeleteCompartment API.
|
|
807
807
|
*/
|
|
808
808
|
deleteCompartment(deleteCompartmentRequest: requests.DeleteCompartmentRequest): Promise<responses.DeleteCompartmentResponse>;
|
|
809
809
|
/**
|
|
@@ -813,7 +813,7 @@ export declare class IdentityClient {
|
|
|
813
813
|
* @param DeleteCustomerSecretKeyRequest
|
|
814
814
|
* @return DeleteCustomerSecretKeyResponse
|
|
815
815
|
* @throws OciError when an error occurs
|
|
816
|
-
* @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.9.1/identity/DeleteCustomerSecretKey.ts.html |here} to see how to use DeleteCustomerSecretKey API.
|
|
817
817
|
*/
|
|
818
818
|
deleteCustomerSecretKey(deleteCustomerSecretKeyRequest: requests.DeleteCustomerSecretKeyRequest): Promise<responses.DeleteCustomerSecretKeyResponse>;
|
|
819
819
|
/**
|
|
@@ -839,7 +839,7 @@ export declare class IdentityClient {
|
|
|
839
839
|
* @param DeleteDomainRequest
|
|
840
840
|
* @return DeleteDomainResponse
|
|
841
841
|
* @throws OciError when an error occurs
|
|
842
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
842
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
|
|
843
843
|
*/
|
|
844
844
|
deleteDomain(deleteDomainRequest: requests.DeleteDomainRequest): Promise<responses.DeleteDomainResponse>;
|
|
845
845
|
/**
|
|
@@ -849,7 +849,7 @@ export declare class IdentityClient {
|
|
|
849
849
|
* @param DeleteDynamicGroupRequest
|
|
850
850
|
* @return DeleteDynamicGroupResponse
|
|
851
851
|
* @throws OciError when an error occurs
|
|
852
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
852
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteDynamicGroup.ts.html |here} to see how to use DeleteDynamicGroup API.
|
|
853
853
|
*/
|
|
854
854
|
deleteDynamicGroup(deleteDynamicGroupRequest: requests.DeleteDynamicGroupRequest): Promise<responses.DeleteDynamicGroupResponse>;
|
|
855
855
|
/**
|
|
@@ -859,7 +859,7 @@ export declare class IdentityClient {
|
|
|
859
859
|
* @param DeleteGroupRequest
|
|
860
860
|
* @return DeleteGroupResponse
|
|
861
861
|
* @throws OciError when an error occurs
|
|
862
|
-
* @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.9.1/identity/DeleteGroup.ts.html |here} to see how to use DeleteGroup API.
|
|
863
863
|
*/
|
|
864
864
|
deleteGroup(deleteGroupRequest: requests.DeleteGroupRequest): Promise<responses.DeleteGroupResponse>;
|
|
865
865
|
/**
|
|
@@ -872,7 +872,7 @@ export declare class IdentityClient {
|
|
|
872
872
|
* @param DeleteIdentityProviderRequest
|
|
873
873
|
* @return DeleteIdentityProviderResponse
|
|
874
874
|
* @throws OciError when an error occurs
|
|
875
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
875
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteIdentityProvider.ts.html |here} to see how to use DeleteIdentityProvider API.
|
|
876
876
|
*/
|
|
877
877
|
deleteIdentityProvider(deleteIdentityProviderRequest: requests.DeleteIdentityProviderRequest): Promise<responses.DeleteIdentityProviderResponse>;
|
|
878
878
|
/**
|
|
@@ -884,7 +884,7 @@ export declare class IdentityClient {
|
|
|
884
884
|
* @param DeleteIdpGroupMappingRequest
|
|
885
885
|
* @return DeleteIdpGroupMappingResponse
|
|
886
886
|
* @throws OciError when an error occurs
|
|
887
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
887
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteIdpGroupMapping.ts.html |here} to see how to use DeleteIdpGroupMapping API.
|
|
888
888
|
*/
|
|
889
889
|
deleteIdpGroupMapping(deleteIdpGroupMappingRequest: requests.DeleteIdpGroupMappingRequest): Promise<responses.DeleteIdpGroupMappingResponse>;
|
|
890
890
|
/**
|
|
@@ -894,7 +894,7 @@ export declare class IdentityClient {
|
|
|
894
894
|
* @param DeleteMfaTotpDeviceRequest
|
|
895
895
|
* @return DeleteMfaTotpDeviceResponse
|
|
896
896
|
* @throws OciError when an error occurs
|
|
897
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
897
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteMfaTotpDevice.ts.html |here} to see how to use DeleteMfaTotpDevice API.
|
|
898
898
|
*/
|
|
899
899
|
deleteMfaTotpDevice(deleteMfaTotpDeviceRequest: requests.DeleteMfaTotpDeviceRequest): Promise<responses.DeleteMfaTotpDeviceResponse>;
|
|
900
900
|
/**
|
|
@@ -904,7 +904,7 @@ export declare class IdentityClient {
|
|
|
904
904
|
* @param DeleteNetworkSourceRequest
|
|
905
905
|
* @return DeleteNetworkSourceResponse
|
|
906
906
|
* @throws OciError when an error occurs
|
|
907
|
-
* @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.9.1/identity/DeleteNetworkSource.ts.html |here} to see how to use DeleteNetworkSource API.
|
|
908
908
|
*/
|
|
909
909
|
deleteNetworkSource(deleteNetworkSourceRequest: requests.DeleteNetworkSourceRequest): Promise<responses.DeleteNetworkSourceResponse>;
|
|
910
910
|
/**
|
|
@@ -914,7 +914,7 @@ export declare class IdentityClient {
|
|
|
914
914
|
* @param DeleteOAuthClientCredentialRequest
|
|
915
915
|
* @return DeleteOAuthClientCredentialResponse
|
|
916
916
|
* @throws OciError when an error occurs
|
|
917
|
-
* @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.9.1/identity/DeleteOAuthClientCredential.ts.html |here} to see how to use DeleteOAuthClientCredential API.
|
|
918
918
|
*/
|
|
919
919
|
deleteOAuthClientCredential(deleteOAuthClientCredentialRequest: requests.DeleteOAuthClientCredentialRequest): Promise<responses.DeleteOAuthClientCredentialResponse>;
|
|
920
920
|
/**
|
|
@@ -923,7 +923,7 @@ export declare class IdentityClient {
|
|
|
923
923
|
* @param DeletePolicyRequest
|
|
924
924
|
* @return DeletePolicyResponse
|
|
925
925
|
* @throws OciError when an error occurs
|
|
926
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
926
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeletePolicy.ts.html |here} to see how to use DeletePolicy API.
|
|
927
927
|
*/
|
|
928
928
|
deletePolicy(deletePolicyRequest: requests.DeletePolicyRequest): Promise<responses.DeletePolicyResponse>;
|
|
929
929
|
/**
|
|
@@ -933,7 +933,7 @@ export declare class IdentityClient {
|
|
|
933
933
|
* @param DeleteSmtpCredentialRequest
|
|
934
934
|
* @return DeleteSmtpCredentialResponse
|
|
935
935
|
* @throws OciError when an error occurs
|
|
936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
936
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteSmtpCredential.ts.html |here} to see how to use DeleteSmtpCredential API.
|
|
937
937
|
*/
|
|
938
938
|
deleteSmtpCredential(deleteSmtpCredentialRequest: requests.DeleteSmtpCredentialRequest): Promise<responses.DeleteSmtpCredentialResponse>;
|
|
939
939
|
/**
|
|
@@ -945,7 +945,7 @@ export declare class IdentityClient {
|
|
|
945
945
|
* @param DeleteSwiftPasswordRequest
|
|
946
946
|
* @return DeleteSwiftPasswordResponse
|
|
947
947
|
* @throws OciError when an error occurs
|
|
948
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
948
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteSwiftPassword.ts.html |here} to see how to use DeleteSwiftPassword API.
|
|
949
949
|
*/
|
|
950
950
|
deleteSwiftPassword(deleteSwiftPasswordRequest: requests.DeleteSwiftPasswordRequest): Promise<responses.DeleteSwiftPasswordResponse>;
|
|
951
951
|
/**
|
|
@@ -975,7 +975,7 @@ export declare class IdentityClient {
|
|
|
975
975
|
* @param DeleteTagRequest
|
|
976
976
|
* @return DeleteTagResponse
|
|
977
977
|
* @throws OciError when an error occurs
|
|
978
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
978
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteTag.ts.html |here} to see how to use DeleteTag API.
|
|
979
979
|
*/
|
|
980
980
|
deleteTag(deleteTagRequest: requests.DeleteTagRequest): Promise<responses.DeleteTagResponse>;
|
|
981
981
|
/**
|
|
@@ -985,7 +985,7 @@ export declare class IdentityClient {
|
|
|
985
985
|
* @param DeleteTagDefaultRequest
|
|
986
986
|
* @return DeleteTagDefaultResponse
|
|
987
987
|
* @throws OciError when an error occurs
|
|
988
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
988
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteTagDefault.ts.html |here} to see how to use DeleteTagDefault API.
|
|
989
989
|
*/
|
|
990
990
|
deleteTagDefault(deleteTagDefaultRequest: requests.DeleteTagDefaultRequest): Promise<responses.DeleteTagDefaultResponse>;
|
|
991
991
|
/**
|
|
@@ -1001,7 +1001,7 @@ export declare class IdentityClient {
|
|
|
1001
1001
|
* @param DeleteTagNamespaceRequest
|
|
1002
1002
|
* @return DeleteTagNamespaceResponse
|
|
1003
1003
|
* @throws OciError when an error occurs
|
|
1004
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1004
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteTagNamespace.ts.html |here} to see how to use DeleteTagNamespace API.
|
|
1005
1005
|
*/
|
|
1006
1006
|
deleteTagNamespace(deleteTagNamespaceRequest: requests.DeleteTagNamespaceRequest): Promise<responses.DeleteTagNamespaceResponse>;
|
|
1007
1007
|
/**
|
|
@@ -1010,7 +1010,7 @@ export declare class IdentityClient {
|
|
|
1010
1010
|
* @param DeleteUserRequest
|
|
1011
1011
|
* @return DeleteUserResponse
|
|
1012
1012
|
* @throws OciError when an error occurs
|
|
1013
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1013
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/DeleteUser.ts.html |here} to see how to use DeleteUser API.
|
|
1014
1014
|
*/
|
|
1015
1015
|
deleteUser(deleteUserRequest: requests.DeleteUserRequest): Promise<responses.DeleteUserResponse>;
|
|
1016
1016
|
/**
|
|
@@ -1032,7 +1032,7 @@ export declare class IdentityClient {
|
|
|
1032
1032
|
* @param EnableReplicationToRegionRequest
|
|
1033
1033
|
* @return EnableReplicationToRegionResponse
|
|
1034
1034
|
* @throws OciError when an error occurs
|
|
1035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/EnableReplicationToRegion.ts.html |here} to see how to use EnableReplicationToRegion API.
|
|
1036
1036
|
*/
|
|
1037
1037
|
enableReplicationToRegion(enableReplicationToRegionRequest: requests.EnableReplicationToRegionRequest): Promise<responses.EnableReplicationToRegionResponse>;
|
|
1038
1038
|
/**
|
|
@@ -1042,7 +1042,7 @@ export declare class IdentityClient {
|
|
|
1042
1042
|
* @param GenerateTotpSeedRequest
|
|
1043
1043
|
* @return GenerateTotpSeedResponse
|
|
1044
1044
|
* @throws OciError when an error occurs
|
|
1045
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1045
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GenerateTotpSeed.ts.html |here} to see how to use GenerateTotpSeed API.
|
|
1046
1046
|
*/
|
|
1047
1047
|
generateTotpSeed(generateTotpSeedRequest: requests.GenerateTotpSeedRequest): Promise<responses.GenerateTotpSeedResponse>;
|
|
1048
1048
|
/**
|
|
@@ -1053,7 +1053,7 @@ export declare class IdentityClient {
|
|
|
1053
1053
|
* @param GetAuthenticationPolicyRequest
|
|
1054
1054
|
* @return GetAuthenticationPolicyResponse
|
|
1055
1055
|
* @throws OciError when an error occurs
|
|
1056
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1056
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetAuthenticationPolicy.ts.html |here} to see how to use GetAuthenticationPolicy API.
|
|
1057
1057
|
*/
|
|
1058
1058
|
getAuthenticationPolicy(getAuthenticationPolicyRequest: requests.GetAuthenticationPolicyRequest): Promise<responses.GetAuthenticationPolicyResponse>;
|
|
1059
1059
|
/**
|
|
@@ -1070,7 +1070,7 @@ export declare class IdentityClient {
|
|
|
1070
1070
|
* @param GetCompartmentRequest
|
|
1071
1071
|
* @return GetCompartmentResponse
|
|
1072
1072
|
* @throws OciError when an error occurs
|
|
1073
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1073
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetCompartment.ts.html |here} to see how to use GetCompartment API.
|
|
1074
1074
|
*/
|
|
1075
1075
|
getCompartment(getCompartmentRequest: requests.GetCompartmentRequest): Promise<responses.GetCompartmentResponse>;
|
|
1076
1076
|
/**
|
|
@@ -1083,7 +1083,7 @@ export declare class IdentityClient {
|
|
|
1083
1083
|
* @param GetDomainRequest
|
|
1084
1084
|
* @return GetDomainResponse
|
|
1085
1085
|
* @throws OciError when an error occurs
|
|
1086
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1086
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetDomain.ts.html |here} to see how to use GetDomain API.
|
|
1087
1087
|
*/
|
|
1088
1088
|
getDomain(getDomainRequest: requests.GetDomainRequest): Promise<responses.GetDomainResponse>;
|
|
1089
1089
|
/**
|
|
@@ -1093,7 +1093,7 @@ export declare class IdentityClient {
|
|
|
1093
1093
|
* @param GetDynamicGroupRequest
|
|
1094
1094
|
* @return GetDynamicGroupResponse
|
|
1095
1095
|
* @throws OciError when an error occurs
|
|
1096
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1096
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetDynamicGroup.ts.html |here} to see how to use GetDynamicGroup API.
|
|
1097
1097
|
*/
|
|
1098
1098
|
getDynamicGroup(getDynamicGroupRequest: requests.GetDynamicGroupRequest): Promise<responses.GetDynamicGroupResponse>;
|
|
1099
1099
|
/**
|
|
@@ -1107,7 +1107,7 @@ export declare class IdentityClient {
|
|
|
1107
1107
|
* @param GetGroupRequest
|
|
1108
1108
|
* @return GetGroupResponse
|
|
1109
1109
|
* @throws OciError when an error occurs
|
|
1110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetGroup.ts.html |here} to see how to use GetGroup API.
|
|
1111
1111
|
*/
|
|
1112
1112
|
getGroup(getGroupRequest: requests.GetGroupRequest): Promise<responses.GetGroupResponse>;
|
|
1113
1113
|
/**
|
|
@@ -1121,7 +1121,7 @@ export declare class IdentityClient {
|
|
|
1121
1121
|
* @param GetIamWorkRequestRequest
|
|
1122
1122
|
* @return GetIamWorkRequestResponse
|
|
1123
1123
|
* @throws OciError when an error occurs
|
|
1124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetIamWorkRequest.ts.html |here} to see how to use GetIamWorkRequest API.
|
|
1125
1125
|
*/
|
|
1126
1126
|
getIamWorkRequest(getIamWorkRequestRequest: requests.GetIamWorkRequestRequest): Promise<responses.GetIamWorkRequestResponse>;
|
|
1127
1127
|
/**
|
|
@@ -1133,7 +1133,7 @@ export declare class IdentityClient {
|
|
|
1133
1133
|
* @param GetIdentityProviderRequest
|
|
1134
1134
|
* @return GetIdentityProviderResponse
|
|
1135
1135
|
* @throws OciError when an error occurs
|
|
1136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetIdentityProvider.ts.html |here} to see how to use GetIdentityProvider API.
|
|
1137
1137
|
*/
|
|
1138
1138
|
getIdentityProvider(getIdentityProviderRequest: requests.GetIdentityProviderRequest): Promise<responses.GetIdentityProviderResponse>;
|
|
1139
1139
|
/**
|
|
@@ -1145,7 +1145,7 @@ export declare class IdentityClient {
|
|
|
1145
1145
|
* @param GetIdpGroupMappingRequest
|
|
1146
1146
|
* @return GetIdpGroupMappingResponse
|
|
1147
1147
|
* @throws OciError when an error occurs
|
|
1148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetIdpGroupMapping.ts.html |here} to see how to use GetIdpGroupMapping API.
|
|
1149
1149
|
*/
|
|
1150
1150
|
getIdpGroupMapping(getIdpGroupMappingRequest: requests.GetIdpGroupMappingRequest): Promise<responses.GetIdpGroupMappingResponse>;
|
|
1151
1151
|
/**
|
|
@@ -1155,7 +1155,7 @@ export declare class IdentityClient {
|
|
|
1155
1155
|
* @param GetMfaTotpDeviceRequest
|
|
1156
1156
|
* @return GetMfaTotpDeviceResponse
|
|
1157
1157
|
* @throws OciError when an error occurs
|
|
1158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetMfaTotpDevice.ts.html |here} to see how to use GetMfaTotpDevice API.
|
|
1159
1159
|
*/
|
|
1160
1160
|
getMfaTotpDevice(getMfaTotpDeviceRequest: requests.GetMfaTotpDeviceRequest): Promise<responses.GetMfaTotpDeviceResponse>;
|
|
1161
1161
|
/**
|
|
@@ -1165,7 +1165,7 @@ export declare class IdentityClient {
|
|
|
1165
1165
|
* @param GetNetworkSourceRequest
|
|
1166
1166
|
* @return GetNetworkSourceResponse
|
|
1167
1167
|
* @throws OciError when an error occurs
|
|
1168
|
-
* @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.9.1/identity/GetNetworkSource.ts.html |here} to see how to use GetNetworkSource API.
|
|
1169
1169
|
*/
|
|
1170
1170
|
getNetworkSource(getNetworkSourceRequest: requests.GetNetworkSourceRequest): Promise<responses.GetNetworkSourceResponse>;
|
|
1171
1171
|
/**
|
|
@@ -1174,16 +1174,26 @@ export declare class IdentityClient {
|
|
|
1174
1174
|
* @param GetPolicyRequest
|
|
1175
1175
|
* @return GetPolicyResponse
|
|
1176
1176
|
* @throws OciError when an error occurs
|
|
1177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetPolicy.ts.html |here} to see how to use GetPolicy API.
|
|
1178
1178
|
*/
|
|
1179
1179
|
getPolicy(getPolicyRequest: requests.GetPolicyRequest): Promise<responses.GetPolicyResponse>;
|
|
1180
|
+
/**
|
|
1181
|
+
* Retrieve the standard tag namespace template given the standard tag namespace name.
|
|
1182
|
+
*
|
|
1183
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1184
|
+
* @param GetStandardTagTemplateRequest
|
|
1185
|
+
* @return GetStandardTagTemplateResponse
|
|
1186
|
+
* @throws OciError when an error occurs
|
|
1187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetStandardTagTemplate.ts.html |here} to see how to use GetStandardTagTemplate API.
|
|
1188
|
+
*/
|
|
1189
|
+
getStandardTagTemplate(getStandardTagTemplateRequest: requests.GetStandardTagTemplateRequest): Promise<responses.GetStandardTagTemplateResponse>;
|
|
1180
1190
|
/**
|
|
1181
1191
|
* Gets the specified tag's information.
|
|
1182
1192
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1183
1193
|
* @param GetTagRequest
|
|
1184
1194
|
* @return GetTagResponse
|
|
1185
1195
|
* @throws OciError when an error occurs
|
|
1186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetTag.ts.html |here} to see how to use GetTag API.
|
|
1187
1197
|
*/
|
|
1188
1198
|
getTag(getTagRequest: requests.GetTagRequest): Promise<responses.GetTagResponse>;
|
|
1189
1199
|
/**
|
|
@@ -1193,7 +1203,7 @@ export declare class IdentityClient {
|
|
|
1193
1203
|
* @param GetTagDefaultRequest
|
|
1194
1204
|
* @return GetTagDefaultResponse
|
|
1195
1205
|
* @throws OciError when an error occurs
|
|
1196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetTagDefault.ts.html |here} to see how to use GetTagDefault API.
|
|
1197
1207
|
*/
|
|
1198
1208
|
getTagDefault(getTagDefaultRequest: requests.GetTagDefaultRequest): Promise<responses.GetTagDefaultResponse>;
|
|
1199
1209
|
/**
|
|
@@ -1203,7 +1213,7 @@ export declare class IdentityClient {
|
|
|
1203
1213
|
* @param GetTagNamespaceRequest
|
|
1204
1214
|
* @return GetTagNamespaceResponse
|
|
1205
1215
|
* @throws OciError when an error occurs
|
|
1206
|
-
* @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.9.1/identity/GetTagNamespace.ts.html |here} to see how to use GetTagNamespace API.
|
|
1207
1217
|
*/
|
|
1208
1218
|
getTagNamespace(getTagNamespaceRequest: requests.GetTagNamespaceRequest): Promise<responses.GetTagNamespaceResponse>;
|
|
1209
1219
|
/**
|
|
@@ -1214,7 +1224,7 @@ export declare class IdentityClient {
|
|
|
1214
1224
|
* @param GetTaggingWorkRequestRequest
|
|
1215
1225
|
* @return GetTaggingWorkRequestResponse
|
|
1216
1226
|
* @throws OciError when an error occurs
|
|
1217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetTaggingWorkRequest.ts.html |here} to see how to use GetTaggingWorkRequest API.
|
|
1218
1228
|
*/
|
|
1219
1229
|
getTaggingWorkRequest(getTaggingWorkRequestRequest: requests.GetTaggingWorkRequestRequest): Promise<responses.GetTaggingWorkRequestResponse>;
|
|
1220
1230
|
/**
|
|
@@ -1223,7 +1233,7 @@ export declare class IdentityClient {
|
|
|
1223
1233
|
* @param GetTenancyRequest
|
|
1224
1234
|
* @return GetTenancyResponse
|
|
1225
1235
|
* @throws OciError when an error occurs
|
|
1226
|
-
* @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.9.1/identity/GetTenancy.ts.html |here} to see how to use GetTenancy API.
|
|
1227
1237
|
*/
|
|
1228
1238
|
getTenancy(getTenancyRequest: requests.GetTenancyRequest): Promise<responses.GetTenancyResponse>;
|
|
1229
1239
|
/**
|
|
@@ -1232,7 +1242,7 @@ export declare class IdentityClient {
|
|
|
1232
1242
|
* @param GetUserRequest
|
|
1233
1243
|
* @return GetUserResponse
|
|
1234
1244
|
* @throws OciError when an error occurs
|
|
1235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetUser.ts.html |here} to see how to use GetUser API.
|
|
1236
1246
|
*/
|
|
1237
1247
|
getUser(getUserRequest: requests.GetUserRequest): Promise<responses.GetUserResponse>;
|
|
1238
1248
|
/**
|
|
@@ -1241,7 +1251,7 @@ export declare class IdentityClient {
|
|
|
1241
1251
|
* @param GetUserGroupMembershipRequest
|
|
1242
1252
|
* @return GetUserGroupMembershipResponse
|
|
1243
1253
|
* @throws OciError when an error occurs
|
|
1244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetUserGroupMembership.ts.html |here} to see how to use GetUserGroupMembership API.
|
|
1245
1255
|
*/
|
|
1246
1256
|
getUserGroupMembership(getUserGroupMembershipRequest: requests.GetUserGroupMembershipRequest): Promise<responses.GetUserGroupMembershipResponse>;
|
|
1247
1257
|
/**
|
|
@@ -1252,7 +1262,7 @@ export declare class IdentityClient {
|
|
|
1252
1262
|
* @param GetUserUIPasswordInformationRequest
|
|
1253
1263
|
* @return GetUserUIPasswordInformationResponse
|
|
1254
1264
|
* @throws OciError when an error occurs
|
|
1255
|
-
* @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.9.1/identity/GetUserUIPasswordInformation.ts.html |here} to see how to use GetUserUIPasswordInformation API.
|
|
1256
1266
|
*/
|
|
1257
1267
|
getUserUIPasswordInformation(getUserUIPasswordInformationRequest: requests.GetUserUIPasswordInformationRequest): Promise<responses.GetUserUIPasswordInformationResponse>;
|
|
1258
1268
|
/**
|
|
@@ -1263,9 +1273,20 @@ export declare class IdentityClient {
|
|
|
1263
1273
|
* @param GetWorkRequestRequest
|
|
1264
1274
|
* @return GetWorkRequestResponse
|
|
1265
1275
|
* @throws OciError when an error occurs
|
|
1266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1267
1277
|
*/
|
|
1268
1278
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
1279
|
+
/**
|
|
1280
|
+
* OCI will release Tag Namespaces that our customers can import.
|
|
1281
|
+
* These Tag Namespaces will provide Tags for our customers and Partners to provide consistency and enable data reporting.
|
|
1282
|
+
*
|
|
1283
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1284
|
+
* @param ImportStandardTagsRequest
|
|
1285
|
+
* @return ImportStandardTagsResponse
|
|
1286
|
+
* @throws OciError when an error occurs
|
|
1287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ImportStandardTags.ts.html |here} to see how to use ImportStandardTags API.
|
|
1288
|
+
*/
|
|
1289
|
+
importStandardTags(importStandardTagsRequest: requests.ImportStandardTagsRequest): Promise<responses.ImportStandardTagsResponse>;
|
|
1269
1290
|
/**
|
|
1270
1291
|
* List the allowed domain license types supported by OCI
|
|
1271
1292
|
* If {@code currentLicenseTypeName} provided, returns allowed license types a domain with the specified license type name can migrate to.
|
|
@@ -1279,7 +1300,7 @@ export declare class IdentityClient {
|
|
|
1279
1300
|
* @param ListAllowedDomainLicenseTypesRequest
|
|
1280
1301
|
* @return ListAllowedDomainLicenseTypesResponse
|
|
1281
1302
|
* @throws OciError when an error occurs
|
|
1282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1303
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListAllowedDomainLicenseTypes.ts.html |here} to see how to use ListAllowedDomainLicenseTypes API.
|
|
1283
1304
|
*/
|
|
1284
1305
|
listAllowedDomainLicenseTypes(listAllowedDomainLicenseTypesRequest: requests.ListAllowedDomainLicenseTypesRequest): Promise<responses.ListAllowedDomainLicenseTypesResponse>;
|
|
1285
1306
|
/**
|
|
@@ -1292,7 +1313,7 @@ export declare class IdentityClient {
|
|
|
1292
1313
|
* @param ListApiKeysRequest
|
|
1293
1314
|
* @return ListApiKeysResponse
|
|
1294
1315
|
* @throws OciError when an error occurs
|
|
1295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListApiKeys.ts.html |here} to see how to use ListApiKeys API.
|
|
1296
1317
|
*/
|
|
1297
1318
|
listApiKeys(listApiKeysRequest: requests.ListApiKeysRequest): Promise<responses.ListApiKeysResponse>;
|
|
1298
1319
|
/**
|
|
@@ -1303,7 +1324,7 @@ export declare class IdentityClient {
|
|
|
1303
1324
|
* @param ListAuthTokensRequest
|
|
1304
1325
|
* @return ListAuthTokensResponse
|
|
1305
1326
|
* @throws OciError when an error occurs
|
|
1306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListAuthTokens.ts.html |here} to see how to use ListAuthTokens API.
|
|
1307
1328
|
*/
|
|
1308
1329
|
listAuthTokens(listAuthTokensRequest: requests.ListAuthTokensRequest): Promise<responses.ListAuthTokensResponse>;
|
|
1309
1330
|
/**
|
|
@@ -1317,7 +1338,7 @@ export declare class IdentityClient {
|
|
|
1317
1338
|
* @param ListAvailabilityDomainsRequest
|
|
1318
1339
|
* @return ListAvailabilityDomainsResponse
|
|
1319
1340
|
* @throws OciError when an error occurs
|
|
1320
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListAvailabilityDomains.ts.html |here} to see how to use ListAvailabilityDomains API.
|
|
1321
1342
|
*/
|
|
1322
1343
|
listAvailabilityDomains(listAvailabilityDomainsRequest: requests.ListAvailabilityDomainsRequest): Promise<responses.ListAvailabilityDomainsResponse>;
|
|
1323
1344
|
/**
|
|
@@ -1333,7 +1354,7 @@ export declare class IdentityClient {
|
|
|
1333
1354
|
* @param ListBulkActionResourceTypesRequest
|
|
1334
1355
|
* @return ListBulkActionResourceTypesResponse
|
|
1335
1356
|
* @throws OciError when an error occurs
|
|
1336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListBulkActionResourceTypes.ts.html |here} to see how to use ListBulkActionResourceTypes API.
|
|
1337
1358
|
*/
|
|
1338
1359
|
listBulkActionResourceTypes(listBulkActionResourceTypesRequest: requests.ListBulkActionResourceTypesRequest): Promise<responses.ListBulkActionResourceTypesResponse>;
|
|
1339
1360
|
/**
|
|
@@ -1343,7 +1364,7 @@ export declare class IdentityClient {
|
|
|
1343
1364
|
* @param ListBulkEditTagsResourceTypesRequest
|
|
1344
1365
|
* @return ListBulkEditTagsResourceTypesResponse
|
|
1345
1366
|
* @throws OciError when an error occurs
|
|
1346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListBulkEditTagsResourceTypes.ts.html |here} to see how to use ListBulkEditTagsResourceTypes API.
|
|
1347
1368
|
*/
|
|
1348
1369
|
listBulkEditTagsResourceTypes(listBulkEditTagsResourceTypesRequest: requests.ListBulkEditTagsResourceTypesRequest): Promise<responses.ListBulkEditTagsResourceTypesResponse>;
|
|
1349
1370
|
/**
|
|
@@ -1370,7 +1391,7 @@ export declare class IdentityClient {
|
|
|
1370
1391
|
* @param ListCompartmentsRequest
|
|
1371
1392
|
* @return ListCompartmentsResponse
|
|
1372
1393
|
* @throws OciError when an error occurs
|
|
1373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1394
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListCompartments.ts.html |here} to see how to use ListCompartments API.
|
|
1374
1395
|
*/
|
|
1375
1396
|
listCompartments(listCompartmentsRequest: requests.ListCompartmentsRequest): Promise<responses.ListCompartmentsResponse>;
|
|
1376
1397
|
/**
|
|
@@ -1413,7 +1434,7 @@ export declare class IdentityClient {
|
|
|
1413
1434
|
* @param ListCostTrackingTagsRequest
|
|
1414
1435
|
* @return ListCostTrackingTagsResponse
|
|
1415
1436
|
* @throws OciError when an error occurs
|
|
1416
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListCostTrackingTags.ts.html |here} to see how to use ListCostTrackingTags API.
|
|
1417
1438
|
*/
|
|
1418
1439
|
listCostTrackingTags(listCostTrackingTagsRequest: requests.ListCostTrackingTagsRequest): Promise<responses.ListCostTrackingTagsResponse>;
|
|
1419
1440
|
/**
|
|
@@ -1456,7 +1477,7 @@ export declare class IdentityClient {
|
|
|
1456
1477
|
* @param ListCustomerSecretKeysRequest
|
|
1457
1478
|
* @return ListCustomerSecretKeysResponse
|
|
1458
1479
|
* @throws OciError when an error occurs
|
|
1459
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1480
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListCustomerSecretKeys.ts.html |here} to see how to use ListCustomerSecretKeys API.
|
|
1460
1481
|
*/
|
|
1461
1482
|
listCustomerSecretKeys(listCustomerSecretKeysRequest: requests.ListCustomerSecretKeysRequest): Promise<responses.ListCustomerSecretKeysResponse>;
|
|
1462
1483
|
/**
|
|
@@ -1467,7 +1488,7 @@ export declare class IdentityClient {
|
|
|
1467
1488
|
* @param ListDomainsRequest
|
|
1468
1489
|
* @return ListDomainsResponse
|
|
1469
1490
|
* @throws OciError when an error occurs
|
|
1470
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListDomains.ts.html |here} to see how to use ListDomains API.
|
|
1471
1492
|
*/
|
|
1472
1493
|
listDomains(listDomainsRequest: requests.ListDomainsRequest): Promise<responses.ListDomainsResponse>;
|
|
1473
1494
|
/**
|
|
@@ -1511,7 +1532,7 @@ export declare class IdentityClient {
|
|
|
1511
1532
|
* @param ListDynamicGroupsRequest
|
|
1512
1533
|
* @return ListDynamicGroupsResponse
|
|
1513
1534
|
* @throws OciError when an error occurs
|
|
1514
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1535
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListDynamicGroups.ts.html |here} to see how to use ListDynamicGroups API.
|
|
1515
1536
|
*/
|
|
1516
1537
|
listDynamicGroups(listDynamicGroupsRequest: requests.ListDynamicGroupsRequest): Promise<responses.ListDynamicGroupsResponse>;
|
|
1517
1538
|
/**
|
|
@@ -1555,7 +1576,7 @@ export declare class IdentityClient {
|
|
|
1555
1576
|
* @param ListFaultDomainsRequest
|
|
1556
1577
|
* @return ListFaultDomainsResponse
|
|
1557
1578
|
* @throws OciError when an error occurs
|
|
1558
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListFaultDomains.ts.html |here} to see how to use ListFaultDomains API.
|
|
1559
1580
|
*/
|
|
1560
1581
|
listFaultDomains(listFaultDomainsRequest: requests.ListFaultDomainsRequest): Promise<responses.ListFaultDomainsResponse>;
|
|
1561
1582
|
/**
|
|
@@ -1567,7 +1588,7 @@ export declare class IdentityClient {
|
|
|
1567
1588
|
* @param ListGroupsRequest
|
|
1568
1589
|
* @return ListGroupsResponse
|
|
1569
1590
|
* @throws OciError when an error occurs
|
|
1570
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1591
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListGroups.ts.html |here} to see how to use ListGroups API.
|
|
1571
1592
|
*/
|
|
1572
1593
|
listGroups(listGroupsRequest: requests.ListGroupsRequest): Promise<responses.ListGroupsResponse>;
|
|
1573
1594
|
/**
|
|
@@ -1613,7 +1634,7 @@ export declare class IdentityClient {
|
|
|
1613
1634
|
* @param ListIamWorkRequestErrorsRequest
|
|
1614
1635
|
* @return ListIamWorkRequestErrorsResponse
|
|
1615
1636
|
* @throws OciError when an error occurs
|
|
1616
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1637
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListIamWorkRequestErrors.ts.html |here} to see how to use ListIamWorkRequestErrors API.
|
|
1617
1638
|
*/
|
|
1618
1639
|
listIamWorkRequestErrors(listIamWorkRequestErrorsRequest: requests.ListIamWorkRequestErrorsRequest): Promise<responses.ListIamWorkRequestErrorsResponse>;
|
|
1619
1640
|
/**
|
|
@@ -1659,7 +1680,7 @@ export declare class IdentityClient {
|
|
|
1659
1680
|
* @param ListIamWorkRequestLogsRequest
|
|
1660
1681
|
* @return ListIamWorkRequestLogsResponse
|
|
1661
1682
|
* @throws OciError when an error occurs
|
|
1662
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1683
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListIamWorkRequestLogs.ts.html |here} to see how to use ListIamWorkRequestLogs API.
|
|
1663
1684
|
*/
|
|
1664
1685
|
listIamWorkRequestLogs(listIamWorkRequestLogsRequest: requests.ListIamWorkRequestLogsRequest): Promise<responses.ListIamWorkRequestLogsResponse>;
|
|
1665
1686
|
/**
|
|
@@ -1704,7 +1725,7 @@ export declare class IdentityClient {
|
|
|
1704
1725
|
* @param ListIamWorkRequestsRequest
|
|
1705
1726
|
* @return ListIamWorkRequestsResponse
|
|
1706
1727
|
* @throws OciError when an error occurs
|
|
1707
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1728
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListIamWorkRequests.ts.html |here} to see how to use ListIamWorkRequests API.
|
|
1708
1729
|
*/
|
|
1709
1730
|
listIamWorkRequests(listIamWorkRequestsRequest: requests.ListIamWorkRequestsRequest): Promise<responses.ListIamWorkRequestsResponse>;
|
|
1710
1731
|
/**
|
|
@@ -1748,7 +1769,7 @@ export declare class IdentityClient {
|
|
|
1748
1769
|
* @param ListIdentityProviderGroupsRequest
|
|
1749
1770
|
* @return ListIdentityProviderGroupsResponse
|
|
1750
1771
|
* @throws OciError when an error occurs
|
|
1751
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1772
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListIdentityProviderGroups.ts.html |here} to see how to use ListIdentityProviderGroups API.
|
|
1752
1773
|
*/
|
|
1753
1774
|
listIdentityProviderGroups(listIdentityProviderGroupsRequest: requests.ListIdentityProviderGroupsRequest): Promise<responses.ListIdentityProviderGroupsResponse>;
|
|
1754
1775
|
/**
|
|
@@ -1795,7 +1816,7 @@ export declare class IdentityClient {
|
|
|
1795
1816
|
* @param ListIdentityProvidersRequest
|
|
1796
1817
|
* @return ListIdentityProvidersResponse
|
|
1797
1818
|
* @throws OciError when an error occurs
|
|
1798
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListIdentityProviders.ts.html |here} to see how to use ListIdentityProviders API.
|
|
1799
1820
|
*/
|
|
1800
1821
|
listIdentityProviders(listIdentityProvidersRequest: requests.ListIdentityProvidersRequest): Promise<responses.ListIdentityProvidersResponse>;
|
|
1801
1822
|
/**
|
|
@@ -1839,7 +1860,7 @@ export declare class IdentityClient {
|
|
|
1839
1860
|
* @param ListIdpGroupMappingsRequest
|
|
1840
1861
|
* @return ListIdpGroupMappingsResponse
|
|
1841
1862
|
* @throws OciError when an error occurs
|
|
1842
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1863
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListIdpGroupMappings.ts.html |here} to see how to use ListIdpGroupMappings API.
|
|
1843
1864
|
*/
|
|
1844
1865
|
listIdpGroupMappings(listIdpGroupMappingsRequest: requests.ListIdpGroupMappingsRequest): Promise<responses.ListIdpGroupMappingsResponse>;
|
|
1845
1866
|
/**
|
|
@@ -1882,7 +1903,7 @@ export declare class IdentityClient {
|
|
|
1882
1903
|
* @param ListMfaTotpDevicesRequest
|
|
1883
1904
|
* @return ListMfaTotpDevicesResponse
|
|
1884
1905
|
* @throws OciError when an error occurs
|
|
1885
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1906
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListMfaTotpDevices.ts.html |here} to see how to use ListMfaTotpDevices API.
|
|
1886
1907
|
*/
|
|
1887
1908
|
listMfaTotpDevices(listMfaTotpDevicesRequest: requests.ListMfaTotpDevicesRequest): Promise<responses.ListMfaTotpDevicesResponse>;
|
|
1888
1909
|
/**
|
|
@@ -1926,7 +1947,7 @@ export declare class IdentityClient {
|
|
|
1926
1947
|
* @param ListNetworkSourcesRequest
|
|
1927
1948
|
* @return ListNetworkSourcesResponse
|
|
1928
1949
|
* @throws OciError when an error occurs
|
|
1929
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1950
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListNetworkSources.ts.html |here} to see how to use ListNetworkSources API.
|
|
1930
1951
|
*/
|
|
1931
1952
|
listNetworkSources(listNetworkSourcesRequest: requests.ListNetworkSourcesRequest): Promise<responses.ListNetworkSourcesResponse>;
|
|
1932
1953
|
/**
|
|
@@ -1968,7 +1989,7 @@ export declare class IdentityClient {
|
|
|
1968
1989
|
* @param ListOAuthClientCredentialsRequest
|
|
1969
1990
|
* @return ListOAuthClientCredentialsResponse
|
|
1970
1991
|
* @throws OciError when an error occurs
|
|
1971
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1992
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListOAuthClientCredentials.ts.html |here} to see how to use ListOAuthClientCredentials API.
|
|
1972
1993
|
*/
|
|
1973
1994
|
listOAuthClientCredentials(listOAuthClientCredentialsRequest: requests.ListOAuthClientCredentialsRequest): Promise<responses.ListOAuthClientCredentialsResponse>;
|
|
1974
1995
|
/**
|
|
@@ -2014,7 +2035,7 @@ export declare class IdentityClient {
|
|
|
2014
2035
|
* @param ListPoliciesRequest
|
|
2015
2036
|
* @return ListPoliciesResponse
|
|
2016
2037
|
* @throws OciError when an error occurs
|
|
2017
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2038
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListPolicies.ts.html |here} to see how to use ListPolicies API.
|
|
2018
2039
|
*/
|
|
2019
2040
|
listPolicies(listPoliciesRequest: requests.ListPoliciesRequest): Promise<responses.ListPoliciesResponse>;
|
|
2020
2041
|
/**
|
|
@@ -2055,7 +2076,7 @@ export declare class IdentityClient {
|
|
|
2055
2076
|
* @param ListRegionSubscriptionsRequest
|
|
2056
2077
|
* @return ListRegionSubscriptionsResponse
|
|
2057
2078
|
* @throws OciError when an error occurs
|
|
2058
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2079
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListRegionSubscriptions.ts.html |here} to see how to use ListRegionSubscriptions API.
|
|
2059
2080
|
*/
|
|
2060
2081
|
listRegionSubscriptions(listRegionSubscriptionsRequest: requests.ListRegionSubscriptionsRequest): Promise<responses.ListRegionSubscriptionsResponse>;
|
|
2061
2082
|
/**
|
|
@@ -2064,7 +2085,7 @@ export declare class IdentityClient {
|
|
|
2064
2085
|
* @param ListRegionsRequest
|
|
2065
2086
|
* @return ListRegionsResponse
|
|
2066
2087
|
* @throws OciError when an error occurs
|
|
2067
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2088
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListRegions.ts.html |here} to see how to use ListRegions API.
|
|
2068
2089
|
*/
|
|
2069
2090
|
listRegions(listRegionsRequest: requests.ListRegionsRequest): Promise<responses.ListRegionsResponse>;
|
|
2070
2091
|
/**
|
|
@@ -2075,9 +2096,51 @@ export declare class IdentityClient {
|
|
|
2075
2096
|
* @param ListSmtpCredentialsRequest
|
|
2076
2097
|
* @return ListSmtpCredentialsResponse
|
|
2077
2098
|
* @throws OciError when an error occurs
|
|
2078
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2099
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListSmtpCredentials.ts.html |here} to see how to use ListSmtpCredentials API.
|
|
2079
2100
|
*/
|
|
2080
2101
|
listSmtpCredentials(listSmtpCredentialsRequest: requests.ListSmtpCredentialsRequest): Promise<responses.ListSmtpCredentialsResponse>;
|
|
2102
|
+
/**
|
|
2103
|
+
* Lists available standard tag namespaces that users can create.
|
|
2104
|
+
*
|
|
2105
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
2106
|
+
* @param ListStandardTagNamespacesRequest
|
|
2107
|
+
* @return ListStandardTagNamespacesResponse
|
|
2108
|
+
* @throws OciError when an error occurs
|
|
2109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListStandardTagNamespaces.ts.html |here} to see how to use ListStandardTagNamespaces API.
|
|
2110
|
+
*/
|
|
2111
|
+
listStandardTagNamespaces(listStandardTagNamespacesRequest: requests.ListStandardTagNamespacesRequest): Promise<responses.ListStandardTagNamespacesResponse>;
|
|
2112
|
+
/**
|
|
2113
|
+
* NOTE: This function is deprecated in favor of listStandardTagNamespacesRecordIterator function.
|
|
2114
|
+
* Creates a new async iterator which will iterate over the models.StandardTagNamespaceTemplateSummary objects
|
|
2115
|
+
* contained in responses from the listStandardTagNamespaces operation. This iterator will fetch more data from the
|
|
2116
|
+
* server as needed.
|
|
2117
|
+
*
|
|
2118
|
+
* @param request a request which can be sent to the service operation
|
|
2119
|
+
*/
|
|
2120
|
+
listAllStandardTagNamespaces(request: requests.ListStandardTagNamespacesRequest): AsyncIterableIterator<model.StandardTagNamespaceTemplateSummary>;
|
|
2121
|
+
/**
|
|
2122
|
+
* NOTE: This function is deprecated in favor of listStandardTagNamespacesResponseIterator function.
|
|
2123
|
+
* Creates a new async iterator which will iterate over the responses received from the listStandardTagNamespaces operation. This iterator
|
|
2124
|
+
* will fetch more data from the server as needed.
|
|
2125
|
+
*
|
|
2126
|
+
* @param request a request which can be sent to the service operation
|
|
2127
|
+
*/
|
|
2128
|
+
listAllStandardTagNamespacesResponses(request: requests.ListStandardTagNamespacesRequest): AsyncIterableIterator<responses.ListStandardTagNamespacesResponse>;
|
|
2129
|
+
/**
|
|
2130
|
+
* Creates a new async iterator which will iterate over the models.StandardTagNamespaceTemplateSummary objects
|
|
2131
|
+
* contained in responses from the listStandardTagNamespaces operation. This iterator will fetch more data from the
|
|
2132
|
+
* server as needed.
|
|
2133
|
+
*
|
|
2134
|
+
* @param request a request which can be sent to the service operation
|
|
2135
|
+
*/
|
|
2136
|
+
listStandardTagNamespacesRecordIterator(request: requests.ListStandardTagNamespacesRequest): AsyncIterableIterator<model.StandardTagNamespaceTemplateSummary>;
|
|
2137
|
+
/**
|
|
2138
|
+
* Creates a new async iterator which will iterate over the responses received from the listStandardTagNamespaces operation. This iterator
|
|
2139
|
+
* will fetch more data from the server as needed.
|
|
2140
|
+
*
|
|
2141
|
+
* @param request a request which can be sent to the service operation
|
|
2142
|
+
*/
|
|
2143
|
+
listStandardTagNamespacesResponseIterator(request: requests.ListStandardTagNamespacesRequest): AsyncIterableIterator<responses.ListStandardTagNamespacesResponse>;
|
|
2081
2144
|
/**
|
|
2082
2145
|
* **Deprecated. Use {@link #listAuthTokens(ListAuthTokensRequest) listAuthTokens} instead.**
|
|
2083
2146
|
* <p>
|
|
@@ -2088,7 +2151,7 @@ export declare class IdentityClient {
|
|
|
2088
2151
|
* @param ListSwiftPasswordsRequest
|
|
2089
2152
|
* @return ListSwiftPasswordsResponse
|
|
2090
2153
|
* @throws OciError when an error occurs
|
|
2091
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListSwiftPasswords.ts.html |here} to see how to use ListSwiftPasswords API.
|
|
2092
2155
|
*/
|
|
2093
2156
|
listSwiftPasswords(listSwiftPasswordsRequest: requests.ListSwiftPasswordsRequest): Promise<responses.ListSwiftPasswordsResponse>;
|
|
2094
2157
|
/**
|
|
@@ -2098,7 +2161,7 @@ export declare class IdentityClient {
|
|
|
2098
2161
|
* @param ListTagDefaultsRequest
|
|
2099
2162
|
* @return ListTagDefaultsResponse
|
|
2100
2163
|
* @throws OciError when an error occurs
|
|
2101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListTagDefaults.ts.html |here} to see how to use ListTagDefaults API.
|
|
2102
2165
|
*/
|
|
2103
2166
|
listTagDefaults(listTagDefaultsRequest: requests.ListTagDefaultsRequest): Promise<responses.ListTagDefaultsResponse>;
|
|
2104
2167
|
/**
|
|
@@ -2140,7 +2203,7 @@ export declare class IdentityClient {
|
|
|
2140
2203
|
* @param ListTagNamespacesRequest
|
|
2141
2204
|
* @return ListTagNamespacesResponse
|
|
2142
2205
|
* @throws OciError when an error occurs
|
|
2143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListTagNamespaces.ts.html |here} to see how to use ListTagNamespaces API.
|
|
2144
2207
|
*/
|
|
2145
2208
|
listTagNamespaces(listTagNamespacesRequest: requests.ListTagNamespacesRequest): Promise<responses.ListTagNamespacesResponse>;
|
|
2146
2209
|
/**
|
|
@@ -2182,7 +2245,7 @@ export declare class IdentityClient {
|
|
|
2182
2245
|
* @param ListTaggingWorkRequestErrorsRequest
|
|
2183
2246
|
* @return ListTaggingWorkRequestErrorsResponse
|
|
2184
2247
|
* @throws OciError when an error occurs
|
|
2185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListTaggingWorkRequestErrors.ts.html |here} to see how to use ListTaggingWorkRequestErrors API.
|
|
2186
2249
|
*/
|
|
2187
2250
|
listTaggingWorkRequestErrors(listTaggingWorkRequestErrorsRequest: requests.ListTaggingWorkRequestErrorsRequest): Promise<responses.ListTaggingWorkRequestErrorsResponse>;
|
|
2188
2251
|
/**
|
|
@@ -2224,7 +2287,7 @@ export declare class IdentityClient {
|
|
|
2224
2287
|
* @param ListTaggingWorkRequestLogsRequest
|
|
2225
2288
|
* @return ListTaggingWorkRequestLogsResponse
|
|
2226
2289
|
* @throws OciError when an error occurs
|
|
2227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2290
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListTaggingWorkRequestLogs.ts.html |here} to see how to use ListTaggingWorkRequestLogs API.
|
|
2228
2291
|
*/
|
|
2229
2292
|
listTaggingWorkRequestLogs(listTaggingWorkRequestLogsRequest: requests.ListTaggingWorkRequestLogsRequest): Promise<responses.ListTaggingWorkRequestLogsResponse>;
|
|
2230
2293
|
/**
|
|
@@ -2266,7 +2329,7 @@ export declare class IdentityClient {
|
|
|
2266
2329
|
* @param ListTaggingWorkRequestsRequest
|
|
2267
2330
|
* @return ListTaggingWorkRequestsResponse
|
|
2268
2331
|
* @throws OciError when an error occurs
|
|
2269
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListTaggingWorkRequests.ts.html |here} to see how to use ListTaggingWorkRequests API.
|
|
2270
2333
|
*/
|
|
2271
2334
|
listTaggingWorkRequests(listTaggingWorkRequestsRequest: requests.ListTaggingWorkRequestsRequest): Promise<responses.ListTaggingWorkRequestsResponse>;
|
|
2272
2335
|
/**
|
|
@@ -2308,7 +2371,7 @@ export declare class IdentityClient {
|
|
|
2308
2371
|
* @param ListTagsRequest
|
|
2309
2372
|
* @return ListTagsResponse
|
|
2310
2373
|
* @throws OciError when an error occurs
|
|
2311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListTags.ts.html |here} to see how to use ListTags API.
|
|
2312
2375
|
*/
|
|
2313
2376
|
listTags(listTagsRequest: requests.ListTagsRequest): Promise<responses.ListTagsResponse>;
|
|
2314
2377
|
/**
|
|
@@ -2359,7 +2422,7 @@ export declare class IdentityClient {
|
|
|
2359
2422
|
* @param ListUserGroupMembershipsRequest
|
|
2360
2423
|
* @return ListUserGroupMembershipsResponse
|
|
2361
2424
|
* @throws OciError when an error occurs
|
|
2362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2425
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListUserGroupMemberships.ts.html |here} to see how to use ListUserGroupMemberships API.
|
|
2363
2426
|
*/
|
|
2364
2427
|
listUserGroupMemberships(listUserGroupMembershipsRequest: requests.ListUserGroupMembershipsRequest): Promise<responses.ListUserGroupMembershipsResponse>;
|
|
2365
2428
|
/**
|
|
@@ -2403,7 +2466,7 @@ export declare class IdentityClient {
|
|
|
2403
2466
|
* @param ListUsersRequest
|
|
2404
2467
|
* @return ListUsersResponse
|
|
2405
2468
|
* @throws OciError when an error occurs
|
|
2406
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListUsers.ts.html |here} to see how to use ListUsers API.
|
|
2407
2470
|
*/
|
|
2408
2471
|
listUsers(listUsersRequest: requests.ListUsersRequest): Promise<responses.ListUsersResponse>;
|
|
2409
2472
|
/**
|
|
@@ -2445,7 +2508,7 @@ export declare class IdentityClient {
|
|
|
2445
2508
|
* @param ListWorkRequestsRequest
|
|
2446
2509
|
* @return ListWorkRequestsResponse
|
|
2447
2510
|
* @throws OciError when an error occurs
|
|
2448
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2449
2512
|
*/
|
|
2450
2513
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
2451
2514
|
/**
|
|
@@ -2494,7 +2557,7 @@ export declare class IdentityClient {
|
|
|
2494
2557
|
* @param MoveCompartmentRequest
|
|
2495
2558
|
* @return MoveCompartmentResponse
|
|
2496
2559
|
* @throws OciError when an error occurs
|
|
2497
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2560
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/MoveCompartment.ts.html |here} to see how to use MoveCompartment API.
|
|
2498
2561
|
*/
|
|
2499
2562
|
moveCompartment(moveCompartmentRequest: requests.MoveCompartmentRequest): Promise<responses.MoveCompartmentResponse>;
|
|
2500
2563
|
/**
|
|
@@ -2504,7 +2567,7 @@ export declare class IdentityClient {
|
|
|
2504
2567
|
* @param RecoverCompartmentRequest
|
|
2505
2568
|
* @return RecoverCompartmentResponse
|
|
2506
2569
|
* @throws OciError when an error occurs
|
|
2507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2570
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/RecoverCompartment.ts.html |here} to see how to use RecoverCompartment API.
|
|
2508
2571
|
*/
|
|
2509
2572
|
recoverCompartment(recoverCompartmentRequest: requests.RecoverCompartmentRequest): Promise<responses.RecoverCompartmentResponse>;
|
|
2510
2573
|
/**
|
|
@@ -2513,7 +2576,7 @@ export declare class IdentityClient {
|
|
|
2513
2576
|
* @param RemoveUserFromGroupRequest
|
|
2514
2577
|
* @return RemoveUserFromGroupResponse
|
|
2515
2578
|
* @throws OciError when an error occurs
|
|
2516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/RemoveUserFromGroup.ts.html |here} to see how to use RemoveUserFromGroup API.
|
|
2517
2580
|
*/
|
|
2518
2581
|
removeUserFromGroup(removeUserFromGroupRequest: requests.RemoveUserFromGroupRequest): Promise<responses.RemoveUserFromGroupResponse>;
|
|
2519
2582
|
/**
|
|
@@ -2523,7 +2586,7 @@ export declare class IdentityClient {
|
|
|
2523
2586
|
* @param ResetIdpScimClientRequest
|
|
2524
2587
|
* @return ResetIdpScimClientResponse
|
|
2525
2588
|
* @throws OciError when an error occurs
|
|
2526
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2589
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ResetIdpScimClient.ts.html |here} to see how to use ResetIdpScimClient API.
|
|
2527
2590
|
*/
|
|
2528
2591
|
resetIdpScimClient(resetIdpScimClientRequest: requests.ResetIdpScimClientRequest): Promise<responses.ResetIdpScimClientResponse>;
|
|
2529
2592
|
/**
|
|
@@ -2533,7 +2596,7 @@ export declare class IdentityClient {
|
|
|
2533
2596
|
* @param UpdateAuthTokenRequest
|
|
2534
2597
|
* @return UpdateAuthTokenResponse
|
|
2535
2598
|
* @throws OciError when an error occurs
|
|
2536
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2599
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateAuthToken.ts.html |here} to see how to use UpdateAuthToken API.
|
|
2537
2600
|
*/
|
|
2538
2601
|
updateAuthToken(updateAuthTokenRequest: requests.UpdateAuthTokenRequest): Promise<responses.UpdateAuthTokenResponse>;
|
|
2539
2602
|
/**
|
|
@@ -2543,7 +2606,7 @@ export declare class IdentityClient {
|
|
|
2543
2606
|
* @param UpdateAuthenticationPolicyRequest
|
|
2544
2607
|
* @return UpdateAuthenticationPolicyResponse
|
|
2545
2608
|
* @throws OciError when an error occurs
|
|
2546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2609
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateAuthenticationPolicy.ts.html |here} to see how to use UpdateAuthenticationPolicy API.
|
|
2547
2610
|
*/
|
|
2548
2611
|
updateAuthenticationPolicy(updateAuthenticationPolicyRequest: requests.UpdateAuthenticationPolicyRequest): Promise<responses.UpdateAuthenticationPolicyResponse>;
|
|
2549
2612
|
/**
|
|
@@ -2552,7 +2615,7 @@ export declare class IdentityClient {
|
|
|
2552
2615
|
* @param UpdateCompartmentRequest
|
|
2553
2616
|
* @return UpdateCompartmentResponse
|
|
2554
2617
|
* @throws OciError when an error occurs
|
|
2555
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2618
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateCompartment.ts.html |here} to see how to use UpdateCompartment API.
|
|
2556
2619
|
*/
|
|
2557
2620
|
updateCompartment(updateCompartmentRequest: requests.UpdateCompartmentRequest): Promise<responses.UpdateCompartmentResponse>;
|
|
2558
2621
|
/**
|
|
@@ -2562,7 +2625,7 @@ export declare class IdentityClient {
|
|
|
2562
2625
|
* @param UpdateCustomerSecretKeyRequest
|
|
2563
2626
|
* @return UpdateCustomerSecretKeyResponse
|
|
2564
2627
|
* @throws OciError when an error occurs
|
|
2565
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2628
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateCustomerSecretKey.ts.html |here} to see how to use UpdateCustomerSecretKey API.
|
|
2566
2629
|
*/
|
|
2567
2630
|
updateCustomerSecretKey(updateCustomerSecretKeyRequest: requests.UpdateCustomerSecretKeyRequest): Promise<responses.UpdateCustomerSecretKeyResponse>;
|
|
2568
2631
|
/**
|
|
@@ -2583,7 +2646,7 @@ export declare class IdentityClient {
|
|
|
2583
2646
|
* @param UpdateDomainRequest
|
|
2584
2647
|
* @return UpdateDomainResponse
|
|
2585
2648
|
* @throws OciError when an error occurs
|
|
2586
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2649
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
|
|
2587
2650
|
*/
|
|
2588
2651
|
updateDomain(updateDomainRequest: requests.UpdateDomainRequest): Promise<responses.UpdateDomainResponse>;
|
|
2589
2652
|
/**
|
|
@@ -2592,7 +2655,7 @@ export declare class IdentityClient {
|
|
|
2592
2655
|
* @param UpdateDynamicGroupRequest
|
|
2593
2656
|
* @return UpdateDynamicGroupResponse
|
|
2594
2657
|
* @throws OciError when an error occurs
|
|
2595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateDynamicGroup.ts.html |here} to see how to use UpdateDynamicGroup API.
|
|
2596
2659
|
*/
|
|
2597
2660
|
updateDynamicGroup(updateDynamicGroupRequest: requests.UpdateDynamicGroupRequest): Promise<responses.UpdateDynamicGroupResponse>;
|
|
2598
2661
|
/**
|
|
@@ -2601,7 +2664,7 @@ export declare class IdentityClient {
|
|
|
2601
2664
|
* @param UpdateGroupRequest
|
|
2602
2665
|
* @return UpdateGroupResponse
|
|
2603
2666
|
* @throws OciError when an error occurs
|
|
2604
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2667
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
|
|
2605
2668
|
*/
|
|
2606
2669
|
updateGroup(updateGroupRequest: requests.UpdateGroupRequest): Promise<responses.UpdateGroupResponse>;
|
|
2607
2670
|
/**
|
|
@@ -2613,7 +2676,7 @@ export declare class IdentityClient {
|
|
|
2613
2676
|
* @param UpdateIdentityProviderRequest
|
|
2614
2677
|
* @return UpdateIdentityProviderResponse
|
|
2615
2678
|
* @throws OciError when an error occurs
|
|
2616
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2679
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateIdentityProvider.ts.html |here} to see how to use UpdateIdentityProvider API.
|
|
2617
2680
|
*/
|
|
2618
2681
|
updateIdentityProvider(updateIdentityProviderRequest: requests.UpdateIdentityProviderRequest): Promise<responses.UpdateIdentityProviderResponse>;
|
|
2619
2682
|
/**
|
|
@@ -2625,7 +2688,7 @@ export declare class IdentityClient {
|
|
|
2625
2688
|
* @param UpdateIdpGroupMappingRequest
|
|
2626
2689
|
* @return UpdateIdpGroupMappingResponse
|
|
2627
2690
|
* @throws OciError when an error occurs
|
|
2628
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2691
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateIdpGroupMapping.ts.html |here} to see how to use UpdateIdpGroupMapping API.
|
|
2629
2692
|
*/
|
|
2630
2693
|
updateIdpGroupMapping(updateIdpGroupMappingRequest: requests.UpdateIdpGroupMappingRequest): Promise<responses.UpdateIdpGroupMappingResponse>;
|
|
2631
2694
|
/**
|
|
@@ -2634,7 +2697,7 @@ export declare class IdentityClient {
|
|
|
2634
2697
|
* @param UpdateNetworkSourceRequest
|
|
2635
2698
|
* @return UpdateNetworkSourceResponse
|
|
2636
2699
|
* @throws OciError when an error occurs
|
|
2637
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2700
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateNetworkSource.ts.html |here} to see how to use UpdateNetworkSource API.
|
|
2638
2701
|
*/
|
|
2639
2702
|
updateNetworkSource(updateNetworkSourceRequest: requests.UpdateNetworkSourceRequest): Promise<responses.UpdateNetworkSourceResponse>;
|
|
2640
2703
|
/**
|
|
@@ -2644,7 +2707,7 @@ export declare class IdentityClient {
|
|
|
2644
2707
|
* @param UpdateOAuthClientCredentialRequest
|
|
2645
2708
|
* @return UpdateOAuthClientCredentialResponse
|
|
2646
2709
|
* @throws OciError when an error occurs
|
|
2647
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2710
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateOAuthClientCredential.ts.html |here} to see how to use UpdateOAuthClientCredential API.
|
|
2648
2711
|
*/
|
|
2649
2712
|
updateOAuthClientCredential(updateOAuthClientCredentialRequest: requests.UpdateOAuthClientCredentialRequest): Promise<responses.UpdateOAuthClientCredentialResponse>;
|
|
2650
2713
|
/**
|
|
@@ -2656,7 +2719,7 @@ export declare class IdentityClient {
|
|
|
2656
2719
|
* @param UpdatePolicyRequest
|
|
2657
2720
|
* @return UpdatePolicyResponse
|
|
2658
2721
|
* @throws OciError when an error occurs
|
|
2659
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2722
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdatePolicy.ts.html |here} to see how to use UpdatePolicy API.
|
|
2660
2723
|
*/
|
|
2661
2724
|
updatePolicy(updatePolicyRequest: requests.UpdatePolicyRequest): Promise<responses.UpdatePolicyResponse>;
|
|
2662
2725
|
/**
|
|
@@ -2666,7 +2729,7 @@ export declare class IdentityClient {
|
|
|
2666
2729
|
* @param UpdateSmtpCredentialRequest
|
|
2667
2730
|
* @return UpdateSmtpCredentialResponse
|
|
2668
2731
|
* @throws OciError when an error occurs
|
|
2669
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2732
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateSmtpCredential.ts.html |here} to see how to use UpdateSmtpCredential API.
|
|
2670
2733
|
*/
|
|
2671
2734
|
updateSmtpCredential(updateSmtpCredentialRequest: requests.UpdateSmtpCredentialRequest): Promise<responses.UpdateSmtpCredentialResponse>;
|
|
2672
2735
|
/**
|
|
@@ -2678,7 +2741,7 @@ export declare class IdentityClient {
|
|
|
2678
2741
|
* @param UpdateSwiftPasswordRequest
|
|
2679
2742
|
* @return UpdateSwiftPasswordResponse
|
|
2680
2743
|
* @throws OciError when an error occurs
|
|
2681
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2744
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateSwiftPassword.ts.html |here} to see how to use UpdateSwiftPassword API.
|
|
2682
2745
|
*/
|
|
2683
2746
|
updateSwiftPassword(updateSwiftPasswordRequest: requests.UpdateSwiftPasswordRequest): Promise<responses.UpdateSwiftPasswordResponse>;
|
|
2684
2747
|
/**
|
|
@@ -2697,7 +2760,7 @@ export declare class IdentityClient {
|
|
|
2697
2760
|
* @param UpdateTagRequest
|
|
2698
2761
|
* @return UpdateTagResponse
|
|
2699
2762
|
* @throws OciError when an error occurs
|
|
2700
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2763
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateTag.ts.html |here} to see how to use UpdateTag API.
|
|
2701
2764
|
*/
|
|
2702
2765
|
updateTag(updateTagRequest: requests.UpdateTagRequest): Promise<responses.UpdateTagResponse>;
|
|
2703
2766
|
/**
|
|
@@ -2712,7 +2775,7 @@ export declare class IdentityClient {
|
|
|
2712
2775
|
* @param UpdateTagDefaultRequest
|
|
2713
2776
|
* @return UpdateTagDefaultResponse
|
|
2714
2777
|
* @throws OciError when an error occurs
|
|
2715
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2778
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateTagDefault.ts.html |here} to see how to use UpdateTagDefault API.
|
|
2716
2779
|
*/
|
|
2717
2780
|
updateTagDefault(updateTagDefaultRequest: requests.UpdateTagDefaultRequest): Promise<responses.UpdateTagDefaultResponse>;
|
|
2718
2781
|
/**
|
|
@@ -2730,7 +2793,7 @@ export declare class IdentityClient {
|
|
|
2730
2793
|
* @param UpdateTagNamespaceRequest
|
|
2731
2794
|
* @return UpdateTagNamespaceResponse
|
|
2732
2795
|
* @throws OciError when an error occurs
|
|
2733
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2796
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateTagNamespace.ts.html |here} to see how to use UpdateTagNamespace API.
|
|
2734
2797
|
*/
|
|
2735
2798
|
updateTagNamespace(updateTagNamespaceRequest: requests.UpdateTagNamespaceRequest): Promise<responses.UpdateTagNamespaceResponse>;
|
|
2736
2799
|
/**
|
|
@@ -2739,7 +2802,7 @@ export declare class IdentityClient {
|
|
|
2739
2802
|
* @param UpdateUserRequest
|
|
2740
2803
|
* @return UpdateUserResponse
|
|
2741
2804
|
* @throws OciError when an error occurs
|
|
2742
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2805
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateUser.ts.html |here} to see how to use UpdateUser API.
|
|
2743
2806
|
*/
|
|
2744
2807
|
updateUser(updateUserRequest: requests.UpdateUserRequest): Promise<responses.UpdateUserResponse>;
|
|
2745
2808
|
/**
|
|
@@ -2749,7 +2812,7 @@ export declare class IdentityClient {
|
|
|
2749
2812
|
* @param UpdateUserCapabilitiesRequest
|
|
2750
2813
|
* @return UpdateUserCapabilitiesResponse
|
|
2751
2814
|
* @throws OciError when an error occurs
|
|
2752
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2815
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UpdateUserCapabilities.ts.html |here} to see how to use UpdateUserCapabilities API.
|
|
2753
2816
|
*/
|
|
2754
2817
|
updateUserCapabilities(updateUserCapabilitiesRequest: requests.UpdateUserCapabilitiesRequest): Promise<responses.UpdateUserCapabilitiesResponse>;
|
|
2755
2818
|
/**
|
|
@@ -2759,7 +2822,7 @@ export declare class IdentityClient {
|
|
|
2759
2822
|
* @param UpdateUserStateRequest
|
|
2760
2823
|
* @return UpdateUserStateResponse
|
|
2761
2824
|
* @throws OciError when an error occurs
|
|
2762
|
-
* @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.9.1/identity/UpdateUserState.ts.html |here} to see how to use UpdateUserState API.
|
|
2763
2826
|
*/
|
|
2764
2827
|
updateUserState(updateUserStateRequest: requests.UpdateUserStateRequest): Promise<responses.UpdateUserStateResponse>;
|
|
2765
2828
|
/**
|
|
@@ -2783,7 +2846,7 @@ export declare class IdentityClient {
|
|
|
2783
2846
|
* @param UploadApiKeyRequest
|
|
2784
2847
|
* @return UploadApiKeyResponse
|
|
2785
2848
|
* @throws OciError when an error occurs
|
|
2786
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2849
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/UploadApiKey.ts.html |here} to see how to use UploadApiKey API.
|
|
2787
2850
|
*/
|
|
2788
2851
|
uploadApiKey(uploadApiKeyRequest: requests.UploadApiKeyRequest): Promise<responses.UploadApiKeyResponse>;
|
|
2789
2852
|
}
|