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,150 @@
|
|
|
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
|
+
* Summary of Delegated Resource Access Request.
|
|
21
|
+
*/
|
|
22
|
+
export interface DelegatedResourceAccessRequestSummary {
|
|
23
|
+
/**
|
|
24
|
+
* The OCID of the Delegated Resource Access Request.
|
|
25
|
+
*/
|
|
26
|
+
"id": string;
|
|
27
|
+
/**
|
|
28
|
+
* The OCID of the compartment that contains the Delegated Resource Access Request.
|
|
29
|
+
*/
|
|
30
|
+
"compartmentId": string;
|
|
31
|
+
/**
|
|
32
|
+
* Display name. This is generated by the system automatically.
|
|
33
|
+
*/
|
|
34
|
+
"displayName"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* A list of ticket numbers related to this Delegated Resource Access Request, e.g. Service Request (SR) number and JIRA ticket number.
|
|
37
|
+
*/
|
|
38
|
+
"ticketNumbers"?: Array<string>;
|
|
39
|
+
/**
|
|
40
|
+
* A short description explaining why this Delegated Resource Access Request is needed by the support operator.
|
|
41
|
+
*/
|
|
42
|
+
"reasonForRequest": string;
|
|
43
|
+
/**
|
|
44
|
+
* Requested access start time in UTC.
|
|
45
|
+
*/
|
|
46
|
+
"timeAccessRequested"?: Date;
|
|
47
|
+
/**
|
|
48
|
+
* The OCID of the target resource associated with the Delegated Resource Access Request. The support operator raises a Delegated Resource Access Request to get approval to
|
|
49
|
+
* access the target resource.
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
"resourceId": string;
|
|
53
|
+
/**
|
|
54
|
+
* The name of the target resource associated with the Delegated Resource Access Request. The support operator raises a Delegated Resource Access Request to get approval to
|
|
55
|
+
* access the target resource.
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
58
|
+
"resourceName"?: string;
|
|
59
|
+
/**
|
|
60
|
+
* Resource type for which the associated Delegation Control is applicable to.
|
|
61
|
+
*/
|
|
62
|
+
"resourceType"?: model.DelegationControlResourceType;
|
|
63
|
+
/**
|
|
64
|
+
* List of Service Provider Action names for which approval is sought by the support operator user. The list of pre-defined Service Provider Actions can be obtained from the ListServiceProviderActions API.
|
|
65
|
+
*/
|
|
66
|
+
"requestedActionNames"?: Array<string>;
|
|
67
|
+
/**
|
|
68
|
+
* Requester type
|
|
69
|
+
*/
|
|
70
|
+
"requesterType"?: model.DelegatedResourceAccessRequesterType;
|
|
71
|
+
/**
|
|
72
|
+
* The OCID of the Delegation Control governing the target resource.
|
|
73
|
+
*/
|
|
74
|
+
"delegationControlId": string;
|
|
75
|
+
/**
|
|
76
|
+
* Priority assigned to the Delegated Resource Access Request by the support operator
|
|
77
|
+
*/
|
|
78
|
+
"severity"?: model.DelegatedResourceAccessRequestSeverity;
|
|
79
|
+
/**
|
|
80
|
+
* Duration in hours for which access is sought on the target resource. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
81
|
+
*/
|
|
82
|
+
"durationInHours"?: number;
|
|
83
|
+
/**
|
|
84
|
+
* Duration in hours for which extension access is sought on the target resource. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
85
|
+
*/
|
|
86
|
+
"extendDurationInHours"?: number;
|
|
87
|
+
/**
|
|
88
|
+
* Set to true if the request is approved automatically based on preApprovedServiceProviderActionNames or isAutoApproveDuringMaintenance in the associated Delegation Control.
|
|
89
|
+
*/
|
|
90
|
+
"isAutoApproved"?: boolean;
|
|
91
|
+
/**
|
|
92
|
+
* The current lifecycle state of the Delegated Resource Access Request.
|
|
93
|
+
*/
|
|
94
|
+
"lifecycleState"?: string;
|
|
95
|
+
/**
|
|
96
|
+
* Description of the current lifecycle state in more detail.
|
|
97
|
+
*/
|
|
98
|
+
"lifecycleStateDetails"?: string;
|
|
99
|
+
/**
|
|
100
|
+
* The current status of the Delegated Resource Access Request.
|
|
101
|
+
*/
|
|
102
|
+
"requestStatus"?: model.DelegatedResourceAccessRequestStatus;
|
|
103
|
+
/**
|
|
104
|
+
* Time when the Delegated Resource Access Request was created by the support operator user in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
|
|
105
|
+
*
|
|
106
|
+
*/
|
|
107
|
+
"timeCreated"?: Date;
|
|
108
|
+
/**
|
|
109
|
+
* Time when the Delegated Resource Access Request was last modified in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
|
|
110
|
+
*
|
|
111
|
+
*/
|
|
112
|
+
"timeUpdated"?: Date;
|
|
113
|
+
/**
|
|
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.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
116
|
+
* <p>
|
|
117
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
118
|
+
*
|
|
119
|
+
*/
|
|
120
|
+
"freeformTags"?: {
|
|
121
|
+
[key: string]: string;
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
125
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
126
|
+
* <p>
|
|
127
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
128
|
+
*
|
|
129
|
+
*/
|
|
130
|
+
"definedTags"?: {
|
|
131
|
+
[key: string]: {
|
|
132
|
+
[key: string]: any;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
/**
|
|
136
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
137
|
+
* <p>
|
|
138
|
+
Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
139
|
+
*
|
|
140
|
+
*/
|
|
141
|
+
"systemTags"?: {
|
|
142
|
+
[key: string]: {
|
|
143
|
+
[key: string]: any;
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
}
|
|
147
|
+
export declare namespace DelegatedResourceAccessRequestSummary {
|
|
148
|
+
function getJsonObj(obj: DelegatedResourceAccessRequestSummary): object;
|
|
149
|
+
function getDeserializedJsonObj(obj: DelegatedResourceAccessRequestSummary): object;
|
|
150
|
+
}
|
|
@@ -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.DelegatedResourceAccessRequestSummary = void 0;
|
|
21
|
+
var DelegatedResourceAccessRequestSummary;
|
|
22
|
+
(function (DelegatedResourceAccessRequestSummary) {
|
|
23
|
+
function getJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
DelegatedResourceAccessRequestSummary.getJsonObj = getJsonObj;
|
|
28
|
+
function getDeserializedJsonObj(obj) {
|
|
29
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
30
|
+
return jsonObj;
|
|
31
|
+
}
|
|
32
|
+
DelegatedResourceAccessRequestSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
33
|
+
})(DelegatedResourceAccessRequestSummary = exports.DelegatedResourceAccessRequestSummary || (exports.DelegatedResourceAccessRequestSummary = {}));
|
|
34
|
+
//# sourceMappingURL=delegated-resource-access-request-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delegated-resource-access-request-summary.js","sourceRoot":"","sources":["../../../../../lib/delegateaccesscontrol/lib/model/delegated-resource-access-request-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;AA4HH,IAAiB,qCAAqC,CAWrD;AAXD,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CAAC,GAA0C;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0C;QAC/E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAWrD"}
|
|
@@ -0,0 +1,234 @@
|
|
|
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 support operator raises Delegated Resource Access Request when they need access to any infrastructure resource governed by Delegation Control.
|
|
21
|
+
* The Delegated Resource Access Request identifies the target resource and the set of Service Provider Actions. Delegated Resource Access Request handling depends upon the Delegation Control
|
|
22
|
+
* that governs the target resource, and the set of Service Provider Actions listed for approval in the Delegated Resource Access Request. If all of the Service Provider Actions
|
|
23
|
+
* listed in the Delegated Resource Access Request are in the pre-approved list in the Delegation Control that governs the target resource, then the Delegated Resource Access Request is
|
|
24
|
+
* automatically approved. If not, then the Delegated Resource Access Request requires explicit approval from the approver group specified by the Delegation Control governing the target resource.
|
|
25
|
+
* <p>
|
|
26
|
+
You can approve or reject a Delegated Resource Access Request. You can also revoke the approval of an already approved Delegated Resource Access Request. While creating a Delegated Resource Access Request,
|
|
27
|
+
* the support operator specifies the duration of access. You have the option to approve the entire duration or reduce or even increase the time duration.
|
|
28
|
+
* A support operator can also request for an extension. The approval for such an extension is processed the same way the original Delegated Resource Access Request was processed.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
export interface DelegatedResourceAccessRequest {
|
|
32
|
+
/**
|
|
33
|
+
* The OCID of the Delegated Resource Access Request.
|
|
34
|
+
*/
|
|
35
|
+
"id": string;
|
|
36
|
+
/**
|
|
37
|
+
* The OCID of the compartment that contains the Delegated Resource Access Request.
|
|
38
|
+
*/
|
|
39
|
+
"compartmentId": string;
|
|
40
|
+
/**
|
|
41
|
+
* Display name. This is generated by the system automatically.
|
|
42
|
+
*/
|
|
43
|
+
"displayName"?: string;
|
|
44
|
+
/**
|
|
45
|
+
* A list of ticket numbers related to this Delegated Resource Access Request, e.g. Service Request (SR) number and JIRA ticket number.
|
|
46
|
+
*/
|
|
47
|
+
"ticketNumbers"?: Array<string>;
|
|
48
|
+
/**
|
|
49
|
+
* A short description explaining why this Delegated Resource Access Request is needed by the support operator.
|
|
50
|
+
*/
|
|
51
|
+
"reasonForRequest": string;
|
|
52
|
+
/**
|
|
53
|
+
* Detailed description of this Delegated Resource Access Request.
|
|
54
|
+
*/
|
|
55
|
+
"description": string;
|
|
56
|
+
/**
|
|
57
|
+
* Requested access start time in UTC.
|
|
58
|
+
*/
|
|
59
|
+
"timeAccessRequested"?: Date;
|
|
60
|
+
/**
|
|
61
|
+
* The OCID of the target resource associated with the Delegated Resource Access Request. The support operator raises a Delegated Resource Access Request to get approval to
|
|
62
|
+
* access the target resource.
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
"resourceId": string;
|
|
66
|
+
/**
|
|
67
|
+
* The name of the target resource associated with the Delegated Resource Access Request. The support operator raises a Delegated Resource Access Request to get approval to
|
|
68
|
+
* access the target resource.
|
|
69
|
+
*
|
|
70
|
+
*/
|
|
71
|
+
"resourceName"?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Resource type for which the associated Delegation Control is applicable to.
|
|
74
|
+
*/
|
|
75
|
+
"resourceType"?: model.DelegationControlResourceType;
|
|
76
|
+
/**
|
|
77
|
+
* Requester type
|
|
78
|
+
*/
|
|
79
|
+
"requesterType"?: model.DelegatedResourceAccessRequesterType;
|
|
80
|
+
/**
|
|
81
|
+
* List of Service Provider Action names for which approval is sought by the support operator user. The list of pre-defined Service Provider Actions can be obtained from the ListServiceProviderActions API.
|
|
82
|
+
*/
|
|
83
|
+
"requestedActionNames"?: Array<string>;
|
|
84
|
+
/**
|
|
85
|
+
* List of Database unique names for which access is requested. This parameter is required for DLGT_MGMT_SYS_MAINT_ACCESS cage when database access in needed.
|
|
86
|
+
*/
|
|
87
|
+
"databaseNameList"?: Array<string>;
|
|
88
|
+
/**
|
|
89
|
+
* List of Service Provider Service Types being provided by the support operator user.
|
|
90
|
+
*/
|
|
91
|
+
"providedServiceTypes"?: Array<DelegatedResourceAccessRequest.ProvidedServiceTypes>;
|
|
92
|
+
/**
|
|
93
|
+
* List of Delegation Subscription OCID that are associated with this Delegated Resource Access Request based on the service types being requested.
|
|
94
|
+
*/
|
|
95
|
+
"delegationSubscriptionIds"?: Array<string>;
|
|
96
|
+
/**
|
|
97
|
+
* Priority assigned to the Delegated Resource Access Request by the support operator
|
|
98
|
+
*/
|
|
99
|
+
"severity"?: model.DelegatedResourceAccessRequestSeverity;
|
|
100
|
+
/**
|
|
101
|
+
* Duration in hours for which access is sought on the target resource. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
102
|
+
*/
|
|
103
|
+
"durationInHours"?: number;
|
|
104
|
+
/**
|
|
105
|
+
* Duration in hours for which extension access is sought on the target resource. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
106
|
+
*/
|
|
107
|
+
"extendDurationInHours"?: number;
|
|
108
|
+
/**
|
|
109
|
+
* Set to true if the request is approved automatically based on preApprovedServiceProviderActionNames or isAutoApproveDuringMaintenance in the associated Delegation Control.
|
|
110
|
+
*/
|
|
111
|
+
"isAutoApproved"?: boolean;
|
|
112
|
+
/**
|
|
113
|
+
* The current lifecycle state of the Delegated Resource Access Request.
|
|
114
|
+
*/
|
|
115
|
+
"lifecycleState"?: DelegatedResourceAccessRequest.LifecycleState;
|
|
116
|
+
/**
|
|
117
|
+
* Description of the current lifecycle state in more detail.
|
|
118
|
+
*/
|
|
119
|
+
"lifecycleStateDetails"?: string;
|
|
120
|
+
/**
|
|
121
|
+
* The current status of the Delegated Resource Access Request.
|
|
122
|
+
*/
|
|
123
|
+
"requestStatus"?: model.DelegatedResourceAccessRequestStatus;
|
|
124
|
+
/**
|
|
125
|
+
* Time when the Delegated Resource Access Request was created in [RFC 3339](https://tools.ietf.org/html/rfc3339)timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
|
|
126
|
+
*
|
|
127
|
+
*/
|
|
128
|
+
"timeCreated"?: Date;
|
|
129
|
+
/**
|
|
130
|
+
* Time when the Delegated Resource Access Request was last modified in [RFC 3339](https://tools.ietf.org/html/rfc3339)timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
|
|
131
|
+
*
|
|
132
|
+
*/
|
|
133
|
+
"timeUpdated"?: Date;
|
|
134
|
+
/**
|
|
135
|
+
* Number of initial approvals that have been obtained so far. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
136
|
+
*/
|
|
137
|
+
"numInitialApprovals"?: number;
|
|
138
|
+
/**
|
|
139
|
+
* Number of extension approvals that have been obtained so far. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
140
|
+
*/
|
|
141
|
+
"numExtensionApprovals"?: number;
|
|
142
|
+
/**
|
|
143
|
+
* In case of single approval, this will have only one item. Else, a list of approvals.
|
|
144
|
+
*/
|
|
145
|
+
"approvalInfo"?: Array<model.DelegatedResourceAccessRequestApprovalDetails>;
|
|
146
|
+
/**
|
|
147
|
+
* The comment entered by the support operator while closing the request.
|
|
148
|
+
*/
|
|
149
|
+
"closureComment"?: string;
|
|
150
|
+
/**
|
|
151
|
+
* The OCID of the Delegation Control governing the target resource.
|
|
152
|
+
*/
|
|
153
|
+
"delegationControlId"?: string;
|
|
154
|
+
/**
|
|
155
|
+
* Specifies the type of auditing to be enabled. There are two levels of auditing: command-level and keystroke-level.
|
|
156
|
+
* By default, both command-level and keystroke-level auditing are enabled, i.e. commands and key strokes issued by the support operator are logged.
|
|
157
|
+
*
|
|
158
|
+
*/
|
|
159
|
+
"auditTypes"?: Array<DelegatedResourceAccessRequest.AuditTypes>;
|
|
160
|
+
/**
|
|
161
|
+
* Indicates if the delegated resource access request is waiting on more information from the operator
|
|
162
|
+
*/
|
|
163
|
+
"isPendingMoreInfo"?: boolean;
|
|
164
|
+
/**
|
|
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.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
167
|
+
* <p>
|
|
168
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
169
|
+
*
|
|
170
|
+
*/
|
|
171
|
+
"freeformTags"?: {
|
|
172
|
+
[key: string]: string;
|
|
173
|
+
};
|
|
174
|
+
/**
|
|
175
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
176
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
177
|
+
* <p>
|
|
178
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
179
|
+
*
|
|
180
|
+
*/
|
|
181
|
+
"definedTags"?: {
|
|
182
|
+
[key: string]: {
|
|
183
|
+
[key: string]: any;
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
/**
|
|
187
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
188
|
+
* <p>
|
|
189
|
+
Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
190
|
+
*
|
|
191
|
+
*/
|
|
192
|
+
"systemTags"?: {
|
|
193
|
+
[key: string]: {
|
|
194
|
+
[key: string]: any;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
}
|
|
198
|
+
export declare namespace DelegatedResourceAccessRequest {
|
|
199
|
+
enum ProvidedServiceTypes {
|
|
200
|
+
Troubleshooting = "TROUBLESHOOTING",
|
|
201
|
+
AssistedPatching = "ASSISTED_PATCHING",
|
|
202
|
+
/**
|
|
203
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
204
|
+
* version of the SDK.
|
|
205
|
+
*/
|
|
206
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
207
|
+
}
|
|
208
|
+
enum LifecycleState {
|
|
209
|
+
Accepted = "ACCEPTED",
|
|
210
|
+
InProgress = "IN_PROGRESS",
|
|
211
|
+
Waiting = "WAITING",
|
|
212
|
+
Failed = "FAILED",
|
|
213
|
+
Succeeded = "SUCCEEDED",
|
|
214
|
+
Canceling = "CANCELING",
|
|
215
|
+
Canceled = "CANCELED",
|
|
216
|
+
NeedsAttention = "NEEDS_ATTENTION",
|
|
217
|
+
/**
|
|
218
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
219
|
+
* version of the SDK.
|
|
220
|
+
*/
|
|
221
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
222
|
+
}
|
|
223
|
+
enum AuditTypes {
|
|
224
|
+
CommandAudit = "COMMAND_AUDIT",
|
|
225
|
+
CommandKeystrokeAudit = "COMMAND_KEYSTROKE_AUDIT",
|
|
226
|
+
/**
|
|
227
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
228
|
+
* version of the SDK.
|
|
229
|
+
*/
|
|
230
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
231
|
+
}
|
|
232
|
+
function getJsonObj(obj: DelegatedResourceAccessRequest): object;
|
|
233
|
+
function getDeserializedJsonObj(obj: DelegatedResourceAccessRequest): object;
|
|
234
|
+
}
|
|
@@ -0,0 +1,102 @@
|
|
|
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.DelegatedResourceAccessRequest = void 0;
|
|
40
|
+
const model = __importStar(require("../model"));
|
|
41
|
+
var DelegatedResourceAccessRequest;
|
|
42
|
+
(function (DelegatedResourceAccessRequest) {
|
|
43
|
+
let ProvidedServiceTypes;
|
|
44
|
+
(function (ProvidedServiceTypes) {
|
|
45
|
+
ProvidedServiceTypes["Troubleshooting"] = "TROUBLESHOOTING";
|
|
46
|
+
ProvidedServiceTypes["AssistedPatching"] = "ASSISTED_PATCHING";
|
|
47
|
+
/**
|
|
48
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
49
|
+
* version of the SDK.
|
|
50
|
+
*/
|
|
51
|
+
ProvidedServiceTypes["UnknownValue"] = "UNKNOWN_VALUE";
|
|
52
|
+
})(ProvidedServiceTypes = DelegatedResourceAccessRequest.ProvidedServiceTypes || (DelegatedResourceAccessRequest.ProvidedServiceTypes = {}));
|
|
53
|
+
let LifecycleState;
|
|
54
|
+
(function (LifecycleState) {
|
|
55
|
+
LifecycleState["Accepted"] = "ACCEPTED";
|
|
56
|
+
LifecycleState["InProgress"] = "IN_PROGRESS";
|
|
57
|
+
LifecycleState["Waiting"] = "WAITING";
|
|
58
|
+
LifecycleState["Failed"] = "FAILED";
|
|
59
|
+
LifecycleState["Succeeded"] = "SUCCEEDED";
|
|
60
|
+
LifecycleState["Canceling"] = "CANCELING";
|
|
61
|
+
LifecycleState["Canceled"] = "CANCELED";
|
|
62
|
+
LifecycleState["NeedsAttention"] = "NEEDS_ATTENTION";
|
|
63
|
+
/**
|
|
64
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
65
|
+
* version of the SDK.
|
|
66
|
+
*/
|
|
67
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
68
|
+
})(LifecycleState = DelegatedResourceAccessRequest.LifecycleState || (DelegatedResourceAccessRequest.LifecycleState = {}));
|
|
69
|
+
let AuditTypes;
|
|
70
|
+
(function (AuditTypes) {
|
|
71
|
+
AuditTypes["CommandAudit"] = "COMMAND_AUDIT";
|
|
72
|
+
AuditTypes["CommandKeystrokeAudit"] = "COMMAND_KEYSTROKE_AUDIT";
|
|
73
|
+
/**
|
|
74
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
75
|
+
* version of the SDK.
|
|
76
|
+
*/
|
|
77
|
+
AuditTypes["UnknownValue"] = "UNKNOWN_VALUE";
|
|
78
|
+
})(AuditTypes = DelegatedResourceAccessRequest.AuditTypes || (DelegatedResourceAccessRequest.AuditTypes = {}));
|
|
79
|
+
function getJsonObj(obj) {
|
|
80
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
81
|
+
"approvalInfo": obj.approvalInfo
|
|
82
|
+
? obj.approvalInfo.map(item => {
|
|
83
|
+
return model.DelegatedResourceAccessRequestApprovalDetails.getJsonObj(item);
|
|
84
|
+
})
|
|
85
|
+
: undefined
|
|
86
|
+
});
|
|
87
|
+
return jsonObj;
|
|
88
|
+
}
|
|
89
|
+
DelegatedResourceAccessRequest.getJsonObj = getJsonObj;
|
|
90
|
+
function getDeserializedJsonObj(obj) {
|
|
91
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
92
|
+
"approvalInfo": obj.approvalInfo
|
|
93
|
+
? obj.approvalInfo.map(item => {
|
|
94
|
+
return model.DelegatedResourceAccessRequestApprovalDetails.getDeserializedJsonObj(item);
|
|
95
|
+
})
|
|
96
|
+
: undefined
|
|
97
|
+
});
|
|
98
|
+
return jsonObj;
|
|
99
|
+
}
|
|
100
|
+
DelegatedResourceAccessRequest.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
101
|
+
})(DelegatedResourceAccessRequest = exports.DelegatedResourceAccessRequest || (exports.DelegatedResourceAccessRequest = {}));
|
|
102
|
+
//# sourceMappingURL=delegated-resource-access-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delegated-resource-access-request.js","sourceRoot":"","sources":["../../../../../lib/delegateaccesscontrol/lib/model/delegated-resource-access-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6KlC,IAAiB,8BAA8B,CAmE9C;AAnED,WAAiB,8BAA8B;IAC7C,IAAY,oBAQX;IARD,WAAY,oBAAoB;QAC9B,2DAAmC,CAAA;QACnC,8DAAsC,CAAA;QACtC;;;WAGG;QACH,sDAA8B,CAAA;IAChC,CAAC,EARW,oBAAoB,GAApB,mDAAoB,KAApB,mDAAoB,QAQ/B;IAED,IAAY,cAcX;IAdD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,4CAA0B,CAAA;QAC1B,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB,yCAAuB,CAAA;QACvB,yCAAuB,CAAA;QACvB,uCAAqB,CAAA;QACrB,oDAAkC,CAAA;QAClC;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAdW,cAAc,GAAd,6CAAc,KAAd,6CAAc,QAczB;IAED,IAAY,UAQX;IARD,WAAY,UAAU;QACpB,4CAA8B,CAAA;QAC9B,+DAAiD,CAAA;QACjD;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EARW,UAAU,GAAV,yCAAU,KAAV,yCAAU,QAQrB;IAED,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,6CAA6C,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,6CAA6C,CAAC,sBAAsB,CAC/E,IAAI,CACL,CAAC;gBACJ,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,qDAAsB,yBAerC,CAAA;AACH,CAAC,EAnEgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAmE9C"}
|
|
@@ -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
|
+
* Requester types
|
|
20
|
+
**/
|
|
21
|
+
export declare enum DelegatedResourceAccessRequesterType {
|
|
22
|
+
Operator = "OPERATOR",
|
|
23
|
+
Customer = "CUSTOMER",
|
|
24
|
+
System = "SYSTEM",
|
|
25
|
+
/**
|
|
26
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
27
|
+
* version of the SDK.
|
|
28
|
+
*/
|
|
29
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
30
|
+
}
|
|
31
|
+
export declare namespace DelegatedResourceAccessRequesterType {
|
|
32
|
+
function getJsonObj(obj: DelegatedResourceAccessRequesterType): DelegatedResourceAccessRequesterType;
|
|
33
|
+
function getDeserializedJsonObj(obj: DelegatedResourceAccessRequesterType): DelegatedResourceAccessRequesterType;
|
|
34
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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.DelegatedResourceAccessRequesterType = void 0;
|
|
21
|
+
/**
|
|
22
|
+
* Requester types
|
|
23
|
+
**/
|
|
24
|
+
var DelegatedResourceAccessRequesterType;
|
|
25
|
+
(function (DelegatedResourceAccessRequesterType) {
|
|
26
|
+
DelegatedResourceAccessRequesterType["Operator"] = "OPERATOR";
|
|
27
|
+
DelegatedResourceAccessRequesterType["Customer"] = "CUSTOMER";
|
|
28
|
+
DelegatedResourceAccessRequesterType["System"] = "SYSTEM";
|
|
29
|
+
/**
|
|
30
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
31
|
+
* version of the SDK.
|
|
32
|
+
*/
|
|
33
|
+
DelegatedResourceAccessRequesterType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
34
|
+
})(DelegatedResourceAccessRequesterType = exports.DelegatedResourceAccessRequesterType || (exports.DelegatedResourceAccessRequesterType = {}));
|
|
35
|
+
(function (DelegatedResourceAccessRequesterType) {
|
|
36
|
+
function getJsonObj(obj) {
|
|
37
|
+
return obj;
|
|
38
|
+
}
|
|
39
|
+
DelegatedResourceAccessRequesterType.getJsonObj = getJsonObj;
|
|
40
|
+
function getDeserializedJsonObj(obj) {
|
|
41
|
+
return obj;
|
|
42
|
+
}
|
|
43
|
+
DelegatedResourceAccessRequesterType.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
44
|
+
})(DelegatedResourceAccessRequesterType = exports.DelegatedResourceAccessRequesterType || (exports.DelegatedResourceAccessRequesterType = {}));
|
|
45
|
+
//# sourceMappingURL=delegated-resource-access-requester-type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delegated-resource-access-requester-type.js","sourceRoot":"","sources":["../../../../../lib/delegateaccesscontrol/lib/model/delegated-resource-access-requester-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;AAKH;;IAEI;AACJ,IAAY,oCAUX;AAVD,WAAY,oCAAoC;IAC9C,6DAAqB,CAAA;IACrB,6DAAqB,CAAA;IACrB,yDAAiB,CAAA;IAEjB;;;OAGG;IACH,sEAA8B,CAAA;AAChC,CAAC,EAVW,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAU/C;AAED,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CACxB,GAAyC;QAEzC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,+CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAyC;QAEzC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,2DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAWpD"}
|
|
@@ -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
|
+
* List of DelegationControlResourceSummary objects.
|
|
21
|
+
*/
|
|
22
|
+
export interface DelegationControlResourceCollection {
|
|
23
|
+
/**
|
|
24
|
+
* List of DelegationControlResourceSummary objects.
|
|
25
|
+
*/
|
|
26
|
+
"items": Array<model.DelegationControlResourceSummary>;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace DelegationControlResourceCollection {
|
|
29
|
+
function getJsonObj(obj: DelegationControlResourceCollection): object;
|
|
30
|
+
function getDeserializedJsonObj(obj: DelegationControlResourceCollection): object;
|
|
31
|
+
}
|