oci-lockbox 2.35.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +25 -0
- package/index.js +48 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +283 -0
- package/lib/client.js +1586 -0
- package/lib/client.js.map +1 -0
- package/lib/lockbox-waiter.d.ts +55 -0
- package/lib/lockbox-waiter.js +103 -0
- package/lib/lockbox-waiter.js.map +1 -0
- package/lib/model/access-context-attribute-collection.d.ts +29 -0
- package/lib/model/access-context-attribute-collection.js +64 -0
- package/lib/model/access-context-attribute-collection.js.map +1 -0
- package/lib/model/access-context-attribute.d.ts +36 -0
- package/lib/model/access-context-attribute.js +32 -0
- package/lib/model/access-context-attribute.js.map +1 -0
- package/lib/model/access-materials.d.ts +30 -0
- package/lib/model/access-materials.js +32 -0
- package/lib/model/access-materials.js.map +1 -0
- package/lib/model/access-request-action-type.d.ts +33 -0
- package/lib/model/access-request-action-type.js +44 -0
- package/lib/model/access-request-action-type.js.map +1 -0
- package/lib/model/access-request-collection.d.ts +29 -0
- package/lib/model/access-request-collection.js +64 -0
- package/lib/model/access-request-collection.js.map +1 -0
- package/lib/model/access-request-summary.d.ts +70 -0
- package/lib/model/access-request-summary.js +32 -0
- package/lib/model/access-request-summary.js.map +1 -0
- package/lib/model/access-request.d.ts +116 -0
- package/lib/model/access-request.js +95 -0
- package/lib/model/access-request.js.map +1 -0
- package/lib/model/action-type.d.ts +35 -0
- package/lib/model/action-type.js +46 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/activity-log.d.ts +47 -0
- package/lib/model/activity-log.js +32 -0
- package/lib/model/activity-log.js.map +1 -0
- package/lib/model/approval-template-collection.d.ts +29 -0
- package/lib/model/approval-template-collection.js +64 -0
- package/lib/model/approval-template-collection.js.map +1 -0
- package/lib/model/approval-template-summary.d.ts +82 -0
- package/lib/model/approval-template-summary.js +60 -0
- package/lib/model/approval-template-summary.js.map +1 -0
- package/lib/model/approval-template.d.ts +95 -0
- package/lib/model/approval-template.js +74 -0
- package/lib/model/approval-template.js.map +1 -0
- package/lib/model/approver-info.d.ts +33 -0
- package/lib/model/approver-info.js +32 -0
- package/lib/model/approver-info.js.map +1 -0
- package/lib/model/approver-levels.d.ts +28 -0
- package/lib/model/approver-levels.js +60 -0
- package/lib/model/approver-levels.js.map +1 -0
- package/lib/model/approver-type.d.ts +31 -0
- package/lib/model/approver-type.js +42 -0
- package/lib/model/approver-type.js.map +1 -0
- package/lib/model/change-approval-template-compartment-details.d.ts +28 -0
- package/lib/model/change-approval-template-compartment-details.js +32 -0
- package/lib/model/change-approval-template-compartment-details.js.map +1 -0
- package/lib/model/change-lockbox-compartment-details.d.ts +28 -0
- package/lib/model/change-lockbox-compartment-details.js +32 -0
- package/lib/model/change-lockbox-compartment-details.js.map +1 -0
- package/lib/model/create-access-request-details.d.ts +49 -0
- package/lib/model/create-access-request-details.js +32 -0
- package/lib/model/create-access-request-details.js.map +1 -0
- package/lib/model/create-approval-template-details.d.ts +56 -0
- package/lib/model/create-approval-template-details.js +60 -0
- package/lib/model/create-approval-template-details.js.map +1 -0
- package/lib/model/create-lockbox-details.d.ts +72 -0
- package/lib/model/create-lockbox-details.js +60 -0
- package/lib/model/create-lockbox-details.js.map +1 -0
- package/lib/model/handle-access-request-details.d.ts +33 -0
- package/lib/model/handle-access-request-details.js +32 -0
- package/lib/model/handle-access-request-details.js.map +1 -0
- package/lib/model/index.d.ts +97 -0
- package/lib/model/index.js +120 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/lockbox-auto-approval-state.d.ts +31 -0
- package/lib/model/lockbox-auto-approval-state.js +42 -0
- package/lib/model/lockbox-auto-approval-state.js.map +1 -0
- package/lib/model/lockbox-collection.d.ts +29 -0
- package/lib/model/lockbox-collection.js +64 -0
- package/lib/model/lockbox-collection.js.map +1 -0
- package/lib/model/lockbox-partner.d.ts +31 -0
- package/lib/model/lockbox-partner.js +42 -0
- package/lib/model/lockbox-partner.js.map +1 -0
- package/lib/model/lockbox-summary.d.ts +101 -0
- package/lib/model/lockbox-summary.js +32 -0
- package/lib/model/lockbox-summary.js.map +1 -0
- package/lib/model/lockbox.d.ts +115 -0
- package/lib/model/lockbox.js +74 -0
- package/lib/model/lockbox.js.map +1 -0
- package/lib/model/operation-status.d.ts +36 -0
- package/lib/model/operation-status.js +47 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +40 -0
- package/lib/model/operation-type.js +51 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/persona-level.d.ts +34 -0
- package/lib/model/persona-level.js +45 -0
- package/lib/model/persona-level.js.map +1 -0
- package/lib/model/sort-order.d.ts +26 -0
- package/lib/model/sort-order.js +37 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/update-approval-template-details.d.ts +52 -0
- package/lib/model/update-approval-template-details.js +60 -0
- package/lib/model/update-approval-template-details.js.map +1 -0
- package/lib/model/update-lockbox-details.d.ts +54 -0
- package/lib/model/update-lockbox-details.js +32 -0
- package/lib/model/update-lockbox-details.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +29 -0
- package/lib/model/work-request-error-collection.js +64 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +38 -0
- package/lib/model/work-request-error.js +32 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +29 -0
- package/lib/model/work-request-log-entry-collection.js +64 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +32 -0
- package/lib/model/work-request-log-entry.js +32 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource-metadata-key.d.ts +30 -0
- package/lib/model/work-request-resource-metadata-key.js +41 -0
- package/lib/model/work-request-resource-metadata-key.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +51 -0
- package/lib/model/work-request-resource.js +32 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +29 -0
- package/lib/model/work-request-summary-collection.js +64 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +70 -0
- package/lib/model/work-request-summary.js +64 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +70 -0
- package/lib/model/work-request.js +64 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/cancel-work-request-request.d.ts +35 -0
- package/lib/request/cancel-work-request-request.js +15 -0
- package/lib/request/cancel-work-request-request.js.map +1 -0
- package/lib/request/change-approval-template-compartment-request.d.ts +49 -0
- package/lib/request/change-approval-template-compartment-request.js +15 -0
- package/lib/request/change-approval-template-compartment-request.js.map +1 -0
- package/lib/request/change-lockbox-compartment-request.d.ts +49 -0
- package/lib/request/change-lockbox-compartment-request.js +15 -0
- package/lib/request/change-lockbox-compartment-request.js.map +1 -0
- package/lib/request/create-access-request-request.d.ts +36 -0
- package/lib/request/create-access-request-request.js +15 -0
- package/lib/request/create-access-request-request.js.map +1 -0
- package/lib/request/create-approval-template-request.d.ts +36 -0
- package/lib/request/create-approval-template-request.js +15 -0
- package/lib/request/create-approval-template-request.js.map +1 -0
- package/lib/request/create-lockbox-request.d.ts +36 -0
- package/lib/request/create-lockbox-request.js +15 -0
- package/lib/request/create-lockbox-request.js.map +1 -0
- package/lib/request/delete-approval-template-request.d.ts +35 -0
- package/lib/request/delete-approval-template-request.js +15 -0
- package/lib/request/delete-approval-template-request.js.map +1 -0
- package/lib/request/delete-lockbox-request.d.ts +44 -0
- package/lib/request/delete-lockbox-request.js +15 -0
- package/lib/request/delete-lockbox-request.js.map +1 -0
- package/lib/request/get-access-materials-request.d.ts +26 -0
- package/lib/request/get-access-materials-request.js +15 -0
- package/lib/request/get-access-materials-request.js.map +1 -0
- package/lib/request/get-access-request-request.d.ts +26 -0
- package/lib/request/get-access-request-request.js +15 -0
- package/lib/request/get-access-request-request.js.map +1 -0
- package/lib/request/get-approval-template-request.d.ts +26 -0
- package/lib/request/get-approval-template-request.js +15 -0
- package/lib/request/get-approval-template-request.js.map +1 -0
- package/lib/request/get-lockbox-request.d.ts +26 -0
- package/lib/request/get-lockbox-request.js +15 -0
- package/lib/request/get-lockbox-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/handle-access-request-request.d.ts +49 -0
- package/lib/request/handle-access-request-request.js +15 -0
- package/lib/request/handle-access-request-request.js.map +1 -0
- package/lib/request/index.d.ts +59 -0
- package/lib/request/index.js +50 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-access-requests-request.d.ts +71 -0
- package/lib/request/list-access-requests-request.js +25 -0
- package/lib/request/list-access-requests-request.js.map +1 -0
- package/lib/request/list-approval-templates-request.d.ts +63 -0
- package/lib/request/list-approval-templates-request.js +25 -0
- package/lib/request/list-approval-templates-request.js.map +1 -0
- package/lib/request/list-lockboxes-request.d.ts +71 -0
- package/lib/request/list-lockboxes-request.js +25 -0
- package/lib/request/list-lockboxes-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/update-approval-template-request.d.ts +40 -0
- package/lib/request/update-approval-template-request.js +15 -0
- package/lib/request/update-approval-template-request.js.map +1 -0
- package/lib/request/update-lockbox-request.d.ts +40 -0
- package/lib/request/update-lockbox-request.js +15 -0
- package/lib/request/update-lockbox-request.js.map +1 -0
- package/lib/response/cancel-work-request-response.d.ts +20 -0
- package/lib/response/cancel-work-request-response.js +15 -0
- package/lib/response/cancel-work-request-response.js.map +1 -0
- package/lib/response/change-approval-template-compartment-response.d.ts +20 -0
- package/lib/response/change-approval-template-compartment-response.js +15 -0
- package/lib/response/change-approval-template-compartment-response.js.map +1 -0
- package/lib/response/change-lockbox-compartment-response.d.ts +20 -0
- package/lib/response/change-lockbox-compartment-response.js +15 -0
- package/lib/response/change-lockbox-compartment-response.js.map +1 -0
- package/lib/response/create-access-request-response.d.ts +40 -0
- package/lib/response/create-access-request-response.js +15 -0
- package/lib/response/create-access-request-response.js.map +1 -0
- package/lib/response/create-approval-template-response.d.ts +35 -0
- package/lib/response/create-approval-template-response.js +15 -0
- package/lib/response/create-approval-template-response.js.map +1 -0
- package/lib/response/create-lockbox-response.d.ts +35 -0
- package/lib/response/create-lockbox-response.js +15 -0
- package/lib/response/create-lockbox-response.js.map +1 -0
- package/lib/response/delete-approval-template-response.d.ts +20 -0
- package/lib/response/delete-approval-template-response.js +15 -0
- package/lib/response/delete-approval-template-response.js.map +1 -0
- package/lib/response/delete-lockbox-response.d.ts +20 -0
- package/lib/response/delete-lockbox-response.js +15 -0
- package/lib/response/delete-lockbox-response.js.map +1 -0
- package/lib/response/get-access-materials-response.d.ts +25 -0
- package/lib/response/get-access-materials-response.js +15 -0
- package/lib/response/get-access-materials-response.js.map +1 -0
- package/lib/response/get-access-request-response.d.ts +30 -0
- package/lib/response/get-access-request-response.js +15 -0
- package/lib/response/get-access-request-response.js.map +1 -0
- package/lib/response/get-approval-template-response.d.ts +30 -0
- package/lib/response/get-approval-template-response.js +15 -0
- package/lib/response/get-approval-template-response.js.map +1 -0
- package/lib/response/get-lockbox-response.d.ts +30 -0
- package/lib/response/get-lockbox-response.js +15 -0
- package/lib/response/get-lockbox-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/handle-access-request-response.d.ts +25 -0
- package/lib/response/handle-access-request-response.js +15 -0
- package/lib/response/handle-access-request-response.js.map +1 -0
- package/lib/response/index.d.ts +59 -0
- package/lib/response/index.js +18 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-access-requests-response.d.ts +32 -0
- package/lib/response/list-access-requests-response.js +15 -0
- package/lib/response/list-access-requests-response.js.map +1 -0
- package/lib/response/list-approval-templates-response.d.ts +32 -0
- package/lib/response/list-approval-templates-response.js +15 -0
- package/lib/response/list-approval-templates-response.js.map +1 -0
- package/lib/response/list-lockboxes-response.d.ts +32 -0
- package/lib/response/list-lockboxes-response.js +15 -0
- package/lib/response/list-lockboxes-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +32 -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 +32 -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 +32 -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/update-approval-template-response.d.ts +30 -0
- package/lib/response/update-approval-template-response.js +15 -0
- package/lib/response/update-approval-template-response.js.map +1 -0
- package/lib/response/update-lockbox-response.d.ts +30 -0
- package/lib/response/update-lockbox-response.js +15 -0
- package/lib/response/update-lockbox-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Managed Access API
|
|
3
|
+
* Use the Managed Access API to approve access requests, create and manage templates, and manage resource approval settings. For more information, see [Managed Access Overview](https://docs.oracle.com/en-us/iaas/managed-access/overview.htm).
|
|
4
|
+
|
|
5
|
+
Use the table of contents and search tool to explore the Managed Access API.
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20220126
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* A summary of the status of a work request.
|
|
19
|
+
*/
|
|
20
|
+
export interface WorkRequestSummary {
|
|
21
|
+
/**
|
|
22
|
+
* Type of the work request
|
|
23
|
+
*/
|
|
24
|
+
"operationType": model.OperationType;
|
|
25
|
+
/**
|
|
26
|
+
* Status of current work request.
|
|
27
|
+
*/
|
|
28
|
+
"status": model.OperationStatus;
|
|
29
|
+
/**
|
|
30
|
+
* The id of the work request.
|
|
31
|
+
*/
|
|
32
|
+
"id": string;
|
|
33
|
+
/**
|
|
34
|
+
* The ocid of the compartment that contains the work request. Work requests should be scoped to
|
|
35
|
+
* the same compartment as the resource the work request affects. If the work request affects multiple resources,
|
|
36
|
+
* and those resources are not in the same compartment, it is up to the service team to pick the primary
|
|
37
|
+
* resource whose compartment should be used
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"compartmentId": string;
|
|
41
|
+
/**
|
|
42
|
+
* The resources affected by this work request.
|
|
43
|
+
*/
|
|
44
|
+
"resources": Array<model.WorkRequestResource>;
|
|
45
|
+
/**
|
|
46
|
+
* Percentage of the request completed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
47
|
+
*/
|
|
48
|
+
"percentComplete": number;
|
|
49
|
+
/**
|
|
50
|
+
* The date and time the request was created, as described in
|
|
51
|
+
* [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"timeAccepted": Date;
|
|
55
|
+
/**
|
|
56
|
+
* The date and time the request was started, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339),
|
|
57
|
+
* section 14.29.
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"timeStarted"?: Date;
|
|
61
|
+
/**
|
|
62
|
+
* The date and time the object was finished, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
"timeFinished"?: Date;
|
|
66
|
+
}
|
|
67
|
+
export declare namespace WorkRequestSummary {
|
|
68
|
+
function getJsonObj(obj: WorkRequestSummary): object;
|
|
69
|
+
function getDeserializedJsonObj(obj: WorkRequestSummary): object;
|
|
70
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Managed Access API
|
|
4
|
+
* Use the Managed Access API to approve access requests, create and manage templates, and manage resource approval settings. For more information, see [Managed Access Overview](https://docs.oracle.com/en-us/iaas/managed-access/overview.htm).
|
|
5
|
+
|
|
6
|
+
Use the table of contents and search tool to explore the Managed Access API.
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20220126
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.WorkRequestSummary = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var WorkRequestSummary;
|
|
40
|
+
(function (WorkRequestSummary) {
|
|
41
|
+
function getJsonObj(obj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
43
|
+
"resources": obj.resources
|
|
44
|
+
? obj.resources.map(item => {
|
|
45
|
+
return model.WorkRequestResource.getJsonObj(item);
|
|
46
|
+
})
|
|
47
|
+
: undefined
|
|
48
|
+
});
|
|
49
|
+
return jsonObj;
|
|
50
|
+
}
|
|
51
|
+
WorkRequestSummary.getJsonObj = getJsonObj;
|
|
52
|
+
function getDeserializedJsonObj(obj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
54
|
+
"resources": obj.resources
|
|
55
|
+
? obj.resources.map(item => {
|
|
56
|
+
return model.WorkRequestResource.getDeserializedJsonObj(item);
|
|
57
|
+
})
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
WorkRequestSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
63
|
+
})(WorkRequestSummary = exports.WorkRequestSummary || (exports.WorkRequestSummary = {}));
|
|
64
|
+
//# sourceMappingURL=work-request-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-summary.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/model/work-request-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;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,70 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Managed Access API
|
|
3
|
+
* Use the Managed Access API to approve access requests, create and manage templates, and manage resource approval settings. For more information, see [Managed Access Overview](https://docs.oracle.com/en-us/iaas/managed-access/overview.htm).
|
|
4
|
+
|
|
5
|
+
Use the table of contents and search tool to explore the Managed Access API.
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20220126
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* A description of workrequest status
|
|
19
|
+
*/
|
|
20
|
+
export interface WorkRequest {
|
|
21
|
+
/**
|
|
22
|
+
* Type of the work request
|
|
23
|
+
*/
|
|
24
|
+
"operationType": model.OperationType;
|
|
25
|
+
/**
|
|
26
|
+
* Status of current work request.
|
|
27
|
+
*/
|
|
28
|
+
"status": model.OperationStatus;
|
|
29
|
+
/**
|
|
30
|
+
* The id of the work request.
|
|
31
|
+
*/
|
|
32
|
+
"id": string;
|
|
33
|
+
/**
|
|
34
|
+
* The ocid of the compartment that contains the work request. Work requests should be scoped to
|
|
35
|
+
* the same compartment as the resource the work request affects. If the work request affects multiple resources,
|
|
36
|
+
* and those resources are not in the same compartment, it is up to the service team to pick the primary
|
|
37
|
+
* resource whose compartment should be used
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"compartmentId": string;
|
|
41
|
+
/**
|
|
42
|
+
* The resources affected by this work request.
|
|
43
|
+
*/
|
|
44
|
+
"resources": Array<model.WorkRequestResource>;
|
|
45
|
+
/**
|
|
46
|
+
* Percentage of the request completed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
47
|
+
*/
|
|
48
|
+
"percentComplete": number;
|
|
49
|
+
/**
|
|
50
|
+
* The date and time the request was created, as described in
|
|
51
|
+
* [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"timeAccepted": Date;
|
|
55
|
+
/**
|
|
56
|
+
* The date and time the request was started, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339),
|
|
57
|
+
* section 14.29.
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"timeStarted"?: Date;
|
|
61
|
+
/**
|
|
62
|
+
* The date and time the object was finished, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
"timeFinished"?: Date;
|
|
66
|
+
}
|
|
67
|
+
export declare namespace WorkRequest {
|
|
68
|
+
function getJsonObj(obj: WorkRequest): object;
|
|
69
|
+
function getDeserializedJsonObj(obj: WorkRequest): object;
|
|
70
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Managed Access API
|
|
4
|
+
* Use the Managed Access API to approve access requests, create and manage templates, and manage resource approval settings. For more information, see [Managed Access Overview](https://docs.oracle.com/en-us/iaas/managed-access/overview.htm).
|
|
5
|
+
|
|
6
|
+
Use the table of contents and search tool to explore the Managed Access API.
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20220126
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.WorkRequest = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var WorkRequest;
|
|
40
|
+
(function (WorkRequest) {
|
|
41
|
+
function getJsonObj(obj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
43
|
+
"resources": obj.resources
|
|
44
|
+
? obj.resources.map(item => {
|
|
45
|
+
return model.WorkRequestResource.getJsonObj(item);
|
|
46
|
+
})
|
|
47
|
+
: undefined
|
|
48
|
+
});
|
|
49
|
+
return jsonObj;
|
|
50
|
+
}
|
|
51
|
+
WorkRequest.getJsonObj = getJsonObj;
|
|
52
|
+
function getDeserializedJsonObj(obj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
54
|
+
"resources": obj.resources
|
|
55
|
+
? obj.resources.map(item => {
|
|
56
|
+
return model.WorkRequestResource.getDeserializedJsonObj(item);
|
|
57
|
+
})
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
WorkRequest.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
63
|
+
})(WorkRequest = exports.WorkRequest || (exports.WorkRequest = {}));
|
|
64
|
+
//# sourceMappingURL=work-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/model/work-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsDlC,IAAiB,WAAW,CA6B3B;AA7BD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,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,sBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,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,kCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QA6B3B"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220126
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/lockbox/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface CancelWorkRequestRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The ID of the asynchronous request.
|
|
20
|
+
*/
|
|
21
|
+
"workRequestId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The client request ID for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220126
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=cancel-work-request-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancel-work-request-request.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/request/cancel-work-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220126
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/lockbox/ChangeApprovalTemplateCompartment.ts.html |here} to see how to use ChangeApprovalTemplateCompartmentRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ChangeApprovalTemplateCompartmentRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The unique identifier (OCID) of the approval template.
|
|
21
|
+
*/
|
|
22
|
+
"approvalTemplateId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"changeApprovalTemplateCompartmentDetails": model.ChangeApprovalTemplateCompartmentDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the etag you
|
|
32
|
+
* provide matches the resource's current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The client request ID for tracing.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
42
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
43
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
44
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
45
|
+
* might be rejected.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"opcRetryToken"?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220126
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-approval-template-compartment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-approval-template-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/request/change-approval-template-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220126
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/lockbox/ChangeLockboxCompartment.ts.html |here} to see how to use ChangeLockboxCompartmentRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ChangeLockboxCompartmentRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* unique Lockbox identifier
|
|
21
|
+
*/
|
|
22
|
+
"lockboxId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"changeLockboxCompartmentDetails": model.ChangeLockboxCompartmentDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the etag you
|
|
32
|
+
* provide matches the resource's current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The client request ID for tracing.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
42
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
43
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
44
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
45
|
+
* might be rejected.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"opcRetryToken"?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220126
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-lockbox-compartment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-lockbox-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/request/change-lockbox-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220126
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/lockbox/CreateAccessRequest.ts.html |here} to see how to use CreateAccessRequestRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateAccessRequestRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for the new access request.
|
|
21
|
+
*/
|
|
22
|
+
"createAccessRequestDetails": model.CreateAccessRequestDetails;
|
|
23
|
+
/**
|
|
24
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
25
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
26
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
27
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
28
|
+
* might be rejected.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRetryToken"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The client request ID for tracing.
|
|
34
|
+
*/
|
|
35
|
+
"opcRequestId"?: string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220126
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-access-request-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-access-request-request.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/request/create-access-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220126
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/lockbox/CreateApprovalTemplate.ts.html |here} to see how to use CreateApprovalTemplateRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateApprovalTemplateRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for the new approval template.
|
|
21
|
+
*/
|
|
22
|
+
"createApprovalTemplateDetails": model.CreateApprovalTemplateDetails;
|
|
23
|
+
/**
|
|
24
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
25
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
26
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
27
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
28
|
+
* might be rejected.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRetryToken"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The client request ID for tracing.
|
|
34
|
+
*/
|
|
35
|
+
"opcRequestId"?: string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220126
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-approval-template-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-approval-template-request.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/request/create-approval-template-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220126
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/lockbox/CreateLockbox.ts.html |here} to see how to use CreateLockboxRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateLockboxRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for the new Lockbox.
|
|
21
|
+
*/
|
|
22
|
+
"createLockboxDetails": model.CreateLockboxDetails;
|
|
23
|
+
/**
|
|
24
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
25
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
26
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
27
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
28
|
+
* might be rejected.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRetryToken"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The client request ID for tracing.
|
|
34
|
+
*/
|
|
35
|
+
"opcRequestId"?: string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220126
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-lockbox-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-lockbox-request.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/request/create-lockbox-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|