oci-psa 2.121.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) 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 +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +216 -0
  9. package/lib/client.js +1017 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/model/action-type.d.ts +32 -0
  12. package/lib/model/action-type.js +43 -0
  13. package/lib/model/action-type.js.map +1 -0
  14. package/lib/model/change-private-service-access-compartment-details.d.ts +27 -0
  15. package/lib/model/change-private-service-access-compartment-details.js +29 -0
  16. package/lib/model/change-private-service-access-compartment-details.js.map +1 -0
  17. package/lib/model/create-private-service-access-details.d.ts +98 -0
  18. package/lib/model/create-private-service-access-details.js +29 -0
  19. package/lib/model/create-private-service-access-details.js.map +1 -0
  20. package/lib/model/index.d.ts +54 -0
  21. package/lib/model/index.js +77 -0
  22. package/lib/model/index.js.map +1 -0
  23. package/lib/model/operation-status.d.ts +34 -0
  24. package/lib/model/operation-status.js +45 -0
  25. package/lib/model/operation-status.js.map +1 -0
  26. package/lib/model/operation-type.d.ts +30 -0
  27. package/lib/model/operation-type.js +41 -0
  28. package/lib/model/operation-type.js.map +1 -0
  29. package/lib/model/private-service-access-collection.d.ts +26 -0
  30. package/lib/model/private-service-access-collection.js +61 -0
  31. package/lib/model/private-service-access-collection.js.map +1 -0
  32. package/lib/model/private-service-access-summary.d.ts +151 -0
  33. package/lib/model/private-service-access-summary.js +29 -0
  34. package/lib/model/private-service-access-summary.js.map +1 -0
  35. package/lib/model/private-service-access.d.ts +164 -0
  36. package/lib/model/private-service-access.js +43 -0
  37. package/lib/model/private-service-access.js.map +1 -0
  38. package/lib/model/psa-service-collection.d.ts +26 -0
  39. package/lib/model/psa-service-collection.js +61 -0
  40. package/lib/model/psa-service-collection.js.map +1 -0
  41. package/lib/model/psa-service-summary.d.ts +52 -0
  42. package/lib/model/psa-service-summary.js +29 -0
  43. package/lib/model/psa-service-summary.js.map +1 -0
  44. package/lib/model/sort-order.d.ts +30 -0
  45. package/lib/model/sort-order.js +41 -0
  46. package/lib/model/sort-order.js.map +1 -0
  47. package/lib/model/update-private-service-access-details.d.ts +74 -0
  48. package/lib/model/update-private-service-access-details.js +29 -0
  49. package/lib/model/update-private-service-access-details.js.map +1 -0
  50. package/lib/model/work-request-error-collection.d.ts +26 -0
  51. package/lib/model/work-request-error-collection.js +61 -0
  52. package/lib/model/work-request-error-collection.js.map +1 -0
  53. package/lib/model/work-request-error.d.ts +37 -0
  54. package/lib/model/work-request-error.js +29 -0
  55. package/lib/model/work-request-error.js.map +1 -0
  56. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  57. package/lib/model/work-request-log-entry-collection.js +61 -0
  58. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  59. package/lib/model/work-request-log-entry.d.ts +31 -0
  60. package/lib/model/work-request-log-entry.js +29 -0
  61. package/lib/model/work-request-log-entry.js.map +1 -0
  62. package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
  63. package/lib/model/work-request-resource-metadata-key.js +38 -0
  64. package/lib/model/work-request-resource-metadata-key.js.map +1 -0
  65. package/lib/model/work-request-resource.d.ts +48 -0
  66. package/lib/model/work-request-resource.js +29 -0
  67. package/lib/model/work-request-resource.js.map +1 -0
  68. package/lib/model/work-request-summary-collection.d.ts +26 -0
  69. package/lib/model/work-request-summary-collection.js +61 -0
  70. package/lib/model/work-request-summary-collection.js.map +1 -0
  71. package/lib/model/work-request-summary.d.ts +73 -0
  72. package/lib/model/work-request-summary.js +61 -0
  73. package/lib/model/work-request-summary.js.map +1 -0
  74. package/lib/model/work-request.d.ts +76 -0
  75. package/lib/model/work-request.js +61 -0
  76. package/lib/model/work-request.js.map +1 -0
  77. package/lib/privateserviceaccess-waiter.d.ts +29 -0
  78. package/lib/privateserviceaccess-waiter.js +65 -0
  79. package/lib/privateserviceaccess-waiter.js.map +1 -0
  80. package/lib/request/cancel-psa-work-request-request.d.ts +38 -0
  81. package/lib/request/cancel-psa-work-request-request.js +15 -0
  82. package/lib/request/cancel-psa-work-request-request.js.map +1 -0
  83. package/lib/request/change-private-service-access-compartment-request.d.ts +52 -0
  84. package/lib/request/change-private-service-access-compartment-request.js +15 -0
  85. package/lib/request/change-private-service-access-compartment-request.js.map +1 -0
  86. package/lib/request/create-private-service-access-request.d.ts +40 -0
  87. package/lib/request/create-private-service-access-request.js +15 -0
  88. package/lib/request/create-private-service-access-request.js.map +1 -0
  89. package/lib/request/delete-private-service-access-request.d.ts +38 -0
  90. package/lib/request/delete-private-service-access-request.js +15 -0
  91. package/lib/request/delete-private-service-access-request.js.map +1 -0
  92. package/lib/request/get-private-service-access-request.d.ts +30 -0
  93. package/lib/request/get-private-service-access-request.js +15 -0
  94. package/lib/request/get-private-service-access-request.js.map +1 -0
  95. package/lib/request/get-psa-work-request-request.d.ts +30 -0
  96. package/lib/request/get-psa-work-request-request.js +15 -0
  97. package/lib/request/get-psa-work-request-request.js.map +1 -0
  98. package/lib/request/index.d.ts +36 -0
  99. package/lib/request/index.js +45 -0
  100. package/lib/request/index.js.map +1 -0
  101. package/lib/request/list-private-service-accesses-request.d.ts +83 -0
  102. package/lib/request/list-private-service-accesses-request.js +24 -0
  103. package/lib/request/list-private-service-accesses-request.js.map +1 -0
  104. package/lib/request/list-psa-services-request.d.ts +63 -0
  105. package/lib/request/list-psa-services-request.js +23 -0
  106. package/lib/request/list-psa-services-request.js.map +1 -0
  107. package/lib/request/list-psa-work-request-errors-request.d.ts +59 -0
  108. package/lib/request/list-psa-work-request-errors-request.js +23 -0
  109. package/lib/request/list-psa-work-request-errors-request.js.map +1 -0
  110. package/lib/request/list-psa-work-request-logs-request.d.ts +59 -0
  111. package/lib/request/list-psa-work-request-logs-request.js +23 -0
  112. package/lib/request/list-psa-work-request-logs-request.js.map +1 -0
  113. package/lib/request/list-psa-work-requests-request.d.ts +71 -0
  114. package/lib/request/list-psa-work-requests-request.js +23 -0
  115. package/lib/request/list-psa-work-requests-request.js.map +1 -0
  116. package/lib/request/update-private-service-access-request.d.ts +43 -0
  117. package/lib/request/update-private-service-access-request.js +15 -0
  118. package/lib/request/update-private-service-access-request.js.map +1 -0
  119. package/lib/response/cancel-psa-work-request-response.d.ts +20 -0
  120. package/lib/response/cancel-psa-work-request-response.js +15 -0
  121. package/lib/response/cancel-psa-work-request-response.js.map +1 -0
  122. package/lib/response/change-private-service-access-compartment-response.d.ts +26 -0
  123. package/lib/response/change-private-service-access-compartment-response.js +15 -0
  124. package/lib/response/change-private-service-access-compartment-response.js.map +1 -0
  125. package/lib/response/create-private-service-access-response.d.ts +44 -0
  126. package/lib/response/create-private-service-access-response.js +15 -0
  127. package/lib/response/create-private-service-access-response.js.map +1 -0
  128. package/lib/response/delete-private-service-access-response.d.ts +26 -0
  129. package/lib/response/delete-private-service-access-response.js +15 -0
  130. package/lib/response/delete-private-service-access-response.js.map +1 -0
  131. package/lib/response/get-private-service-access-response.d.ts +30 -0
  132. package/lib/response/get-private-service-access-response.js +15 -0
  133. package/lib/response/get-private-service-access-response.js.map +1 -0
  134. package/lib/response/get-psa-work-request-response.d.ts +34 -0
  135. package/lib/response/get-psa-work-request-response.js +15 -0
  136. package/lib/response/get-psa-work-request-response.js.map +1 -0
  137. package/lib/response/index.d.ts +36 -0
  138. package/lib/response/index.js +15 -0
  139. package/lib/response/index.js.map +1 -0
  140. package/lib/response/list-private-service-accesses-response.d.ts +31 -0
  141. package/lib/response/list-private-service-accesses-response.js +15 -0
  142. package/lib/response/list-private-service-accesses-response.js.map +1 -0
  143. package/lib/response/list-psa-services-response.d.ts +31 -0
  144. package/lib/response/list-psa-services-response.js +15 -0
  145. package/lib/response/list-psa-services-response.js.map +1 -0
  146. package/lib/response/list-psa-work-request-errors-response.d.ts +31 -0
  147. package/lib/response/list-psa-work-request-errors-response.js +15 -0
  148. package/lib/response/list-psa-work-request-errors-response.js.map +1 -0
  149. package/lib/response/list-psa-work-request-logs-response.d.ts +31 -0
  150. package/lib/response/list-psa-work-request-logs-response.js +15 -0
  151. package/lib/response/list-psa-work-request-logs-response.js.map +1 -0
  152. package/lib/response/list-psa-work-requests-response.d.ts +31 -0
  153. package/lib/response/list-psa-work-requests-response.js +15 -0
  154. package/lib/response/list-psa-work-requests-response.js.map +1 -0
  155. package/lib/response/update-private-service-access-response.d.ts +26 -0
  156. package/lib/response/update-private-service-access-response.js +15 -0
  157. package/lib/response/update-private-service-access-response.js.map +1 -0
  158. package/package.json +29 -0
@@ -0,0 +1,26 @@
1
+ /**
2
+ * PrivateServiceAccess Control Plane API
3
+ * Use the PrivateServiceAccess Control Plane API to manage privateServiceAccess.
4
+ * OpenAPI spec version: 20240301
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Results of a privateServiceAccess search. Contains both PrivateServiceAccessSummary items and other information, such as metadata.
16
+ */
17
+ export interface PrivateServiceAccessCollection {
18
+ /**
19
+ * List of privateServiceAccess.
20
+ */
21
+ "items": Array<model.PrivateServiceAccessSummary>;
22
+ }
23
+ export declare namespace PrivateServiceAccessCollection {
24
+ function getJsonObj(obj: PrivateServiceAccessCollection): object;
25
+ function getDeserializedJsonObj(obj: PrivateServiceAccessCollection): object;
26
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * PrivateServiceAccess Control Plane API
4
+ * Use the PrivateServiceAccess Control Plane API to manage privateServiceAccess.
5
+ * OpenAPI spec version: 20240301
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.PrivateServiceAccessCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var PrivateServiceAccessCollection;
37
+ (function (PrivateServiceAccessCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.PrivateServiceAccessSummary.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ PrivateServiceAccessCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.PrivateServiceAccessSummary.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ PrivateServiceAccessCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(PrivateServiceAccessCollection = exports.PrivateServiceAccessCollection || (exports.PrivateServiceAccessCollection = {}));
61
+ //# sourceMappingURL=private-service-access-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"private-service-access-collection.js","sourceRoot":"","sources":["../../../../../lib/psa/lib/model/private-service-access-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,8BAA8B,CA6B9C;AA7BD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,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,2BAA2B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACxE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QA6B9C"}
@@ -0,0 +1,151 @@
1
+ /**
2
+ * PrivateServiceAccess Control Plane API
3
+ * Use the PrivateServiceAccess Control Plane API to manage privateServiceAccess.
4
+ * OpenAPI spec version: 20240301
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * A summary of private service access information. This object is returned when listing private service accesses.
15
+ *
16
+ */
17
+ export interface PrivateServiceAccessSummary {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the
20
+ * private service access.
21
+ *
22
+ */
23
+ "compartmentId": string;
24
+ /**
25
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
26
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
27
+ * <p>
28
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
29
+ *
30
+ */
31
+ "definedTags"?: {
32
+ [key: string]: {
33
+ [key: string]: any;
34
+ };
35
+ };
36
+ /**
37
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
38
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
39
+ * <p>
40
+ Example: {@code {\"Department\": \"Finance\"}}
41
+ *
42
+ */
43
+ "freeformTags"?: {
44
+ [key: string]: string;
45
+ };
46
+ /**
47
+ * System tags for this resource. Each key is predefined and scoped to a namespace.
48
+ * <p>
49
+ Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
50
+ *
51
+ */
52
+ "systemTags"?: {
53
+ [key: string]: {
54
+ [key: string]: any;
55
+ };
56
+ };
57
+ /**
58
+ * [Security attributes](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels
59
+ * for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm)
60
+ * (ZPR) policy to control access to ZPR-supported resources.
61
+ * <p>
62
+ Example: {@code {\"Oracle-DataSecurity-ZPR\": {\"MaxEgressCount\": {\"value\":\"42\",\"mode\":\"audit\"}}}}
63
+ *
64
+ */
65
+ "securityAttributes"?: {
66
+ [key: string]: {
67
+ [key: string]: any;
68
+ };
69
+ };
70
+ /**
71
+ * A user-friendly name. Does not have to be unique, and it's changeable.
72
+ * Avoid entering confidential information.
73
+ *
74
+ */
75
+ "displayName": string;
76
+ /**
77
+ * A description of this private service access.
78
+ *
79
+ */
80
+ "description"?: string;
81
+ /**
82
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private service access.
83
+ *
84
+ */
85
+ "id": string;
86
+ /**
87
+ * The date and time the private service access was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
88
+ * <p>
89
+ Example: {@code 2016-08-25T21:10:29.600Z}
90
+ *
91
+ */
92
+ "timeCreated"?: Date;
93
+ /**
94
+ * The date and time the PrivateServiceAccess was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
95
+ * <p>
96
+ Example: {@code 2016-08-25T21:10:29.600Z}
97
+ *
98
+ */
99
+ "timeUpdated"?: Date;
100
+ /**
101
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN that the private
102
+ * service access belongs to.
103
+ *
104
+ */
105
+ "vcnId": string;
106
+ /**
107
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet that the private service access
108
+ * belongs to.
109
+ *
110
+ */
111
+ "subnetId": string;
112
+ /**
113
+ * An [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private service access's VNIC, which
114
+ * resides in the private service access's VCN .
115
+ *
116
+ */
117
+ "vnicId": string;
118
+ /**
119
+ * The private service access's current lifecycle state.
120
+ */
121
+ "lifecycleState": string;
122
+ /**
123
+ * A unique service identifier for which the private service access was created.
124
+ *
125
+ */
126
+ "serviceId": string;
127
+ /**
128
+ * A list of the OCIDs of the network security groups that the private service access's VNIC belongs to.
129
+ * For more information about NSGs, see
130
+ * {@link NetworkSecurityGroup}.
131
+ *
132
+ */
133
+ "nsgIds"?: Array<string>;
134
+ /**
135
+ * The private service access IPv4 FQDNs, which are going to be used to access the service.
136
+ * <p>
137
+ Example: {@code xyz.oraclecloud.com}
138
+ *
139
+ */
140
+ "fqdns": Array<string>;
141
+ /**
142
+ * The private IP address (in the consumer's VCN) that represents the access point for the
143
+ * associated service.
144
+ *
145
+ */
146
+ "ipv4Ip"?: string;
147
+ }
148
+ export declare namespace PrivateServiceAccessSummary {
149
+ function getJsonObj(obj: PrivateServiceAccessSummary): object;
150
+ function getDeserializedJsonObj(obj: PrivateServiceAccessSummary): object;
151
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * PrivateServiceAccess Control Plane API
4
+ * Use the PrivateServiceAccess Control Plane API to manage privateServiceAccess.
5
+ * OpenAPI spec version: 20240301
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.PrivateServiceAccessSummary = void 0;
16
+ var PrivateServiceAccessSummary;
17
+ (function (PrivateServiceAccessSummary) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ PrivateServiceAccessSummary.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ PrivateServiceAccessSummary.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(PrivateServiceAccessSummary = exports.PrivateServiceAccessSummary || (exports.PrivateServiceAccessSummary = {}));
29
+ //# sourceMappingURL=private-service-access-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"private-service-access-summary.js","sourceRoot":"","sources":["../../../../../lib/psa/lib/model/private-service-access-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+HH,IAAiB,2BAA2B,CAW3C;AAXD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAW3C"}
@@ -0,0 +1,164 @@
1
+ /**
2
+ * PrivateServiceAccess Control Plane API
3
+ * Use the PrivateServiceAccess Control Plane API to manage privateServiceAccess.
4
+ * OpenAPI spec version: 20240301
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * Private Service Access (PSA) is a new way to create private accesss for a service.
15
+ *
16
+ */
17
+ export interface PrivateServiceAccess {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the
20
+ * private service access.
21
+ *
22
+ */
23
+ "compartmentId": string;
24
+ /**
25
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
26
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
27
+ * <p>
28
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
29
+ *
30
+ */
31
+ "definedTags"?: {
32
+ [key: string]: {
33
+ [key: string]: any;
34
+ };
35
+ };
36
+ /**
37
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
38
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
39
+ * <p>
40
+ Example: {@code {\"Department\": \"Finance\"}}
41
+ *
42
+ */
43
+ "freeformTags"?: {
44
+ [key: string]: string;
45
+ };
46
+ /**
47
+ * System tags for this resource. Each key is predefined and scoped to a namespace.
48
+ * <p>
49
+ Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
50
+ *
51
+ */
52
+ "systemTags"?: {
53
+ [key: string]: {
54
+ [key: string]: any;
55
+ };
56
+ };
57
+ /**
58
+ * [Security attributes](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels
59
+ * for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm)
60
+ * (ZPR) policy to control access to ZPR-supported resources.
61
+ * <p>
62
+ Example: {@code {\"Oracle-DataSecurity-ZPR\": {\"MaxEgressCount\": {\"value\":\"42\",\"mode\":\"audit\"}}}}
63
+ *
64
+ */
65
+ "securityAttributes"?: {
66
+ [key: string]: {
67
+ [key: string]: any;
68
+ };
69
+ };
70
+ /**
71
+ * A user-friendly name. Does not have to be unique, and it's changeable.
72
+ * Avoid entering confidential information.
73
+ *
74
+ */
75
+ "displayName": string;
76
+ /**
77
+ * A description of this private service access.
78
+ *
79
+ */
80
+ "description"?: string;
81
+ /**
82
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private service access.
83
+ *
84
+ */
85
+ "id": string;
86
+ /**
87
+ * The date and time the private service access was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
88
+ * <p>
89
+ Example: {@code 2016-08-25T21:10:29.600Z}
90
+ *
91
+ */
92
+ "timeCreated"?: Date;
93
+ /**
94
+ * The date and time the PrivateServiceAccess was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
95
+ * <p>
96
+ Example: {@code 2016-08-25T21:10:29.600Z}
97
+ *
98
+ */
99
+ "timeUpdated"?: Date;
100
+ /**
101
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN that the private
102
+ * service access belongs to.
103
+ *
104
+ */
105
+ "vcnId": string;
106
+ /**
107
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet that the private service access
108
+ * belongs to.
109
+ *
110
+ */
111
+ "subnetId": string;
112
+ /**
113
+ * An [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private service access's VNIC, which
114
+ * resides in the private service access's VCN .
115
+ *
116
+ */
117
+ "vnicId": string;
118
+ /**
119
+ * The private service access's current lifecycle state.
120
+ */
121
+ "lifecycleState": PrivateServiceAccess.LifecycleState;
122
+ /**
123
+ * A list of the OCIDs of the network security groups that the private service access's VNIC belongs to.
124
+ * For more information about NSGs, see
125
+ * {@link NetworkSecurityGroup}.
126
+ *
127
+ */
128
+ "nsgIds"?: Array<string>;
129
+ /**
130
+ * A unique service identifier for which the private service access was created.
131
+ *
132
+ */
133
+ "serviceId": string;
134
+ /**
135
+ * The private service access FQDNs, which are going to be used to access the service.
136
+ * <p>
137
+ Example: {@code xyz.oraclecloud.com}
138
+ *
139
+ */
140
+ "fqdns": Array<string>;
141
+ /**
142
+ * The private IPv4 address (in the consumer's VCN) that represents the access point for the
143
+ * associated service.
144
+ *
145
+ */
146
+ "ipv4Ip"?: string;
147
+ }
148
+ export declare namespace PrivateServiceAccess {
149
+ enum LifecycleState {
150
+ Creating = "CREATING",
151
+ Updating = "UPDATING",
152
+ Active = "ACTIVE",
153
+ Deleting = "DELETING",
154
+ Deleted = "DELETED",
155
+ Failed = "FAILED",
156
+ /**
157
+ * This value is used if a service returns a value for this enum that is not recognized by this
158
+ * version of the SDK.
159
+ */
160
+ UnknownValue = "UNKNOWN_VALUE"
161
+ }
162
+ function getJsonObj(obj: PrivateServiceAccess): object;
163
+ function getDeserializedJsonObj(obj: PrivateServiceAccess): object;
164
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * PrivateServiceAccess Control Plane API
4
+ * Use the PrivateServiceAccess Control Plane API to manage privateServiceAccess.
5
+ * OpenAPI spec version: 20240301
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.PrivateServiceAccess = void 0;
16
+ var PrivateServiceAccess;
17
+ (function (PrivateServiceAccess) {
18
+ let LifecycleState;
19
+ (function (LifecycleState) {
20
+ LifecycleState["Creating"] = "CREATING";
21
+ LifecycleState["Updating"] = "UPDATING";
22
+ LifecycleState["Active"] = "ACTIVE";
23
+ LifecycleState["Deleting"] = "DELETING";
24
+ LifecycleState["Deleted"] = "DELETED";
25
+ LifecycleState["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
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
31
+ })(LifecycleState = PrivateServiceAccess.LifecycleState || (PrivateServiceAccess.LifecycleState = {}));
32
+ function getJsonObj(obj) {
33
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
34
+ return jsonObj;
35
+ }
36
+ PrivateServiceAccess.getJsonObj = getJsonObj;
37
+ function getDeserializedJsonObj(obj) {
38
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
39
+ return jsonObj;
40
+ }
41
+ PrivateServiceAccess.getDeserializedJsonObj = getDeserializedJsonObj;
42
+ })(PrivateServiceAccess = exports.PrivateServiceAccess || (exports.PrivateServiceAccess = {}));
43
+ //# sourceMappingURL=private-service-access.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"private-service-access.js","sourceRoot":"","sources":["../../../../../lib/psa/lib/model/private-service-access.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+HH,IAAiB,oBAAoB,CAyBpC;AAzBD,WAAiB,oBAAoB;IACnC,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,mCAAc,KAAd,mCAAc,QAYzB;IAED,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,EAzBgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAyBpC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * PrivateServiceAccess Control Plane API
3
+ * Use the PrivateServiceAccess Control Plane API to manage privateServiceAccess.
4
+ * OpenAPI spec version: 20240301
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Results of a psaServices search. Contains PsaServiceSummary items.
16
+ */
17
+ export interface PsaServiceCollection {
18
+ /**
19
+ * List of PsaServiceSummary.
20
+ */
21
+ "items": Array<model.PsaServiceSummary>;
22
+ }
23
+ export declare namespace PsaServiceCollection {
24
+ function getJsonObj(obj: PsaServiceCollection): object;
25
+ function getDeserializedJsonObj(obj: PsaServiceCollection): object;
26
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * PrivateServiceAccess Control Plane API
4
+ * Use the PrivateServiceAccess Control Plane API to manage privateServiceAccess.
5
+ * OpenAPI spec version: 20240301
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.PsaServiceCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var PsaServiceCollection;
37
+ (function (PsaServiceCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.PsaServiceSummary.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ PsaServiceCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.PsaServiceSummary.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ PsaServiceCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(PsaServiceCollection = exports.PsaServiceCollection || (exports.PsaServiceCollection = {}));
61
+ //# sourceMappingURL=psa-service-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"psa-service-collection.js","sourceRoot":"","sources":["../../../../../lib/psa/lib/model/psa-service-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,oBAAoB,CA6BpC;AA7BD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,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,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,+BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,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,iBAAiB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QA6BpC"}
@@ -0,0 +1,52 @@
1
+ /**
2
+ * PrivateServiceAccess Control Plane API
3
+ * Use the PrivateServiceAccess Control Plane API to manage privateServiceAccess.
4
+ * OpenAPI spec version: 20240301
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * An OCI service summary, that will be used as a catalog for Private Service Access.
15
+ *
16
+ */
17
+ export interface PsaServiceSummary {
18
+ /**
19
+ * A unique OCI service identifier.
20
+ * <p>
21
+ Example: {@code object-storage-api}
22
+ *
23
+ */
24
+ "id": string;
25
+ /**
26
+ * A user-friendly name. Does not have to be unique, and it's changeable.
27
+ * Avoid entering confidential information.
28
+ *
29
+ */
30
+ "displayName": string;
31
+ /**
32
+ * A description of the OCI service.
33
+ *
34
+ */
35
+ "description"?: string;
36
+ /**
37
+ * The public facing service FQDNs, which are going to be used to access the service.
38
+ * <p>
39
+ Example: {@code xyz.oraclecloud.com}
40
+ *
41
+ */
42
+ "fqdns": Array<string>;
43
+ /**
44
+ * This optional field will indicate that whether service is IPv6 enabled.
45
+ *
46
+ */
47
+ "isV6Enabled"?: boolean;
48
+ }
49
+ export declare namespace PsaServiceSummary {
50
+ function getJsonObj(obj: PsaServiceSummary): object;
51
+ function getDeserializedJsonObj(obj: PsaServiceSummary): object;
52
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * PrivateServiceAccess Control Plane API
4
+ * Use the PrivateServiceAccess Control Plane API to manage privateServiceAccess.
5
+ * OpenAPI spec version: 20240301
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.PsaServiceSummary = void 0;
16
+ var PsaServiceSummary;
17
+ (function (PsaServiceSummary) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ PsaServiceSummary.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ PsaServiceSummary.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(PsaServiceSummary = exports.PsaServiceSummary || (exports.PsaServiceSummary = {}));
29
+ //# sourceMappingURL=psa-service-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"psa-service-summary.js","sourceRoot":"","sources":["../../../../../lib/psa/lib/model/psa-service-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0CH,IAAiB,iBAAiB,CAWjC;AAXD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAWjC"}