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
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -28,7 +28,7 @@ export interface WorkRequestResource {
|
|
|
28
28
|
*/
|
|
29
29
|
"actionType": model.ActionType;
|
|
30
30
|
/**
|
|
31
|
-
* An [OCID](https://docs.
|
|
31
|
+
* An [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) or other unique identifier for the resource.
|
|
32
32
|
*/
|
|
33
33
|
"identifier": string;
|
|
34
34
|
/**
|
|
@@ -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
|
*
|
|
@@ -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,11 +24,11 @@ export interface WorkRequestSummary {
|
|
|
24
24
|
*/
|
|
25
25
|
"status": model.WorkRequestStatus;
|
|
26
26
|
/**
|
|
27
|
-
* The [OCID](https://docs.
|
|
27
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
|
|
28
28
|
*/
|
|
29
29
|
"id": string;
|
|
30
30
|
/**
|
|
31
|
-
* The [OCID](https://docs.
|
|
31
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the work request.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"compartmentId": 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
|
*
|
|
@@ -27,11 +27,11 @@ export interface WorkRequest {
|
|
|
27
27
|
*/
|
|
28
28
|
"status": model.WorkRequestStatus;
|
|
29
29
|
/**
|
|
30
|
-
* The [OCID](https://docs.
|
|
30
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
|
|
31
31
|
*/
|
|
32
32
|
"id": string;
|
|
33
33
|
/**
|
|
34
|
-
* The [OCID](https://docs.
|
|
34
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the work request.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
"compartmentId": 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
|
*
|
|
@@ -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 ZprPolicySummary {
|
|
17
17
|
/**
|
|
18
|
-
* The [OCID](https://docs.
|
|
18
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ZprPolicy.
|
|
19
19
|
*/
|
|
20
20
|
"id": string;
|
|
21
21
|
/**
|
|
@@ -27,7 +27,7 @@ export interface ZprPolicySummary {
|
|
|
27
27
|
*/
|
|
28
28
|
"description": string;
|
|
29
29
|
/**
|
|
30
|
-
* The [OCID](https://docs.
|
|
30
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
31
31
|
*/
|
|
32
32
|
"compartmentId": string;
|
|
33
33
|
/**
|
|
@@ -47,7 +47,7 @@ export interface ZprPolicySummary {
|
|
|
47
47
|
"timeCreated": Date;
|
|
48
48
|
/**
|
|
49
49
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
50
|
-
* For more information, see [Resource Tags](https://docs.
|
|
50
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
51
51
|
* <p>
|
|
52
52
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
53
53
|
*
|
|
@@ -57,7 +57,7 @@ export interface ZprPolicySummary {
|
|
|
57
57
|
};
|
|
58
58
|
/**
|
|
59
59
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
60
|
-
* For more information, see [Resource Tags](https://docs.
|
|
60
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
61
61
|
* <p>
|
|
62
62
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
63
63
|
*
|
|
@@ -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,12 +15,12 @@
|
|
|
15
15
|
* <p>
|
|
16
16
|
To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to
|
|
17
17
|
* an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
18
|
-
* [Getting Started with Policies](https://docs.
|
|
18
|
+
* [Getting Started with Policies](https://docs.oracle.com/iaas/Content/Identity/policiesgs/get-started-with-policies.htm).
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
export interface ZprPolicy {
|
|
22
22
|
/**
|
|
23
|
-
* The [OCID](https://docs.
|
|
23
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ZprPolicy.
|
|
24
24
|
*/
|
|
25
25
|
"id": string;
|
|
26
26
|
/**
|
|
@@ -32,7 +32,7 @@ export interface ZprPolicy {
|
|
|
32
32
|
*/
|
|
33
33
|
"description": string;
|
|
34
34
|
/**
|
|
35
|
-
* The [OCID](https://docs.
|
|
35
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
36
36
|
*/
|
|
37
37
|
"compartmentId": string;
|
|
38
38
|
/**
|
|
@@ -52,7 +52,7 @@ export interface ZprPolicy {
|
|
|
52
52
|
"timeCreated": Date;
|
|
53
53
|
/**
|
|
54
54
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
55
|
-
* For more information, see [Resource Tags](https://docs.
|
|
55
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
56
56
|
* <p>
|
|
57
57
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
58
58
|
*
|
|
@@ -62,7 +62,7 @@ export interface ZprPolicy {
|
|
|
62
62
|
};
|
|
63
63
|
/**
|
|
64
64
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
65
|
-
* For more information, see [Resource Tags](https://docs.
|
|
65
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
66
66
|
* <p>
|
|
67
67
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
68
68
|
*
|
package/lib/model/zpr-policy.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
|
*
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 CreateConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 CreateZprPolicyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateZprPolicyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @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 DeleteZprPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteZprPolicyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ZprPolicy.
|
|
20
20
|
*/
|
|
21
21
|
"zprPolicyId": string;
|
|
22
22
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @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 GetConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetConfigurationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId"?: string;
|
|
22
22
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @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 GetZprConfigurationWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetZprConfigurationWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
20
20
|
*/
|
|
21
21
|
"workRequestId": string;
|
|
22
22
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @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 GetZprPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetZprPolicyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ZprPolicy.
|
|
20
20
|
*/
|
|
21
21
|
"zprPolicyId": string;
|
|
22
22
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @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 GetZprPolicyWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetZprPolicyWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
20
20
|
*/
|
|
21
21
|
"workRequestId": string;
|
|
22
22
|
/**
|
package/lib/request/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/request/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
|
*
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 ListZprConfigurationWorkRequestErrorsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListZprConfigurationWorkRequestErrorsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
21
21
|
*/
|
|
22
22
|
"workRequestId": string;
|
|
23
23
|
/**
|
|
@@ -31,14 +31,14 @@ export interface ListZprConfigurationWorkRequestErrorsRequest extends common.Bas
|
|
|
31
31
|
/**
|
|
32
32
|
* For list pagination. The value of the opc-next-page response header from the previous
|
|
33
33
|
* \"List\" call. For important details about how pagination works, see
|
|
34
|
-
* [List Pagination](https://docs.
|
|
34
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
"page"?: string;
|
|
38
38
|
/**
|
|
39
39
|
* For list pagination. The maximum number of results per page, or items to return in a
|
|
40
40
|
* paginated \"List\" call. For important details about how pagination works, see
|
|
41
|
-
* [List Pagination](https://docs.
|
|
41
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
"limit"?: number;
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 ListZprConfigurationWorkRequestLogsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListZprConfigurationWorkRequestLogsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
21
21
|
*/
|
|
22
22
|
"workRequestId": string;
|
|
23
23
|
/**
|
|
@@ -31,14 +31,14 @@ export interface ListZprConfigurationWorkRequestLogsRequest extends common.BaseR
|
|
|
31
31
|
/**
|
|
32
32
|
* For list pagination. The value of the opc-next-page response header from the previous
|
|
33
33
|
* \"List\" call. For important details about how pagination works, see
|
|
34
|
-
* [List Pagination](https://docs.
|
|
34
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
"page"?: string;
|
|
38
38
|
/**
|
|
39
39
|
* For list pagination. The maximum number of results per page, or items to return in a
|
|
40
40
|
* paginated \"List\" call. For important details about how pagination works, see
|
|
41
|
-
* [List Pagination](https://docs.
|
|
41
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
"limit"?: number;
|
|
@@ -13,15 +13,15 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 ListZprConfigurationWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListZprConfigurationWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
21
21
|
*/
|
|
22
22
|
"compartmentId"?: string;
|
|
23
23
|
/**
|
|
24
|
-
* The [OCID](https://docs.
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
25
25
|
*/
|
|
26
26
|
"workRequestId"?: string;
|
|
27
27
|
/**
|
|
@@ -29,7 +29,7 @@ export interface ListZprConfigurationWorkRequestsRequest extends common.BaseRequ
|
|
|
29
29
|
*/
|
|
30
30
|
"status"?: model.WorkRequestStatus;
|
|
31
31
|
/**
|
|
32
|
-
* The [OCID](https://docs.
|
|
32
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource affected by the work request.
|
|
33
33
|
*/
|
|
34
34
|
"resourceId"?: string;
|
|
35
35
|
/**
|
|
@@ -43,14 +43,14 @@ export interface ListZprConfigurationWorkRequestsRequest extends common.BaseRequ
|
|
|
43
43
|
/**
|
|
44
44
|
* For list pagination. The value of the opc-next-page response header from the previous
|
|
45
45
|
* \"List\" call. For important details about how pagination works, see
|
|
46
|
-
* [List Pagination](https://docs.
|
|
46
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
"page"?: string;
|
|
50
50
|
/**
|
|
51
51
|
* For list pagination. The maximum number of results per page, or items to return in a
|
|
52
52
|
* paginated \"List\" call. For important details about how pagination works, see
|
|
53
|
-
* [List Pagination](https://docs.
|
|
53
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
54
54
|
*
|
|
55
55
|
*/
|
|
56
56
|
"limit"?: number;
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 ListZprPoliciesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListZprPoliciesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
21
21
|
*/
|
|
22
22
|
"compartmentId"?: string;
|
|
23
23
|
/**
|
|
@@ -31,20 +31,20 @@ export interface ListZprPoliciesRequest extends common.BaseRequest {
|
|
|
31
31
|
*/
|
|
32
32
|
"name"?: string;
|
|
33
33
|
/**
|
|
34
|
-
* The [OCID](https://docs.
|
|
34
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ZprPolicy.
|
|
35
35
|
*/
|
|
36
36
|
"id"?: string;
|
|
37
37
|
/**
|
|
38
38
|
* For list pagination. The maximum number of results per page, or items to return in a
|
|
39
39
|
* paginated \"List\" call. For important details about how pagination works, see
|
|
40
|
-
* [List Pagination](https://docs.
|
|
40
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
"limit"?: number;
|
|
44
44
|
/**
|
|
45
45
|
* For list pagination. The value of the opc-next-page response header from the previous
|
|
46
46
|
* \"List\" call. For important details about how pagination works, see
|
|
47
|
-
* [List Pagination](https://docs.
|
|
47
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
"page"?: string;
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 ListZprPolicyWorkRequestErrorsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListZprPolicyWorkRequestErrorsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
21
21
|
*/
|
|
22
22
|
"workRequestId": string;
|
|
23
23
|
/**
|
|
@@ -31,14 +31,14 @@ export interface ListZprPolicyWorkRequestErrorsRequest extends common.BaseReques
|
|
|
31
31
|
/**
|
|
32
32
|
* For list pagination. The value of the opc-next-page response header from the previous
|
|
33
33
|
* \"List\" call. For important details about how pagination works, see
|
|
34
|
-
* [List Pagination](https://docs.
|
|
34
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
"page"?: string;
|
|
38
38
|
/**
|
|
39
39
|
* For list pagination. The maximum number of results per page, or items to return in a
|
|
40
40
|
* paginated \"List\" call. For important details about how pagination works, see
|
|
41
|
-
* [List Pagination](https://docs.
|
|
41
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
"limit"?: number;
|