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 @@
|
|
|
1
|
+
{"version":3,"file":"approval-template-collection.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/model/approval-template-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,0BAA0B,CA6B1C;AA7BD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACxD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACpE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA6B1C"}
|
|
@@ -0,0 +1,82 @@
|
|
|
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
|
+
* Summary info for an approval tmeplate.
|
|
19
|
+
*/
|
|
20
|
+
export interface ApprovalTemplateSummary {
|
|
21
|
+
/**
|
|
22
|
+
* The unique identifier (OCID) of the approval template, which can't be changed after creation.
|
|
23
|
+
*/
|
|
24
|
+
"id": string;
|
|
25
|
+
/**
|
|
26
|
+
* The approval template display name.
|
|
27
|
+
*/
|
|
28
|
+
"displayName": string;
|
|
29
|
+
/**
|
|
30
|
+
* The current state of the approval template.
|
|
31
|
+
*/
|
|
32
|
+
"lifecycleState"?: string;
|
|
33
|
+
"approverLevels": model.ApproverLevels;
|
|
34
|
+
/**
|
|
35
|
+
* The unique identifier (OCID) of the customer compartment where the approval template is located.
|
|
36
|
+
*/
|
|
37
|
+
"compartmentId": string;
|
|
38
|
+
/**
|
|
39
|
+
* The auto approval state of the lockbox.
|
|
40
|
+
*/
|
|
41
|
+
"autoApprovalState"?: model.LockboxAutoApprovalState;
|
|
42
|
+
/**
|
|
43
|
+
* The time the the approval template was created. An RFC3339 formatted datetime string
|
|
44
|
+
*/
|
|
45
|
+
"timeCreated": Date;
|
|
46
|
+
/**
|
|
47
|
+
* The time the approval template was updated. An RFC3339 formatted datetime string
|
|
48
|
+
*/
|
|
49
|
+
"timeUpdated"?: Date;
|
|
50
|
+
/**
|
|
51
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
52
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"freeformTags"?: {
|
|
56
|
+
[key: string]: string;
|
|
57
|
+
};
|
|
58
|
+
/**
|
|
59
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
60
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
61
|
+
*
|
|
62
|
+
*/
|
|
63
|
+
"definedTags"?: {
|
|
64
|
+
[key: string]: {
|
|
65
|
+
[key: string]: any;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
70
|
+
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
71
|
+
*
|
|
72
|
+
*/
|
|
73
|
+
"systemTags"?: {
|
|
74
|
+
[key: string]: {
|
|
75
|
+
[key: string]: any;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
export declare namespace ApprovalTemplateSummary {
|
|
80
|
+
function getJsonObj(obj: ApprovalTemplateSummary): object;
|
|
81
|
+
function getDeserializedJsonObj(obj: ApprovalTemplateSummary): object;
|
|
82
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
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.ApprovalTemplateSummary = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var ApprovalTemplateSummary;
|
|
40
|
+
(function (ApprovalTemplateSummary) {
|
|
41
|
+
function getJsonObj(obj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
43
|
+
"approverLevels": obj.approverLevels
|
|
44
|
+
? model.ApproverLevels.getJsonObj(obj.approverLevels)
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
ApprovalTemplateSummary.getJsonObj = getJsonObj;
|
|
50
|
+
function getDeserializedJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"approverLevels": obj.approverLevels
|
|
53
|
+
? model.ApproverLevels.getDeserializedJsonObj(obj.approverLevels)
|
|
54
|
+
: undefined
|
|
55
|
+
});
|
|
56
|
+
return jsonObj;
|
|
57
|
+
}
|
|
58
|
+
ApprovalTemplateSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
59
|
+
})(ApprovalTemplateSummary = exports.ApprovalTemplateSummary || (exports.ApprovalTemplateSummary = {}));
|
|
60
|
+
//# sourceMappingURL=approval-template-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"approval-template-summary.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/model/approval-template-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwDlC,IAAiB,uBAAuB,CAyBvC;AAzBD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACrD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,kCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,8CAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAyBvC"}
|
|
@@ -0,0 +1,95 @@
|
|
|
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
|
+
* Group/User OCIDs of those who can approve/deny/revoke operator's request to access associated resources.
|
|
19
|
+
*/
|
|
20
|
+
export interface ApprovalTemplate {
|
|
21
|
+
/**
|
|
22
|
+
* The unique identifier (OCID) of the approval template, which can't be changed after creation.
|
|
23
|
+
*/
|
|
24
|
+
"id": string;
|
|
25
|
+
/**
|
|
26
|
+
* The approval template display name.
|
|
27
|
+
*/
|
|
28
|
+
"displayName": string;
|
|
29
|
+
/**
|
|
30
|
+
* The current state of the approval template.
|
|
31
|
+
*/
|
|
32
|
+
"lifecycleState"?: ApprovalTemplate.LifecycleState;
|
|
33
|
+
"approverLevels": model.ApproverLevels;
|
|
34
|
+
/**
|
|
35
|
+
* The unique identifier (OCID) of the customer compartment where the approval template is located.
|
|
36
|
+
*/
|
|
37
|
+
"compartmentId": string;
|
|
38
|
+
/**
|
|
39
|
+
* The auto approval state of the lockbox.
|
|
40
|
+
*/
|
|
41
|
+
"autoApprovalState"?: model.LockboxAutoApprovalState;
|
|
42
|
+
/**
|
|
43
|
+
* The time the the approval template was created. An RFC3339 formatted datetime string
|
|
44
|
+
*/
|
|
45
|
+
"timeCreated": Date;
|
|
46
|
+
/**
|
|
47
|
+
* The time the approval template was updated. An RFC3339 formatted datetime string
|
|
48
|
+
*/
|
|
49
|
+
"timeUpdated"?: Date;
|
|
50
|
+
/**
|
|
51
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
52
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"freeformTags"?: {
|
|
56
|
+
[key: string]: string;
|
|
57
|
+
};
|
|
58
|
+
/**
|
|
59
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
60
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
61
|
+
*
|
|
62
|
+
*/
|
|
63
|
+
"definedTags"?: {
|
|
64
|
+
[key: string]: {
|
|
65
|
+
[key: string]: any;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
70
|
+
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
71
|
+
*
|
|
72
|
+
*/
|
|
73
|
+
"systemTags"?: {
|
|
74
|
+
[key: string]: {
|
|
75
|
+
[key: string]: any;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
export declare namespace ApprovalTemplate {
|
|
80
|
+
enum LifecycleState {
|
|
81
|
+
Active = "ACTIVE",
|
|
82
|
+
Creating = "CREATING",
|
|
83
|
+
Updating = "UPDATING",
|
|
84
|
+
Deleting = "DELETING",
|
|
85
|
+
Deleted = "DELETED",
|
|
86
|
+
Failed = "FAILED",
|
|
87
|
+
/**
|
|
88
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
89
|
+
* version of the SDK.
|
|
90
|
+
*/
|
|
91
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
92
|
+
}
|
|
93
|
+
function getJsonObj(obj: ApprovalTemplate): object;
|
|
94
|
+
function getDeserializedJsonObj(obj: ApprovalTemplate): object;
|
|
95
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
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.ApprovalTemplate = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var ApprovalTemplate;
|
|
40
|
+
(function (ApprovalTemplate) {
|
|
41
|
+
let LifecycleState;
|
|
42
|
+
(function (LifecycleState) {
|
|
43
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
44
|
+
LifecycleState["Creating"] = "CREATING";
|
|
45
|
+
LifecycleState["Updating"] = "UPDATING";
|
|
46
|
+
LifecycleState["Deleting"] = "DELETING";
|
|
47
|
+
LifecycleState["Deleted"] = "DELETED";
|
|
48
|
+
LifecycleState["Failed"] = "FAILED";
|
|
49
|
+
/**
|
|
50
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
51
|
+
* version of the SDK.
|
|
52
|
+
*/
|
|
53
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
54
|
+
})(LifecycleState = ApprovalTemplate.LifecycleState || (ApprovalTemplate.LifecycleState = {}));
|
|
55
|
+
function getJsonObj(obj) {
|
|
56
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
57
|
+
"approverLevels": obj.approverLevels
|
|
58
|
+
? model.ApproverLevels.getJsonObj(obj.approverLevels)
|
|
59
|
+
: undefined
|
|
60
|
+
});
|
|
61
|
+
return jsonObj;
|
|
62
|
+
}
|
|
63
|
+
ApprovalTemplate.getJsonObj = getJsonObj;
|
|
64
|
+
function getDeserializedJsonObj(obj) {
|
|
65
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
66
|
+
"approverLevels": obj.approverLevels
|
|
67
|
+
? model.ApproverLevels.getDeserializedJsonObj(obj.approverLevels)
|
|
68
|
+
: undefined
|
|
69
|
+
});
|
|
70
|
+
return jsonObj;
|
|
71
|
+
}
|
|
72
|
+
ApprovalTemplate.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
73
|
+
})(ApprovalTemplate = exports.ApprovalTemplate || (exports.ApprovalTemplate = {}));
|
|
74
|
+
//# sourceMappingURL=approval-template.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"approval-template.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/model/approval-template.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwDlC,IAAiB,gBAAgB,CAuChC;AAvCD,WAAiB,gBAAgB;IAC/B,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,+BAAc,KAAd,+BAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACrD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,2BAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,uCAAsB,yBAWrC,CAAA;AACH,CAAC,EAvCgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAuChC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
* The approver data for this approver level.
|
|
19
|
+
*/
|
|
20
|
+
export interface ApproverInfo {
|
|
21
|
+
/**
|
|
22
|
+
* The approver type of this approver level.
|
|
23
|
+
*/
|
|
24
|
+
"approverType": model.ApproverType;
|
|
25
|
+
/**
|
|
26
|
+
* The group or user ocid of the approver for this approver level.
|
|
27
|
+
*/
|
|
28
|
+
"approverId": string;
|
|
29
|
+
}
|
|
30
|
+
export declare namespace ApproverInfo {
|
|
31
|
+
function getJsonObj(obj: ApproverInfo): object;
|
|
32
|
+
function getDeserializedJsonObj(obj: ApproverInfo): object;
|
|
33
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.ApproverInfo = void 0;
|
|
19
|
+
var ApproverInfo;
|
|
20
|
+
(function (ApproverInfo) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
ApproverInfo.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
ApproverInfo.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(ApproverInfo = exports.ApproverInfo || (exports.ApproverInfo = {}));
|
|
32
|
+
//# sourceMappingURL=approver-info.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"approver-info.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/model/approver-info.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAmBH,IAAiB,YAAY,CAW5B;AAXD,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAW5B"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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
|
+
* The approver levels.
|
|
19
|
+
*/
|
|
20
|
+
export interface ApproverLevels {
|
|
21
|
+
"level1": model.ApproverInfo;
|
|
22
|
+
"level2"?: model.ApproverInfo;
|
|
23
|
+
"level3"?: model.ApproverInfo;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace ApproverLevels {
|
|
26
|
+
function getJsonObj(obj: ApproverLevels): object;
|
|
27
|
+
function getDeserializedJsonObj(obj: ApproverLevels): object;
|
|
28
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
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.ApproverLevels = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var ApproverLevels;
|
|
40
|
+
(function (ApproverLevels) {
|
|
41
|
+
function getJsonObj(obj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
43
|
+
"level1": obj.level1 ? model.ApproverInfo.getJsonObj(obj.level1) : undefined,
|
|
44
|
+
"level2": obj.level2 ? model.ApproverInfo.getJsonObj(obj.level2) : undefined,
|
|
45
|
+
"level3": obj.level3 ? model.ApproverInfo.getJsonObj(obj.level3) : undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
ApproverLevels.getJsonObj = getJsonObj;
|
|
50
|
+
function getDeserializedJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"level1": obj.level1 ? model.ApproverInfo.getDeserializedJsonObj(obj.level1) : undefined,
|
|
53
|
+
"level2": obj.level2 ? model.ApproverInfo.getDeserializedJsonObj(obj.level2) : undefined,
|
|
54
|
+
"level3": obj.level3 ? model.ApproverInfo.getDeserializedJsonObj(obj.level3) : undefined
|
|
55
|
+
});
|
|
56
|
+
return jsonObj;
|
|
57
|
+
}
|
|
58
|
+
ApproverLevels.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
59
|
+
})(ApproverLevels = exports.ApproverLevels || (exports.ApproverLevels = {}));
|
|
60
|
+
//# sourceMappingURL=approver-levels.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"approver-levels.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/model/approver-levels.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAYlC,IAAiB,cAAc,CAyB9B;AAzBD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YAC5E,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YAC5E,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SAC7E,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,yBAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YACxF,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YACxF,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SACzF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,qCAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAyB9B"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
/**
|
|
17
|
+
* Possible approver types for approver levels.
|
|
18
|
+
**/
|
|
19
|
+
export declare enum ApproverType {
|
|
20
|
+
Group = "GROUP",
|
|
21
|
+
User = "USER",
|
|
22
|
+
/**
|
|
23
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
24
|
+
* version of the SDK.
|
|
25
|
+
*/
|
|
26
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
27
|
+
}
|
|
28
|
+
export declare namespace ApproverType {
|
|
29
|
+
function getJsonObj(obj: ApproverType): ApproverType;
|
|
30
|
+
function getDeserializedJsonObj(obj: ApproverType): ApproverType;
|
|
31
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.ApproverType = void 0;
|
|
19
|
+
/**
|
|
20
|
+
* Possible approver types for approver levels.
|
|
21
|
+
**/
|
|
22
|
+
var ApproverType;
|
|
23
|
+
(function (ApproverType) {
|
|
24
|
+
ApproverType["Group"] = "GROUP";
|
|
25
|
+
ApproverType["User"] = "USER";
|
|
26
|
+
/**
|
|
27
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
28
|
+
* version of the SDK.
|
|
29
|
+
*/
|
|
30
|
+
ApproverType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
31
|
+
})(ApproverType = exports.ApproverType || (exports.ApproverType = {}));
|
|
32
|
+
(function (ApproverType) {
|
|
33
|
+
function getJsonObj(obj) {
|
|
34
|
+
return obj;
|
|
35
|
+
}
|
|
36
|
+
ApproverType.getJsonObj = getJsonObj;
|
|
37
|
+
function getDeserializedJsonObj(obj) {
|
|
38
|
+
return obj;
|
|
39
|
+
}
|
|
40
|
+
ApproverType.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
41
|
+
})(ApproverType = exports.ApproverType || (exports.ApproverType = {}));
|
|
42
|
+
//# sourceMappingURL=approver-type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"approver-type.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/model/approver-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,YASX;AATD,WAAY,YAAY;IACtB,+BAAe,CAAA;IACf,6BAAa,CAAA;IAEb;;;OAGG;IACH,8CAA8B,CAAA;AAChC,CAAC,EATW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QASvB;AAED,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB;QAC1C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,uBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,mCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAO5B"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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
|
+
/**
|
|
17
|
+
* The information to be updated.
|
|
18
|
+
*/
|
|
19
|
+
export interface ChangeApprovalTemplateCompartmentDetails {
|
|
20
|
+
/**
|
|
21
|
+
* The unique identifier (OCID) of the compartment where the resource is located.
|
|
22
|
+
*/
|
|
23
|
+
"compartmentId": string;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace ChangeApprovalTemplateCompartmentDetails {
|
|
26
|
+
function getJsonObj(obj: ChangeApprovalTemplateCompartmentDetails): object;
|
|
27
|
+
function getDeserializedJsonObj(obj: ChangeApprovalTemplateCompartmentDetails): object;
|
|
28
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.ChangeApprovalTemplateCompartmentDetails = void 0;
|
|
19
|
+
var ChangeApprovalTemplateCompartmentDetails;
|
|
20
|
+
(function (ChangeApprovalTemplateCompartmentDetails) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
ChangeApprovalTemplateCompartmentDetails.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
ChangeApprovalTemplateCompartmentDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(ChangeApprovalTemplateCompartmentDetails = exports.ChangeApprovalTemplateCompartmentDetails || (exports.ChangeApprovalTemplateCompartmentDetails = {}));
|
|
32
|
+
//# sourceMappingURL=change-approval-template-compartment-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-approval-template-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/model/change-approval-template-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAeH,IAAiB,wCAAwC,CAWxD;AAXD,WAAiB,wCAAwC;IACvD,SAAgB,UAAU,CAAC,GAA6C;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6C;QAClF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAWxD"}
|