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,63 @@
|
|
|
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/ListApprovalTemplates.ts.html |here} to see how to use ListApprovalTemplatesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListApprovalTemplatesRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The client request ID for tracing.
|
|
21
|
+
*/
|
|
22
|
+
"opcRequestId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The ID of the compartment in which to list resources.
|
|
25
|
+
*/
|
|
26
|
+
"compartmentId"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A generic Id query param used to filter lockbox, access request and approval template by Id.
|
|
29
|
+
*/
|
|
30
|
+
"id"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* A filter to return only resources that match the entire display name given.
|
|
33
|
+
*/
|
|
34
|
+
"displayName"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* A filter to return only resources for which their lifecycleState matches the given lifecycleState.
|
|
37
|
+
*/
|
|
38
|
+
"lifecycleState"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The maximum number of items to return.
|
|
41
|
+
*/
|
|
42
|
+
"limit"?: number;
|
|
43
|
+
/**
|
|
44
|
+
* A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
|
|
45
|
+
*/
|
|
46
|
+
"page"?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The sort order to use, either 'ASC' or 'DESC'.
|
|
49
|
+
*/
|
|
50
|
+
"sortOrder"?: model.SortOrder;
|
|
51
|
+
/**
|
|
52
|
+
* The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"sortBy"?: ListApprovalTemplatesRequest.SortBy;
|
|
56
|
+
}
|
|
57
|
+
export declare namespace ListApprovalTemplatesRequest {
|
|
58
|
+
enum SortBy {
|
|
59
|
+
TimeCreated = "timeCreated",
|
|
60
|
+
DisplayName = "displayName",
|
|
61
|
+
Id = "id"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
exports.ListApprovalTemplatesRequest = void 0;
|
|
16
|
+
var ListApprovalTemplatesRequest;
|
|
17
|
+
(function (ListApprovalTemplatesRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
SortBy["Id"] = "id";
|
|
23
|
+
})(SortBy = ListApprovalTemplatesRequest.SortBy || (ListApprovalTemplatesRequest.SortBy = {}));
|
|
24
|
+
})(ListApprovalTemplatesRequest = exports.ListApprovalTemplatesRequest || (exports.ListApprovalTemplatesRequest = {}));
|
|
25
|
+
//# sourceMappingURL=list-approval-templates-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-approval-templates-request.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/request/list-approval-templates-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgDH,IAAiB,4BAA4B,CAM5C;AAND,WAAiB,4BAA4B;IAC3C,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;QAC3B,mBAAS,CAAA;IACX,CAAC,EAJW,MAAM,GAAN,mCAAM,KAAN,mCAAM,QAIjB;AACH,CAAC,EANgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAM5C"}
|
|
@@ -0,0 +1,71 @@
|
|
|
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/ListLockboxes.ts.html |here} to see how to use ListLockboxesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListLockboxesRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ID of the compartment in which to list resources.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* A filter to return only resources their lifecycleState matches the given lifecycleState.
|
|
25
|
+
*/
|
|
26
|
+
"lifecycleState"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A filter to return only resources that match the entire display name given.
|
|
29
|
+
*/
|
|
30
|
+
"displayName"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* unique Lockbox identifier
|
|
33
|
+
*/
|
|
34
|
+
"id"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The ID of the resource associated with the lockbox.
|
|
37
|
+
*/
|
|
38
|
+
"resourceId"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The name of the lockbox partner.
|
|
41
|
+
*/
|
|
42
|
+
"lockboxPartner"?: model.LockboxPartner;
|
|
43
|
+
/**
|
|
44
|
+
* The maximum number of items to return.
|
|
45
|
+
*/
|
|
46
|
+
"limit"?: number;
|
|
47
|
+
/**
|
|
48
|
+
* A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
|
|
49
|
+
*/
|
|
50
|
+
"page"?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The sort order to use, either 'ASC' or 'DESC'.
|
|
53
|
+
*/
|
|
54
|
+
"sortOrder"?: model.SortOrder;
|
|
55
|
+
/**
|
|
56
|
+
* The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.
|
|
57
|
+
*
|
|
58
|
+
*/
|
|
59
|
+
"sortBy"?: ListLockboxesRequest.SortBy;
|
|
60
|
+
/**
|
|
61
|
+
* The client request ID for tracing.
|
|
62
|
+
*/
|
|
63
|
+
"opcRequestId"?: string;
|
|
64
|
+
}
|
|
65
|
+
export declare namespace ListLockboxesRequest {
|
|
66
|
+
enum SortBy {
|
|
67
|
+
TimeCreated = "timeCreated",
|
|
68
|
+
DisplayName = "displayName",
|
|
69
|
+
Id = "id"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
exports.ListLockboxesRequest = void 0;
|
|
16
|
+
var ListLockboxesRequest;
|
|
17
|
+
(function (ListLockboxesRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
SortBy["Id"] = "id";
|
|
23
|
+
})(SortBy = ListLockboxesRequest.SortBy || (ListLockboxesRequest.SortBy = {}));
|
|
24
|
+
})(ListLockboxesRequest = exports.ListLockboxesRequest || (exports.ListLockboxesRequest = {}));
|
|
25
|
+
//# sourceMappingURL=list-lockboxes-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-lockboxes-request.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/request/list-lockboxes-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwDH,IAAiB,oBAAoB,CAMpC;AAND,WAAiB,oBAAoB;IACnC,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;QAC3B,mBAAS,CAAA;IACX,CAAC,EAJW,MAAM,GAAN,2BAAM,KAAN,2BAAM,QAIjB;AACH,CAAC,EANgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAMpC"}
|
|
@@ -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/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ID of the asynchronous request.
|
|
21
|
+
*/
|
|
22
|
+
"workRequestId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The client request ID for tracing.
|
|
25
|
+
*/
|
|
26
|
+
"opcRequestId"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
|
|
29
|
+
*/
|
|
30
|
+
"page"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The maximum number of items to return.
|
|
33
|
+
*/
|
|
34
|
+
"limit"?: number;
|
|
35
|
+
/**
|
|
36
|
+
* The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"sortBy"?: ListWorkRequestErrorsRequest.SortBy;
|
|
40
|
+
/**
|
|
41
|
+
* The sort order to use, either 'ASC' or 'DESC'.
|
|
42
|
+
*/
|
|
43
|
+
"sortOrder"?: model.SortOrder;
|
|
44
|
+
}
|
|
45
|
+
export declare namespace ListWorkRequestErrorsRequest {
|
|
46
|
+
enum SortBy {
|
|
47
|
+
TimeAccepted = "timeAccepted"
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
exports.ListWorkRequestErrorsRequest = void 0;
|
|
16
|
+
var ListWorkRequestErrorsRequest;
|
|
17
|
+
(function (ListWorkRequestErrorsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeAccepted"] = "timeAccepted";
|
|
21
|
+
})(SortBy = ListWorkRequestErrorsRequest.SortBy || (ListWorkRequestErrorsRequest.SortBy = {}));
|
|
22
|
+
})(ListWorkRequestErrorsRequest = exports.ListWorkRequestErrorsRequest || (exports.ListWorkRequestErrorsRequest = {}));
|
|
23
|
+
//# sourceMappingURL=list-work-request-errors-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-work-request-errors-request.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/request/list-work-request-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoCH,IAAiB,4BAA4B,CAI5C;AAJD,WAAiB,4BAA4B;IAC3C,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uCAA6B,CAAA;IAC/B,CAAC,EAFW,MAAM,GAAN,mCAAM,KAAN,mCAAM,QAEjB;AACH,CAAC,EAJgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAI5C"}
|
|
@@ -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/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ID of the asynchronous request.
|
|
21
|
+
*/
|
|
22
|
+
"workRequestId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The client request ID for tracing.
|
|
25
|
+
*/
|
|
26
|
+
"opcRequestId"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
|
|
29
|
+
*/
|
|
30
|
+
"page"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The maximum number of items to return.
|
|
33
|
+
*/
|
|
34
|
+
"limit"?: number;
|
|
35
|
+
/**
|
|
36
|
+
* The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"sortBy"?: ListWorkRequestLogsRequest.SortBy;
|
|
40
|
+
/**
|
|
41
|
+
* The sort order to use, either 'ASC' or 'DESC'.
|
|
42
|
+
*/
|
|
43
|
+
"sortOrder"?: model.SortOrder;
|
|
44
|
+
}
|
|
45
|
+
export declare namespace ListWorkRequestLogsRequest {
|
|
46
|
+
enum SortBy {
|
|
47
|
+
TimeAccepted = "timeAccepted"
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
exports.ListWorkRequestLogsRequest = void 0;
|
|
16
|
+
var ListWorkRequestLogsRequest;
|
|
17
|
+
(function (ListWorkRequestLogsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeAccepted"] = "timeAccepted";
|
|
21
|
+
})(SortBy = ListWorkRequestLogsRequest.SortBy || (ListWorkRequestLogsRequest.SortBy = {}));
|
|
22
|
+
})(ListWorkRequestLogsRequest = exports.ListWorkRequestLogsRequest || (exports.ListWorkRequestLogsRequest = {}));
|
|
23
|
+
//# sourceMappingURL=list-work-request-logs-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-work-request-logs-request.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/request/list-work-request-logs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoCH,IAAiB,0BAA0B,CAI1C;AAJD,WAAiB,0BAA0B;IACzC,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uCAA6B,CAAA;IAC/B,CAAC,EAFW,MAAM,GAAN,iCAAM,KAAN,iCAAM,QAEjB;AACH,CAAC,EAJgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAI1C"}
|
|
@@ -0,0 +1,61 @@
|
|
|
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/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ID of the compartment in which to list resources.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The ID of the asynchronous work request.
|
|
25
|
+
*/
|
|
26
|
+
"workRequestId"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A filter to return only resources their lifecycleState matches the given OperationStatus.
|
|
29
|
+
*/
|
|
30
|
+
"status"?: model.OperationStatus;
|
|
31
|
+
/**
|
|
32
|
+
* The ID of the resource affected by the work request.
|
|
33
|
+
*/
|
|
34
|
+
"resourceId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The client request ID for tracing.
|
|
37
|
+
*/
|
|
38
|
+
"opcRequestId"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
|
|
41
|
+
*/
|
|
42
|
+
"page"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The maximum number of items to return.
|
|
45
|
+
*/
|
|
46
|
+
"limit"?: number;
|
|
47
|
+
/**
|
|
48
|
+
* The sort order to use, either 'ASC' or 'DESC'.
|
|
49
|
+
*/
|
|
50
|
+
"sortOrder"?: model.SortOrder;
|
|
51
|
+
/**
|
|
52
|
+
* The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending.
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"sortBy"?: ListWorkRequestsRequest.SortBy;
|
|
56
|
+
}
|
|
57
|
+
export declare namespace ListWorkRequestsRequest {
|
|
58
|
+
enum SortBy {
|
|
59
|
+
TimeAccepted = "timeAccepted"
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
exports.ListWorkRequestsRequest = void 0;
|
|
16
|
+
var ListWorkRequestsRequest;
|
|
17
|
+
(function (ListWorkRequestsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeAccepted"] = "timeAccepted";
|
|
21
|
+
})(SortBy = ListWorkRequestsRequest.SortBy || (ListWorkRequestsRequest.SortBy = {}));
|
|
22
|
+
})(ListWorkRequestsRequest = exports.ListWorkRequestsRequest || (exports.ListWorkRequestsRequest = {}));
|
|
23
|
+
//# sourceMappingURL=list-work-requests-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-work-requests-request.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/request/list-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgDH,IAAiB,uBAAuB,CAIvC;AAJD,WAAiB,uBAAuB;IACtC,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uCAA6B,CAAA;IAC/B,CAAC,EAFW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAEjB;AACH,CAAC,EAJgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAIvC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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/UpdateApprovalTemplate.ts.html |here} to see how to use UpdateApprovalTemplateRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateApprovalTemplateRequest 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
|
+
"updateApprovalTemplateDetails": model.UpdateApprovalTemplateDetails;
|
|
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
|
+
}
|
|
@@ -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=update-approval-template-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-approval-template-request.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/request/update-approval-template-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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/UpdateLockbox.ts.html |here} to see how to use UpdateLockboxRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateLockboxRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* unique Lockbox identifier
|
|
21
|
+
*/
|
|
22
|
+
"lockboxId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"updateLockboxDetails": model.UpdateLockboxDetails;
|
|
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
|
+
}
|
|
@@ -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=update-lockbox-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-lockbox-request.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/request/update-lockbox-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
export interface CancelWorkRequestResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, please provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
}
|
|
@@ -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-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancel-work-request-response.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/response/cancel-work-request-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
export interface ChangeApprovalTemplateCompartmentResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, please provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
}
|
|
@@ -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-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-approval-template-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/response/change-approval-template-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|