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,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/GetZprPolicyWorkRequest.ts.html |here} to see how to use GetZprPolicyWorkRequestRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetZprPolicyWorkRequestRequest 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-policy-work-request-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-zpr-policy-work-request-request.js","sourceRoot":"","sources":["../../../../../lib/zpr/lib/request/get-zpr-policy-work-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
import * as CreateConfigurationRequest from "./create-configuration-request";
|
|
14
|
+
export import CreateConfigurationRequest = CreateConfigurationRequest.CreateConfigurationRequest;
|
|
15
|
+
import * as CreateZprPolicyRequest from "./create-zpr-policy-request";
|
|
16
|
+
export import CreateZprPolicyRequest = CreateZprPolicyRequest.CreateZprPolicyRequest;
|
|
17
|
+
import * as DeleteZprPolicyRequest from "./delete-zpr-policy-request";
|
|
18
|
+
export import DeleteZprPolicyRequest = DeleteZprPolicyRequest.DeleteZprPolicyRequest;
|
|
19
|
+
import * as GetConfigurationRequest from "./get-configuration-request";
|
|
20
|
+
export import GetConfigurationRequest = GetConfigurationRequest.GetConfigurationRequest;
|
|
21
|
+
import * as GetZprConfigurationWorkRequestRequest from "./get-zpr-configuration-work-request-request";
|
|
22
|
+
export import GetZprConfigurationWorkRequestRequest = GetZprConfigurationWorkRequestRequest.GetZprConfigurationWorkRequestRequest;
|
|
23
|
+
import * as GetZprPolicyRequest from "./get-zpr-policy-request";
|
|
24
|
+
export import GetZprPolicyRequest = GetZprPolicyRequest.GetZprPolicyRequest;
|
|
25
|
+
import * as GetZprPolicyWorkRequestRequest from "./get-zpr-policy-work-request-request";
|
|
26
|
+
export import GetZprPolicyWorkRequestRequest = GetZprPolicyWorkRequestRequest.GetZprPolicyWorkRequestRequest;
|
|
27
|
+
import * as ListZprConfigurationWorkRequestErrorsRequest from "./list-zpr-configuration-work-request-errors-request";
|
|
28
|
+
export import ListZprConfigurationWorkRequestErrorsRequest = ListZprConfigurationWorkRequestErrorsRequest.ListZprConfigurationWorkRequestErrorsRequest;
|
|
29
|
+
import * as ListZprConfigurationWorkRequestLogsRequest from "./list-zpr-configuration-work-request-logs-request";
|
|
30
|
+
export import ListZprConfigurationWorkRequestLogsRequest = ListZprConfigurationWorkRequestLogsRequest.ListZprConfigurationWorkRequestLogsRequest;
|
|
31
|
+
import * as ListZprConfigurationWorkRequestsRequest from "./list-zpr-configuration-work-requests-request";
|
|
32
|
+
export import ListZprConfigurationWorkRequestsRequest = ListZprConfigurationWorkRequestsRequest.ListZprConfigurationWorkRequestsRequest;
|
|
33
|
+
import * as ListZprPoliciesRequest from "./list-zpr-policies-request";
|
|
34
|
+
export import ListZprPoliciesRequest = ListZprPoliciesRequest.ListZprPoliciesRequest;
|
|
35
|
+
import * as ListZprPolicyWorkRequestErrorsRequest from "./list-zpr-policy-work-request-errors-request";
|
|
36
|
+
export import ListZprPolicyWorkRequestErrorsRequest = ListZprPolicyWorkRequestErrorsRequest.ListZprPolicyWorkRequestErrorsRequest;
|
|
37
|
+
import * as ListZprPolicyWorkRequestLogsRequest from "./list-zpr-policy-work-request-logs-request";
|
|
38
|
+
export import ListZprPolicyWorkRequestLogsRequest = ListZprPolicyWorkRequestLogsRequest.ListZprPolicyWorkRequestLogsRequest;
|
|
39
|
+
import * as ListZprPolicyWorkRequestsRequest from "./list-zpr-policy-work-requests-request";
|
|
40
|
+
export import ListZprPolicyWorkRequestsRequest = ListZprPolicyWorkRequestsRequest.ListZprPolicyWorkRequestsRequest;
|
|
41
|
+
import * as UpdateZprPolicyRequest from "./update-zpr-policy-request";
|
|
42
|
+
export import UpdateZprPolicyRequest = UpdateZprPolicyRequest.UpdateZprPolicyRequest;
|
|
@@ -0,0 +1,49 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.ListZprPolicyWorkRequestsRequest = exports.ListZprPolicyWorkRequestLogsRequest = exports.ListZprPolicyWorkRequestErrorsRequest = exports.ListZprPoliciesRequest = exports.ListZprConfigurationWorkRequestsRequest = exports.ListZprConfigurationWorkRequestLogsRequest = exports.ListZprConfigurationWorkRequestErrorsRequest = void 0;
|
|
35
|
+
const ListZprConfigurationWorkRequestErrorsRequest = __importStar(require("./list-zpr-configuration-work-request-errors-request"));
|
|
36
|
+
exports.ListZprConfigurationWorkRequestErrorsRequest = ListZprConfigurationWorkRequestErrorsRequest.ListZprConfigurationWorkRequestErrorsRequest;
|
|
37
|
+
const ListZprConfigurationWorkRequestLogsRequest = __importStar(require("./list-zpr-configuration-work-request-logs-request"));
|
|
38
|
+
exports.ListZprConfigurationWorkRequestLogsRequest = ListZprConfigurationWorkRequestLogsRequest.ListZprConfigurationWorkRequestLogsRequest;
|
|
39
|
+
const ListZprConfigurationWorkRequestsRequest = __importStar(require("./list-zpr-configuration-work-requests-request"));
|
|
40
|
+
exports.ListZprConfigurationWorkRequestsRequest = ListZprConfigurationWorkRequestsRequest.ListZprConfigurationWorkRequestsRequest;
|
|
41
|
+
const ListZprPoliciesRequest = __importStar(require("./list-zpr-policies-request"));
|
|
42
|
+
exports.ListZprPoliciesRequest = ListZprPoliciesRequest.ListZprPoliciesRequest;
|
|
43
|
+
const ListZprPolicyWorkRequestErrorsRequest = __importStar(require("./list-zpr-policy-work-request-errors-request"));
|
|
44
|
+
exports.ListZprPolicyWorkRequestErrorsRequest = ListZprPolicyWorkRequestErrorsRequest.ListZprPolicyWorkRequestErrorsRequest;
|
|
45
|
+
const ListZprPolicyWorkRequestLogsRequest = __importStar(require("./list-zpr-policy-work-request-logs-request"));
|
|
46
|
+
exports.ListZprPolicyWorkRequestLogsRequest = ListZprPolicyWorkRequestLogsRequest.ListZprPolicyWorkRequestLogsRequest;
|
|
47
|
+
const ListZprPolicyWorkRequestsRequest = __importStar(require("./list-zpr-policy-work-requests-request"));
|
|
48
|
+
exports.ListZprPolicyWorkRequestsRequest = ListZprPolicyWorkRequestsRequest.ListZprPolicyWorkRequestsRequest;
|
|
49
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/zpr/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAgBH,mIAAqH;AACvG,QAAA,4CAA4C,GAAG,4CAA4C,CAAC,4CAA4C,CAAC;AACvJ,+HAAiH;AACnG,QAAA,0CAA0C,GAAG,0CAA0C,CAAC,0CAA0C,CAAC;AACjJ,wHAA0G;AAC5F,QAAA,uCAAuC,GAAG,uCAAuC,CAAC,uCAAuC,CAAC;AACxI,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,qHAAuG;AACzF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,iHAAmG;AACrF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,0GAA4F;AAC9E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
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/ListZprConfigurationWorkRequestErrors.ts.html |here} to see how to use ListZprConfigurationWorkRequestErrorsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListZprConfigurationWorkRequestErrorsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
21
|
+
*/
|
|
22
|
+
"workRequestId": string;
|
|
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
|
+
* For list pagination. The value of the opc-next-page response header from the previous
|
|
33
|
+
* \"List\" call. For important details about how pagination works, see
|
|
34
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"page"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
40
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
41
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"limit"?: number;
|
|
45
|
+
/**
|
|
46
|
+
* The field to sort by. Only one sort order may be provided. Default order for {@code timestamp} is descending.
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"sortBy"?: ListZprConfigurationWorkRequestErrorsRequest.SortBy;
|
|
50
|
+
/**
|
|
51
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
52
|
+
*/
|
|
53
|
+
"sortOrder"?: model.SortOrder;
|
|
54
|
+
}
|
|
55
|
+
export declare namespace ListZprConfigurationWorkRequestErrorsRequest {
|
|
56
|
+
enum SortBy {
|
|
57
|
+
Timestamp = "timestamp"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
exports.ListZprConfigurationWorkRequestErrorsRequest = void 0;
|
|
16
|
+
var ListZprConfigurationWorkRequestErrorsRequest;
|
|
17
|
+
(function (ListZprConfigurationWorkRequestErrorsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["Timestamp"] = "timestamp";
|
|
21
|
+
})(SortBy = ListZprConfigurationWorkRequestErrorsRequest.SortBy || (ListZprConfigurationWorkRequestErrorsRequest.SortBy = {}));
|
|
22
|
+
})(ListZprConfigurationWorkRequestErrorsRequest = exports.ListZprConfigurationWorkRequestErrorsRequest || (exports.ListZprConfigurationWorkRequestErrorsRequest = {}));
|
|
23
|
+
//# sourceMappingURL=list-zpr-configuration-work-request-errors-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-zpr-configuration-work-request-errors-request.js","sourceRoot":"","sources":["../../../../../lib/zpr/lib/request/list-zpr-configuration-work-request-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8CH,IAAiB,4CAA4C,CAI5D;AAJD,WAAiB,4CAA4C;IAC3D,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,iCAAuB,CAAA;IACzB,CAAC,EAFW,MAAM,GAAN,mDAAM,KAAN,mDAAM,QAEjB;AACH,CAAC,EAJgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QAI5D"}
|
|
@@ -0,0 +1,59 @@
|
|
|
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/ListZprConfigurationWorkRequestLogs.ts.html |here} to see how to use ListZprConfigurationWorkRequestLogsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListZprConfigurationWorkRequestLogsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
21
|
+
*/
|
|
22
|
+
"workRequestId": string;
|
|
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
|
+
* For list pagination. The value of the opc-next-page response header from the previous
|
|
33
|
+
* \"List\" call. For important details about how pagination works, see
|
|
34
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"page"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
40
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
41
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"limit"?: number;
|
|
45
|
+
/**
|
|
46
|
+
* The field to sort by. Only one sort order may be provided. Default order for {@code timestamp} is descending.
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"sortBy"?: ListZprConfigurationWorkRequestLogsRequest.SortBy;
|
|
50
|
+
/**
|
|
51
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
52
|
+
*/
|
|
53
|
+
"sortOrder"?: model.SortOrder;
|
|
54
|
+
}
|
|
55
|
+
export declare namespace ListZprConfigurationWorkRequestLogsRequest {
|
|
56
|
+
enum SortBy {
|
|
57
|
+
Timestamp = "timestamp"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
exports.ListZprConfigurationWorkRequestLogsRequest = void 0;
|
|
16
|
+
var ListZprConfigurationWorkRequestLogsRequest;
|
|
17
|
+
(function (ListZprConfigurationWorkRequestLogsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["Timestamp"] = "timestamp";
|
|
21
|
+
})(SortBy = ListZprConfigurationWorkRequestLogsRequest.SortBy || (ListZprConfigurationWorkRequestLogsRequest.SortBy = {}));
|
|
22
|
+
})(ListZprConfigurationWorkRequestLogsRequest = exports.ListZprConfigurationWorkRequestLogsRequest || (exports.ListZprConfigurationWorkRequestLogsRequest = {}));
|
|
23
|
+
//# sourceMappingURL=list-zpr-configuration-work-request-logs-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-zpr-configuration-work-request-logs-request.js","sourceRoot":"","sources":["../../../../../lib/zpr/lib/request/list-zpr-configuration-work-request-logs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8CH,IAAiB,0CAA0C,CAI1D;AAJD,WAAiB,0CAA0C;IACzD,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,iCAAuB,CAAA;IACzB,CAAC,EAFW,MAAM,GAAN,iDAAM,KAAN,iDAAM,QAEjB;AACH,CAAC,EAJgB,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAI1D"}
|
|
@@ -0,0 +1,71 @@
|
|
|
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/ListZprConfigurationWorkRequests.ts.html |here} to see how to use ListZprConfigurationWorkRequestsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListZprConfigurationWorkRequestsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
25
|
+
*/
|
|
26
|
+
"workRequestId"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A filter to return only the resources that match the given lifecycle state.
|
|
29
|
+
*/
|
|
30
|
+
"status"?: model.WorkRequestStatus;
|
|
31
|
+
/**
|
|
32
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource affected by the work request.
|
|
33
|
+
*/
|
|
34
|
+
"resourceId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
37
|
+
* Oracle about a particular request, please provide the request ID.
|
|
38
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
39
|
+
* underscore, and dash.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"opcRequestId"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* For list pagination. The value of the opc-next-page response header from the previous
|
|
45
|
+
* \"List\" call. For important details about how pagination works, see
|
|
46
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"page"?: string;
|
|
50
|
+
/**
|
|
51
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
52
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
53
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
"limit"?: number;
|
|
57
|
+
/**
|
|
58
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
59
|
+
*/
|
|
60
|
+
"sortOrder"?: model.SortOrder;
|
|
61
|
+
/**
|
|
62
|
+
* The field to sort by. Only one sort order may be provided. Default order for {@code timeAccepted} is descending.
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
"sortBy"?: ListZprConfigurationWorkRequestsRequest.SortBy;
|
|
66
|
+
}
|
|
67
|
+
export declare namespace ListZprConfigurationWorkRequestsRequest {
|
|
68
|
+
enum SortBy {
|
|
69
|
+
TimeAccepted = "timeAccepted"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
exports.ListZprConfigurationWorkRequestsRequest = void 0;
|
|
16
|
+
var ListZprConfigurationWorkRequestsRequest;
|
|
17
|
+
(function (ListZprConfigurationWorkRequestsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeAccepted"] = "timeAccepted";
|
|
21
|
+
})(SortBy = ListZprConfigurationWorkRequestsRequest.SortBy || (ListZprConfigurationWorkRequestsRequest.SortBy = {}));
|
|
22
|
+
})(ListZprConfigurationWorkRequestsRequest = exports.ListZprConfigurationWorkRequestsRequest || (exports.ListZprConfigurationWorkRequestsRequest = {}));
|
|
23
|
+
//# sourceMappingURL=list-zpr-configuration-work-requests-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-zpr-configuration-work-requests-request.js","sourceRoot":"","sources":["../../../../../lib/zpr/lib/request/list-zpr-configuration-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0DH,IAAiB,uCAAuC,CAIvD;AAJD,WAAiB,uCAAuC;IACtD,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uCAA6B,CAAA;IAC/B,CAAC,EAFW,MAAM,GAAN,8CAAM,KAAN,8CAAM,QAEjB;AACH,CAAC,EAJgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAIvD"}
|
|
@@ -0,0 +1,75 @@
|
|
|
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/ListZprPolicies.ts.html |here} to see how to use ListZprPoliciesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListZprPoliciesRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* A filter to return only resources that match the given lifecycle state. The
|
|
25
|
+
* state value is case-insensitive.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"lifecycleState"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* A filter to return only resources that match the entire display name given.
|
|
31
|
+
*/
|
|
32
|
+
"name"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ZprPolicy.
|
|
35
|
+
*/
|
|
36
|
+
"id"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
39
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
40
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"limit"?: number;
|
|
44
|
+
/**
|
|
45
|
+
* For list pagination. The value of the opc-next-page response header from the previous
|
|
46
|
+
* \"List\" call. For important details about how pagination works, see
|
|
47
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"page"?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
53
|
+
*/
|
|
54
|
+
"sortOrder"?: model.SortOrder;
|
|
55
|
+
/**
|
|
56
|
+
* The field to sort by. You can provide only one sort order. Default order for {@code timeCreated}
|
|
57
|
+
* is descending. Default order for {@code name} is ascending.
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"sortBy"?: ListZprPoliciesRequest.SortBy;
|
|
61
|
+
/**
|
|
62
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
63
|
+
* Oracle about a particular request, please provide the request ID.
|
|
64
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
65
|
+
* underscore, and dash.
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
"opcRequestId"?: string;
|
|
69
|
+
}
|
|
70
|
+
export declare namespace ListZprPoliciesRequest {
|
|
71
|
+
enum SortBy {
|
|
72
|
+
TimeCreated = "timeCreated",
|
|
73
|
+
Name = "name"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
exports.ListZprPoliciesRequest = void 0;
|
|
16
|
+
var ListZprPoliciesRequest;
|
|
17
|
+
(function (ListZprPoliciesRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["Name"] = "name";
|
|
22
|
+
})(SortBy = ListZprPoliciesRequest.SortBy || (ListZprPoliciesRequest.SortBy = {}));
|
|
23
|
+
})(ListZprPoliciesRequest = exports.ListZprPoliciesRequest || (exports.ListZprPoliciesRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-zpr-policies-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-zpr-policies-request.js","sourceRoot":"","sources":["../../../../../lib/zpr/lib/request/list-zpr-policies-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6DH,IAAiB,sBAAsB,CAKtC;AALD,WAAiB,sBAAsB;IACrC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,uBAAa,CAAA;IACf,CAAC,EAHW,MAAM,GAAN,6BAAM,KAAN,6BAAM,QAGjB;AACH,CAAC,EALgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAKtC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
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/ListZprPolicyWorkRequestErrors.ts.html |here} to see how to use ListZprPolicyWorkRequestErrorsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListZprPolicyWorkRequestErrorsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
21
|
+
*/
|
|
22
|
+
"workRequestId": string;
|
|
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
|
+
* For list pagination. The value of the opc-next-page response header from the previous
|
|
33
|
+
* \"List\" call. For important details about how pagination works, see
|
|
34
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"page"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
40
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
41
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"limit"?: number;
|
|
45
|
+
/**
|
|
46
|
+
* The field to sort by. Only one sort order may be provided. Default order for {@code timestamp} is descending.
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"sortBy"?: ListZprPolicyWorkRequestErrorsRequest.SortBy;
|
|
50
|
+
/**
|
|
51
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
52
|
+
*/
|
|
53
|
+
"sortOrder"?: model.SortOrder;
|
|
54
|
+
}
|
|
55
|
+
export declare namespace ListZprPolicyWorkRequestErrorsRequest {
|
|
56
|
+
enum SortBy {
|
|
57
|
+
Timestamp = "timestamp"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
exports.ListZprPolicyWorkRequestErrorsRequest = void 0;
|
|
16
|
+
var ListZprPolicyWorkRequestErrorsRequest;
|
|
17
|
+
(function (ListZprPolicyWorkRequestErrorsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["Timestamp"] = "timestamp";
|
|
21
|
+
})(SortBy = ListZprPolicyWorkRequestErrorsRequest.SortBy || (ListZprPolicyWorkRequestErrorsRequest.SortBy = {}));
|
|
22
|
+
})(ListZprPolicyWorkRequestErrorsRequest = exports.ListZprPolicyWorkRequestErrorsRequest || (exports.ListZprPolicyWorkRequestErrorsRequest = {}));
|
|
23
|
+
//# sourceMappingURL=list-zpr-policy-work-request-errors-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-zpr-policy-work-request-errors-request.js","sourceRoot":"","sources":["../../../../../lib/zpr/lib/request/list-zpr-policy-work-request-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8CH,IAAiB,qCAAqC,CAIrD;AAJD,WAAiB,qCAAqC;IACpD,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,iCAAuB,CAAA;IACzB,CAAC,EAFW,MAAM,GAAN,4CAAM,KAAN,4CAAM,QAEjB;AACH,CAAC,EAJgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAIrD"}
|