oci-zpr 2.102.2 → 2.103.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.
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +16 -16
- package/lib/client.js +16 -16
- package/lib/model/action-type.d.ts +1 -1
- package/lib/model/action-type.js +1 -1
- package/lib/model/configuration.d.ts +5 -5
- package/lib/model/configuration.js +1 -1
- package/lib/model/create-configuration-details.d.ts +4 -4
- package/lib/model/create-configuration-details.js +1 -1
- package/lib/model/create-zpr-policy-details.d.ts +4 -4
- package/lib/model/create-zpr-policy-details.js +1 -1
- package/lib/model/index.d.ts +1 -1
- package/lib/model/index.js +1 -1
- package/lib/model/operation-type.d.ts +1 -1
- package/lib/model/operation-type.js +1 -1
- package/lib/model/sort-order.d.ts +1 -1
- package/lib/model/sort-order.js +1 -1
- package/lib/model/update-zpr-policy-details.d.ts +3 -3
- package/lib/model/update-zpr-policy-details.js +1 -1
- package/lib/model/work-request-error-collection.d.ts +1 -1
- package/lib/model/work-request-error-collection.js +1 -1
- package/lib/model/work-request-error.d.ts +2 -2
- package/lib/model/work-request-error.js +1 -1
- package/lib/model/work-request-log-entry-collection.d.ts +1 -1
- package/lib/model/work-request-log-entry-collection.js +1 -1
- package/lib/model/work-request-log-entry.d.ts +1 -1
- package/lib/model/work-request-log-entry.js +1 -1
- package/lib/model/work-request-resource-metadata-key.d.ts +1 -1
- package/lib/model/work-request-resource-metadata-key.js +1 -1
- package/lib/model/work-request-resource.d.ts +2 -2
- package/lib/model/work-request-resource.js +1 -1
- package/lib/model/work-request-status.d.ts +1 -1
- package/lib/model/work-request-status.js +1 -1
- package/lib/model/work-request-summary-collection.d.ts +1 -1
- package/lib/model/work-request-summary-collection.js +1 -1
- package/lib/model/work-request-summary.d.ts +3 -3
- package/lib/model/work-request-summary.js +1 -1
- package/lib/model/work-request.d.ts +3 -3
- package/lib/model/work-request.js +1 -1
- package/lib/model/zpr-policy-collection.d.ts +1 -1
- package/lib/model/zpr-policy-collection.js +1 -1
- package/lib/model/zpr-policy-summary.d.ts +5 -5
- package/lib/model/zpr-policy-summary.js +1 -1
- package/lib/model/zpr-policy.d.ts +6 -6
- package/lib/model/zpr-policy.js +1 -1
- package/lib/request/create-configuration-request.d.ts +1 -1
- package/lib/request/create-zpr-policy-request.d.ts +1 -1
- package/lib/request/delete-zpr-policy-request.d.ts +2 -2
- package/lib/request/get-configuration-request.d.ts +2 -2
- package/lib/request/get-zpr-configuration-work-request-request.d.ts +2 -2
- package/lib/request/get-zpr-policy-request.d.ts +2 -2
- package/lib/request/get-zpr-policy-work-request-request.d.ts +2 -2
- package/lib/request/index.d.ts +1 -1
- package/lib/request/index.js +1 -1
- package/lib/request/list-zpr-configuration-work-request-errors-request.d.ts +4 -4
- package/lib/request/list-zpr-configuration-work-request-logs-request.d.ts +4 -4
- package/lib/request/list-zpr-configuration-work-requests-request.d.ts +6 -6
- package/lib/request/list-zpr-policies-request.d.ts +5 -5
- package/lib/request/list-zpr-policy-work-request-errors-request.d.ts +4 -4
- package/lib/request/list-zpr-policy-work-request-logs-request.d.ts +4 -4
- package/lib/request/list-zpr-policy-work-requests-request.d.ts +6 -6
- package/lib/request/update-zpr-policy-request.d.ts +2 -2
- package/lib/response/index.d.ts +1 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-zpr-configuration-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-zpr-configuration-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-zpr-configuration-work-requests-response.d.ts +1 -1
- package/lib/response/list-zpr-policies-response.d.ts +1 -1
- package/lib/response/list-zpr-policy-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-zpr-policy-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-zpr-policy-work-requests-response.d.ts +1 -1
- package/lib/zpr-waiter.d.ts +1 -1
- package/lib/zpr-waiter.js +1 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Zero Trust Packet Routing Control Plane API
|
|
3
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
3
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
4
|
* OpenAPI spec version: 20240301
|
|
5
5
|
*
|
|
6
6
|
*
|
package/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Zero Trust Packet Routing Control Plane API
|
|
4
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
5
5
|
* OpenAPI spec version: 20240301
|
|
6
6
|
*
|
|
7
7
|
*
|
package/lib/client.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Zero Trust Packet Routing Control Plane API
|
|
3
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
3
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
4
|
* OpenAPI spec version: 20240301
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -102,7 +102,7 @@ export declare class ZprClient {
|
|
|
102
102
|
* @param CreateConfigurationRequest
|
|
103
103
|
* @return CreateConfigurationResponse
|
|
104
104
|
* @throws OciError when an error occurs
|
|
105
|
-
* @example Click {@link https://docs.
|
|
105
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
106
106
|
*/
|
|
107
107
|
createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;
|
|
108
108
|
/**
|
|
@@ -112,7 +112,7 @@ export declare class ZprClient {
|
|
|
112
112
|
* @param CreateZprPolicyRequest
|
|
113
113
|
* @return CreateZprPolicyResponse
|
|
114
114
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.
|
|
115
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/CreateZprPolicy.ts.html |here} to see how to use CreateZprPolicy API.
|
|
116
116
|
*/
|
|
117
117
|
createZprPolicy(createZprPolicyRequest: requests.CreateZprPolicyRequest): Promise<responses.CreateZprPolicyResponse>;
|
|
118
118
|
/**
|
|
@@ -121,7 +121,7 @@ export declare class ZprClient {
|
|
|
121
121
|
* @param DeleteZprPolicyRequest
|
|
122
122
|
* @return DeleteZprPolicyResponse
|
|
123
123
|
* @throws OciError when an error occurs
|
|
124
|
-
* @example Click {@link https://docs.
|
|
124
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/DeleteZprPolicy.ts.html |here} to see how to use DeleteZprPolicy API.
|
|
125
125
|
*/
|
|
126
126
|
deleteZprPolicy(deleteZprPolicyRequest: requests.DeleteZprPolicyRequest): Promise<responses.DeleteZprPolicyResponse>;
|
|
127
127
|
/**
|
|
@@ -132,7 +132,7 @@ export declare class ZprClient {
|
|
|
132
132
|
* @param GetConfigurationRequest
|
|
133
133
|
* @return GetConfigurationResponse
|
|
134
134
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.
|
|
135
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
136
136
|
*/
|
|
137
137
|
getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
|
|
138
138
|
/**
|
|
@@ -141,7 +141,7 @@ export declare class ZprClient {
|
|
|
141
141
|
* @param GetZprConfigurationWorkRequestRequest
|
|
142
142
|
* @return GetZprConfigurationWorkRequestResponse
|
|
143
143
|
* @throws OciError when an error occurs
|
|
144
|
-
* @example Click {@link https://docs.
|
|
144
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/GetZprConfigurationWorkRequest.ts.html |here} to see how to use GetZprConfigurationWorkRequest API.
|
|
145
145
|
*/
|
|
146
146
|
getZprConfigurationWorkRequest(getZprConfigurationWorkRequestRequest: requests.GetZprConfigurationWorkRequestRequest): Promise<responses.GetZprConfigurationWorkRequestResponse>;
|
|
147
147
|
/**
|
|
@@ -150,7 +150,7 @@ export declare class ZprClient {
|
|
|
150
150
|
* @param GetZprPolicyRequest
|
|
151
151
|
* @return GetZprPolicyResponse
|
|
152
152
|
* @throws OciError when an error occurs
|
|
153
|
-
* @example Click {@link https://docs.
|
|
153
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/GetZprPolicy.ts.html |here} to see how to use GetZprPolicy API.
|
|
154
154
|
*/
|
|
155
155
|
getZprPolicy(getZprPolicyRequest: requests.GetZprPolicyRequest): Promise<responses.GetZprPolicyResponse>;
|
|
156
156
|
/**
|
|
@@ -159,7 +159,7 @@ export declare class ZprClient {
|
|
|
159
159
|
* @param GetZprPolicyWorkRequestRequest
|
|
160
160
|
* @return GetZprPolicyWorkRequestResponse
|
|
161
161
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.
|
|
162
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/GetZprPolicyWorkRequest.ts.html |here} to see how to use GetZprPolicyWorkRequest API.
|
|
163
163
|
*/
|
|
164
164
|
getZprPolicyWorkRequest(getZprPolicyWorkRequestRequest: requests.GetZprPolicyWorkRequestRequest): Promise<responses.GetZprPolicyWorkRequestResponse>;
|
|
165
165
|
/**
|
|
@@ -169,7 +169,7 @@ export declare class ZprClient {
|
|
|
169
169
|
* @param ListZprConfigurationWorkRequestErrorsRequest
|
|
170
170
|
* @return ListZprConfigurationWorkRequestErrorsResponse
|
|
171
171
|
* @throws OciError when an error occurs
|
|
172
|
-
* @example Click {@link https://docs.
|
|
172
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/ListZprConfigurationWorkRequestErrors.ts.html |here} to see how to use ListZprConfigurationWorkRequestErrors API.
|
|
173
173
|
*/
|
|
174
174
|
listZprConfigurationWorkRequestErrors(listZprConfigurationWorkRequestErrorsRequest: requests.ListZprConfigurationWorkRequestErrorsRequest): Promise<responses.ListZprConfigurationWorkRequestErrorsResponse>;
|
|
175
175
|
/**
|
|
@@ -179,7 +179,7 @@ export declare class ZprClient {
|
|
|
179
179
|
* @param ListZprConfigurationWorkRequestLogsRequest
|
|
180
180
|
* @return ListZprConfigurationWorkRequestLogsResponse
|
|
181
181
|
* @throws OciError when an error occurs
|
|
182
|
-
* @example Click {@link https://docs.
|
|
182
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/ListZprConfigurationWorkRequestLogs.ts.html |here} to see how to use ListZprConfigurationWorkRequestLogs API.
|
|
183
183
|
*/
|
|
184
184
|
listZprConfigurationWorkRequestLogs(listZprConfigurationWorkRequestLogsRequest: requests.ListZprConfigurationWorkRequestLogsRequest): Promise<responses.ListZprConfigurationWorkRequestLogsResponse>;
|
|
185
185
|
/**
|
|
@@ -189,7 +189,7 @@ export declare class ZprClient {
|
|
|
189
189
|
* @param ListZprConfigurationWorkRequestsRequest
|
|
190
190
|
* @return ListZprConfigurationWorkRequestsResponse
|
|
191
191
|
* @throws OciError when an error occurs
|
|
192
|
-
* @example Click {@link https://docs.
|
|
192
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/ListZprConfigurationWorkRequests.ts.html |here} to see how to use ListZprConfigurationWorkRequests API.
|
|
193
193
|
*/
|
|
194
194
|
listZprConfigurationWorkRequests(listZprConfigurationWorkRequestsRequest: requests.ListZprConfigurationWorkRequestsRequest): Promise<responses.ListZprConfigurationWorkRequestsResponse>;
|
|
195
195
|
/**
|
|
@@ -199,7 +199,7 @@ export declare class ZprClient {
|
|
|
199
199
|
* @param ListZprPoliciesRequest
|
|
200
200
|
* @return ListZprPoliciesResponse
|
|
201
201
|
* @throws OciError when an error occurs
|
|
202
|
-
* @example Click {@link https://docs.
|
|
202
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/ListZprPolicies.ts.html |here} to see how to use ListZprPolicies API.
|
|
203
203
|
*/
|
|
204
204
|
listZprPolicies(listZprPoliciesRequest: requests.ListZprPoliciesRequest): Promise<responses.ListZprPoliciesResponse>;
|
|
205
205
|
/**
|
|
@@ -209,7 +209,7 @@ export declare class ZprClient {
|
|
|
209
209
|
* @param ListZprPolicyWorkRequestErrorsRequest
|
|
210
210
|
* @return ListZprPolicyWorkRequestErrorsResponse
|
|
211
211
|
* @throws OciError when an error occurs
|
|
212
|
-
* @example Click {@link https://docs.
|
|
212
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/ListZprPolicyWorkRequestErrors.ts.html |here} to see how to use ListZprPolicyWorkRequestErrors API.
|
|
213
213
|
*/
|
|
214
214
|
listZprPolicyWorkRequestErrors(listZprPolicyWorkRequestErrorsRequest: requests.ListZprPolicyWorkRequestErrorsRequest): Promise<responses.ListZprPolicyWorkRequestErrorsResponse>;
|
|
215
215
|
/**
|
|
@@ -219,7 +219,7 @@ export declare class ZprClient {
|
|
|
219
219
|
* @param ListZprPolicyWorkRequestLogsRequest
|
|
220
220
|
* @return ListZprPolicyWorkRequestLogsResponse
|
|
221
221
|
* @throws OciError when an error occurs
|
|
222
|
-
* @example Click {@link https://docs.
|
|
222
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/ListZprPolicyWorkRequestLogs.ts.html |here} to see how to use ListZprPolicyWorkRequestLogs API.
|
|
223
223
|
*/
|
|
224
224
|
listZprPolicyWorkRequestLogs(listZprPolicyWorkRequestLogsRequest: requests.ListZprPolicyWorkRequestLogsRequest): Promise<responses.ListZprPolicyWorkRequestLogsResponse>;
|
|
225
225
|
/**
|
|
@@ -229,7 +229,7 @@ export declare class ZprClient {
|
|
|
229
229
|
* @param ListZprPolicyWorkRequestsRequest
|
|
230
230
|
* @return ListZprPolicyWorkRequestsResponse
|
|
231
231
|
* @throws OciError when an error occurs
|
|
232
|
-
* @example Click {@link https://docs.
|
|
232
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/ListZprPolicyWorkRequests.ts.html |here} to see how to use ListZprPolicyWorkRequests API.
|
|
233
233
|
*/
|
|
234
234
|
listZprPolicyWorkRequests(listZprPolicyWorkRequestsRequest: requests.ListZprPolicyWorkRequestsRequest): Promise<responses.ListZprPolicyWorkRequestsResponse>;
|
|
235
235
|
/**
|
|
@@ -238,7 +238,7 @@ export declare class ZprClient {
|
|
|
238
238
|
* @param UpdateZprPolicyRequest
|
|
239
239
|
* @return UpdateZprPolicyResponse
|
|
240
240
|
* @throws OciError when an error occurs
|
|
241
|
-
* @example Click {@link https://docs.
|
|
241
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/UpdateZprPolicy.ts.html |here} to see how to use UpdateZprPolicy API.
|
|
242
242
|
*/
|
|
243
243
|
updateZprPolicy(updateZprPolicyRequest: requests.UpdateZprPolicyRequest): Promise<responses.UpdateZprPolicyResponse>;
|
|
244
244
|
}
|
package/lib/client.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Zero Trust Packet Routing Control Plane API
|
|
4
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
5
5
|
* OpenAPI spec version: 20240301
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -215,7 +215,7 @@ class ZprClient {
|
|
|
215
215
|
* @param CreateConfigurationRequest
|
|
216
216
|
* @return CreateConfigurationResponse
|
|
217
217
|
* @throws OciError when an error occurs
|
|
218
|
-
* @example Click {@link https://docs.
|
|
218
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
219
219
|
*/
|
|
220
220
|
createConfiguration(createConfigurationRequest) {
|
|
221
221
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -276,7 +276,7 @@ class ZprClient {
|
|
|
276
276
|
* @param CreateZprPolicyRequest
|
|
277
277
|
* @return CreateZprPolicyResponse
|
|
278
278
|
* @throws OciError when an error occurs
|
|
279
|
-
* @example Click {@link https://docs.
|
|
279
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/CreateZprPolicy.ts.html |here} to see how to use CreateZprPolicy API.
|
|
280
280
|
*/
|
|
281
281
|
createZprPolicy(createZprPolicyRequest) {
|
|
282
282
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -350,7 +350,7 @@ class ZprClient {
|
|
|
350
350
|
* @param DeleteZprPolicyRequest
|
|
351
351
|
* @return DeleteZprPolicyResponse
|
|
352
352
|
* @throws OciError when an error occurs
|
|
353
|
-
* @example Click {@link https://docs.
|
|
353
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/DeleteZprPolicy.ts.html |here} to see how to use DeleteZprPolicy API.
|
|
354
354
|
*/
|
|
355
355
|
deleteZprPolicy(deleteZprPolicyRequest) {
|
|
356
356
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -413,7 +413,7 @@ class ZprClient {
|
|
|
413
413
|
* @param GetConfigurationRequest
|
|
414
414
|
* @return GetConfigurationResponse
|
|
415
415
|
* @throws OciError when an error occurs
|
|
416
|
-
* @example Click {@link https://docs.
|
|
416
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
417
417
|
*/
|
|
418
418
|
getConfiguration(getConfigurationRequest) {
|
|
419
419
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -476,7 +476,7 @@ class ZprClient {
|
|
|
476
476
|
* @param GetZprConfigurationWorkRequestRequest
|
|
477
477
|
* @return GetZprConfigurationWorkRequestResponse
|
|
478
478
|
* @throws OciError when an error occurs
|
|
479
|
-
* @example Click {@link https://docs.
|
|
479
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/GetZprConfigurationWorkRequest.ts.html |here} to see how to use GetZprConfigurationWorkRequest API.
|
|
480
480
|
*/
|
|
481
481
|
getZprConfigurationWorkRequest(getZprConfigurationWorkRequestRequest) {
|
|
482
482
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -544,7 +544,7 @@ class ZprClient {
|
|
|
544
544
|
* @param GetZprPolicyRequest
|
|
545
545
|
* @return GetZprPolicyResponse
|
|
546
546
|
* @throws OciError when an error occurs
|
|
547
|
-
* @example Click {@link https://docs.
|
|
547
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/GetZprPolicy.ts.html |here} to see how to use GetZprPolicy API.
|
|
548
548
|
*/
|
|
549
549
|
getZprPolicy(getZprPolicyRequest) {
|
|
550
550
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -607,7 +607,7 @@ class ZprClient {
|
|
|
607
607
|
* @param GetZprPolicyWorkRequestRequest
|
|
608
608
|
* @return GetZprPolicyWorkRequestResponse
|
|
609
609
|
* @throws OciError when an error occurs
|
|
610
|
-
* @example Click {@link https://docs.
|
|
610
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/GetZprPolicyWorkRequest.ts.html |here} to see how to use GetZprPolicyWorkRequest API.
|
|
611
611
|
*/
|
|
612
612
|
getZprPolicyWorkRequest(getZprPolicyWorkRequestRequest) {
|
|
613
613
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -676,7 +676,7 @@ class ZprClient {
|
|
|
676
676
|
* @param ListZprConfigurationWorkRequestErrorsRequest
|
|
677
677
|
* @return ListZprConfigurationWorkRequestErrorsResponse
|
|
678
678
|
* @throws OciError when an error occurs
|
|
679
|
-
* @example Click {@link https://docs.
|
|
679
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/ListZprConfigurationWorkRequestErrors.ts.html |here} to see how to use ListZprConfigurationWorkRequestErrors API.
|
|
680
680
|
*/
|
|
681
681
|
listZprConfigurationWorkRequestErrors(listZprConfigurationWorkRequestErrorsRequest) {
|
|
682
682
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -745,7 +745,7 @@ class ZprClient {
|
|
|
745
745
|
* @param ListZprConfigurationWorkRequestLogsRequest
|
|
746
746
|
* @return ListZprConfigurationWorkRequestLogsResponse
|
|
747
747
|
* @throws OciError when an error occurs
|
|
748
|
-
* @example Click {@link https://docs.
|
|
748
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/ListZprConfigurationWorkRequestLogs.ts.html |here} to see how to use ListZprConfigurationWorkRequestLogs API.
|
|
749
749
|
*/
|
|
750
750
|
listZprConfigurationWorkRequestLogs(listZprConfigurationWorkRequestLogsRequest) {
|
|
751
751
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -814,7 +814,7 @@ class ZprClient {
|
|
|
814
814
|
* @param ListZprConfigurationWorkRequestsRequest
|
|
815
815
|
* @return ListZprConfigurationWorkRequestsResponse
|
|
816
816
|
* @throws OciError when an error occurs
|
|
817
|
-
* @example Click {@link https://docs.
|
|
817
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/ListZprConfigurationWorkRequests.ts.html |here} to see how to use ListZprConfigurationWorkRequests API.
|
|
818
818
|
*/
|
|
819
819
|
listZprConfigurationWorkRequests(listZprConfigurationWorkRequestsRequest) {
|
|
820
820
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -885,7 +885,7 @@ class ZprClient {
|
|
|
885
885
|
* @param ListZprPoliciesRequest
|
|
886
886
|
* @return ListZprPoliciesResponse
|
|
887
887
|
* @throws OciError when an error occurs
|
|
888
|
-
* @example Click {@link https://docs.
|
|
888
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/ListZprPolicies.ts.html |here} to see how to use ListZprPolicies API.
|
|
889
889
|
*/
|
|
890
890
|
listZprPolicies(listZprPoliciesRequest) {
|
|
891
891
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -956,7 +956,7 @@ class ZprClient {
|
|
|
956
956
|
* @param ListZprPolicyWorkRequestErrorsRequest
|
|
957
957
|
* @return ListZprPolicyWorkRequestErrorsResponse
|
|
958
958
|
* @throws OciError when an error occurs
|
|
959
|
-
* @example Click {@link https://docs.
|
|
959
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/ListZprPolicyWorkRequestErrors.ts.html |here} to see how to use ListZprPolicyWorkRequestErrors API.
|
|
960
960
|
*/
|
|
961
961
|
listZprPolicyWorkRequestErrors(listZprPolicyWorkRequestErrorsRequest) {
|
|
962
962
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1025,7 +1025,7 @@ class ZprClient {
|
|
|
1025
1025
|
* @param ListZprPolicyWorkRequestLogsRequest
|
|
1026
1026
|
* @return ListZprPolicyWorkRequestLogsResponse
|
|
1027
1027
|
* @throws OciError when an error occurs
|
|
1028
|
-
* @example Click {@link https://docs.
|
|
1028
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/ListZprPolicyWorkRequestLogs.ts.html |here} to see how to use ListZprPolicyWorkRequestLogs API.
|
|
1029
1029
|
*/
|
|
1030
1030
|
listZprPolicyWorkRequestLogs(listZprPolicyWorkRequestLogsRequest) {
|
|
1031
1031
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1094,7 +1094,7 @@ class ZprClient {
|
|
|
1094
1094
|
* @param ListZprPolicyWorkRequestsRequest
|
|
1095
1095
|
* @return ListZprPolicyWorkRequestsResponse
|
|
1096
1096
|
* @throws OciError when an error occurs
|
|
1097
|
-
* @example Click {@link https://docs.
|
|
1097
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/ListZprPolicyWorkRequests.ts.html |here} to see how to use ListZprPolicyWorkRequests API.
|
|
1098
1098
|
*/
|
|
1099
1099
|
listZprPolicyWorkRequests(listZprPolicyWorkRequestsRequest) {
|
|
1100
1100
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1164,7 +1164,7 @@ class ZprClient {
|
|
|
1164
1164
|
* @param UpdateZprPolicyRequest
|
|
1165
1165
|
* @return UpdateZprPolicyResponse
|
|
1166
1166
|
* @throws OciError when an error occurs
|
|
1167
|
-
* @example Click {@link https://docs.
|
|
1167
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/UpdateZprPolicy.ts.html |here} to see how to use UpdateZprPolicy API.
|
|
1168
1168
|
*/
|
|
1169
1169
|
updateZprPolicy(updateZprPolicyRequest) {
|
|
1170
1170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Zero Trust Packet Routing Control Plane API
|
|
3
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
3
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
4
|
* OpenAPI spec version: 20240301
|
|
5
5
|
*
|
|
6
6
|
*
|
package/lib/model/action-type.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Zero Trust Packet Routing Control Plane API
|
|
4
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
5
5
|
* OpenAPI spec version: 20240301
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Zero Trust Packet Routing Control Plane API
|
|
3
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
3
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
4
|
* OpenAPI spec version: 20240301
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export interface Configuration {
|
|
17
17
|
/**
|
|
18
|
-
* The [OCID](https://docs.
|
|
18
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ZprConfiguration.
|
|
19
19
|
*/
|
|
20
20
|
"id": string;
|
|
21
21
|
/**
|
|
22
|
-
* The [OCID](https://docs.
|
|
22
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tenancy into which ZPR will be onboarded.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"compartmentId": string;
|
|
@@ -53,7 +53,7 @@ export interface Configuration {
|
|
|
53
53
|
"lifecycleDetails"?: string;
|
|
54
54
|
/**
|
|
55
55
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
56
|
-
* For more information, see [Resource Tags](https://docs.
|
|
56
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
57
57
|
* <p>
|
|
58
58
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
59
59
|
*
|
|
@@ -63,7 +63,7 @@ export interface Configuration {
|
|
|
63
63
|
};
|
|
64
64
|
/**
|
|
65
65
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
66
|
-
* For more information, see [Resource Tags](https://docs.
|
|
66
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
67
67
|
* <p>
|
|
68
68
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
69
69
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Zero Trust Packet Routing Control Plane API
|
|
4
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
5
5
|
* OpenAPI spec version: 20240301
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Zero Trust Packet Routing Control Plane API
|
|
3
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
3
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
4
|
* OpenAPI spec version: 20240301
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export interface CreateConfigurationDetails {
|
|
17
17
|
/**
|
|
18
|
-
* The [OCID](https://docs.
|
|
18
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tenancy into which ZPR resources will be bootstrapped.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId": string;
|
|
@@ -25,7 +25,7 @@ export interface CreateConfigurationDetails {
|
|
|
25
25
|
"zprStatus"?: string;
|
|
26
26
|
/**
|
|
27
27
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
28
|
-
* For more information, see [Resource Tags](https://docs.
|
|
28
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
29
29
|
* <p>
|
|
30
30
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
31
31
|
*
|
|
@@ -35,7 +35,7 @@ export interface CreateConfigurationDetails {
|
|
|
35
35
|
};
|
|
36
36
|
/**
|
|
37
37
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
38
|
-
* For more information, see [Resource Tags](https://docs.
|
|
38
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
39
39
|
* <p>
|
|
40
40
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
41
41
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Zero Trust Packet Routing Control Plane API
|
|
4
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
5
5
|
* OpenAPI spec version: 20240301
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Zero Trust Packet Routing Control Plane API
|
|
3
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
3
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
4
|
* OpenAPI spec version: 20240301
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export interface CreateZprPolicyDetails {
|
|
17
17
|
/**
|
|
18
|
-
* The [OCID](https://docs.
|
|
18
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the ZprPolicy in.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId": string;
|
|
@@ -33,7 +33,7 @@ export interface CreateZprPolicyDetails {
|
|
|
33
33
|
"statements": Array<string>;
|
|
34
34
|
/**
|
|
35
35
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
36
|
-
* For more information, see [Resource Tags](https://docs.
|
|
36
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
37
37
|
* <p>
|
|
38
38
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
39
39
|
*
|
|
@@ -43,7 +43,7 @@ export interface CreateZprPolicyDetails {
|
|
|
43
43
|
};
|
|
44
44
|
/**
|
|
45
45
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
46
|
-
* For more information, see [Resource Tags](https://docs.
|
|
46
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
47
47
|
* <p>
|
|
48
48
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
49
49
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Zero Trust Packet Routing Control Plane API
|
|
4
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
5
5
|
* OpenAPI spec version: 20240301
|
|
6
6
|
*
|
|
7
7
|
*
|
package/lib/model/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Zero Trust Packet Routing Control Plane API
|
|
3
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
3
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
4
|
* OpenAPI spec version: 20240301
|
|
5
5
|
*
|
|
6
6
|
*
|
package/lib/model/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Zero Trust Packet Routing Control Plane API
|
|
4
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
5
5
|
* OpenAPI spec version: 20240301
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Zero Trust Packet Routing Control Plane API
|
|
3
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
3
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
4
|
* OpenAPI spec version: 20240301
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Zero Trust Packet Routing Control Plane API
|
|
4
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
5
5
|
* OpenAPI spec version: 20240301
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Zero Trust Packet Routing Control Plane API
|
|
3
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
3
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
4
|
* OpenAPI spec version: 20240301
|
|
5
5
|
*
|
|
6
6
|
*
|
package/lib/model/sort-order.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Zero Trust Packet Routing Control Plane API
|
|
4
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
5
5
|
* OpenAPI spec version: 20240301
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Zero Trust Packet Routing Control Plane API
|
|
3
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
3
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
4
|
* OpenAPI spec version: 20240301
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -24,7 +24,7 @@ export interface UpdateZprPolicyDetails {
|
|
|
24
24
|
"statements"?: Array<string>;
|
|
25
25
|
/**
|
|
26
26
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
27
|
-
* For more information, see [Resource Tags](https://docs.
|
|
27
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
28
28
|
* <p>
|
|
29
29
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
30
30
|
*
|
|
@@ -34,7 +34,7 @@ export interface UpdateZprPolicyDetails {
|
|
|
34
34
|
};
|
|
35
35
|
/**
|
|
36
36
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
37
|
-
* For more information, see [Resource Tags](https://docs.
|
|
37
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
38
38
|
* <p>
|
|
39
39
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
40
40
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Zero Trust Packet Routing Control Plane API
|
|
4
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
5
5
|
* OpenAPI spec version: 20240301
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Zero Trust Packet Routing Control Plane API
|
|
3
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
3
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
4
|
* OpenAPI spec version: 20240301
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Zero Trust Packet Routing Control Plane API
|
|
4
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
5
5
|
* OpenAPI spec version: 20240301
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Zero Trust Packet Routing Control Plane API
|
|
3
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
3
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
4
|
* OpenAPI spec version: 20240301
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
export interface WorkRequestError {
|
|
17
17
|
/**
|
|
18
18
|
* A machine-usable code for the error that occurred. For a list of error codes, see
|
|
19
|
-
* [API Errors](https://docs.
|
|
19
|
+
* [API Errors](https://docs.oracle.com/iaas/Content/API/References/apierrors.htm).
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"code": string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Zero Trust Packet Routing Control Plane API
|
|
4
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
5
5
|
* OpenAPI spec version: 20240301
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Zero Trust Packet Routing Control Plane API
|
|
3
|
-
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
3
|
+
* Use the Zero Trust Packet Routing Control Plane API to manage ZPR configuration and policy. See the [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/home.htm) documentation for more information.
|
|
4
4
|
* OpenAPI spec version: 20240301
|
|
5
5
|
*
|
|
6
6
|
*
|