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.
Files changed (278) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +25 -0
  6. package/index.js +48 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +283 -0
  9. package/lib/client.js +1586 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/lockbox-waiter.d.ts +55 -0
  12. package/lib/lockbox-waiter.js +103 -0
  13. package/lib/lockbox-waiter.js.map +1 -0
  14. package/lib/model/access-context-attribute-collection.d.ts +29 -0
  15. package/lib/model/access-context-attribute-collection.js +64 -0
  16. package/lib/model/access-context-attribute-collection.js.map +1 -0
  17. package/lib/model/access-context-attribute.d.ts +36 -0
  18. package/lib/model/access-context-attribute.js +32 -0
  19. package/lib/model/access-context-attribute.js.map +1 -0
  20. package/lib/model/access-materials.d.ts +30 -0
  21. package/lib/model/access-materials.js +32 -0
  22. package/lib/model/access-materials.js.map +1 -0
  23. package/lib/model/access-request-action-type.d.ts +33 -0
  24. package/lib/model/access-request-action-type.js +44 -0
  25. package/lib/model/access-request-action-type.js.map +1 -0
  26. package/lib/model/access-request-collection.d.ts +29 -0
  27. package/lib/model/access-request-collection.js +64 -0
  28. package/lib/model/access-request-collection.js.map +1 -0
  29. package/lib/model/access-request-summary.d.ts +70 -0
  30. package/lib/model/access-request-summary.js +32 -0
  31. package/lib/model/access-request-summary.js.map +1 -0
  32. package/lib/model/access-request.d.ts +116 -0
  33. package/lib/model/access-request.js +95 -0
  34. package/lib/model/access-request.js.map +1 -0
  35. package/lib/model/action-type.d.ts +35 -0
  36. package/lib/model/action-type.js +46 -0
  37. package/lib/model/action-type.js.map +1 -0
  38. package/lib/model/activity-log.d.ts +47 -0
  39. package/lib/model/activity-log.js +32 -0
  40. package/lib/model/activity-log.js.map +1 -0
  41. package/lib/model/approval-template-collection.d.ts +29 -0
  42. package/lib/model/approval-template-collection.js +64 -0
  43. package/lib/model/approval-template-collection.js.map +1 -0
  44. package/lib/model/approval-template-summary.d.ts +82 -0
  45. package/lib/model/approval-template-summary.js +60 -0
  46. package/lib/model/approval-template-summary.js.map +1 -0
  47. package/lib/model/approval-template.d.ts +95 -0
  48. package/lib/model/approval-template.js +74 -0
  49. package/lib/model/approval-template.js.map +1 -0
  50. package/lib/model/approver-info.d.ts +33 -0
  51. package/lib/model/approver-info.js +32 -0
  52. package/lib/model/approver-info.js.map +1 -0
  53. package/lib/model/approver-levels.d.ts +28 -0
  54. package/lib/model/approver-levels.js +60 -0
  55. package/lib/model/approver-levels.js.map +1 -0
  56. package/lib/model/approver-type.d.ts +31 -0
  57. package/lib/model/approver-type.js +42 -0
  58. package/lib/model/approver-type.js.map +1 -0
  59. package/lib/model/change-approval-template-compartment-details.d.ts +28 -0
  60. package/lib/model/change-approval-template-compartment-details.js +32 -0
  61. package/lib/model/change-approval-template-compartment-details.js.map +1 -0
  62. package/lib/model/change-lockbox-compartment-details.d.ts +28 -0
  63. package/lib/model/change-lockbox-compartment-details.js +32 -0
  64. package/lib/model/change-lockbox-compartment-details.js.map +1 -0
  65. package/lib/model/create-access-request-details.d.ts +49 -0
  66. package/lib/model/create-access-request-details.js +32 -0
  67. package/lib/model/create-access-request-details.js.map +1 -0
  68. package/lib/model/create-approval-template-details.d.ts +56 -0
  69. package/lib/model/create-approval-template-details.js +60 -0
  70. package/lib/model/create-approval-template-details.js.map +1 -0
  71. package/lib/model/create-lockbox-details.d.ts +72 -0
  72. package/lib/model/create-lockbox-details.js +60 -0
  73. package/lib/model/create-lockbox-details.js.map +1 -0
  74. package/lib/model/handle-access-request-details.d.ts +33 -0
  75. package/lib/model/handle-access-request-details.js +32 -0
  76. package/lib/model/handle-access-request-details.js.map +1 -0
  77. package/lib/model/index.d.ts +97 -0
  78. package/lib/model/index.js +120 -0
  79. package/lib/model/index.js.map +1 -0
  80. package/lib/model/lockbox-auto-approval-state.d.ts +31 -0
  81. package/lib/model/lockbox-auto-approval-state.js +42 -0
  82. package/lib/model/lockbox-auto-approval-state.js.map +1 -0
  83. package/lib/model/lockbox-collection.d.ts +29 -0
  84. package/lib/model/lockbox-collection.js +64 -0
  85. package/lib/model/lockbox-collection.js.map +1 -0
  86. package/lib/model/lockbox-partner.d.ts +31 -0
  87. package/lib/model/lockbox-partner.js +42 -0
  88. package/lib/model/lockbox-partner.js.map +1 -0
  89. package/lib/model/lockbox-summary.d.ts +101 -0
  90. package/lib/model/lockbox-summary.js +32 -0
  91. package/lib/model/lockbox-summary.js.map +1 -0
  92. package/lib/model/lockbox.d.ts +115 -0
  93. package/lib/model/lockbox.js +74 -0
  94. package/lib/model/lockbox.js.map +1 -0
  95. package/lib/model/operation-status.d.ts +36 -0
  96. package/lib/model/operation-status.js +47 -0
  97. package/lib/model/operation-status.js.map +1 -0
  98. package/lib/model/operation-type.d.ts +40 -0
  99. package/lib/model/operation-type.js +51 -0
  100. package/lib/model/operation-type.js.map +1 -0
  101. package/lib/model/persona-level.d.ts +34 -0
  102. package/lib/model/persona-level.js +45 -0
  103. package/lib/model/persona-level.js.map +1 -0
  104. package/lib/model/sort-order.d.ts +26 -0
  105. package/lib/model/sort-order.js +37 -0
  106. package/lib/model/sort-order.js.map +1 -0
  107. package/lib/model/update-approval-template-details.d.ts +52 -0
  108. package/lib/model/update-approval-template-details.js +60 -0
  109. package/lib/model/update-approval-template-details.js.map +1 -0
  110. package/lib/model/update-lockbox-details.d.ts +54 -0
  111. package/lib/model/update-lockbox-details.js +32 -0
  112. package/lib/model/update-lockbox-details.js.map +1 -0
  113. package/lib/model/work-request-error-collection.d.ts +29 -0
  114. package/lib/model/work-request-error-collection.js +64 -0
  115. package/lib/model/work-request-error-collection.js.map +1 -0
  116. package/lib/model/work-request-error.d.ts +38 -0
  117. package/lib/model/work-request-error.js +32 -0
  118. package/lib/model/work-request-error.js.map +1 -0
  119. package/lib/model/work-request-log-entry-collection.d.ts +29 -0
  120. package/lib/model/work-request-log-entry-collection.js +64 -0
  121. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  122. package/lib/model/work-request-log-entry.d.ts +32 -0
  123. package/lib/model/work-request-log-entry.js +32 -0
  124. package/lib/model/work-request-log-entry.js.map +1 -0
  125. package/lib/model/work-request-resource-metadata-key.d.ts +30 -0
  126. package/lib/model/work-request-resource-metadata-key.js +41 -0
  127. package/lib/model/work-request-resource-metadata-key.js.map +1 -0
  128. package/lib/model/work-request-resource.d.ts +51 -0
  129. package/lib/model/work-request-resource.js +32 -0
  130. package/lib/model/work-request-resource.js.map +1 -0
  131. package/lib/model/work-request-summary-collection.d.ts +29 -0
  132. package/lib/model/work-request-summary-collection.js +64 -0
  133. package/lib/model/work-request-summary-collection.js.map +1 -0
  134. package/lib/model/work-request-summary.d.ts +70 -0
  135. package/lib/model/work-request-summary.js +64 -0
  136. package/lib/model/work-request-summary.js.map +1 -0
  137. package/lib/model/work-request.d.ts +70 -0
  138. package/lib/model/work-request.js +64 -0
  139. package/lib/model/work-request.js.map +1 -0
  140. package/lib/request/cancel-work-request-request.d.ts +35 -0
  141. package/lib/request/cancel-work-request-request.js +15 -0
  142. package/lib/request/cancel-work-request-request.js.map +1 -0
  143. package/lib/request/change-approval-template-compartment-request.d.ts +49 -0
  144. package/lib/request/change-approval-template-compartment-request.js +15 -0
  145. package/lib/request/change-approval-template-compartment-request.js.map +1 -0
  146. package/lib/request/change-lockbox-compartment-request.d.ts +49 -0
  147. package/lib/request/change-lockbox-compartment-request.js +15 -0
  148. package/lib/request/change-lockbox-compartment-request.js.map +1 -0
  149. package/lib/request/create-access-request-request.d.ts +36 -0
  150. package/lib/request/create-access-request-request.js +15 -0
  151. package/lib/request/create-access-request-request.js.map +1 -0
  152. package/lib/request/create-approval-template-request.d.ts +36 -0
  153. package/lib/request/create-approval-template-request.js +15 -0
  154. package/lib/request/create-approval-template-request.js.map +1 -0
  155. package/lib/request/create-lockbox-request.d.ts +36 -0
  156. package/lib/request/create-lockbox-request.js +15 -0
  157. package/lib/request/create-lockbox-request.js.map +1 -0
  158. package/lib/request/delete-approval-template-request.d.ts +35 -0
  159. package/lib/request/delete-approval-template-request.js +15 -0
  160. package/lib/request/delete-approval-template-request.js.map +1 -0
  161. package/lib/request/delete-lockbox-request.d.ts +44 -0
  162. package/lib/request/delete-lockbox-request.js +15 -0
  163. package/lib/request/delete-lockbox-request.js.map +1 -0
  164. package/lib/request/get-access-materials-request.d.ts +26 -0
  165. package/lib/request/get-access-materials-request.js +15 -0
  166. package/lib/request/get-access-materials-request.js.map +1 -0
  167. package/lib/request/get-access-request-request.d.ts +26 -0
  168. package/lib/request/get-access-request-request.js +15 -0
  169. package/lib/request/get-access-request-request.js.map +1 -0
  170. package/lib/request/get-approval-template-request.d.ts +26 -0
  171. package/lib/request/get-approval-template-request.js +15 -0
  172. package/lib/request/get-approval-template-request.js.map +1 -0
  173. package/lib/request/get-lockbox-request.d.ts +26 -0
  174. package/lib/request/get-lockbox-request.js +15 -0
  175. package/lib/request/get-lockbox-request.js.map +1 -0
  176. package/lib/request/get-work-request-request.d.ts +26 -0
  177. package/lib/request/get-work-request-request.js +15 -0
  178. package/lib/request/get-work-request-request.js.map +1 -0
  179. package/lib/request/handle-access-request-request.d.ts +49 -0
  180. package/lib/request/handle-access-request-request.js +15 -0
  181. package/lib/request/handle-access-request-request.js.map +1 -0
  182. package/lib/request/index.d.ts +59 -0
  183. package/lib/request/index.js +50 -0
  184. package/lib/request/index.js.map +1 -0
  185. package/lib/request/list-access-requests-request.d.ts +71 -0
  186. package/lib/request/list-access-requests-request.js +25 -0
  187. package/lib/request/list-access-requests-request.js.map +1 -0
  188. package/lib/request/list-approval-templates-request.d.ts +63 -0
  189. package/lib/request/list-approval-templates-request.js +25 -0
  190. package/lib/request/list-approval-templates-request.js.map +1 -0
  191. package/lib/request/list-lockboxes-request.d.ts +71 -0
  192. package/lib/request/list-lockboxes-request.js +25 -0
  193. package/lib/request/list-lockboxes-request.js.map +1 -0
  194. package/lib/request/list-work-request-errors-request.d.ts +49 -0
  195. package/lib/request/list-work-request-errors-request.js +23 -0
  196. package/lib/request/list-work-request-errors-request.js.map +1 -0
  197. package/lib/request/list-work-request-logs-request.d.ts +49 -0
  198. package/lib/request/list-work-request-logs-request.js +23 -0
  199. package/lib/request/list-work-request-logs-request.js.map +1 -0
  200. package/lib/request/list-work-requests-request.d.ts +61 -0
  201. package/lib/request/list-work-requests-request.js +23 -0
  202. package/lib/request/list-work-requests-request.js.map +1 -0
  203. package/lib/request/update-approval-template-request.d.ts +40 -0
  204. package/lib/request/update-approval-template-request.js +15 -0
  205. package/lib/request/update-approval-template-request.js.map +1 -0
  206. package/lib/request/update-lockbox-request.d.ts +40 -0
  207. package/lib/request/update-lockbox-request.js +15 -0
  208. package/lib/request/update-lockbox-request.js.map +1 -0
  209. package/lib/response/cancel-work-request-response.d.ts +20 -0
  210. package/lib/response/cancel-work-request-response.js +15 -0
  211. package/lib/response/cancel-work-request-response.js.map +1 -0
  212. package/lib/response/change-approval-template-compartment-response.d.ts +20 -0
  213. package/lib/response/change-approval-template-compartment-response.js +15 -0
  214. package/lib/response/change-approval-template-compartment-response.js.map +1 -0
  215. package/lib/response/change-lockbox-compartment-response.d.ts +20 -0
  216. package/lib/response/change-lockbox-compartment-response.js +15 -0
  217. package/lib/response/change-lockbox-compartment-response.js.map +1 -0
  218. package/lib/response/create-access-request-response.d.ts +40 -0
  219. package/lib/response/create-access-request-response.js +15 -0
  220. package/lib/response/create-access-request-response.js.map +1 -0
  221. package/lib/response/create-approval-template-response.d.ts +35 -0
  222. package/lib/response/create-approval-template-response.js +15 -0
  223. package/lib/response/create-approval-template-response.js.map +1 -0
  224. package/lib/response/create-lockbox-response.d.ts +35 -0
  225. package/lib/response/create-lockbox-response.js +15 -0
  226. package/lib/response/create-lockbox-response.js.map +1 -0
  227. package/lib/response/delete-approval-template-response.d.ts +20 -0
  228. package/lib/response/delete-approval-template-response.js +15 -0
  229. package/lib/response/delete-approval-template-response.js.map +1 -0
  230. package/lib/response/delete-lockbox-response.d.ts +20 -0
  231. package/lib/response/delete-lockbox-response.js +15 -0
  232. package/lib/response/delete-lockbox-response.js.map +1 -0
  233. package/lib/response/get-access-materials-response.d.ts +25 -0
  234. package/lib/response/get-access-materials-response.js +15 -0
  235. package/lib/response/get-access-materials-response.js.map +1 -0
  236. package/lib/response/get-access-request-response.d.ts +30 -0
  237. package/lib/response/get-access-request-response.js +15 -0
  238. package/lib/response/get-access-request-response.js.map +1 -0
  239. package/lib/response/get-approval-template-response.d.ts +30 -0
  240. package/lib/response/get-approval-template-response.js +15 -0
  241. package/lib/response/get-approval-template-response.js.map +1 -0
  242. package/lib/response/get-lockbox-response.d.ts +30 -0
  243. package/lib/response/get-lockbox-response.js +15 -0
  244. package/lib/response/get-lockbox-response.js.map +1 -0
  245. package/lib/response/get-work-request-response.d.ts +34 -0
  246. package/lib/response/get-work-request-response.js +15 -0
  247. package/lib/response/get-work-request-response.js.map +1 -0
  248. package/lib/response/handle-access-request-response.d.ts +25 -0
  249. package/lib/response/handle-access-request-response.js +15 -0
  250. package/lib/response/handle-access-request-response.js.map +1 -0
  251. package/lib/response/index.d.ts +59 -0
  252. package/lib/response/index.js +18 -0
  253. package/lib/response/index.js.map +1 -0
  254. package/lib/response/list-access-requests-response.d.ts +32 -0
  255. package/lib/response/list-access-requests-response.js +15 -0
  256. package/lib/response/list-access-requests-response.js.map +1 -0
  257. package/lib/response/list-approval-templates-response.d.ts +32 -0
  258. package/lib/response/list-approval-templates-response.js +15 -0
  259. package/lib/response/list-approval-templates-response.js.map +1 -0
  260. package/lib/response/list-lockboxes-response.d.ts +32 -0
  261. package/lib/response/list-lockboxes-response.js +15 -0
  262. package/lib/response/list-lockboxes-response.js.map +1 -0
  263. package/lib/response/list-work-request-errors-response.d.ts +32 -0
  264. package/lib/response/list-work-request-errors-response.js +15 -0
  265. package/lib/response/list-work-request-errors-response.js.map +1 -0
  266. package/lib/response/list-work-request-logs-response.d.ts +32 -0
  267. package/lib/response/list-work-request-logs-response.js +15 -0
  268. package/lib/response/list-work-request-logs-response.js.map +1 -0
  269. package/lib/response/list-work-requests-response.d.ts +32 -0
  270. package/lib/response/list-work-requests-response.js +15 -0
  271. package/lib/response/list-work-requests-response.js.map +1 -0
  272. package/lib/response/update-approval-template-response.d.ts +30 -0
  273. package/lib/response/update-approval-template-response.js +15 -0
  274. package/lib/response/update-approval-template-response.js.map +1 -0
  275. package/lib/response/update-lockbox-response.d.ts +30 -0
  276. package/lib/response/update-lockbox-response.js +15 -0
  277. package/lib/response/update-lockbox-response.js.map +1 -0
  278. package/package.json +29 -0
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ /**
3
+ * Managed Access API
4
+ * Use the Managed Access API to approve access requests, create and manage templates, and manage resource approval settings. For more information, see [Managed Access Overview](https://docs.oracle.com/en-us/iaas/managed-access/overview.htm).
5
+
6
+ Use the table of contents and search tool to explore the Managed Access API.
7
+
8
+ * OpenAPI spec version: 20220126
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.AccessRequestCollection = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var AccessRequestCollection;
40
+ (function (AccessRequestCollection) {
41
+ function getJsonObj(obj) {
42
+ const jsonObj = Object.assign(Object.assign({}, obj), {
43
+ "items": obj.items
44
+ ? obj.items.map(item => {
45
+ return model.AccessRequestSummary.getJsonObj(item);
46
+ })
47
+ : undefined
48
+ });
49
+ return jsonObj;
50
+ }
51
+ AccessRequestCollection.getJsonObj = getJsonObj;
52
+ function getDeserializedJsonObj(obj) {
53
+ const jsonObj = Object.assign(Object.assign({}, obj), {
54
+ "items": obj.items
55
+ ? obj.items.map(item => {
56
+ return model.AccessRequestSummary.getDeserializedJsonObj(item);
57
+ })
58
+ : undefined
59
+ });
60
+ return jsonObj;
61
+ }
62
+ AccessRequestCollection.getDeserializedJsonObj = getDeserializedJsonObj;
63
+ })(AccessRequestCollection = exports.AccessRequestCollection || (exports.AccessRequestCollection = {}));
64
+ //# sourceMappingURL=access-request-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"access-request-collection.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/model/access-request-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,uBAAuB,CA6BvC;AA7BD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,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,oBAAoB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,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,oBAAoB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QA6BvC"}
@@ -0,0 +1,70 @@
1
+ /**
2
+ * Managed Access API
3
+ * Use the Managed Access API to approve access requests, create and manage templates, and manage resource approval settings. For more information, see [Managed Access Overview](https://docs.oracle.com/en-us/iaas/managed-access/overview.htm).
4
+
5
+ Use the table of contents and search tool to explore the Managed Access API.
6
+
7
+ * OpenAPI spec version: 20220126
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ /**
17
+ * Summary information for an access request.
18
+ */
19
+ export interface AccessRequestSummary {
20
+ /**
21
+ * The unique identifier (OCID) of the access request, which can't be changed after creation.
22
+ */
23
+ "id": string;
24
+ /**
25
+ * The unique identifier (OCID) of the lockbox box that the access request is associated with, which can't be changed after creation.
26
+ */
27
+ "lockboxId": string;
28
+ /**
29
+ * The name of the access request.
30
+ */
31
+ "displayName": string;
32
+ /**
33
+ * The rationale for requesting the access request.
34
+ */
35
+ "description": string;
36
+ /**
37
+ * The unique identifier of the requestor.
38
+ */
39
+ "requestorId": string;
40
+ /**
41
+ * The current state of the access request.
42
+ */
43
+ "lifecycleState": string;
44
+ /**
45
+ * The maximum amount of time operator has access to associated resources.
46
+ */
47
+ "accessDuration"?: string;
48
+ /**
49
+ * The time the access request was created. Format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
50
+ * Example: `2020-01-25T21:10:29.600Z`
51
+ *
52
+ */
53
+ "timeCreated": Date;
54
+ /**
55
+ * The time the access request was last updated. Format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
56
+ * Example: `2020-01-25T21:10:29.600Z`
57
+ *
58
+ */
59
+ "timeUpdated": Date;
60
+ /**
61
+ * The time the access request expired. Format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
62
+ * Example: `2020-01-25T21:10:29.600Z`
63
+ *
64
+ */
65
+ "timeExpired": Date;
66
+ }
67
+ export declare namespace AccessRequestSummary {
68
+ function getJsonObj(obj: AccessRequestSummary): object;
69
+ function getDeserializedJsonObj(obj: AccessRequestSummary): object;
70
+ }
@@ -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.AccessRequestSummary = void 0;
19
+ var AccessRequestSummary;
20
+ (function (AccessRequestSummary) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ AccessRequestSummary.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ AccessRequestSummary.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(AccessRequestSummary = exports.AccessRequestSummary || (exports.AccessRequestSummary = {}));
32
+ //# sourceMappingURL=access-request-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"access-request-summary.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/model/access-request-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAyDH,IAAiB,oBAAoB,CAWpC;AAXD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAWpC"}
@@ -0,0 +1,116 @@
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
+ * An access request to a customer's resource.
19
+ * An access request is a subsidiary resource of the Lockbox entity.
20
+ *
21
+ */
22
+ export interface AccessRequest {
23
+ /**
24
+ * The unique identifier (OCID) of the access request, which can't be changed after creation.
25
+ */
26
+ "id": string;
27
+ /**
28
+ * The unique identifier (OCID) of the lockbox box that the access request is associated with, which can't be changed after creation.
29
+ */
30
+ "lockboxId": string;
31
+ /**
32
+ * The name of the access request.
33
+ */
34
+ "displayName": string;
35
+ /**
36
+ * The rationale for requesting the access request and any other related details..
37
+ */
38
+ "description": string;
39
+ /**
40
+ * The unique identifier of the requestor.
41
+ */
42
+ "requestorId": string;
43
+ /**
44
+ * Possible access request lifecycle states.
45
+ */
46
+ "lifecycleState": AccessRequest.LifecycleState;
47
+ /**
48
+ * Details of access request lifecycle state.
49
+ */
50
+ "lifecycleStateDetails": AccessRequest.LifecycleStateDetails;
51
+ /**
52
+ * The maximum amount of time operator has access to associated resources.
53
+ */
54
+ "accessDuration": string;
55
+ /**
56
+ * The context object containing the access request specific details.
57
+ */
58
+ "context"?: {
59
+ [key: string]: string;
60
+ };
61
+ /**
62
+ * The actions taken by different persona on the access request, e.g. approve/deny/revoke
63
+ */
64
+ "activityLogs": Array<model.ActivityLog>;
65
+ /**
66
+ * The time the access request was created. Format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
67
+ * Example: `2020-01-25T21:10:29.600Z`
68
+ *
69
+ */
70
+ "timeCreated": Date;
71
+ /**
72
+ * The time the access request was last updated. Format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
73
+ * Example: `2020-01-25T21:10:29.600Z`
74
+ *
75
+ */
76
+ "timeUpdated": Date;
77
+ /**
78
+ * The time the access request expired. Format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
79
+ * Example: `2020-01-25T21:10:29.600Z`
80
+ *
81
+ */
82
+ "timeExpired": Date;
83
+ }
84
+ export declare namespace AccessRequest {
85
+ enum LifecycleState {
86
+ InProgress = "IN_PROGRESS",
87
+ Waiting = "WAITING",
88
+ Succeeded = "SUCCEEDED",
89
+ Canceling = "CANCELING",
90
+ Canceled = "CANCELED",
91
+ Failed = "FAILED",
92
+ /**
93
+ * This value is used if a service returns a value for this enum that is not recognized by this
94
+ * version of the SDK.
95
+ */
96
+ UnknownValue = "UNKNOWN_VALUE"
97
+ }
98
+ enum LifecycleStateDetails {
99
+ Processing = "PROCESSING",
100
+ WaitingForApprovals = "WAITING_FOR_APPROVALS",
101
+ Approved = "APPROVED",
102
+ AutoApproved = "AUTO_APPROVED",
103
+ CancellingAccess = "CANCELLING_ACCESS",
104
+ Expired = "EXPIRED",
105
+ Revoked = "REVOKED",
106
+ Denied = "DENIED",
107
+ Error = "ERROR",
108
+ /**
109
+ * This value is used if a service returns a value for this enum that is not recognized by this
110
+ * version of the SDK.
111
+ */
112
+ UnknownValue = "UNKNOWN_VALUE"
113
+ }
114
+ function getJsonObj(obj: AccessRequest): object;
115
+ function getDeserializedJsonObj(obj: AccessRequest): object;
116
+ }
@@ -0,0 +1,95 @@
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.AccessRequest = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var AccessRequest;
40
+ (function (AccessRequest) {
41
+ let LifecycleState;
42
+ (function (LifecycleState) {
43
+ LifecycleState["InProgress"] = "IN_PROGRESS";
44
+ LifecycleState["Waiting"] = "WAITING";
45
+ LifecycleState["Succeeded"] = "SUCCEEDED";
46
+ LifecycleState["Canceling"] = "CANCELING";
47
+ LifecycleState["Canceled"] = "CANCELED";
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 = AccessRequest.LifecycleState || (AccessRequest.LifecycleState = {}));
55
+ let LifecycleStateDetails;
56
+ (function (LifecycleStateDetails) {
57
+ LifecycleStateDetails["Processing"] = "PROCESSING";
58
+ LifecycleStateDetails["WaitingForApprovals"] = "WAITING_FOR_APPROVALS";
59
+ LifecycleStateDetails["Approved"] = "APPROVED";
60
+ LifecycleStateDetails["AutoApproved"] = "AUTO_APPROVED";
61
+ LifecycleStateDetails["CancellingAccess"] = "CANCELLING_ACCESS";
62
+ LifecycleStateDetails["Expired"] = "EXPIRED";
63
+ LifecycleStateDetails["Revoked"] = "REVOKED";
64
+ LifecycleStateDetails["Denied"] = "DENIED";
65
+ LifecycleStateDetails["Error"] = "ERROR";
66
+ /**
67
+ * This value is used if a service returns a value for this enum that is not recognized by this
68
+ * version of the SDK.
69
+ */
70
+ LifecycleStateDetails["UnknownValue"] = "UNKNOWN_VALUE";
71
+ })(LifecycleStateDetails = AccessRequest.LifecycleStateDetails || (AccessRequest.LifecycleStateDetails = {}));
72
+ function getJsonObj(obj) {
73
+ const jsonObj = Object.assign(Object.assign({}, obj), {
74
+ "activityLogs": obj.activityLogs
75
+ ? obj.activityLogs.map(item => {
76
+ return model.ActivityLog.getJsonObj(item);
77
+ })
78
+ : undefined
79
+ });
80
+ return jsonObj;
81
+ }
82
+ AccessRequest.getJsonObj = getJsonObj;
83
+ function getDeserializedJsonObj(obj) {
84
+ const jsonObj = Object.assign(Object.assign({}, obj), {
85
+ "activityLogs": obj.activityLogs
86
+ ? obj.activityLogs.map(item => {
87
+ return model.ActivityLog.getDeserializedJsonObj(item);
88
+ })
89
+ : undefined
90
+ });
91
+ return jsonObj;
92
+ }
93
+ AccessRequest.getDeserializedJsonObj = getDeserializedJsonObj;
94
+ })(AccessRequest = exports.AccessRequest || (exports.AccessRequest = {}));
95
+ //# sourceMappingURL=access-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"access-request.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/model/access-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqElC,IAAiB,aAAa,CA4D7B;AA5DD,WAAiB,aAAa;IAC5B,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,4CAA0B,CAAA;QAC1B,qCAAmB,CAAA;QACnB,yCAAuB,CAAA;QACvB,yCAAuB,CAAA;QACvB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,4BAAc,KAAd,4BAAc,QAYzB;IAED,IAAY,qBAeX;IAfD,WAAY,qBAAqB;QAC/B,kDAAyB,CAAA;QACzB,sEAA6C,CAAA;QAC7C,8CAAqB,CAAA;QACrB,uDAA8B,CAAA;QAC9B,+DAAsC,CAAA;QACtC,4CAAmB,CAAA;QACnB,4CAAmB,CAAA;QACnB,0CAAiB,CAAA;QACjB,wCAAe,CAAA;QACf;;;WAGG;QACH,uDAA8B,CAAA;IAChC,CAAC,EAfW,qBAAqB,GAArB,mCAAqB,KAArB,mCAAqB,QAehC;IAED,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC5C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACxD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oCAAsB,yBAarC,CAAA;AACH,CAAC,EA5DgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QA4D7B"}
@@ -0,0 +1,35 @@
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 types of actions.
18
+ **/
19
+ export declare enum ActionType {
20
+ Created = "CREATED",
21
+ Updated = "UPDATED",
22
+ Deleted = "DELETED",
23
+ InProgress = "IN_PROGRESS",
24
+ Related = "RELATED",
25
+ Failed = "FAILED",
26
+ /**
27
+ * This value is used if a service returns a value for this enum that is not recognized by this
28
+ * version of the SDK.
29
+ */
30
+ UnknownValue = "UNKNOWN_VALUE"
31
+ }
32
+ export declare namespace ActionType {
33
+ function getJsonObj(obj: ActionType): ActionType;
34
+ function getDeserializedJsonObj(obj: ActionType): ActionType;
35
+ }
@@ -0,0 +1,46 @@
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.ActionType = void 0;
19
+ /**
20
+ * Possible types of actions.
21
+ **/
22
+ var ActionType;
23
+ (function (ActionType) {
24
+ ActionType["Created"] = "CREATED";
25
+ ActionType["Updated"] = "UPDATED";
26
+ ActionType["Deleted"] = "DELETED";
27
+ ActionType["InProgress"] = "IN_PROGRESS";
28
+ ActionType["Related"] = "RELATED";
29
+ ActionType["Failed"] = "FAILED";
30
+ /**
31
+ * This value is used if a service returns a value for this enum that is not recognized by this
32
+ * version of the SDK.
33
+ */
34
+ ActionType["UnknownValue"] = "UNKNOWN_VALUE";
35
+ })(ActionType = exports.ActionType || (exports.ActionType = {}));
36
+ (function (ActionType) {
37
+ function getJsonObj(obj) {
38
+ return obj;
39
+ }
40
+ ActionType.getJsonObj = getJsonObj;
41
+ function getDeserializedJsonObj(obj) {
42
+ return obj;
43
+ }
44
+ ActionType.getDeserializedJsonObj = getDeserializedJsonObj;
45
+ })(ActionType = exports.ActionType || (exports.ActionType = {}));
46
+ //# sourceMappingURL=action-type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action-type.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/model/action-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,UAaX;AAbD,WAAY,UAAU;IACpB,iCAAmB,CAAA;IACnB,iCAAmB,CAAA;IACnB,iCAAmB,CAAA;IACnB,wCAA0B,CAAA;IAC1B,iCAAmB,CAAA;IACnB,+BAAiB,CAAA;IAEjB;;;OAGG;IACH,4CAA8B,CAAA;AAChC,CAAC,EAbW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAarB;AAED,WAAiB,UAAU;IACzB,SAAgB,UAAU,CAAC,GAAe;QACxC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,iCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAO1B"}
@@ -0,0 +1,47 @@
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 log of the action taken by different persona on the access request, e.g. approve/deny/revoke
19
+ */
20
+ export interface ActivityLog {
21
+ /**
22
+ * User OCID of the persona
23
+ */
24
+ "userId"?: string;
25
+ /**
26
+ * Level of the persona
27
+ */
28
+ "userLevel"?: model.PersonaLevel;
29
+ /**
30
+ * The action take by persona
31
+ */
32
+ "action"?: model.AccessRequestActionType;
33
+ /**
34
+ * The action justification or details.
35
+ */
36
+ "message"?: string;
37
+ /**
38
+ * The time the action was taken. Format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
39
+ * Example: `2020-01-25T21:10:29.600Z`
40
+ *
41
+ */
42
+ "timeUpdated"?: Date;
43
+ }
44
+ export declare namespace ActivityLog {
45
+ function getJsonObj(obj: ActivityLog): object;
46
+ function getDeserializedJsonObj(obj: ActivityLog): object;
47
+ }
@@ -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.ActivityLog = void 0;
19
+ var ActivityLog;
20
+ (function (ActivityLog) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ ActivityLog.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ ActivityLog.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(ActivityLog = exports.ActivityLog || (exports.ActivityLog = {}));
32
+ //# sourceMappingURL=activity-log.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"activity-log.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/model/activity-log.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAiCH,IAAiB,WAAW,CAW3B;AAXD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAW3B"}
@@ -0,0 +1,29 @@
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
+ * Results of approval template search. Contains both ApprovalTemplateSummary items and other information, such as metadata.
19
+ */
20
+ export interface ApprovalTemplateCollection {
21
+ /**
22
+ * List of ApprovalTemplateSummary.
23
+ */
24
+ "items": Array<model.ApprovalTemplateSummary>;
25
+ }
26
+ export declare namespace ApprovalTemplateCollection {
27
+ function getJsonObj(obj: ApprovalTemplateCollection): object;
28
+ function getDeserializedJsonObj(obj: ApprovalTemplateCollection): object;
29
+ }
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ /**
3
+ * Managed Access API
4
+ * Use the Managed Access API to approve access requests, create and manage templates, and manage resource approval settings. For more information, see [Managed Access Overview](https://docs.oracle.com/en-us/iaas/managed-access/overview.htm).
5
+
6
+ Use the table of contents and search tool to explore the Managed Access API.
7
+
8
+ * OpenAPI spec version: 20220126
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.ApprovalTemplateCollection = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var ApprovalTemplateCollection;
40
+ (function (ApprovalTemplateCollection) {
41
+ function getJsonObj(obj) {
42
+ const jsonObj = Object.assign(Object.assign({}, obj), {
43
+ "items": obj.items
44
+ ? obj.items.map(item => {
45
+ return model.ApprovalTemplateSummary.getJsonObj(item);
46
+ })
47
+ : undefined
48
+ });
49
+ return jsonObj;
50
+ }
51
+ ApprovalTemplateCollection.getJsonObj = getJsonObj;
52
+ function getDeserializedJsonObj(obj) {
53
+ const jsonObj = Object.assign(Object.assign({}, obj), {
54
+ "items": obj.items
55
+ ? obj.items.map(item => {
56
+ return model.ApprovalTemplateSummary.getDeserializedJsonObj(item);
57
+ })
58
+ : undefined
59
+ });
60
+ return jsonObj;
61
+ }
62
+ ApprovalTemplateCollection.getDeserializedJsonObj = getDeserializedJsonObj;
63
+ })(ApprovalTemplateCollection = exports.ApprovalTemplateCollection || (exports.ApprovalTemplateCollection = {}));
64
+ //# sourceMappingURL=approval-template-collection.js.map