oci-delegateaccesscontrol 2.102.2 → 2.104.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +30 -30
- package/lib/client.js +30 -30
- package/lib/model/create-delegation-control-details.d.ts +2 -2
- package/lib/model/create-delegation-subscription-details.d.ts +2 -2
- package/lib/model/delegated-resource-access-request-summary.d.ts +2 -2
- package/lib/model/delegated-resource-access-request.d.ts +2 -2
- package/lib/model/delegation-control-summary.d.ts +2 -2
- package/lib/model/delegation-control.d.ts +2 -2
- package/lib/model/delegation-subscription-summary.d.ts +2 -2
- package/lib/model/delegation-subscription.d.ts +2 -2
- package/lib/model/service-provider-summary.d.ts +2 -2
- package/lib/model/service-provider.d.ts +2 -2
- package/lib/model/update-delegation-control-details.d.ts +2 -2
- package/lib/model/update-delegation-subscription-details.d.ts +2 -2
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/request/approve-delegated-resource-access-request-request.d.ts +1 -1
- package/lib/request/change-delegation-control-compartment-request.d.ts +1 -1
- package/lib/request/change-delegation-subscription-compartment-request.d.ts +1 -1
- package/lib/request/create-delegation-control-request.d.ts +1 -1
- package/lib/request/create-delegation-subscription-request.d.ts +1 -1
- package/lib/request/delete-delegation-control-request.d.ts +1 -1
- package/lib/request/delete-delegation-subscription-request.d.ts +1 -1
- package/lib/request/get-delegated-resource-access-request-audit-log-report-request.d.ts +1 -1
- package/lib/request/get-delegated-resource-access-request-request.d.ts +1 -1
- package/lib/request/get-delegation-control-request.d.ts +1 -1
- package/lib/request/get-delegation-subscription-request.d.ts +1 -1
- package/lib/request/get-service-provider-action-request.d.ts +1 -1
- package/lib/request/get-service-provider-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-delegated-resource-access-request-histories-request.d.ts +1 -1
- package/lib/request/list-delegated-resource-access-requests-request.d.ts +2 -2
- package/lib/request/list-delegation-control-resources-request.d.ts +1 -1
- package/lib/request/list-delegation-controls-request.d.ts +2 -2
- package/lib/request/list-delegation-subscriptions-request.d.ts +2 -2
- package/lib/request/list-service-provider-actions-request.d.ts +2 -2
- package/lib/request/list-service-provider-interactions-request.d.ts +1 -1
- package/lib/request/list-service-providers-request.d.ts +2 -2
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +2 -2
- package/lib/request/reject-delegated-resource-access-request-request.d.ts +1 -1
- package/lib/request/revoke-delegated-resource-access-request-request.d.ts +1 -1
- package/lib/request/service-provider-interaction-request-request.d.ts +1 -1
- package/lib/request/update-delegation-control-request.d.ts +1 -1
- package/lib/request/update-delegation-subscription-request.d.ts +1 -1
- package/lib/response/approve-delegated-resource-access-request-response.d.ts +1 -1
- package/lib/response/change-delegation-control-compartment-response.d.ts +1 -1
- package/lib/response/change-delegation-subscription-compartment-response.d.ts +1 -1
- package/lib/response/create-delegation-control-response.d.ts +1 -1
- package/lib/response/create-delegation-subscription-response.d.ts +1 -1
- package/lib/response/delete-delegation-control-response.d.ts +1 -1
- package/lib/response/delete-delegation-subscription-response.d.ts +1 -1
- package/lib/response/list-delegated-resource-access-request-histories-response.d.ts +1 -1
- package/lib/response/list-delegated-resource-access-requests-response.d.ts +1 -1
- package/lib/response/list-delegation-control-resources-response.d.ts +1 -1
- package/lib/response/list-delegation-controls-response.d.ts +1 -1
- package/lib/response/list-delegation-subscriptions-response.d.ts +1 -1
- package/lib/response/list-service-provider-actions-response.d.ts +1 -1
- package/lib/response/list-service-provider-interactions-response.d.ts +1 -1
- package/lib/response/list-service-providers-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/lib/response/reject-delegated-resource-access-request-response.d.ts +1 -1
- package/lib/response/revoke-delegated-resource-access-request-response.d.ts +1 -1
- package/lib/response/update-delegation-control-response.d.ts +1 -1
- package/lib/response/update-delegation-subscription-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -107,7 +107,7 @@ export declare class DelegateAccessControlClient {
|
|
|
107
107
|
* @param ApproveDelegatedResourceAccessRequestRequest
|
|
108
108
|
* @return ApproveDelegatedResourceAccessRequestResponse
|
|
109
109
|
* @throws OciError when an error occurs
|
|
110
|
-
* @example Click {@link https://docs.
|
|
110
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ApproveDelegatedResourceAccessRequest.ts.html |here} to see how to use ApproveDelegatedResourceAccessRequest API.
|
|
111
111
|
*/
|
|
112
112
|
approveDelegatedResourceAccessRequest(approveDelegatedResourceAccessRequestRequest: requests.ApproveDelegatedResourceAccessRequestRequest): Promise<responses.ApproveDelegatedResourceAccessRequestResponse>;
|
|
113
113
|
/**
|
|
@@ -117,7 +117,7 @@ export declare class DelegateAccessControlClient {
|
|
|
117
117
|
* @param ChangeDelegationControlCompartmentRequest
|
|
118
118
|
* @return ChangeDelegationControlCompartmentResponse
|
|
119
119
|
* @throws OciError when an error occurs
|
|
120
|
-
* @example Click {@link https://docs.
|
|
120
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ChangeDelegationControlCompartment.ts.html |here} to see how to use ChangeDelegationControlCompartment API.
|
|
121
121
|
*/
|
|
122
122
|
changeDelegationControlCompartment(changeDelegationControlCompartmentRequest: requests.ChangeDelegationControlCompartmentRequest): Promise<responses.ChangeDelegationControlCompartmentResponse>;
|
|
123
123
|
/**
|
|
@@ -127,7 +127,7 @@ export declare class DelegateAccessControlClient {
|
|
|
127
127
|
* @param ChangeDelegationSubscriptionCompartmentRequest
|
|
128
128
|
* @return ChangeDelegationSubscriptionCompartmentResponse
|
|
129
129
|
* @throws OciError when an error occurs
|
|
130
|
-
* @example Click {@link https://docs.
|
|
130
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ChangeDelegationSubscriptionCompartment.ts.html |here} to see how to use ChangeDelegationSubscriptionCompartment API.
|
|
131
131
|
*/
|
|
132
132
|
changeDelegationSubscriptionCompartment(changeDelegationSubscriptionCompartmentRequest: requests.ChangeDelegationSubscriptionCompartmentRequest): Promise<responses.ChangeDelegationSubscriptionCompartmentResponse>;
|
|
133
133
|
/**
|
|
@@ -137,7 +137,7 @@ export declare class DelegateAccessControlClient {
|
|
|
137
137
|
* @param CreateDelegationControlRequest
|
|
138
138
|
* @return CreateDelegationControlResponse
|
|
139
139
|
* @throws OciError when an error occurs
|
|
140
|
-
* @example Click {@link https://docs.
|
|
140
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/CreateDelegationControl.ts.html |here} to see how to use CreateDelegationControl API.
|
|
141
141
|
*/
|
|
142
142
|
createDelegationControl(createDelegationControlRequest: requests.CreateDelegationControlRequest): Promise<responses.CreateDelegationControlResponse>;
|
|
143
143
|
/**
|
|
@@ -147,7 +147,7 @@ export declare class DelegateAccessControlClient {
|
|
|
147
147
|
* @param CreateDelegationSubscriptionRequest
|
|
148
148
|
* @return CreateDelegationSubscriptionResponse
|
|
149
149
|
* @throws OciError when an error occurs
|
|
150
|
-
* @example Click {@link https://docs.
|
|
150
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/CreateDelegationSubscription.ts.html |here} to see how to use CreateDelegationSubscription API.
|
|
151
151
|
*/
|
|
152
152
|
createDelegationSubscription(createDelegationSubscriptionRequest: requests.CreateDelegationSubscriptionRequest): Promise<responses.CreateDelegationSubscriptionResponse>;
|
|
153
153
|
/**
|
|
@@ -161,7 +161,7 @@ export declare class DelegateAccessControlClient {
|
|
|
161
161
|
* @param DeleteDelegationControlRequest
|
|
162
162
|
* @return DeleteDelegationControlResponse
|
|
163
163
|
* @throws OciError when an error occurs
|
|
164
|
-
* @example Click {@link https://docs.
|
|
164
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/DeleteDelegationControl.ts.html |here} to see how to use DeleteDelegationControl API.
|
|
165
165
|
*/
|
|
166
166
|
deleteDelegationControl(deleteDelegationControlRequest: requests.DeleteDelegationControlRequest): Promise<responses.DeleteDelegationControlResponse>;
|
|
167
167
|
/**
|
|
@@ -170,7 +170,7 @@ export declare class DelegateAccessControlClient {
|
|
|
170
170
|
* @param DeleteDelegationSubscriptionRequest
|
|
171
171
|
* @return DeleteDelegationSubscriptionResponse
|
|
172
172
|
* @throws OciError when an error occurs
|
|
173
|
-
* @example Click {@link https://docs.
|
|
173
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/DeleteDelegationSubscription.ts.html |here} to see how to use DeleteDelegationSubscription API.
|
|
174
174
|
*/
|
|
175
175
|
deleteDelegationSubscription(deleteDelegationSubscriptionRequest: requests.DeleteDelegationSubscriptionRequest): Promise<responses.DeleteDelegationSubscriptionResponse>;
|
|
176
176
|
/**
|
|
@@ -179,7 +179,7 @@ export declare class DelegateAccessControlClient {
|
|
|
179
179
|
* @param GetDelegatedResourceAccessRequestRequest
|
|
180
180
|
* @return GetDelegatedResourceAccessRequestResponse
|
|
181
181
|
* @throws OciError when an error occurs
|
|
182
|
-
* @example Click {@link https://docs.
|
|
182
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/GetDelegatedResourceAccessRequest.ts.html |here} to see how to use GetDelegatedResourceAccessRequest API.
|
|
183
183
|
*/
|
|
184
184
|
getDelegatedResourceAccessRequest(getDelegatedResourceAccessRequestRequest: requests.GetDelegatedResourceAccessRequestRequest): Promise<responses.GetDelegatedResourceAccessRequestResponse>;
|
|
185
185
|
/**
|
|
@@ -188,7 +188,7 @@ export declare class DelegateAccessControlClient {
|
|
|
188
188
|
* @param GetDelegatedResourceAccessRequestAuditLogReportRequest
|
|
189
189
|
* @return GetDelegatedResourceAccessRequestAuditLogReportResponse
|
|
190
190
|
* @throws OciError when an error occurs
|
|
191
|
-
* @example Click {@link https://docs.
|
|
191
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/GetDelegatedResourceAccessRequestAuditLogReport.ts.html |here} to see how to use GetDelegatedResourceAccessRequestAuditLogReport API.
|
|
192
192
|
*/
|
|
193
193
|
getDelegatedResourceAccessRequestAuditLogReport(getDelegatedResourceAccessRequestAuditLogReportRequest: requests.GetDelegatedResourceAccessRequestAuditLogReportRequest): Promise<responses.GetDelegatedResourceAccessRequestAuditLogReportResponse>;
|
|
194
194
|
/**
|
|
@@ -197,7 +197,7 @@ export declare class DelegateAccessControlClient {
|
|
|
197
197
|
* @param GetDelegationControlRequest
|
|
198
198
|
* @return GetDelegationControlResponse
|
|
199
199
|
* @throws OciError when an error occurs
|
|
200
|
-
* @example Click {@link https://docs.
|
|
200
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/GetDelegationControl.ts.html |here} to see how to use GetDelegationControl API.
|
|
201
201
|
*/
|
|
202
202
|
getDelegationControl(getDelegationControlRequest: requests.GetDelegationControlRequest): Promise<responses.GetDelegationControlResponse>;
|
|
203
203
|
/**
|
|
@@ -206,7 +206,7 @@ export declare class DelegateAccessControlClient {
|
|
|
206
206
|
* @param GetDelegationSubscriptionRequest
|
|
207
207
|
* @return GetDelegationSubscriptionResponse
|
|
208
208
|
* @throws OciError when an error occurs
|
|
209
|
-
* @example Click {@link https://docs.
|
|
209
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/GetDelegationSubscription.ts.html |here} to see how to use GetDelegationSubscription API.
|
|
210
210
|
*/
|
|
211
211
|
getDelegationSubscription(getDelegationSubscriptionRequest: requests.GetDelegationSubscriptionRequest): Promise<responses.GetDelegationSubscriptionResponse>;
|
|
212
212
|
/**
|
|
@@ -215,7 +215,7 @@ export declare class DelegateAccessControlClient {
|
|
|
215
215
|
* @param GetServiceProviderRequest
|
|
216
216
|
* @return GetServiceProviderResponse
|
|
217
217
|
* @throws OciError when an error occurs
|
|
218
|
-
* @example Click {@link https://docs.
|
|
218
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/GetServiceProvider.ts.html |here} to see how to use GetServiceProvider API.
|
|
219
219
|
*/
|
|
220
220
|
getServiceProvider(getServiceProviderRequest: requests.GetServiceProviderRequest): Promise<responses.GetServiceProviderResponse>;
|
|
221
221
|
/**
|
|
@@ -224,7 +224,7 @@ export declare class DelegateAccessControlClient {
|
|
|
224
224
|
* @param GetServiceProviderActionRequest
|
|
225
225
|
* @return GetServiceProviderActionResponse
|
|
226
226
|
* @throws OciError when an error occurs
|
|
227
|
-
* @example Click {@link https://docs.
|
|
227
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/GetServiceProviderAction.ts.html |here} to see how to use GetServiceProviderAction API.
|
|
228
228
|
*/
|
|
229
229
|
getServiceProviderAction(getServiceProviderActionRequest: requests.GetServiceProviderActionRequest): Promise<responses.GetServiceProviderActionResponse>;
|
|
230
230
|
/**
|
|
@@ -234,7 +234,7 @@ export declare class DelegateAccessControlClient {
|
|
|
234
234
|
* @param ListDelegatedResourceAccessRequestHistoriesRequest
|
|
235
235
|
* @return ListDelegatedResourceAccessRequestHistoriesResponse
|
|
236
236
|
* @throws OciError when an error occurs
|
|
237
|
-
* @example Click {@link https://docs.
|
|
237
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ListDelegatedResourceAccessRequestHistories.ts.html |here} to see how to use ListDelegatedResourceAccessRequestHistories API.
|
|
238
238
|
*/
|
|
239
239
|
listDelegatedResourceAccessRequestHistories(listDelegatedResourceAccessRequestHistoriesRequest: requests.ListDelegatedResourceAccessRequestHistoriesRequest): Promise<responses.ListDelegatedResourceAccessRequestHistoriesResponse>;
|
|
240
240
|
/**
|
|
@@ -244,7 +244,7 @@ export declare class DelegateAccessControlClient {
|
|
|
244
244
|
* @param ListDelegatedResourceAccessRequestsRequest
|
|
245
245
|
* @return ListDelegatedResourceAccessRequestsResponse
|
|
246
246
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.
|
|
247
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ListDelegatedResourceAccessRequests.ts.html |here} to see how to use ListDelegatedResourceAccessRequests API.
|
|
248
248
|
*/
|
|
249
249
|
listDelegatedResourceAccessRequests(listDelegatedResourceAccessRequestsRequest: requests.ListDelegatedResourceAccessRequestsRequest): Promise<responses.ListDelegatedResourceAccessRequestsResponse>;
|
|
250
250
|
/**
|
|
@@ -254,7 +254,7 @@ export declare class DelegateAccessControlClient {
|
|
|
254
254
|
* @param ListDelegationControlResourcesRequest
|
|
255
255
|
* @return ListDelegationControlResourcesResponse
|
|
256
256
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.
|
|
257
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ListDelegationControlResources.ts.html |here} to see how to use ListDelegationControlResources API.
|
|
258
258
|
*/
|
|
259
259
|
listDelegationControlResources(listDelegationControlResourcesRequest: requests.ListDelegationControlResourcesRequest): Promise<responses.ListDelegationControlResourcesResponse>;
|
|
260
260
|
/**
|
|
@@ -264,7 +264,7 @@ export declare class DelegateAccessControlClient {
|
|
|
264
264
|
* @param ListDelegationControlsRequest
|
|
265
265
|
* @return ListDelegationControlsResponse
|
|
266
266
|
* @throws OciError when an error occurs
|
|
267
|
-
* @example Click {@link https://docs.
|
|
267
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ListDelegationControls.ts.html |here} to see how to use ListDelegationControls API.
|
|
268
268
|
*/
|
|
269
269
|
listDelegationControls(listDelegationControlsRequest: requests.ListDelegationControlsRequest): Promise<responses.ListDelegationControlsResponse>;
|
|
270
270
|
/**
|
|
@@ -274,7 +274,7 @@ export declare class DelegateAccessControlClient {
|
|
|
274
274
|
* @param ListDelegationSubscriptionsRequest
|
|
275
275
|
* @return ListDelegationSubscriptionsResponse
|
|
276
276
|
* @throws OciError when an error occurs
|
|
277
|
-
* @example Click {@link https://docs.
|
|
277
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ListDelegationSubscriptions.ts.html |here} to see how to use ListDelegationSubscriptions API.
|
|
278
278
|
*/
|
|
279
279
|
listDelegationSubscriptions(listDelegationSubscriptionsRequest: requests.ListDelegationSubscriptionsRequest): Promise<responses.ListDelegationSubscriptionsResponse>;
|
|
280
280
|
/**
|
|
@@ -284,7 +284,7 @@ export declare class DelegateAccessControlClient {
|
|
|
284
284
|
* @param ListServiceProviderActionsRequest
|
|
285
285
|
* @return ListServiceProviderActionsResponse
|
|
286
286
|
* @throws OciError when an error occurs
|
|
287
|
-
* @example Click {@link https://docs.
|
|
287
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ListServiceProviderActions.ts.html |here} to see how to use ListServiceProviderActions API.
|
|
288
288
|
*/
|
|
289
289
|
listServiceProviderActions(listServiceProviderActionsRequest: requests.ListServiceProviderActionsRequest): Promise<responses.ListServiceProviderActionsResponse>;
|
|
290
290
|
/**
|
|
@@ -294,7 +294,7 @@ export declare class DelegateAccessControlClient {
|
|
|
294
294
|
* @param ListServiceProviderInteractionsRequest
|
|
295
295
|
* @return ListServiceProviderInteractionsResponse
|
|
296
296
|
* @throws OciError when an error occurs
|
|
297
|
-
* @example Click {@link https://docs.
|
|
297
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ListServiceProviderInteractions.ts.html |here} to see how to use ListServiceProviderInteractions API.
|
|
298
298
|
*/
|
|
299
299
|
listServiceProviderInteractions(listServiceProviderInteractionsRequest: requests.ListServiceProviderInteractionsRequest): Promise<responses.ListServiceProviderInteractionsResponse>;
|
|
300
300
|
/**
|
|
@@ -304,7 +304,7 @@ export declare class DelegateAccessControlClient {
|
|
|
304
304
|
* @param ListServiceProvidersRequest
|
|
305
305
|
* @return ListServiceProvidersResponse
|
|
306
306
|
* @throws OciError when an error occurs
|
|
307
|
-
* @example Click {@link https://docs.
|
|
307
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ListServiceProviders.ts.html |here} to see how to use ListServiceProviders API.
|
|
308
308
|
*/
|
|
309
309
|
listServiceProviders(listServiceProvidersRequest: requests.ListServiceProvidersRequest): Promise<responses.ListServiceProvidersResponse>;
|
|
310
310
|
/**
|
|
@@ -314,7 +314,7 @@ export declare class DelegateAccessControlClient {
|
|
|
314
314
|
* @param RejectDelegatedResourceAccessRequestRequest
|
|
315
315
|
* @return RejectDelegatedResourceAccessRequestResponse
|
|
316
316
|
* @throws OciError when an error occurs
|
|
317
|
-
* @example Click {@link https://docs.
|
|
317
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/RejectDelegatedResourceAccessRequest.ts.html |here} to see how to use RejectDelegatedResourceAccessRequest API.
|
|
318
318
|
*/
|
|
319
319
|
rejectDelegatedResourceAccessRequest(rejectDelegatedResourceAccessRequestRequest: requests.RejectDelegatedResourceAccessRequestRequest): Promise<responses.RejectDelegatedResourceAccessRequestResponse>;
|
|
320
320
|
/**
|
|
@@ -324,7 +324,7 @@ export declare class DelegateAccessControlClient {
|
|
|
324
324
|
* @param RevokeDelegatedResourceAccessRequestRequest
|
|
325
325
|
* @return RevokeDelegatedResourceAccessRequestResponse
|
|
326
326
|
* @throws OciError when an error occurs
|
|
327
|
-
* @example Click {@link https://docs.
|
|
327
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/RevokeDelegatedResourceAccessRequest.ts.html |here} to see how to use RevokeDelegatedResourceAccessRequest API.
|
|
328
328
|
*/
|
|
329
329
|
revokeDelegatedResourceAccessRequest(revokeDelegatedResourceAccessRequestRequest: requests.RevokeDelegatedResourceAccessRequestRequest): Promise<responses.RevokeDelegatedResourceAccessRequestResponse>;
|
|
330
330
|
/**
|
|
@@ -334,7 +334,7 @@ export declare class DelegateAccessControlClient {
|
|
|
334
334
|
* @param ServiceProviderInteractionRequestRequest
|
|
335
335
|
* @return ServiceProviderInteractionRequestResponse
|
|
336
336
|
* @throws OciError when an error occurs
|
|
337
|
-
* @example Click {@link https://docs.
|
|
337
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ServiceProviderInteractionRequest.ts.html |here} to see how to use ServiceProviderInteractionRequest API.
|
|
338
338
|
*/
|
|
339
339
|
serviceProviderInteractionRequest(serviceProviderInteractionRequestRequest: requests.ServiceProviderInteractionRequestRequest): Promise<responses.ServiceProviderInteractionRequestResponse>;
|
|
340
340
|
/**
|
|
@@ -344,7 +344,7 @@ export declare class DelegateAccessControlClient {
|
|
|
344
344
|
* @param UpdateDelegationControlRequest
|
|
345
345
|
* @return UpdateDelegationControlResponse
|
|
346
346
|
* @throws OciError when an error occurs
|
|
347
|
-
* @example Click {@link https://docs.
|
|
347
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/UpdateDelegationControl.ts.html |here} to see how to use UpdateDelegationControl API.
|
|
348
348
|
*/
|
|
349
349
|
updateDelegationControl(updateDelegationControlRequest: requests.UpdateDelegationControlRequest): Promise<responses.UpdateDelegationControlResponse>;
|
|
350
350
|
/**
|
|
@@ -354,7 +354,7 @@ export declare class DelegateAccessControlClient {
|
|
|
354
354
|
* @param UpdateDelegationSubscriptionRequest
|
|
355
355
|
* @return UpdateDelegationSubscriptionResponse
|
|
356
356
|
* @throws OciError when an error occurs
|
|
357
|
-
* @example Click {@link https://docs.
|
|
357
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/UpdateDelegationSubscription.ts.html |here} to see how to use UpdateDelegationSubscription API.
|
|
358
358
|
*/
|
|
359
359
|
updateDelegationSubscription(updateDelegationSubscriptionRequest: requests.UpdateDelegationSubscriptionRequest): Promise<responses.UpdateDelegationSubscriptionResponse>;
|
|
360
360
|
}
|
|
@@ -443,7 +443,7 @@ export declare class WorkRequestClient {
|
|
|
443
443
|
* @param GetWorkRequestRequest
|
|
444
444
|
* @return GetWorkRequestResponse
|
|
445
445
|
* @throws OciError when an error occurs
|
|
446
|
-
* @example Click {@link https://docs.
|
|
446
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
447
447
|
*/
|
|
448
448
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
449
449
|
/**
|
|
@@ -453,7 +453,7 @@ export declare class WorkRequestClient {
|
|
|
453
453
|
* @param ListWorkRequestErrorsRequest
|
|
454
454
|
* @return ListWorkRequestErrorsResponse
|
|
455
455
|
* @throws OciError when an error occurs
|
|
456
|
-
* @example Click {@link https://docs.
|
|
456
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
457
457
|
*/
|
|
458
458
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
459
459
|
/**
|
|
@@ -463,7 +463,7 @@ export declare class WorkRequestClient {
|
|
|
463
463
|
* @param ListWorkRequestLogsRequest
|
|
464
464
|
* @return ListWorkRequestLogsResponse
|
|
465
465
|
* @throws OciError when an error occurs
|
|
466
|
-
* @example Click {@link https://docs.
|
|
466
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
467
467
|
*/
|
|
468
468
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
469
469
|
/**
|
|
@@ -473,7 +473,7 @@ export declare class WorkRequestClient {
|
|
|
473
473
|
* @param ListWorkRequestsRequest
|
|
474
474
|
* @return ListWorkRequestsResponse
|
|
475
475
|
* @throws OciError when an error occurs
|
|
476
|
-
* @example Click {@link https://docs.
|
|
476
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
477
477
|
*/
|
|
478
478
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
479
479
|
}
|
package/lib/client.js
CHANGED
|
@@ -220,7 +220,7 @@ class DelegateAccessControlClient {
|
|
|
220
220
|
* @param ApproveDelegatedResourceAccessRequestRequest
|
|
221
221
|
* @return ApproveDelegatedResourceAccessRequestResponse
|
|
222
222
|
* @throws OciError when an error occurs
|
|
223
|
-
* @example Click {@link https://docs.
|
|
223
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ApproveDelegatedResourceAccessRequest.ts.html |here} to see how to use ApproveDelegatedResourceAccessRequest API.
|
|
224
224
|
*/
|
|
225
225
|
approveDelegatedResourceAccessRequest(approveDelegatedResourceAccessRequestRequest) {
|
|
226
226
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -283,7 +283,7 @@ class DelegateAccessControlClient {
|
|
|
283
283
|
* @param ChangeDelegationControlCompartmentRequest
|
|
284
284
|
* @return ChangeDelegationControlCompartmentResponse
|
|
285
285
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.
|
|
286
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ChangeDelegationControlCompartment.ts.html |here} to see how to use ChangeDelegationControlCompartment API.
|
|
287
287
|
*/
|
|
288
288
|
changeDelegationControlCompartment(changeDelegationControlCompartmentRequest) {
|
|
289
289
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -346,7 +346,7 @@ class DelegateAccessControlClient {
|
|
|
346
346
|
* @param ChangeDelegationSubscriptionCompartmentRequest
|
|
347
347
|
* @return ChangeDelegationSubscriptionCompartmentResponse
|
|
348
348
|
* @throws OciError when an error occurs
|
|
349
|
-
* @example Click {@link https://docs.
|
|
349
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ChangeDelegationSubscriptionCompartment.ts.html |here} to see how to use ChangeDelegationSubscriptionCompartment API.
|
|
350
350
|
*/
|
|
351
351
|
changeDelegationSubscriptionCompartment(changeDelegationSubscriptionCompartmentRequest) {
|
|
352
352
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -409,7 +409,7 @@ class DelegateAccessControlClient {
|
|
|
409
409
|
* @param CreateDelegationControlRequest
|
|
410
410
|
* @return CreateDelegationControlResponse
|
|
411
411
|
* @throws OciError when an error occurs
|
|
412
|
-
* @example Click {@link https://docs.
|
|
412
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/CreateDelegationControl.ts.html |here} to see how to use CreateDelegationControl API.
|
|
413
413
|
*/
|
|
414
414
|
createDelegationControl(createDelegationControlRequest) {
|
|
415
415
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -488,7 +488,7 @@ class DelegateAccessControlClient {
|
|
|
488
488
|
* @param CreateDelegationSubscriptionRequest
|
|
489
489
|
* @return CreateDelegationSubscriptionResponse
|
|
490
490
|
* @throws OciError when an error occurs
|
|
491
|
-
* @example Click {@link https://docs.
|
|
491
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/CreateDelegationSubscription.ts.html |here} to see how to use CreateDelegationSubscription API.
|
|
492
492
|
*/
|
|
493
493
|
createDelegationSubscription(createDelegationSubscriptionRequest) {
|
|
494
494
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -571,7 +571,7 @@ class DelegateAccessControlClient {
|
|
|
571
571
|
* @param DeleteDelegationControlRequest
|
|
572
572
|
* @return DeleteDelegationControlResponse
|
|
573
573
|
* @throws OciError when an error occurs
|
|
574
|
-
* @example Click {@link https://docs.
|
|
574
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/DeleteDelegationControl.ts.html |here} to see how to use DeleteDelegationControl API.
|
|
575
575
|
*/
|
|
576
576
|
deleteDelegationControl(deleteDelegationControlRequest) {
|
|
577
577
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -633,7 +633,7 @@ class DelegateAccessControlClient {
|
|
|
633
633
|
* @param DeleteDelegationSubscriptionRequest
|
|
634
634
|
* @return DeleteDelegationSubscriptionResponse
|
|
635
635
|
* @throws OciError when an error occurs
|
|
636
|
-
* @example Click {@link https://docs.
|
|
636
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/DeleteDelegationSubscription.ts.html |here} to see how to use DeleteDelegationSubscription API.
|
|
637
637
|
*/
|
|
638
638
|
deleteDelegationSubscription(deleteDelegationSubscriptionRequest) {
|
|
639
639
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -693,7 +693,7 @@ class DelegateAccessControlClient {
|
|
|
693
693
|
* @param GetDelegatedResourceAccessRequestRequest
|
|
694
694
|
* @return GetDelegatedResourceAccessRequestResponse
|
|
695
695
|
* @throws OciError when an error occurs
|
|
696
|
-
* @example Click {@link https://docs.
|
|
696
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/GetDelegatedResourceAccessRequest.ts.html |here} to see how to use GetDelegatedResourceAccessRequest API.
|
|
697
697
|
*/
|
|
698
698
|
getDelegatedResourceAccessRequest(getDelegatedResourceAccessRequestRequest) {
|
|
699
699
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -756,7 +756,7 @@ class DelegateAccessControlClient {
|
|
|
756
756
|
* @param GetDelegatedResourceAccessRequestAuditLogReportRequest
|
|
757
757
|
* @return GetDelegatedResourceAccessRequestAuditLogReportResponse
|
|
758
758
|
* @throws OciError when an error occurs
|
|
759
|
-
* @example Click {@link https://docs.
|
|
759
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/GetDelegatedResourceAccessRequestAuditLogReport.ts.html |here} to see how to use GetDelegatedResourceAccessRequestAuditLogReport API.
|
|
760
760
|
*/
|
|
761
761
|
getDelegatedResourceAccessRequestAuditLogReport(getDelegatedResourceAccessRequestAuditLogReportRequest) {
|
|
762
762
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -816,7 +816,7 @@ class DelegateAccessControlClient {
|
|
|
816
816
|
* @param GetDelegationControlRequest
|
|
817
817
|
* @return GetDelegationControlResponse
|
|
818
818
|
* @throws OciError when an error occurs
|
|
819
|
-
* @example Click {@link https://docs.
|
|
819
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/GetDelegationControl.ts.html |here} to see how to use GetDelegationControl API.
|
|
820
820
|
*/
|
|
821
821
|
getDelegationControl(getDelegationControlRequest) {
|
|
822
822
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -879,7 +879,7 @@ class DelegateAccessControlClient {
|
|
|
879
879
|
* @param GetDelegationSubscriptionRequest
|
|
880
880
|
* @return GetDelegationSubscriptionResponse
|
|
881
881
|
* @throws OciError when an error occurs
|
|
882
|
-
* @example Click {@link https://docs.
|
|
882
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/GetDelegationSubscription.ts.html |here} to see how to use GetDelegationSubscription API.
|
|
883
883
|
*/
|
|
884
884
|
getDelegationSubscription(getDelegationSubscriptionRequest) {
|
|
885
885
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -942,7 +942,7 @@ class DelegateAccessControlClient {
|
|
|
942
942
|
* @param GetServiceProviderRequest
|
|
943
943
|
* @return GetServiceProviderResponse
|
|
944
944
|
* @throws OciError when an error occurs
|
|
945
|
-
* @example Click {@link https://docs.
|
|
945
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/GetServiceProvider.ts.html |here} to see how to use GetServiceProvider API.
|
|
946
946
|
*/
|
|
947
947
|
getServiceProvider(getServiceProviderRequest) {
|
|
948
948
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1005,7 +1005,7 @@ class DelegateAccessControlClient {
|
|
|
1005
1005
|
* @param GetServiceProviderActionRequest
|
|
1006
1006
|
* @return GetServiceProviderActionResponse
|
|
1007
1007
|
* @throws OciError when an error occurs
|
|
1008
|
-
* @example Click {@link https://docs.
|
|
1008
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/GetServiceProviderAction.ts.html |here} to see how to use GetServiceProviderAction API.
|
|
1009
1009
|
*/
|
|
1010
1010
|
getServiceProviderAction(getServiceProviderActionRequest) {
|
|
1011
1011
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1069,7 +1069,7 @@ class DelegateAccessControlClient {
|
|
|
1069
1069
|
* @param ListDelegatedResourceAccessRequestHistoriesRequest
|
|
1070
1070
|
* @return ListDelegatedResourceAccessRequestHistoriesResponse
|
|
1071
1071
|
* @throws OciError when an error occurs
|
|
1072
|
-
* @example Click {@link https://docs.
|
|
1072
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ListDelegatedResourceAccessRequestHistories.ts.html |here} to see how to use ListDelegatedResourceAccessRequestHistories API.
|
|
1073
1073
|
*/
|
|
1074
1074
|
listDelegatedResourceAccessRequestHistories(listDelegatedResourceAccessRequestHistoriesRequest) {
|
|
1075
1075
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1138,7 +1138,7 @@ class DelegateAccessControlClient {
|
|
|
1138
1138
|
* @param ListDelegatedResourceAccessRequestsRequest
|
|
1139
1139
|
* @return ListDelegatedResourceAccessRequestsResponse
|
|
1140
1140
|
* @throws OciError when an error occurs
|
|
1141
|
-
* @example Click {@link https://docs.
|
|
1141
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ListDelegatedResourceAccessRequests.ts.html |here} to see how to use ListDelegatedResourceAccessRequests API.
|
|
1142
1142
|
*/
|
|
1143
1143
|
listDelegatedResourceAccessRequests(listDelegatedResourceAccessRequestsRequest) {
|
|
1144
1144
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1212,7 +1212,7 @@ class DelegateAccessControlClient {
|
|
|
1212
1212
|
* @param ListDelegationControlResourcesRequest
|
|
1213
1213
|
* @return ListDelegationControlResourcesResponse
|
|
1214
1214
|
* @throws OciError when an error occurs
|
|
1215
|
-
* @example Click {@link https://docs.
|
|
1215
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ListDelegationControlResources.ts.html |here} to see how to use ListDelegationControlResources API.
|
|
1216
1216
|
*/
|
|
1217
1217
|
listDelegationControlResources(listDelegationControlResourcesRequest) {
|
|
1218
1218
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1279,7 +1279,7 @@ class DelegateAccessControlClient {
|
|
|
1279
1279
|
* @param ListDelegationControlsRequest
|
|
1280
1280
|
* @return ListDelegationControlsResponse
|
|
1281
1281
|
* @throws OciError when an error occurs
|
|
1282
|
-
* @example Click {@link https://docs.
|
|
1282
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ListDelegationControls.ts.html |here} to see how to use ListDelegationControls API.
|
|
1283
1283
|
*/
|
|
1284
1284
|
listDelegationControls(listDelegationControlsRequest) {
|
|
1285
1285
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1351,7 +1351,7 @@ class DelegateAccessControlClient {
|
|
|
1351
1351
|
* @param ListDelegationSubscriptionsRequest
|
|
1352
1352
|
* @return ListDelegationSubscriptionsResponse
|
|
1353
1353
|
* @throws OciError when an error occurs
|
|
1354
|
-
* @example Click {@link https://docs.
|
|
1354
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ListDelegationSubscriptions.ts.html |here} to see how to use ListDelegationSubscriptions API.
|
|
1355
1355
|
*/
|
|
1356
1356
|
listDelegationSubscriptions(listDelegationSubscriptionsRequest) {
|
|
1357
1357
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1421,7 +1421,7 @@ class DelegateAccessControlClient {
|
|
|
1421
1421
|
* @param ListServiceProviderActionsRequest
|
|
1422
1422
|
* @return ListServiceProviderActionsResponse
|
|
1423
1423
|
* @throws OciError when an error occurs
|
|
1424
|
-
* @example Click {@link https://docs.
|
|
1424
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ListServiceProviderActions.ts.html |here} to see how to use ListServiceProviderActions API.
|
|
1425
1425
|
*/
|
|
1426
1426
|
listServiceProviderActions(listServiceProviderActionsRequest) {
|
|
1427
1427
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1493,7 +1493,7 @@ class DelegateAccessControlClient {
|
|
|
1493
1493
|
* @param ListServiceProviderInteractionsRequest
|
|
1494
1494
|
* @return ListServiceProviderInteractionsResponse
|
|
1495
1495
|
* @throws OciError when an error occurs
|
|
1496
|
-
* @example Click {@link https://docs.
|
|
1496
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ListServiceProviderInteractions.ts.html |here} to see how to use ListServiceProviderInteractions API.
|
|
1497
1497
|
*/
|
|
1498
1498
|
listServiceProviderInteractions(listServiceProviderInteractionsRequest) {
|
|
1499
1499
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1560,7 +1560,7 @@ class DelegateAccessControlClient {
|
|
|
1560
1560
|
* @param ListServiceProvidersRequest
|
|
1561
1561
|
* @return ListServiceProvidersResponse
|
|
1562
1562
|
* @throws OciError when an error occurs
|
|
1563
|
-
* @example Click {@link https://docs.
|
|
1563
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ListServiceProviders.ts.html |here} to see how to use ListServiceProviders API.
|
|
1564
1564
|
*/
|
|
1565
1565
|
listServiceProviders(listServiceProvidersRequest) {
|
|
1566
1566
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1632,7 +1632,7 @@ class DelegateAccessControlClient {
|
|
|
1632
1632
|
* @param RejectDelegatedResourceAccessRequestRequest
|
|
1633
1633
|
* @return RejectDelegatedResourceAccessRequestResponse
|
|
1634
1634
|
* @throws OciError when an error occurs
|
|
1635
|
-
* @example Click {@link https://docs.
|
|
1635
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/RejectDelegatedResourceAccessRequest.ts.html |here} to see how to use RejectDelegatedResourceAccessRequest API.
|
|
1636
1636
|
*/
|
|
1637
1637
|
rejectDelegatedResourceAccessRequest(rejectDelegatedResourceAccessRequestRequest) {
|
|
1638
1638
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1695,7 +1695,7 @@ class DelegateAccessControlClient {
|
|
|
1695
1695
|
* @param RevokeDelegatedResourceAccessRequestRequest
|
|
1696
1696
|
* @return RevokeDelegatedResourceAccessRequestResponse
|
|
1697
1697
|
* @throws OciError when an error occurs
|
|
1698
|
-
* @example Click {@link https://docs.
|
|
1698
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/RevokeDelegatedResourceAccessRequest.ts.html |here} to see how to use RevokeDelegatedResourceAccessRequest API.
|
|
1699
1699
|
*/
|
|
1700
1700
|
revokeDelegatedResourceAccessRequest(revokeDelegatedResourceAccessRequestRequest) {
|
|
1701
1701
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1758,7 +1758,7 @@ class DelegateAccessControlClient {
|
|
|
1758
1758
|
* @param ServiceProviderInteractionRequestRequest
|
|
1759
1759
|
* @return ServiceProviderInteractionRequestResponse
|
|
1760
1760
|
* @throws OciError when an error occurs
|
|
1761
|
-
* @example Click {@link https://docs.
|
|
1761
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ServiceProviderInteractionRequest.ts.html |here} to see how to use ServiceProviderInteractionRequest API.
|
|
1762
1762
|
*/
|
|
1763
1763
|
serviceProviderInteractionRequest(serviceProviderInteractionRequestRequest) {
|
|
1764
1764
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1816,7 +1816,7 @@ class DelegateAccessControlClient {
|
|
|
1816
1816
|
* @param UpdateDelegationControlRequest
|
|
1817
1817
|
* @return UpdateDelegationControlResponse
|
|
1818
1818
|
* @throws OciError when an error occurs
|
|
1819
|
-
* @example Click {@link https://docs.
|
|
1819
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/UpdateDelegationControl.ts.html |here} to see how to use UpdateDelegationControl API.
|
|
1820
1820
|
*/
|
|
1821
1821
|
updateDelegationControl(updateDelegationControlRequest) {
|
|
1822
1822
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1892,7 +1892,7 @@ class DelegateAccessControlClient {
|
|
|
1892
1892
|
* @param UpdateDelegationSubscriptionRequest
|
|
1893
1893
|
* @return UpdateDelegationSubscriptionResponse
|
|
1894
1894
|
* @throws OciError when an error occurs
|
|
1895
|
-
* @example Click {@link https://docs.
|
|
1895
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/UpdateDelegationSubscription.ts.html |here} to see how to use UpdateDelegationSubscription API.
|
|
1896
1896
|
*/
|
|
1897
1897
|
updateDelegationSubscription(updateDelegationSubscriptionRequest) {
|
|
1898
1898
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2129,7 +2129,7 @@ class WorkRequestClient {
|
|
|
2129
2129
|
* @param GetWorkRequestRequest
|
|
2130
2130
|
* @return GetWorkRequestResponse
|
|
2131
2131
|
* @throws OciError when an error occurs
|
|
2132
|
-
* @example Click {@link https://docs.
|
|
2132
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2133
2133
|
*/
|
|
2134
2134
|
getWorkRequest(getWorkRequestRequest) {
|
|
2135
2135
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2198,7 +2198,7 @@ class WorkRequestClient {
|
|
|
2198
2198
|
* @param ListWorkRequestErrorsRequest
|
|
2199
2199
|
* @return ListWorkRequestErrorsResponse
|
|
2200
2200
|
* @throws OciError when an error occurs
|
|
2201
|
-
* @example Click {@link https://docs.
|
|
2201
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2202
2202
|
*/
|
|
2203
2203
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2204
2204
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2267,7 +2267,7 @@ class WorkRequestClient {
|
|
|
2267
2267
|
* @param ListWorkRequestLogsRequest
|
|
2268
2268
|
* @return ListWorkRequestLogsResponse
|
|
2269
2269
|
* @throws OciError when an error occurs
|
|
2270
|
-
* @example Click {@link https://docs.
|
|
2270
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2271
2271
|
*/
|
|
2272
2272
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2273
2273
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2336,7 +2336,7 @@ class WorkRequestClient {
|
|
|
2336
2336
|
* @param ListWorkRequestsRequest
|
|
2337
2337
|
* @return ListWorkRequestsResponse
|
|
2338
2338
|
* @throws OciError when an error occurs
|
|
2339
|
-
* @example Click {@link https://docs.
|
|
2339
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/delegateaccesscontrol/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2340
2340
|
*/
|
|
2341
2341
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2342
2342
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -81,7 +81,7 @@ export interface CreateDelegationControlDetails {
|
|
|
81
81
|
"vaultKeyId"?: string;
|
|
82
82
|
/**
|
|
83
83
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
84
|
-
* For more information, see [Resource Tags](https://docs.
|
|
84
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
85
85
|
* <p>
|
|
86
86
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
87
87
|
*
|
|
@@ -91,7 +91,7 @@ export interface CreateDelegationControlDetails {
|
|
|
91
91
|
};
|
|
92
92
|
/**
|
|
93
93
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
94
|
-
* For more information, see [Resource Tags](https://docs.
|
|
94
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
95
95
|
* <p>
|
|
96
96
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
97
97
|
*
|
|
@@ -40,7 +40,7 @@ export interface CreateDelegationSubscriptionDetails {
|
|
|
40
40
|
"subscribedServiceType": model.ServiceProviderServiceType;
|
|
41
41
|
/**
|
|
42
42
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
43
|
-
* For more information, see [Resource Tags](https://docs.
|
|
43
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
44
44
|
* <p>
|
|
45
45
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
46
46
|
*
|
|
@@ -50,7 +50,7 @@ export interface CreateDelegationSubscriptionDetails {
|
|
|
50
50
|
};
|
|
51
51
|
/**
|
|
52
52
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
53
|
-
* For more information, see [Resource Tags](https://docs.
|
|
53
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
54
54
|
* <p>
|
|
55
55
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
56
56
|
*
|
|
@@ -112,7 +112,7 @@ export interface DelegatedResourceAccessRequestSummary {
|
|
|
112
112
|
"timeUpdated"?: Date;
|
|
113
113
|
/**
|
|
114
114
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
115
|
-
* For more information, see [Resource Tags](https://docs.
|
|
115
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
116
116
|
* <p>
|
|
117
117
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
118
118
|
*
|
|
@@ -122,7 +122,7 @@ export interface DelegatedResourceAccessRequestSummary {
|
|
|
122
122
|
};
|
|
123
123
|
/**
|
|
124
124
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
125
|
-
* For more information, see [Resource Tags](https://docs.
|
|
125
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
126
126
|
* <p>
|
|
127
127
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
128
128
|
*
|
|
@@ -163,7 +163,7 @@ export interface DelegatedResourceAccessRequest {
|
|
|
163
163
|
"isPendingMoreInfo"?: boolean;
|
|
164
164
|
/**
|
|
165
165
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
166
|
-
* For more information, see [Resource Tags](https://docs.
|
|
166
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
167
167
|
* <p>
|
|
168
168
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
169
169
|
*
|
|
@@ -173,7 +173,7 @@ export interface DelegatedResourceAccessRequest {
|
|
|
173
173
|
};
|
|
174
174
|
/**
|
|
175
175
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
176
|
-
* For more information, see [Resource Tags](https://docs.
|
|
176
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
177
177
|
* <p>
|
|
178
178
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
179
179
|
*
|