oci-zpr 2.95.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +22 -0
- package/index.js +45 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +240 -0
- package/lib/client.js +1247 -0
- package/lib/client.js.map +1 -0
- package/lib/model/action-type.d.ts +32 -0
- package/lib/model/action-type.js +43 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/configuration.d.ts +113 -0
- package/lib/model/configuration.js +53 -0
- package/lib/model/configuration.js.map +1 -0
- package/lib/model/create-configuration-details.d.ts +52 -0
- package/lib/model/create-configuration-details.js +29 -0
- package/lib/model/create-configuration-details.js.map +1 -0
- package/lib/model/create-zpr-policy-details.d.ts +60 -0
- package/lib/model/create-zpr-policy-details.js +29 -0
- package/lib/model/create-zpr-policy-details.js.map +1 -0
- package/lib/model/index.d.ts +52 -0
- package/lib/model/index.js +75 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/operation-type.d.ts +32 -0
- package/lib/model/operation-type.js +43 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/sort-order.d.ts +30 -0
- package/lib/model/sort-order.js +41 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/update-zpr-policy-details.d.ts +51 -0
- package/lib/model/update-zpr-policy-details.js +29 -0
- package/lib/model/update-zpr-policy-details.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +26 -0
- package/lib/model/work-request-error-collection.js +61 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +37 -0
- package/lib/model/work-request-error.js +29 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +26 -0
- package/lib/model/work-request-log-entry-collection.js +61 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +31 -0
- package/lib/model/work-request-log-entry.js +29 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
- package/lib/model/work-request-resource-metadata-key.js +38 -0
- package/lib/model/work-request-resource-metadata-key.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +48 -0
- package/lib/model/work-request-resource.js +29 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-status.d.ts +34 -0
- package/lib/model/work-request-status.js +45 -0
- package/lib/model/work-request-status.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +26 -0
- package/lib/model/work-request-summary-collection.js +61 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +73 -0
- package/lib/model/work-request-summary.js +61 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +76 -0
- package/lib/model/work-request.js +61 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/model/zpr-policy-collection.d.ts +26 -0
- package/lib/model/zpr-policy-collection.js +61 -0
- package/lib/model/zpr-policy-collection.js.map +1 -0
- package/lib/model/zpr-policy-summary.d.ts +98 -0
- package/lib/model/zpr-policy-summary.js +29 -0
- package/lib/model/zpr-policy-summary.js.map +1 -0
- package/lib/model/zpr-policy.d.ts +117 -0
- package/lib/model/zpr-policy.js +44 -0
- package/lib/model/zpr-policy.js.map +1 -0
- package/lib/request/create-configuration-request.d.ts +46 -0
- package/lib/request/create-configuration-request.js +15 -0
- package/lib/request/create-configuration-request.js.map +1 -0
- package/lib/request/create-zpr-policy-request.d.ts +46 -0
- package/lib/request/create-zpr-policy-request.js +15 -0
- package/lib/request/create-zpr-policy-request.js.map +1 -0
- package/lib/request/delete-zpr-policy-request.d.ts +44 -0
- package/lib/request/delete-zpr-policy-request.js +15 -0
- package/lib/request/delete-zpr-policy-request.js.map +1 -0
- package/lib/request/get-configuration-request.d.ts +30 -0
- package/lib/request/get-configuration-request.js +15 -0
- package/lib/request/get-configuration-request.js.map +1 -0
- package/lib/request/get-zpr-configuration-work-request-request.d.ts +30 -0
- package/lib/request/get-zpr-configuration-work-request-request.js +15 -0
- package/lib/request/get-zpr-configuration-work-request-request.js.map +1 -0
- package/lib/request/get-zpr-policy-request.d.ts +30 -0
- package/lib/request/get-zpr-policy-request.js +15 -0
- package/lib/request/get-zpr-policy-request.js.map +1 -0
- package/lib/request/get-zpr-policy-work-request-request.d.ts +30 -0
- package/lib/request/get-zpr-policy-work-request-request.js +15 -0
- package/lib/request/get-zpr-policy-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +42 -0
- package/lib/request/index.js +49 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-zpr-configuration-work-request-errors-request.d.ts +59 -0
- package/lib/request/list-zpr-configuration-work-request-errors-request.js +23 -0
- package/lib/request/list-zpr-configuration-work-request-errors-request.js.map +1 -0
- package/lib/request/list-zpr-configuration-work-request-logs-request.d.ts +59 -0
- package/lib/request/list-zpr-configuration-work-request-logs-request.js +23 -0
- package/lib/request/list-zpr-configuration-work-request-logs-request.js.map +1 -0
- package/lib/request/list-zpr-configuration-work-requests-request.d.ts +71 -0
- package/lib/request/list-zpr-configuration-work-requests-request.js +23 -0
- package/lib/request/list-zpr-configuration-work-requests-request.js.map +1 -0
- package/lib/request/list-zpr-policies-request.d.ts +75 -0
- package/lib/request/list-zpr-policies-request.js +24 -0
- package/lib/request/list-zpr-policies-request.js.map +1 -0
- package/lib/request/list-zpr-policy-work-request-errors-request.d.ts +59 -0
- package/lib/request/list-zpr-policy-work-request-errors-request.js +23 -0
- package/lib/request/list-zpr-policy-work-request-errors-request.js.map +1 -0
- package/lib/request/list-zpr-policy-work-request-logs-request.d.ts +59 -0
- package/lib/request/list-zpr-policy-work-request-logs-request.js +23 -0
- package/lib/request/list-zpr-policy-work-request-logs-request.js.map +1 -0
- package/lib/request/list-zpr-policy-work-requests-request.d.ts +71 -0
- package/lib/request/list-zpr-policy-work-requests-request.js +23 -0
- package/lib/request/list-zpr-policy-work-requests-request.js.map +1 -0
- package/lib/request/update-zpr-policy-request.d.ts +58 -0
- package/lib/request/update-zpr-policy-request.js +15 -0
- package/lib/request/update-zpr-policy-request.js.map +1 -0
- package/lib/response/create-configuration-response.d.ts +25 -0
- package/lib/response/create-configuration-response.js +15 -0
- package/lib/response/create-configuration-response.js.map +1 -0
- package/lib/response/create-zpr-policy-response.d.ts +38 -0
- package/lib/response/create-zpr-policy-response.js +15 -0
- package/lib/response/create-zpr-policy-response.js.map +1 -0
- package/lib/response/delete-zpr-policy-response.d.ts +25 -0
- package/lib/response/delete-zpr-policy-response.js +15 -0
- package/lib/response/delete-zpr-policy-response.js.map +1 -0
- package/lib/response/get-configuration-response.d.ts +30 -0
- package/lib/response/get-configuration-response.js +15 -0
- package/lib/response/get-configuration-response.js.map +1 -0
- package/lib/response/get-zpr-configuration-work-request-response.d.ts +34 -0
- package/lib/response/get-zpr-configuration-work-request-response.js +15 -0
- package/lib/response/get-zpr-configuration-work-request-response.js.map +1 -0
- package/lib/response/get-zpr-policy-response.d.ts +30 -0
- package/lib/response/get-zpr-policy-response.js +15 -0
- package/lib/response/get-zpr-policy-response.js.map +1 -0
- package/lib/response/get-zpr-policy-work-request-response.d.ts +34 -0
- package/lib/response/get-zpr-policy-work-request-response.js +15 -0
- package/lib/response/get-zpr-policy-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +42 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-zpr-configuration-work-request-errors-response.d.ts +31 -0
- package/lib/response/list-zpr-configuration-work-request-errors-response.js +15 -0
- package/lib/response/list-zpr-configuration-work-request-errors-response.js.map +1 -0
- package/lib/response/list-zpr-configuration-work-request-logs-response.d.ts +31 -0
- package/lib/response/list-zpr-configuration-work-request-logs-response.js +15 -0
- package/lib/response/list-zpr-configuration-work-request-logs-response.js.map +1 -0
- package/lib/response/list-zpr-configuration-work-requests-response.d.ts +31 -0
- package/lib/response/list-zpr-configuration-work-requests-response.js +15 -0
- package/lib/response/list-zpr-configuration-work-requests-response.js.map +1 -0
- package/lib/response/list-zpr-policies-response.d.ts +31 -0
- package/lib/response/list-zpr-policies-response.js +15 -0
- package/lib/response/list-zpr-policies-response.js.map +1 -0
- package/lib/response/list-zpr-policy-work-request-errors-response.d.ts +31 -0
- package/lib/response/list-zpr-policy-work-request-errors-response.js +15 -0
- package/lib/response/list-zpr-policy-work-request-errors-response.js.map +1 -0
- package/lib/response/list-zpr-policy-work-request-logs-response.d.ts +31 -0
- package/lib/response/list-zpr-policy-work-request-logs-response.js +15 -0
- package/lib/response/list-zpr-policy-work-request-logs-response.js.map +1 -0
- package/lib/response/list-zpr-policy-work-requests-response.d.ts +31 -0
- package/lib/response/list-zpr-policy-work-requests-response.js +15 -0
- package/lib/response/list-zpr-policy-work-requests-response.js.map +1 -0
- package/lib/response/update-zpr-policy-response.d.ts +25 -0
- package/lib/response/update-zpr-policy-response.js +15 -0
- package/lib/response/update-zpr-policy-response.js.map +1 -0
- package/lib/zpr-waiter.d.ts +37 -0
- package/lib/zpr-waiter.js +77 -0
- package/lib/zpr-waiter.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
/**
|
|
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.
|
|
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, 2024, 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
|
+
* Summary information about a ZprPolicy.
|
|
15
|
+
*/
|
|
16
|
+
export interface ZprPolicySummary {
|
|
17
|
+
/**
|
|
18
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ZprPolicy.
|
|
19
|
+
*/
|
|
20
|
+
"id": string;
|
|
21
|
+
/**
|
|
22
|
+
* The name you assign to the ZprPolicy during creation. The name must be unique across all ZPL policies in the tenancy.
|
|
23
|
+
*/
|
|
24
|
+
"name": string;
|
|
25
|
+
/**
|
|
26
|
+
* The description you assign to the ZprPolicy during creation. Does not have to be unique, and it's changeable.
|
|
27
|
+
*/
|
|
28
|
+
"description": string;
|
|
29
|
+
/**
|
|
30
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
31
|
+
*/
|
|
32
|
+
"compartmentId": string;
|
|
33
|
+
/**
|
|
34
|
+
* An array of ZprPolicy statements(up to 25 statements per ZprPolicy) written in the Zero Trust Packet Routing Policy Language.
|
|
35
|
+
*/
|
|
36
|
+
"statements": Array<string>;
|
|
37
|
+
/**
|
|
38
|
+
* The current state of the ZprPolicy.
|
|
39
|
+
*/
|
|
40
|
+
"lifecycleState": string;
|
|
41
|
+
/**
|
|
42
|
+
* The date and time the ZprPolicy was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
|
43
|
+
* <p>
|
|
44
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"timeCreated": Date;
|
|
48
|
+
/**
|
|
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.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
51
|
+
* <p>
|
|
52
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"freeformTags": {
|
|
56
|
+
[key: string]: string;
|
|
57
|
+
};
|
|
58
|
+
/**
|
|
59
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
60
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
61
|
+
* <p>
|
|
62
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
"definedTags": {
|
|
66
|
+
[key: string]: {
|
|
67
|
+
[key: string]: any;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
/**
|
|
71
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
72
|
+
* <p>
|
|
73
|
+
Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
74
|
+
*
|
|
75
|
+
*/
|
|
76
|
+
"systemTags"?: {
|
|
77
|
+
[key: string]: {
|
|
78
|
+
[key: string]: any;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* A message that describes the current state of the ZprPolicy in more detail. For example,
|
|
83
|
+
* can be used to provide actionable information for a resource in the Failed state.
|
|
84
|
+
*
|
|
85
|
+
*/
|
|
86
|
+
"lifecycleDetails"?: string;
|
|
87
|
+
/**
|
|
88
|
+
* The date and time the ZprPolicy was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
|
89
|
+
* <p>
|
|
90
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
91
|
+
*
|
|
92
|
+
*/
|
|
93
|
+
"timeUpdated"?: Date;
|
|
94
|
+
}
|
|
95
|
+
export declare namespace ZprPolicySummary {
|
|
96
|
+
function getJsonObj(obj: ZprPolicySummary): object;
|
|
97
|
+
function getDeserializedJsonObj(obj: ZprPolicySummary): object;
|
|
98
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
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.
|
|
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, 2024, 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.ZprPolicySummary = void 0;
|
|
16
|
+
var ZprPolicySummary;
|
|
17
|
+
(function (ZprPolicySummary) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
ZprPolicySummary.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
ZprPolicySummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(ZprPolicySummary = exports.ZprPolicySummary || (exports.ZprPolicySummary = {}));
|
|
29
|
+
//# sourceMappingURL=zpr-policy-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zpr-policy-summary.js","sourceRoot":"","sources":["../../../../../lib/zpr/lib/model/zpr-policy-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8EH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
/**
|
|
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.
|
|
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, 2024, 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 ZprPolicy is a rule that governs the communication between specific endpoints identified by their security attributes.
|
|
15
|
+
* <p>
|
|
16
|
+
To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to
|
|
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.cloud.oracle.com/iaas/Content/Identity/policiesgs/get-started-with-policies.htm).
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface ZprPolicy {
|
|
22
|
+
/**
|
|
23
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ZprPolicy.
|
|
24
|
+
*/
|
|
25
|
+
"id": string;
|
|
26
|
+
/**
|
|
27
|
+
* The name you assign to the ZprPolicy during creation. The name must be unique across all ZPL policies in the tenancy.
|
|
28
|
+
*/
|
|
29
|
+
"name": string;
|
|
30
|
+
/**
|
|
31
|
+
* The description you assign to the ZprPolicy during creation. Does not have to be unique, and it's changeable.
|
|
32
|
+
*/
|
|
33
|
+
"description": string;
|
|
34
|
+
/**
|
|
35
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
36
|
+
*/
|
|
37
|
+
"compartmentId": string;
|
|
38
|
+
/**
|
|
39
|
+
* An array of ZprPolicy statements (up to 25 statements per ZprPolicy) written in the Zero Trust Packet Routing Policy Language.
|
|
40
|
+
*/
|
|
41
|
+
"statements": Array<string>;
|
|
42
|
+
/**
|
|
43
|
+
* The current state of the ZprPolicy.
|
|
44
|
+
*/
|
|
45
|
+
"lifecycleState": ZprPolicy.LifecycleState;
|
|
46
|
+
/**
|
|
47
|
+
* The date and time the ZprPolicy was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
|
48
|
+
* <p>
|
|
49
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
"timeCreated": Date;
|
|
53
|
+
/**
|
|
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.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
56
|
+
* <p>
|
|
57
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"freeformTags": {
|
|
61
|
+
[key: string]: string;
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
65
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
66
|
+
* <p>
|
|
67
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
70
|
+
"definedTags": {
|
|
71
|
+
[key: string]: {
|
|
72
|
+
[key: string]: any;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
/**
|
|
76
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
77
|
+
* <p>
|
|
78
|
+
Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
79
|
+
*
|
|
80
|
+
*/
|
|
81
|
+
"systemTags"?: {
|
|
82
|
+
[key: string]: {
|
|
83
|
+
[key: string]: any;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
/**
|
|
87
|
+
* A message that describes the current state of the ZprPolicy in more detail. For example,
|
|
88
|
+
* can be used to provide actionable information for a resource in the Failed state.
|
|
89
|
+
*
|
|
90
|
+
*/
|
|
91
|
+
"lifecycleDetails"?: string;
|
|
92
|
+
/**
|
|
93
|
+
* The date and time the ZprPolicy was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
|
94
|
+
* <p>
|
|
95
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
96
|
+
*
|
|
97
|
+
*/
|
|
98
|
+
"timeUpdated"?: Date;
|
|
99
|
+
}
|
|
100
|
+
export declare namespace ZprPolicy {
|
|
101
|
+
enum LifecycleState {
|
|
102
|
+
Active = "ACTIVE",
|
|
103
|
+
Creating = "CREATING",
|
|
104
|
+
Failed = "FAILED",
|
|
105
|
+
Updating = "UPDATING",
|
|
106
|
+
Deleting = "DELETING",
|
|
107
|
+
Deleted = "DELETED",
|
|
108
|
+
NeedsAttention = "NEEDS_ATTENTION",
|
|
109
|
+
/**
|
|
110
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
111
|
+
* version of the SDK.
|
|
112
|
+
*/
|
|
113
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
114
|
+
}
|
|
115
|
+
function getJsonObj(obj: ZprPolicy): object;
|
|
116
|
+
function getDeserializedJsonObj(obj: ZprPolicy): object;
|
|
117
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
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.
|
|
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, 2024, 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.ZprPolicy = void 0;
|
|
16
|
+
var ZprPolicy;
|
|
17
|
+
(function (ZprPolicy) {
|
|
18
|
+
let LifecycleState;
|
|
19
|
+
(function (LifecycleState) {
|
|
20
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
21
|
+
LifecycleState["Creating"] = "CREATING";
|
|
22
|
+
LifecycleState["Failed"] = "FAILED";
|
|
23
|
+
LifecycleState["Updating"] = "UPDATING";
|
|
24
|
+
LifecycleState["Deleting"] = "DELETING";
|
|
25
|
+
LifecycleState["Deleted"] = "DELETED";
|
|
26
|
+
LifecycleState["NeedsAttention"] = "NEEDS_ATTENTION";
|
|
27
|
+
/**
|
|
28
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
29
|
+
* version of the SDK.
|
|
30
|
+
*/
|
|
31
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
32
|
+
})(LifecycleState = ZprPolicy.LifecycleState || (ZprPolicy.LifecycleState = {}));
|
|
33
|
+
function getJsonObj(obj) {
|
|
34
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
35
|
+
return jsonObj;
|
|
36
|
+
}
|
|
37
|
+
ZprPolicy.getJsonObj = getJsonObj;
|
|
38
|
+
function getDeserializedJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
40
|
+
return jsonObj;
|
|
41
|
+
}
|
|
42
|
+
ZprPolicy.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
43
|
+
})(ZprPolicy = exports.ZprPolicy || (exports.ZprPolicy = {}));
|
|
44
|
+
//# sourceMappingURL=zpr-policy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zpr-policy.js","sourceRoot":"","sources":["../../../../../lib/zpr/lib/model/zpr-policy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmFH,IAAiB,SAAS,CA0BzB;AA1BD,WAAiB,SAAS;IACxB,IAAY,cAaX;IAbD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,oDAAkC,CAAA;QAClC;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAbW,cAAc,GAAd,wBAAc,KAAd,wBAAc,QAazB;IAED,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAsB,yBAIrC,CAAA;AACH,CAAC,EA1BgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QA0BzB"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
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, 2024, 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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/CreateConfiguration.ts.html |here} to see how to use CreateConfigurationRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateConfigurationRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for ZPR configuration in the tenancy.
|
|
21
|
+
*/
|
|
22
|
+
"createConfigurationDetails": model.CreateConfigurationDetails;
|
|
23
|
+
/**
|
|
24
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
25
|
+
* Oracle about a particular request, please provide the request ID.
|
|
26
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
27
|
+
* underscore, and dash.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"opcRequestId"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
33
|
+
* server error without risk of running that same action again. Retry tokens expire after 24
|
|
34
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
35
|
+
* has been deleted and removed from the system, then a retry of the original creation request
|
|
36
|
+
* might be rejected.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"opcRetryToken"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Indicates that the request is a dry run, if set to \"true\". A dry run request does not modify the
|
|
42
|
+
* configuration item details and is used only to perform validation on the submitted data.
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
"opcDryRun"?: boolean;
|
|
46
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
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, 2024, 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
|
+
//# sourceMappingURL=create-configuration-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/zpr/lib/request/create-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
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, 2024, 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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/CreateZprPolicy.ts.html |here} to see how to use CreateZprPolicyRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateZprPolicyRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for the new ZprPolicy.
|
|
21
|
+
*/
|
|
22
|
+
"createZprPolicyDetails": model.CreateZprPolicyDetails;
|
|
23
|
+
/**
|
|
24
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
25
|
+
* server error without risk of running that same action again. Retry tokens expire after 24
|
|
26
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
27
|
+
* has been deleted and removed from the system, then a retry of the original creation request
|
|
28
|
+
* might be rejected.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRetryToken"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
34
|
+
* Oracle about a particular request, please provide the request ID.
|
|
35
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
36
|
+
* underscore, and dash.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Indicates that the request is a dry run, if set to \"true\". A dry run request does not modify the
|
|
42
|
+
* configuration item details and is used only to perform validation on the submitted data.
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
"opcDryRun"?: boolean;
|
|
46
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
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, 2024, 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
|
+
//# sourceMappingURL=create-zpr-policy-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-zpr-policy-request.js","sourceRoot":"","sources":["../../../../../lib/zpr/lib/request/create-zpr-policy-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
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, 2024, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/DeleteZprPolicy.ts.html |here} to see how to use DeleteZprPolicyRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteZprPolicyRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ZprPolicy.
|
|
20
|
+
*/
|
|
21
|
+
"zprPolicyId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
24
|
+
* {@code if-match} parameter to the value of the etag from a previous GET or POST response for
|
|
25
|
+
* that resource. The resource will be updated or deleted only if the etag you provide
|
|
26
|
+
* matches the resource's current etag value.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"ifMatch"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
32
|
+
* Oracle about a particular request, please provide the request ID.
|
|
33
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
34
|
+
* underscore, and dash.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"opcRequestId"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Indicates that the request is a dry run, if set to \"true\". A dry run request does not modify the
|
|
40
|
+
* configuration item details and is used only to perform validation on the submitted data.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"opcDryRun"?: boolean;
|
|
44
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
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, 2024, 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
|
+
//# sourceMappingURL=delete-zpr-policy-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-zpr-policy-request.js","sourceRoot":"","sources":["../../../../../lib/zpr/lib/request/delete-zpr-policy-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
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, 2024, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/GetConfiguration.ts.html |here} to see how to use GetConfigurationRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetConfigurationRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
20
|
+
*/
|
|
21
|
+
"compartmentId"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
25
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
26
|
+
* underscore, and dash.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
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, 2024, 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
|
+
//# sourceMappingURL=get-configuration-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/zpr/lib/request/get-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
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, 2024, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/GetZprConfigurationWorkRequest.ts.html |here} to see how to use GetZprConfigurationWorkRequestRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetZprConfigurationWorkRequestRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
20
|
+
*/
|
|
21
|
+
"workRequestId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
25
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
26
|
+
* underscore, and dash.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
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, 2024, 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
|
+
//# sourceMappingURL=get-zpr-configuration-work-request-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-zpr-configuration-work-request-request.js","sourceRoot":"","sources":["../../../../../lib/zpr/lib/request/get-zpr-configuration-work-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
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, 2024, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/GetZprPolicy.ts.html |here} to see how to use GetZprPolicyRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetZprPolicyRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ZprPolicy.
|
|
20
|
+
*/
|
|
21
|
+
"zprPolicyId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
25
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
26
|
+
* underscore, and dash.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
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, 2024, 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
|
+
//# sourceMappingURL=get-zpr-policy-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-zpr-policy-request.js","sourceRoot":"","sources":["../../../../../lib/zpr/lib/request/get-zpr-policy-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|