oci-delegateaccesscontrol 2.93.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/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +30 -0
- package/index.js +53 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +470 -0
- package/lib/client.js +2385 -0
- package/lib/client.js.map +1 -0
- package/lib/delegateaccesscontrol-waiter.d.ts +66 -0
- package/lib/delegateaccesscontrol-waiter.js +118 -0
- package/lib/delegateaccesscontrol-waiter.js.map +1 -0
- package/lib/model/action-type.d.ts +37 -0
- package/lib/model/action-type.js +48 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/approve-delegated-resource-access-request-details.d.ts +39 -0
- package/lib/model/approve-delegated-resource-access-request-details.js +34 -0
- package/lib/model/approve-delegated-resource-access-request-details.js.map +1 -0
- package/lib/model/audit-report-status.d.ts +36 -0
- package/lib/model/audit-report-status.js +47 -0
- package/lib/model/audit-report-status.js.map +1 -0
- package/lib/model/change-delegation-control-compartment-details.d.ts +30 -0
- package/lib/model/change-delegation-control-compartment-details.js +34 -0
- package/lib/model/change-delegation-control-compartment-details.js.map +1 -0
- package/lib/model/change-delegation-subscription-compartment-details.d.ts +30 -0
- package/lib/model/change-delegation-subscription-compartment-details.js +34 -0
- package/lib/model/change-delegation-subscription-compartment-details.js.map +1 -0
- package/lib/model/create-delegation-control-details.d.ts +108 -0
- package/lib/model/create-delegation-control-details.js +34 -0
- package/lib/model/create-delegation-control-details.js.map +1 -0
- package/lib/model/create-delegation-subscription-details.d.ts +67 -0
- package/lib/model/create-delegation-subscription-details.js +34 -0
- package/lib/model/create-delegation-subscription-details.js.map +1 -0
- package/lib/model/delegated-resource-access-request-approval-details.d.ts +69 -0
- package/lib/model/delegated-resource-access-request-approval-details.js +54 -0
- package/lib/model/delegated-resource-access-request-approval-details.js.map +1 -0
- package/lib/model/delegated-resource-access-request-audit-log-report.d.ts +44 -0
- package/lib/model/delegated-resource-access-request-audit-log-report.js +34 -0
- package/lib/model/delegated-resource-access-request-audit-log-report.js.map +1 -0
- package/lib/model/delegated-resource-access-request-audit-type.d.ts +33 -0
- package/lib/model/delegated-resource-access-request-audit-type.js +44 -0
- package/lib/model/delegated-resource-access-request-audit-type.js.map +1 -0
- package/lib/model/delegated-resource-access-request-history-collection.d.ts +31 -0
- package/lib/model/delegated-resource-access-request-history-collection.js +66 -0
- package/lib/model/delegated-resource-access-request-history-collection.js.map +1 -0
- package/lib/model/delegated-resource-access-request-history-summary.d.ts +48 -0
- package/lib/model/delegated-resource-access-request-history-summary.js +34 -0
- package/lib/model/delegated-resource-access-request-history-summary.js.map +1 -0
- package/lib/model/delegated-resource-access-request-severity.d.ts +35 -0
- package/lib/model/delegated-resource-access-request-severity.js +46 -0
- package/lib/model/delegated-resource-access-request-severity.js.map +1 -0
- package/lib/model/delegated-resource-access-request-status.d.ts +54 -0
- package/lib/model/delegated-resource-access-request-status.js +65 -0
- package/lib/model/delegated-resource-access-request-status.js.map +1 -0
- package/lib/model/delegated-resource-access-request-summary-collection.d.ts +31 -0
- package/lib/model/delegated-resource-access-request-summary-collection.js +66 -0
- package/lib/model/delegated-resource-access-request-summary-collection.js.map +1 -0
- package/lib/model/delegated-resource-access-request-summary.d.ts +150 -0
- package/lib/model/delegated-resource-access-request-summary.js +34 -0
- package/lib/model/delegated-resource-access-request-summary.js.map +1 -0
- package/lib/model/delegated-resource-access-request.d.ts +234 -0
- package/lib/model/delegated-resource-access-request.js +102 -0
- package/lib/model/delegated-resource-access-request.js.map +1 -0
- package/lib/model/delegated-resource-access-requester-type.d.ts +34 -0
- package/lib/model/delegated-resource-access-requester-type.js +45 -0
- package/lib/model/delegated-resource-access-requester-type.js.map +1 -0
- package/lib/model/delegation-control-resource-collection.d.ts +31 -0
- package/lib/model/delegation-control-resource-collection.js +66 -0
- package/lib/model/delegation-control-resource-collection.js.map +1 -0
- package/lib/model/delegation-control-resource-summary.d.ts +50 -0
- package/lib/model/delegation-control-resource-summary.js +51 -0
- package/lib/model/delegation-control-resource-summary.js.map +1 -0
- package/lib/model/delegation-control-resource-type.d.ts +34 -0
- package/lib/model/delegation-control-resource-type.js +45 -0
- package/lib/model/delegation-control-resource-type.js.map +1 -0
- package/lib/model/delegation-control-summary-collection.d.ts +31 -0
- package/lib/model/delegation-control-summary-collection.js +66 -0
- package/lib/model/delegation-control-summary-collection.js.map +1 -0
- package/lib/model/delegation-control-summary.d.ts +99 -0
- package/lib/model/delegation-control-summary.js +34 -0
- package/lib/model/delegation-control-summary.js.map +1 -0
- package/lib/model/delegation-control.d.ts +167 -0
- package/lib/model/delegation-control.js +59 -0
- package/lib/model/delegation-control.js.map +1 -0
- package/lib/model/delegation-subscription-summary-collection.d.ts +31 -0
- package/lib/model/delegation-subscription-summary-collection.js +66 -0
- package/lib/model/delegation-subscription-summary-collection.js.map +1 -0
- package/lib/model/delegation-subscription-summary.d.ts +99 -0
- package/lib/model/delegation-subscription-summary.js +34 -0
- package/lib/model/delegation-subscription-summary.js.map +1 -0
- package/lib/model/delegation-subscription.d.ts +117 -0
- package/lib/model/delegation-subscription.js +48 -0
- package/lib/model/delegation-subscription.js.map +1 -0
- package/lib/model/index.d.ts +125 -0
- package/lib/model/index.js +149 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/operation-status.d.ts +39 -0
- package/lib/model/operation-status.js +50 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +43 -0
- package/lib/model/operation-type.js +54 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/reject-delegated-resource-access-request-details.d.ts +30 -0
- package/lib/model/reject-delegated-resource-access-request-details.js +34 -0
- package/lib/model/reject-delegated-resource-access-request-details.js.map +1 -0
- package/lib/model/revoke-delegated-resource-access-request-details.d.ts +30 -0
- package/lib/model/revoke-delegated-resource-access-request-details.js +34 -0
- package/lib/model/revoke-delegated-resource-access-request-details.js.map +1 -0
- package/lib/model/service-provider-action-properties.d.ts +34 -0
- package/lib/model/service-provider-action-properties.js +34 -0
- package/lib/model/service-provider-action-properties.js.map +1 -0
- package/lib/model/service-provider-action-summary-collection.d.ts +31 -0
- package/lib/model/service-provider-action-summary-collection.js +66 -0
- package/lib/model/service-provider-action-summary-collection.js.map +1 -0
- package/lib/model/service-provider-action-summary.d.ts +70 -0
- package/lib/model/service-provider-action-summary.js +44 -0
- package/lib/model/service-provider-action-summary.js.map +1 -0
- package/lib/model/service-provider-action.d.ts +85 -0
- package/lib/model/service-provider-action.js +86 -0
- package/lib/model/service-provider-action.js.map +1 -0
- package/lib/model/service-provider-interaction-collection.d.ts +31 -0
- package/lib/model/service-provider-interaction-collection.js +66 -0
- package/lib/model/service-provider-interaction-collection.js.map +1 -0
- package/lib/model/service-provider-interaction-request-details.d.ts +30 -0
- package/lib/model/service-provider-interaction-request-details.js +34 -0
- package/lib/model/service-provider-interaction-request-details.js.map +1 -0
- package/lib/model/service-provider-interaction-summary.d.ts +60 -0
- package/lib/model/service-provider-interaction-summary.js +44 -0
- package/lib/model/service-provider-interaction-summary.js.map +1 -0
- package/lib/model/service-provider-service-type.d.ts +33 -0
- package/lib/model/service-provider-service-type.js +44 -0
- package/lib/model/service-provider-service-type.js.map +1 -0
- package/lib/model/service-provider-summary-collection.d.ts +31 -0
- package/lib/model/service-provider-summary-collection.js +66 -0
- package/lib/model/service-provider-summary-collection.js.map +1 -0
- package/lib/model/service-provider-summary.d.ts +120 -0
- package/lib/model/service-provider-summary.js +54 -0
- package/lib/model/service-provider-summary.js.map +1 -0
- package/lib/model/service-provider.d.ts +146 -0
- package/lib/model/service-provider.js +77 -0
- package/lib/model/service-provider.js.map +1 -0
- package/lib/model/sort-orders.d.ts +28 -0
- package/lib/model/sort-orders.js +39 -0
- package/lib/model/sort-orders.js.map +1 -0
- package/lib/model/update-delegation-control-details.d.ts +86 -0
- package/lib/model/update-delegation-control-details.js +34 -0
- package/lib/model/update-delegation-control-details.js.map +1 -0
- package/lib/model/update-delegation-subscription-details.d.ts +54 -0
- package/lib/model/update-delegation-subscription-details.js +34 -0
- package/lib/model/update-delegation-subscription-details.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +31 -0
- package/lib/model/work-request-error-collection.js +66 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +40 -0
- package/lib/model/work-request-error.js +34 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +31 -0
- package/lib/model/work-request-log-entry-collection.js +66 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +34 -0
- package/lib/model/work-request-log-entry.js +34 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource-metadata-key.d.ts +35 -0
- package/lib/model/work-request-resource-metadata-key.js +46 -0
- package/lib/model/work-request-resource-metadata-key.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +53 -0
- package/lib/model/work-request-resource.js +34 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +31 -0
- package/lib/model/work-request-summary-collection.js +66 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +72 -0
- package/lib/model/work-request-summary.js +66 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +72 -0
- package/lib/model/work-request.js +66 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/approve-delegated-resource-access-request-request.d.ts +49 -0
- package/lib/request/approve-delegated-resource-access-request-request.js +15 -0
- package/lib/request/approve-delegated-resource-access-request-request.js.map +1 -0
- package/lib/request/change-delegation-control-compartment-request.d.ts +49 -0
- package/lib/request/change-delegation-control-compartment-request.js +15 -0
- package/lib/request/change-delegation-control-compartment-request.js.map +1 -0
- package/lib/request/change-delegation-subscription-compartment-request.d.ts +49 -0
- package/lib/request/change-delegation-subscription-compartment-request.js +15 -0
- package/lib/request/change-delegation-subscription-compartment-request.js.map +1 -0
- package/lib/request/create-delegation-control-request.d.ts +36 -0
- package/lib/request/create-delegation-control-request.js +15 -0
- package/lib/request/create-delegation-control-request.js.map +1 -0
- package/lib/request/create-delegation-subscription-request.d.ts +36 -0
- package/lib/request/create-delegation-subscription-request.js +15 -0
- package/lib/request/create-delegation-subscription-request.js.map +1 -0
- package/lib/request/delete-delegation-control-request.d.ts +39 -0
- package/lib/request/delete-delegation-control-request.js +15 -0
- package/lib/request/delete-delegation-control-request.js.map +1 -0
- package/lib/request/delete-delegation-subscription-request.d.ts +35 -0
- package/lib/request/delete-delegation-subscription-request.js +15 -0
- package/lib/request/delete-delegation-subscription-request.js.map +1 -0
- package/lib/request/get-delegated-resource-access-request-audit-log-report-request.d.ts +30 -0
- package/lib/request/get-delegated-resource-access-request-audit-log-report-request.js +15 -0
- package/lib/request/get-delegated-resource-access-request-audit-log-report-request.js.map +1 -0
- package/lib/request/get-delegated-resource-access-request-request.d.ts +26 -0
- package/lib/request/get-delegated-resource-access-request-request.js +15 -0
- package/lib/request/get-delegated-resource-access-request-request.js.map +1 -0
- package/lib/request/get-delegation-control-request.d.ts +26 -0
- package/lib/request/get-delegation-control-request.js +15 -0
- package/lib/request/get-delegation-control-request.js.map +1 -0
- package/lib/request/get-delegation-subscription-request.d.ts +26 -0
- package/lib/request/get-delegation-subscription-request.js +15 -0
- package/lib/request/get-delegation-subscription-request.js.map +1 -0
- package/lib/request/get-service-provider-action-request.d.ts +26 -0
- package/lib/request/get-service-provider-action-request.js +15 -0
- package/lib/request/get-service-provider-action-request.js.map +1 -0
- package/lib/request/get-service-provider-request.d.ts +26 -0
- package/lib/request/get-service-provider-request.js +15 -0
- package/lib/request/get-service-provider-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +26 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +77 -0
- package/lib/request/index.js +58 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-delegated-resource-access-request-histories-request.d.ts +49 -0
- package/lib/request/list-delegated-resource-access-request-histories-request.js +23 -0
- package/lib/request/list-delegated-resource-access-request-histories-request.js.map +1 -0
- package/lib/request/list-delegated-resource-access-requests-request.d.ts +80 -0
- package/lib/request/list-delegated-resource-access-requests-request.js +24 -0
- package/lib/request/list-delegated-resource-access-requests-request.js.map +1 -0
- package/lib/request/list-delegation-control-resources-request.d.ts +34 -0
- package/lib/request/list-delegation-control-resources-request.js +15 -0
- package/lib/request/list-delegation-control-resources-request.js.map +1 -0
- package/lib/request/list-delegation-controls-request.d.ts +66 -0
- package/lib/request/list-delegation-controls-request.js +24 -0
- package/lib/request/list-delegation-controls-request.js.map +1 -0
- package/lib/request/list-delegation-subscriptions-request.d.ts +58 -0
- package/lib/request/list-delegation-subscriptions-request.js +24 -0
- package/lib/request/list-delegation-subscriptions-request.js.map +1 -0
- package/lib/request/list-service-provider-actions-request.d.ts +66 -0
- package/lib/request/list-service-provider-actions-request.js +24 -0
- package/lib/request/list-service-provider-actions-request.js.map +1 -0
- package/lib/request/list-service-provider-interactions-request.d.ts +34 -0
- package/lib/request/list-service-provider-interactions-request.js +15 -0
- package/lib/request/list-service-provider-interactions-request.js.map +1 -0
- package/lib/request/list-service-providers-request.d.ts +66 -0
- package/lib/request/list-service-providers-request.js +24 -0
- package/lib/request/list-service-providers-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +49 -0
- package/lib/request/list-work-request-errors-request.js +23 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +49 -0
- package/lib/request/list-work-request-logs-request.js +23 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +61 -0
- package/lib/request/list-work-requests-request.js +23 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/reject-delegated-resource-access-request-request.d.ts +49 -0
- package/lib/request/reject-delegated-resource-access-request-request.js +15 -0
- package/lib/request/reject-delegated-resource-access-request-request.js.map +1 -0
- package/lib/request/revoke-delegated-resource-access-request-request.d.ts +49 -0
- package/lib/request/revoke-delegated-resource-access-request-request.js +15 -0
- package/lib/request/revoke-delegated-resource-access-request-request.js.map +1 -0
- package/lib/request/service-provider-interaction-request-request.d.ts +49 -0
- package/lib/request/service-provider-interaction-request-request.js +15 -0
- package/lib/request/service-provider-interaction-request-request.js.map +1 -0
- package/lib/request/update-delegation-control-request.d.ts +40 -0
- package/lib/request/update-delegation-control-request.js +15 -0
- package/lib/request/update-delegation-control-request.js.map +1 -0
- package/lib/request/update-delegation-subscription-request.d.ts +40 -0
- package/lib/request/update-delegation-subscription-request.js +15 -0
- package/lib/request/update-delegation-subscription-request.js.map +1 -0
- package/lib/response/approve-delegated-resource-access-request-response.d.ts +26 -0
- package/lib/response/approve-delegated-resource-access-request-response.js +15 -0
- package/lib/response/approve-delegated-resource-access-request-response.js.map +1 -0
- package/lib/response/change-delegation-control-compartment-response.d.ts +26 -0
- package/lib/response/change-delegation-control-compartment-response.js +15 -0
- package/lib/response/change-delegation-control-compartment-response.js.map +1 -0
- package/lib/response/change-delegation-subscription-compartment-response.d.ts +26 -0
- package/lib/response/change-delegation-subscription-compartment-response.js +15 -0
- package/lib/response/change-delegation-subscription-compartment-response.js.map +1 -0
- package/lib/response/create-delegation-control-response.d.ts +44 -0
- package/lib/response/create-delegation-control-response.js +15 -0
- package/lib/response/create-delegation-control-response.js.map +1 -0
- package/lib/response/create-delegation-subscription-response.d.ts +44 -0
- package/lib/response/create-delegation-subscription-response.js +15 -0
- package/lib/response/create-delegation-subscription-response.js.map +1 -0
- package/lib/response/delete-delegation-control-response.d.ts +26 -0
- package/lib/response/delete-delegation-control-response.js +15 -0
- package/lib/response/delete-delegation-control-response.js.map +1 -0
- package/lib/response/delete-delegation-subscription-response.d.ts +26 -0
- package/lib/response/delete-delegation-subscription-response.js +15 -0
- package/lib/response/delete-delegation-subscription-response.js.map +1 -0
- package/lib/response/get-delegated-resource-access-request-audit-log-report-response.d.ts +25 -0
- package/lib/response/get-delegated-resource-access-request-audit-log-report-response.js +15 -0
- package/lib/response/get-delegated-resource-access-request-audit-log-report-response.js.map +1 -0
- package/lib/response/get-delegated-resource-access-request-response.d.ts +30 -0
- package/lib/response/get-delegated-resource-access-request-response.js +15 -0
- package/lib/response/get-delegated-resource-access-request-response.js.map +1 -0
- package/lib/response/get-delegation-control-response.d.ts +30 -0
- package/lib/response/get-delegation-control-response.js +15 -0
- package/lib/response/get-delegation-control-response.js.map +1 -0
- package/lib/response/get-delegation-subscription-response.d.ts +30 -0
- package/lib/response/get-delegation-subscription-response.js +15 -0
- package/lib/response/get-delegation-subscription-response.js.map +1 -0
- package/lib/response/get-service-provider-action-response.d.ts +30 -0
- package/lib/response/get-service-provider-action-response.js +15 -0
- package/lib/response/get-service-provider-action-response.js.map +1 -0
- package/lib/response/get-service-provider-response.d.ts +30 -0
- package/lib/response/get-service-provider-response.js +15 -0
- package/lib/response/get-service-provider-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +34 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +77 -0
- package/lib/response/index.js +20 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-delegated-resource-access-request-histories-response.d.ts +31 -0
- package/lib/response/list-delegated-resource-access-request-histories-response.js +15 -0
- package/lib/response/list-delegated-resource-access-request-histories-response.js.map +1 -0
- package/lib/response/list-delegated-resource-access-requests-response.d.ts +31 -0
- package/lib/response/list-delegated-resource-access-requests-response.js +15 -0
- package/lib/response/list-delegated-resource-access-requests-response.js.map +1 -0
- package/lib/response/list-delegation-control-resources-response.d.ts +31 -0
- package/lib/response/list-delegation-control-resources-response.js +15 -0
- package/lib/response/list-delegation-control-resources-response.js.map +1 -0
- package/lib/response/list-delegation-controls-response.d.ts +31 -0
- package/lib/response/list-delegation-controls-response.js +15 -0
- package/lib/response/list-delegation-controls-response.js.map +1 -0
- package/lib/response/list-delegation-subscriptions-response.d.ts +31 -0
- package/lib/response/list-delegation-subscriptions-response.js +15 -0
- package/lib/response/list-delegation-subscriptions-response.js.map +1 -0
- package/lib/response/list-service-provider-actions-response.d.ts +31 -0
- package/lib/response/list-service-provider-actions-response.js +15 -0
- package/lib/response/list-service-provider-actions-response.js.map +1 -0
- package/lib/response/list-service-provider-interactions-response.d.ts +31 -0
- package/lib/response/list-service-provider-interactions-response.js +15 -0
- package/lib/response/list-service-provider-interactions-response.js.map +1 -0
- package/lib/response/list-service-providers-response.d.ts +31 -0
- package/lib/response/list-service-providers-response.js +15 -0
- package/lib/response/list-service-providers-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +31 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +31 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +31 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/reject-delegated-resource-access-request-response.d.ts +26 -0
- package/lib/response/reject-delegated-resource-access-request-response.js +15 -0
- package/lib/response/reject-delegated-resource-access-request-response.js.map +1 -0
- package/lib/response/revoke-delegated-resource-access-request-response.d.ts +26 -0
- package/lib/response/revoke-delegated-resource-access-request-response.js +15 -0
- package/lib/response/revoke-delegated-resource-access-request-response.js.map +1 -0
- package/lib/response/service-provider-interaction-request-response.d.ts +20 -0
- package/lib/response/service-provider-interaction-request-response.js +15 -0
- package/lib/response/service-provider-interaction-request-response.js.map +1 -0
- package/lib/response/update-delegation-control-response.d.ts +40 -0
- package/lib/response/update-delegation-control-response.js +15 -0
- package/lib/response/update-delegation-control-response.js.map +1 -0
- package/lib/response/update-delegation-subscription-response.d.ts +40 -0
- package/lib/response/update-delegation-subscription-response.js +15 -0
- package/lib/response/update-delegation-subscription-response.js.map +1 -0
- package/lib/workrequest-waiter.d.ts +32 -0
- package/lib/workrequest-waiter.js +49 -0
- package/lib/workrequest-waiter.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Delegate Access Control API
|
|
4
|
+
* Oracle Delegate Access Control allows ExaCC and ExaCS customers to delegate management of their Exadata resources operators outside their tenancies.
|
|
5
|
+
With Delegate Access Control, Support Providers can deliver managed services using comprehensive and robust tooling built on the OCI platform.
|
|
6
|
+
Customers maintain control over who has access to the delegated resources in their tenancy and what actions can be taken.
|
|
7
|
+
Enterprises managing resources across multiple tenants can use Delegate Access Control to streamline management tasks.
|
|
8
|
+
Using logging service, customers can view a near real-time audit report of all actions performed by a Service Provider operator.
|
|
9
|
+
|
|
10
|
+
* OpenAPI spec version: 20230801
|
|
11
|
+
*
|
|
12
|
+
*
|
|
13
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
14
|
+
* Do not edit the class manually.
|
|
15
|
+
*
|
|
16
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
17
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
18
|
+
*/
|
|
19
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
22
|
+
}) : (function(o, m, k, k2) {
|
|
23
|
+
if (k2 === undefined) k2 = k;
|
|
24
|
+
o[k2] = m[k];
|
|
25
|
+
}));
|
|
26
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
27
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
28
|
+
}) : function(o, v) {
|
|
29
|
+
o["default"] = v;
|
|
30
|
+
});
|
|
31
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
32
|
+
if (mod && mod.__esModule) return mod;
|
|
33
|
+
var result = {};
|
|
34
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
35
|
+
__setModuleDefault(result, mod);
|
|
36
|
+
return result;
|
|
37
|
+
};
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.WorkRequestLogEntryCollection = void 0;
|
|
40
|
+
const model = __importStar(require("../model"));
|
|
41
|
+
var WorkRequestLogEntryCollection;
|
|
42
|
+
(function (WorkRequestLogEntryCollection) {
|
|
43
|
+
function getJsonObj(obj) {
|
|
44
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
45
|
+
"items": obj.items
|
|
46
|
+
? obj.items.map(item => {
|
|
47
|
+
return model.WorkRequestLogEntry.getJsonObj(item);
|
|
48
|
+
})
|
|
49
|
+
: undefined
|
|
50
|
+
});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
WorkRequestLogEntryCollection.getJsonObj = getJsonObj;
|
|
54
|
+
function getDeserializedJsonObj(obj) {
|
|
55
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
56
|
+
"items": obj.items
|
|
57
|
+
? obj.items.map(item => {
|
|
58
|
+
return model.WorkRequestLogEntry.getDeserializedJsonObj(item);
|
|
59
|
+
})
|
|
60
|
+
: undefined
|
|
61
|
+
});
|
|
62
|
+
return jsonObj;
|
|
63
|
+
}
|
|
64
|
+
WorkRequestLogEntryCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
65
|
+
})(WorkRequestLogEntryCollection = exports.WorkRequestLogEntryCollection || (exports.WorkRequestLogEntryCollection = {}));
|
|
66
|
+
//# sourceMappingURL=work-request-log-entry-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-log-entry-collection.js","sourceRoot":"","sources":["../../../../../lib/delegateaccesscontrol/lib/model/work-request-log-entry-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,6BAA6B,CA6B7C;AA7BD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QA6B7C"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Delegate Access Control API
|
|
3
|
+
* Oracle Delegate Access Control allows ExaCC and ExaCS customers to delegate management of their Exadata resources operators outside their tenancies.
|
|
4
|
+
With Delegate Access Control, Support Providers can deliver managed services using comprehensive and robust tooling built on the OCI platform.
|
|
5
|
+
Customers maintain control over who has access to the delegated resources in their tenancy and what actions can be taken.
|
|
6
|
+
Enterprises managing resources across multiple tenants can use Delegate Access Control to streamline management tasks.
|
|
7
|
+
Using logging service, customers can view a near real-time audit report of all actions performed by a Service Provider operator.
|
|
8
|
+
|
|
9
|
+
* OpenAPI spec version: 20230801
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*
|
|
15
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
16
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
17
|
+
*/
|
|
18
|
+
/**
|
|
19
|
+
* A log message from the execution of a work request.
|
|
20
|
+
*/
|
|
21
|
+
export interface WorkRequestLogEntry {
|
|
22
|
+
/**
|
|
23
|
+
* Human-readable log message.
|
|
24
|
+
*/
|
|
25
|
+
"message": string;
|
|
26
|
+
/**
|
|
27
|
+
* The time the log message was written. An RFC3339 formatted datetime string
|
|
28
|
+
*/
|
|
29
|
+
"timestamp": Date;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace WorkRequestLogEntry {
|
|
32
|
+
function getJsonObj(obj: WorkRequestLogEntry): object;
|
|
33
|
+
function getDeserializedJsonObj(obj: WorkRequestLogEntry): object;
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Delegate Access Control API
|
|
4
|
+
* Oracle Delegate Access Control allows ExaCC and ExaCS customers to delegate management of their Exadata resources operators outside their tenancies.
|
|
5
|
+
With Delegate Access Control, Support Providers can deliver managed services using comprehensive and robust tooling built on the OCI platform.
|
|
6
|
+
Customers maintain control over who has access to the delegated resources in their tenancy and what actions can be taken.
|
|
7
|
+
Enterprises managing resources across multiple tenants can use Delegate Access Control to streamline management tasks.
|
|
8
|
+
Using logging service, customers can view a near real-time audit report of all actions performed by a Service Provider operator.
|
|
9
|
+
|
|
10
|
+
* OpenAPI spec version: 20230801
|
|
11
|
+
*
|
|
12
|
+
*
|
|
13
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
14
|
+
* Do not edit the class manually.
|
|
15
|
+
*
|
|
16
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
17
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
18
|
+
*/
|
|
19
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
|
+
exports.WorkRequestLogEntry = void 0;
|
|
21
|
+
var WorkRequestLogEntry;
|
|
22
|
+
(function (WorkRequestLogEntry) {
|
|
23
|
+
function getJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
WorkRequestLogEntry.getJsonObj = getJsonObj;
|
|
28
|
+
function getDeserializedJsonObj(obj) {
|
|
29
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
30
|
+
return jsonObj;
|
|
31
|
+
}
|
|
32
|
+
WorkRequestLogEntry.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
33
|
+
})(WorkRequestLogEntry = exports.WorkRequestLogEntry || (exports.WorkRequestLogEntry = {}));
|
|
34
|
+
//# sourceMappingURL=work-request-log-entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-log-entry.js","sourceRoot":"","sources":["../../../../../lib/delegateaccesscontrol/lib/model/work-request-log-entry.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;AAmBH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Delegate Access Control API
|
|
3
|
+
* Oracle Delegate Access Control allows ExaCC and ExaCS customers to delegate management of their Exadata resources operators outside their tenancies.
|
|
4
|
+
With Delegate Access Control, Support Providers can deliver managed services using comprehensive and robust tooling built on the OCI platform.
|
|
5
|
+
Customers maintain control over who has access to the delegated resources in their tenancy and what actions can be taken.
|
|
6
|
+
Enterprises managing resources across multiple tenants can use Delegate Access Control to streamline management tasks.
|
|
7
|
+
Using logging service, customers can view a near real-time audit report of all actions performed by a Service Provider operator.
|
|
8
|
+
|
|
9
|
+
* OpenAPI spec version: 20230801
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*
|
|
15
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
16
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
17
|
+
*/
|
|
18
|
+
/**
|
|
19
|
+
* Possible Metadata keys for workRequest resource metadata
|
|
20
|
+
**/
|
|
21
|
+
export declare enum WorkRequestResourceMetadataKey {
|
|
22
|
+
VmClusterId = "VM_CLUSTER_ID",
|
|
23
|
+
Hostnames = "HOSTNAMES",
|
|
24
|
+
Commands = "COMMANDS",
|
|
25
|
+
ResultLocation = "RESULT_LOCATION",
|
|
26
|
+
/**
|
|
27
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
28
|
+
* version of the SDK.
|
|
29
|
+
*/
|
|
30
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
31
|
+
}
|
|
32
|
+
export declare namespace WorkRequestResourceMetadataKey {
|
|
33
|
+
function getJsonObj(obj: WorkRequestResourceMetadataKey): WorkRequestResourceMetadataKey;
|
|
34
|
+
function getDeserializedJsonObj(obj: WorkRequestResourceMetadataKey): WorkRequestResourceMetadataKey;
|
|
35
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Delegate Access Control API
|
|
4
|
+
* Oracle Delegate Access Control allows ExaCC and ExaCS customers to delegate management of their Exadata resources operators outside their tenancies.
|
|
5
|
+
With Delegate Access Control, Support Providers can deliver managed services using comprehensive and robust tooling built on the OCI platform.
|
|
6
|
+
Customers maintain control over who has access to the delegated resources in their tenancy and what actions can be taken.
|
|
7
|
+
Enterprises managing resources across multiple tenants can use Delegate Access Control to streamline management tasks.
|
|
8
|
+
Using logging service, customers can view a near real-time audit report of all actions performed by a Service Provider operator.
|
|
9
|
+
|
|
10
|
+
* OpenAPI spec version: 20230801
|
|
11
|
+
*
|
|
12
|
+
*
|
|
13
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
14
|
+
* Do not edit the class manually.
|
|
15
|
+
*
|
|
16
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
17
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
18
|
+
*/
|
|
19
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
|
+
exports.WorkRequestResourceMetadataKey = void 0;
|
|
21
|
+
/**
|
|
22
|
+
* Possible Metadata keys for workRequest resource metadata
|
|
23
|
+
**/
|
|
24
|
+
var WorkRequestResourceMetadataKey;
|
|
25
|
+
(function (WorkRequestResourceMetadataKey) {
|
|
26
|
+
WorkRequestResourceMetadataKey["VmClusterId"] = "VM_CLUSTER_ID";
|
|
27
|
+
WorkRequestResourceMetadataKey["Hostnames"] = "HOSTNAMES";
|
|
28
|
+
WorkRequestResourceMetadataKey["Commands"] = "COMMANDS";
|
|
29
|
+
WorkRequestResourceMetadataKey["ResultLocation"] = "RESULT_LOCATION";
|
|
30
|
+
/**
|
|
31
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
32
|
+
* version of the SDK.
|
|
33
|
+
*/
|
|
34
|
+
WorkRequestResourceMetadataKey["UnknownValue"] = "UNKNOWN_VALUE";
|
|
35
|
+
})(WorkRequestResourceMetadataKey = exports.WorkRequestResourceMetadataKey || (exports.WorkRequestResourceMetadataKey = {}));
|
|
36
|
+
(function (WorkRequestResourceMetadataKey) {
|
|
37
|
+
function getJsonObj(obj) {
|
|
38
|
+
return obj;
|
|
39
|
+
}
|
|
40
|
+
WorkRequestResourceMetadataKey.getJsonObj = getJsonObj;
|
|
41
|
+
function getDeserializedJsonObj(obj) {
|
|
42
|
+
return obj;
|
|
43
|
+
}
|
|
44
|
+
WorkRequestResourceMetadataKey.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
45
|
+
})(WorkRequestResourceMetadataKey = exports.WorkRequestResourceMetadataKey || (exports.WorkRequestResourceMetadataKey = {}));
|
|
46
|
+
//# sourceMappingURL=work-request-resource-metadata-key.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-resource-metadata-key.js","sourceRoot":"","sources":["../../../../../lib/delegateaccesscontrol/lib/model/work-request-resource-metadata-key.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;AAKH;;IAEI;AACJ,IAAY,8BAWX;AAXD,WAAY,8BAA8B;IACxC,+DAA6B,CAAA;IAC7B,yDAAuB,CAAA;IACvB,uDAAqB,CAAA;IACrB,oEAAkC,CAAA;IAElC;;;OAGG;IACH,gEAA8B,CAAA;AAChC,CAAC,EAXW,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAWzC;AAED,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAmC;QAEnC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,qDAAsB,yBAIrC,CAAA;AACH,CAAC,EATgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAS9C"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Delegate Access Control API
|
|
3
|
+
* Oracle Delegate Access Control allows ExaCC and ExaCS customers to delegate management of their Exadata resources operators outside their tenancies.
|
|
4
|
+
With Delegate Access Control, Support Providers can deliver managed services using comprehensive and robust tooling built on the OCI platform.
|
|
5
|
+
Customers maintain control over who has access to the delegated resources in their tenancy and what actions can be taken.
|
|
6
|
+
Enterprises managing resources across multiple tenants can use Delegate Access Control to streamline management tasks.
|
|
7
|
+
Using logging service, customers can view a near real-time audit report of all actions performed by a Service Provider operator.
|
|
8
|
+
|
|
9
|
+
* OpenAPI spec version: 20230801
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*
|
|
15
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
16
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
17
|
+
*/
|
|
18
|
+
import * as model from "../model";
|
|
19
|
+
/**
|
|
20
|
+
* A resource created or operated on by a work request.
|
|
21
|
+
*/
|
|
22
|
+
export interface WorkRequestResource {
|
|
23
|
+
/**
|
|
24
|
+
* The resource type the work request affects.
|
|
25
|
+
*/
|
|
26
|
+
"entityType": string;
|
|
27
|
+
/**
|
|
28
|
+
* The way in which this resource is affected by the work tracked in the work request.
|
|
29
|
+
* A resource being created, updated, or deleted will remain in the IN_PROGRESS state until
|
|
30
|
+
* work is complete for that resource at which point it will transition to CREATED, UPDATED,
|
|
31
|
+
* or DELETED, respectively.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"actionType": model.ActionType;
|
|
35
|
+
/**
|
|
36
|
+
* The identifier of the resource the work request affects.
|
|
37
|
+
*/
|
|
38
|
+
"identifier": string;
|
|
39
|
+
/**
|
|
40
|
+
* The URI path that the user can do a GET on to access the resource metadata
|
|
41
|
+
*/
|
|
42
|
+
"entityUri"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* Additional information that helps to explain the resource.
|
|
45
|
+
*/
|
|
46
|
+
"metadata"?: {
|
|
47
|
+
[key: string]: string;
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
export declare namespace WorkRequestResource {
|
|
51
|
+
function getJsonObj(obj: WorkRequestResource): object;
|
|
52
|
+
function getDeserializedJsonObj(obj: WorkRequestResource): object;
|
|
53
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Delegate Access Control API
|
|
4
|
+
* Oracle Delegate Access Control allows ExaCC and ExaCS customers to delegate management of their Exadata resources operators outside their tenancies.
|
|
5
|
+
With Delegate Access Control, Support Providers can deliver managed services using comprehensive and robust tooling built on the OCI platform.
|
|
6
|
+
Customers maintain control over who has access to the delegated resources in their tenancy and what actions can be taken.
|
|
7
|
+
Enterprises managing resources across multiple tenants can use Delegate Access Control to streamline management tasks.
|
|
8
|
+
Using logging service, customers can view a near real-time audit report of all actions performed by a Service Provider operator.
|
|
9
|
+
|
|
10
|
+
* OpenAPI spec version: 20230801
|
|
11
|
+
*
|
|
12
|
+
*
|
|
13
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
14
|
+
* Do not edit the class manually.
|
|
15
|
+
*
|
|
16
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
17
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
18
|
+
*/
|
|
19
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
|
+
exports.WorkRequestResource = void 0;
|
|
21
|
+
var WorkRequestResource;
|
|
22
|
+
(function (WorkRequestResource) {
|
|
23
|
+
function getJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
WorkRequestResource.getJsonObj = getJsonObj;
|
|
28
|
+
function getDeserializedJsonObj(obj) {
|
|
29
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
30
|
+
return jsonObj;
|
|
31
|
+
}
|
|
32
|
+
WorkRequestResource.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
33
|
+
})(WorkRequestResource = exports.WorkRequestResource || (exports.WorkRequestResource = {}));
|
|
34
|
+
//# sourceMappingURL=work-request-resource.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-resource.js","sourceRoot":"","sources":["../../../../../lib/delegateaccesscontrol/lib/model/work-request-resource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;AAmCH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Delegate Access Control API
|
|
3
|
+
* Oracle Delegate Access Control allows ExaCC and ExaCS customers to delegate management of their Exadata resources operators outside their tenancies.
|
|
4
|
+
With Delegate Access Control, Support Providers can deliver managed services using comprehensive and robust tooling built on the OCI platform.
|
|
5
|
+
Customers maintain control over who has access to the delegated resources in their tenancy and what actions can be taken.
|
|
6
|
+
Enterprises managing resources across multiple tenants can use Delegate Access Control to streamline management tasks.
|
|
7
|
+
Using logging service, customers can view a near real-time audit report of all actions performed by a Service Provider operator.
|
|
8
|
+
|
|
9
|
+
* OpenAPI spec version: 20230801
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*
|
|
15
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
16
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
17
|
+
*/
|
|
18
|
+
import * as model from "../model";
|
|
19
|
+
/**
|
|
20
|
+
* Results of a workRequest search. Contains both WorkRequest items and other information, such as metadata.
|
|
21
|
+
*/
|
|
22
|
+
export interface WorkRequestSummaryCollection {
|
|
23
|
+
/**
|
|
24
|
+
* List of workRequestSummary objects.
|
|
25
|
+
*/
|
|
26
|
+
"items": Array<model.WorkRequestSummary>;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace WorkRequestSummaryCollection {
|
|
29
|
+
function getJsonObj(obj: WorkRequestSummaryCollection): object;
|
|
30
|
+
function getDeserializedJsonObj(obj: WorkRequestSummaryCollection): object;
|
|
31
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Delegate Access Control API
|
|
4
|
+
* Oracle Delegate Access Control allows ExaCC and ExaCS customers to delegate management of their Exadata resources operators outside their tenancies.
|
|
5
|
+
With Delegate Access Control, Support Providers can deliver managed services using comprehensive and robust tooling built on the OCI platform.
|
|
6
|
+
Customers maintain control over who has access to the delegated resources in their tenancy and what actions can be taken.
|
|
7
|
+
Enterprises managing resources across multiple tenants can use Delegate Access Control to streamline management tasks.
|
|
8
|
+
Using logging service, customers can view a near real-time audit report of all actions performed by a Service Provider operator.
|
|
9
|
+
|
|
10
|
+
* OpenAPI spec version: 20230801
|
|
11
|
+
*
|
|
12
|
+
*
|
|
13
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
14
|
+
* Do not edit the class manually.
|
|
15
|
+
*
|
|
16
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
17
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
18
|
+
*/
|
|
19
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
22
|
+
}) : (function(o, m, k, k2) {
|
|
23
|
+
if (k2 === undefined) k2 = k;
|
|
24
|
+
o[k2] = m[k];
|
|
25
|
+
}));
|
|
26
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
27
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
28
|
+
}) : function(o, v) {
|
|
29
|
+
o["default"] = v;
|
|
30
|
+
});
|
|
31
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
32
|
+
if (mod && mod.__esModule) return mod;
|
|
33
|
+
var result = {};
|
|
34
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
35
|
+
__setModuleDefault(result, mod);
|
|
36
|
+
return result;
|
|
37
|
+
};
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.WorkRequestSummaryCollection = void 0;
|
|
40
|
+
const model = __importStar(require("../model"));
|
|
41
|
+
var WorkRequestSummaryCollection;
|
|
42
|
+
(function (WorkRequestSummaryCollection) {
|
|
43
|
+
function getJsonObj(obj) {
|
|
44
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
45
|
+
"items": obj.items
|
|
46
|
+
? obj.items.map(item => {
|
|
47
|
+
return model.WorkRequestSummary.getJsonObj(item);
|
|
48
|
+
})
|
|
49
|
+
: undefined
|
|
50
|
+
});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
WorkRequestSummaryCollection.getJsonObj = getJsonObj;
|
|
54
|
+
function getDeserializedJsonObj(obj) {
|
|
55
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
56
|
+
"items": obj.items
|
|
57
|
+
? obj.items.map(item => {
|
|
58
|
+
return model.WorkRequestSummary.getDeserializedJsonObj(item);
|
|
59
|
+
})
|
|
60
|
+
: undefined
|
|
61
|
+
});
|
|
62
|
+
return jsonObj;
|
|
63
|
+
}
|
|
64
|
+
WorkRequestSummaryCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
65
|
+
})(WorkRequestSummaryCollection = exports.WorkRequestSummaryCollection || (exports.WorkRequestSummaryCollection = {}));
|
|
66
|
+
//# sourceMappingURL=work-request-summary-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/delegateaccesscontrol/lib/model/work-request-summary-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,4BAA4B,CA6B5C;AA7BD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA6B5C"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Delegate Access Control API
|
|
3
|
+
* Oracle Delegate Access Control allows ExaCC and ExaCS customers to delegate management of their Exadata resources operators outside their tenancies.
|
|
4
|
+
With Delegate Access Control, Support Providers can deliver managed services using comprehensive and robust tooling built on the OCI platform.
|
|
5
|
+
Customers maintain control over who has access to the delegated resources in their tenancy and what actions can be taken.
|
|
6
|
+
Enterprises managing resources across multiple tenants can use Delegate Access Control to streamline management tasks.
|
|
7
|
+
Using logging service, customers can view a near real-time audit report of all actions performed by a Service Provider operator.
|
|
8
|
+
|
|
9
|
+
* OpenAPI spec version: 20230801
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*
|
|
15
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
16
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
17
|
+
*/
|
|
18
|
+
import * as model from "../model";
|
|
19
|
+
/**
|
|
20
|
+
* A summary of the status of a work request.
|
|
21
|
+
*/
|
|
22
|
+
export interface WorkRequestSummary {
|
|
23
|
+
/**
|
|
24
|
+
* Type of the work request
|
|
25
|
+
*/
|
|
26
|
+
"operationType": model.OperationType;
|
|
27
|
+
/**
|
|
28
|
+
* Status of current work request.
|
|
29
|
+
*/
|
|
30
|
+
"status": model.OperationStatus;
|
|
31
|
+
/**
|
|
32
|
+
* The id of the work request.
|
|
33
|
+
*/
|
|
34
|
+
"id": string;
|
|
35
|
+
/**
|
|
36
|
+
* The ocid of the compartment that contains the work request. Work requests should be scoped to
|
|
37
|
+
* the same compartment as the resource the work request affects. If the work request affects multiple resources,
|
|
38
|
+
* and those resources are not in the same compartment, it is up to the service team to pick the primary
|
|
39
|
+
* resource whose compartment should be used
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"compartmentId": string;
|
|
43
|
+
/**
|
|
44
|
+
* The resources affected by this work request.
|
|
45
|
+
*/
|
|
46
|
+
"resources": Array<model.WorkRequestResource>;
|
|
47
|
+
/**
|
|
48
|
+
* Percentage of the request completed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
49
|
+
*/
|
|
50
|
+
"percentComplete": number;
|
|
51
|
+
/**
|
|
52
|
+
* The date and time the request was created, as described in
|
|
53
|
+
* [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
"timeAccepted": Date;
|
|
57
|
+
/**
|
|
58
|
+
* The date and time the request was started, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339),
|
|
59
|
+
* section 14.29.
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
"timeStarted"?: Date;
|
|
63
|
+
/**
|
|
64
|
+
* The date and time the object was finished, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
|
|
65
|
+
*
|
|
66
|
+
*/
|
|
67
|
+
"timeFinished"?: Date;
|
|
68
|
+
}
|
|
69
|
+
export declare namespace WorkRequestSummary {
|
|
70
|
+
function getJsonObj(obj: WorkRequestSummary): object;
|
|
71
|
+
function getDeserializedJsonObj(obj: WorkRequestSummary): object;
|
|
72
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Delegate Access Control API
|
|
4
|
+
* Oracle Delegate Access Control allows ExaCC and ExaCS customers to delegate management of their Exadata resources operators outside their tenancies.
|
|
5
|
+
With Delegate Access Control, Support Providers can deliver managed services using comprehensive and robust tooling built on the OCI platform.
|
|
6
|
+
Customers maintain control over who has access to the delegated resources in their tenancy and what actions can be taken.
|
|
7
|
+
Enterprises managing resources across multiple tenants can use Delegate Access Control to streamline management tasks.
|
|
8
|
+
Using logging service, customers can view a near real-time audit report of all actions performed by a Service Provider operator.
|
|
9
|
+
|
|
10
|
+
* OpenAPI spec version: 20230801
|
|
11
|
+
*
|
|
12
|
+
*
|
|
13
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
14
|
+
* Do not edit the class manually.
|
|
15
|
+
*
|
|
16
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
17
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
18
|
+
*/
|
|
19
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
22
|
+
}) : (function(o, m, k, k2) {
|
|
23
|
+
if (k2 === undefined) k2 = k;
|
|
24
|
+
o[k2] = m[k];
|
|
25
|
+
}));
|
|
26
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
27
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
28
|
+
}) : function(o, v) {
|
|
29
|
+
o["default"] = v;
|
|
30
|
+
});
|
|
31
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
32
|
+
if (mod && mod.__esModule) return mod;
|
|
33
|
+
var result = {};
|
|
34
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
35
|
+
__setModuleDefault(result, mod);
|
|
36
|
+
return result;
|
|
37
|
+
};
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.WorkRequestSummary = void 0;
|
|
40
|
+
const model = __importStar(require("../model"));
|
|
41
|
+
var WorkRequestSummary;
|
|
42
|
+
(function (WorkRequestSummary) {
|
|
43
|
+
function getJsonObj(obj) {
|
|
44
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
45
|
+
"resources": obj.resources
|
|
46
|
+
? obj.resources.map(item => {
|
|
47
|
+
return model.WorkRequestResource.getJsonObj(item);
|
|
48
|
+
})
|
|
49
|
+
: undefined
|
|
50
|
+
});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
WorkRequestSummary.getJsonObj = getJsonObj;
|
|
54
|
+
function getDeserializedJsonObj(obj) {
|
|
55
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
56
|
+
"resources": obj.resources
|
|
57
|
+
? obj.resources.map(item => {
|
|
58
|
+
return model.WorkRequestResource.getDeserializedJsonObj(item);
|
|
59
|
+
})
|
|
60
|
+
: undefined
|
|
61
|
+
});
|
|
62
|
+
return jsonObj;
|
|
63
|
+
}
|
|
64
|
+
WorkRequestSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
65
|
+
})(WorkRequestSummary = exports.WorkRequestSummary || (exports.WorkRequestSummary = {}));
|
|
66
|
+
//# sourceMappingURL=work-request-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-summary.js","sourceRoot":"","sources":["../../../../../lib/delegateaccesscontrol/lib/model/work-request-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsDlC,IAAiB,kBAAkB,CA6BlC;AA7BD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA6BlC"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Delegate Access Control API
|
|
3
|
+
* Oracle Delegate Access Control allows ExaCC and ExaCS customers to delegate management of their Exadata resources operators outside their tenancies.
|
|
4
|
+
With Delegate Access Control, Support Providers can deliver managed services using comprehensive and robust tooling built on the OCI platform.
|
|
5
|
+
Customers maintain control over who has access to the delegated resources in their tenancy and what actions can be taken.
|
|
6
|
+
Enterprises managing resources across multiple tenants can use Delegate Access Control to streamline management tasks.
|
|
7
|
+
Using logging service, customers can view a near real-time audit report of all actions performed by a Service Provider operator.
|
|
8
|
+
|
|
9
|
+
* OpenAPI spec version: 20230801
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*
|
|
15
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
16
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
17
|
+
*/
|
|
18
|
+
import * as model from "../model";
|
|
19
|
+
/**
|
|
20
|
+
* A description of workrequest status
|
|
21
|
+
*/
|
|
22
|
+
export interface WorkRequest {
|
|
23
|
+
/**
|
|
24
|
+
* Type of the work request
|
|
25
|
+
*/
|
|
26
|
+
"operationType": model.OperationType;
|
|
27
|
+
/**
|
|
28
|
+
* Status of current work request.
|
|
29
|
+
*/
|
|
30
|
+
"status": model.OperationStatus;
|
|
31
|
+
/**
|
|
32
|
+
* The id of the work request.
|
|
33
|
+
*/
|
|
34
|
+
"id": string;
|
|
35
|
+
/**
|
|
36
|
+
* The ocid of the compartment that contains the work request. Work requests should be scoped to
|
|
37
|
+
* the same compartment as the resource the work request affects. If the work request affects multiple resources,
|
|
38
|
+
* and those resources are not in the same compartment, it is up to the service team to pick the primary
|
|
39
|
+
* resource whose compartment should be used
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"compartmentId": string;
|
|
43
|
+
/**
|
|
44
|
+
* The resources affected by this work request.
|
|
45
|
+
*/
|
|
46
|
+
"resources": Array<model.WorkRequestResource>;
|
|
47
|
+
/**
|
|
48
|
+
* Percentage of the request completed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
49
|
+
*/
|
|
50
|
+
"percentComplete": number;
|
|
51
|
+
/**
|
|
52
|
+
* The date and time the request was created, as described in
|
|
53
|
+
* [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
"timeAccepted": Date;
|
|
57
|
+
/**
|
|
58
|
+
* The date and time the request was started, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339),
|
|
59
|
+
* section 14.29.
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
"timeStarted"?: Date;
|
|
63
|
+
/**
|
|
64
|
+
* The date and time the object was finished, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
|
|
65
|
+
*
|
|
66
|
+
*/
|
|
67
|
+
"timeFinished"?: Date;
|
|
68
|
+
}
|
|
69
|
+
export declare namespace WorkRequest {
|
|
70
|
+
function getJsonObj(obj: WorkRequest): object;
|
|
71
|
+
function getDeserializedJsonObj(obj: WorkRequest): object;
|
|
72
|
+
}
|