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
package/lib/client.d.ts
ADDED
|
@@ -0,0 +1,240 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
import * as requests from "./request";
|
|
15
|
+
import * as responses from "./response";
|
|
16
|
+
import { ZprWaiter } from "./zpr-waiter";
|
|
17
|
+
declare const Breaker: any;
|
|
18
|
+
export declare enum ZprApiKeys {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
22
|
+
*/
|
|
23
|
+
export declare class ZprClient {
|
|
24
|
+
protected static serviceEndpointTemplate: string;
|
|
25
|
+
protected static endpointServiceName: string;
|
|
26
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
|
|
27
|
+
protected "_endpoint": string;
|
|
28
|
+
protected "_defaultHeaders": any;
|
|
29
|
+
protected "_waiters": ZprWaiter;
|
|
30
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
31
|
+
protected _circuitBreaker: typeof Breaker | null;
|
|
32
|
+
protected _httpOptions: any;
|
|
33
|
+
protected _bodyDuplexMode: any;
|
|
34
|
+
targetService: string;
|
|
35
|
+
protected _regionId: string;
|
|
36
|
+
protected "_region": common.Region;
|
|
37
|
+
protected _lastSetRegionOrRegionId: string;
|
|
38
|
+
protected _httpClient: common.HttpClient;
|
|
39
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
40
|
+
/**
|
|
41
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
42
|
+
*/
|
|
43
|
+
get endpoint(): string;
|
|
44
|
+
/**
|
|
45
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
46
|
+
* @param endpoint The endpoint of the service.
|
|
47
|
+
*/
|
|
48
|
+
set endpoint(endpoint: string);
|
|
49
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
50
|
+
/**
|
|
51
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
52
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
53
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
54
|
+
*/
|
|
55
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
56
|
+
/**
|
|
57
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
58
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
59
|
+
* @param region The region of the service.
|
|
60
|
+
*/
|
|
61
|
+
set region(region: common.Region);
|
|
62
|
+
/**
|
|
63
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
64
|
+
*
|
|
65
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
66
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
67
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
68
|
+
* @param regionId The public region ID.
|
|
69
|
+
*/
|
|
70
|
+
set regionId(regionId: string);
|
|
71
|
+
/**
|
|
72
|
+
* Creates a new ZprWaiter for resources for this service.
|
|
73
|
+
*
|
|
74
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
75
|
+
* @return The service waiters.
|
|
76
|
+
*/
|
|
77
|
+
createWaiters(config?: common.WaiterConfiguration): ZprWaiter;
|
|
78
|
+
/**
|
|
79
|
+
* Gets the waiters available for resources for this service.
|
|
80
|
+
*
|
|
81
|
+
* @return The service waiters.
|
|
82
|
+
*/
|
|
83
|
+
getWaiters(): ZprWaiter;
|
|
84
|
+
/**
|
|
85
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
86
|
+
*/
|
|
87
|
+
shutdownCircuitBreaker(): void;
|
|
88
|
+
/**
|
|
89
|
+
* Close the client once it is no longer needed
|
|
90
|
+
*/
|
|
91
|
+
close(): void;
|
|
92
|
+
/**
|
|
93
|
+
* Initiates the process to onboard ZPR
|
|
94
|
+
* in a root compartment (the root compartment is the tenancy). It creates an object of ZPR configuration as part of onboarding.
|
|
95
|
+
*
|
|
96
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
97
|
+
* @param CreateConfigurationRequest
|
|
98
|
+
* @return CreateConfigurationResponse
|
|
99
|
+
* @throws OciError when an error occurs
|
|
100
|
+
* @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 CreateConfiguration API.
|
|
101
|
+
*/
|
|
102
|
+
createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;
|
|
103
|
+
/**
|
|
104
|
+
* Creates a ZprPolicy.
|
|
105
|
+
*
|
|
106
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
107
|
+
* @param CreateZprPolicyRequest
|
|
108
|
+
* @return CreateZprPolicyResponse
|
|
109
|
+
* @throws OciError when an error occurs
|
|
110
|
+
* @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 CreateZprPolicy API.
|
|
111
|
+
*/
|
|
112
|
+
createZprPolicy(createZprPolicyRequest: requests.CreateZprPolicyRequest): Promise<responses.CreateZprPolicyResponse>;
|
|
113
|
+
/**
|
|
114
|
+
* Deletes a ZprPolicy.
|
|
115
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
116
|
+
* @param DeleteZprPolicyRequest
|
|
117
|
+
* @return DeleteZprPolicyResponse
|
|
118
|
+
* @throws OciError when an error occurs
|
|
119
|
+
* @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 DeleteZprPolicy API.
|
|
120
|
+
*/
|
|
121
|
+
deleteZprPolicy(deleteZprPolicyRequest: requests.DeleteZprPolicyRequest): Promise<responses.DeleteZprPolicyResponse>;
|
|
122
|
+
/**
|
|
123
|
+
* Retrieves the ZPR configuration details for the root compartment (the root compartment is the tenancy).
|
|
124
|
+
* Returns ZPR configuration for root compartment (the root compartment is the tenancy).
|
|
125
|
+
*
|
|
126
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
127
|
+
* @param GetConfigurationRequest
|
|
128
|
+
* @return GetConfigurationResponse
|
|
129
|
+
* @throws OciError when an error occurs
|
|
130
|
+
* @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 GetConfiguration API.
|
|
131
|
+
*/
|
|
132
|
+
getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
|
|
133
|
+
/**
|
|
134
|
+
* Gets the details of a work request.
|
|
135
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
136
|
+
* @param GetZprConfigurationWorkRequestRequest
|
|
137
|
+
* @return GetZprConfigurationWorkRequestResponse
|
|
138
|
+
* @throws OciError when an error occurs
|
|
139
|
+
* @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 GetZprConfigurationWorkRequest API.
|
|
140
|
+
*/
|
|
141
|
+
getZprConfigurationWorkRequest(getZprConfigurationWorkRequestRequest: requests.GetZprConfigurationWorkRequestRequest): Promise<responses.GetZprConfigurationWorkRequestResponse>;
|
|
142
|
+
/**
|
|
143
|
+
* Gets information about a ZprPolicy.
|
|
144
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
145
|
+
* @param GetZprPolicyRequest
|
|
146
|
+
* @return GetZprPolicyResponse
|
|
147
|
+
* @throws OciError when an error occurs
|
|
148
|
+
* @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 GetZprPolicy API.
|
|
149
|
+
*/
|
|
150
|
+
getZprPolicy(getZprPolicyRequest: requests.GetZprPolicyRequest): Promise<responses.GetZprPolicyResponse>;
|
|
151
|
+
/**
|
|
152
|
+
* Gets the details of a work request.
|
|
153
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
154
|
+
* @param GetZprPolicyWorkRequestRequest
|
|
155
|
+
* @return GetZprPolicyWorkRequestResponse
|
|
156
|
+
* @throws OciError when an error occurs
|
|
157
|
+
* @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 GetZprPolicyWorkRequest API.
|
|
158
|
+
*/
|
|
159
|
+
getZprPolicyWorkRequest(getZprPolicyWorkRequestRequest: requests.GetZprPolicyWorkRequestRequest): Promise<responses.GetZprPolicyWorkRequestResponse>;
|
|
160
|
+
/**
|
|
161
|
+
* Lists the errors for a work request.
|
|
162
|
+
*
|
|
163
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
164
|
+
* @param ListZprConfigurationWorkRequestErrorsRequest
|
|
165
|
+
* @return ListZprConfigurationWorkRequestErrorsResponse
|
|
166
|
+
* @throws OciError when an error occurs
|
|
167
|
+
* @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 ListZprConfigurationWorkRequestErrors API.
|
|
168
|
+
*/
|
|
169
|
+
listZprConfigurationWorkRequestErrors(listZprConfigurationWorkRequestErrorsRequest: requests.ListZprConfigurationWorkRequestErrorsRequest): Promise<responses.ListZprConfigurationWorkRequestErrorsResponse>;
|
|
170
|
+
/**
|
|
171
|
+
* Lists the logs for a work request.
|
|
172
|
+
*
|
|
173
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
174
|
+
* @param ListZprConfigurationWorkRequestLogsRequest
|
|
175
|
+
* @return ListZprConfigurationWorkRequestLogsResponse
|
|
176
|
+
* @throws OciError when an error occurs
|
|
177
|
+
* @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 ListZprConfigurationWorkRequestLogs API.
|
|
178
|
+
*/
|
|
179
|
+
listZprConfigurationWorkRequestLogs(listZprConfigurationWorkRequestLogsRequest: requests.ListZprConfigurationWorkRequestLogsRequest): Promise<responses.ListZprConfigurationWorkRequestLogsResponse>;
|
|
180
|
+
/**
|
|
181
|
+
* Lists the work requests in a compartment.
|
|
182
|
+
*
|
|
183
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
184
|
+
* @param ListZprConfigurationWorkRequestsRequest
|
|
185
|
+
* @return ListZprConfigurationWorkRequestsResponse
|
|
186
|
+
* @throws OciError when an error occurs
|
|
187
|
+
* @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 ListZprConfigurationWorkRequests API.
|
|
188
|
+
*/
|
|
189
|
+
listZprConfigurationWorkRequests(listZprConfigurationWorkRequestsRequest: requests.ListZprConfigurationWorkRequestsRequest): Promise<responses.ListZprConfigurationWorkRequestsResponse>;
|
|
190
|
+
/**
|
|
191
|
+
* Gets a list of ZprPolicies.
|
|
192
|
+
*
|
|
193
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
194
|
+
* @param ListZprPoliciesRequest
|
|
195
|
+
* @return ListZprPoliciesResponse
|
|
196
|
+
* @throws OciError when an error occurs
|
|
197
|
+
* @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 ListZprPolicies API.
|
|
198
|
+
*/
|
|
199
|
+
listZprPolicies(listZprPoliciesRequest: requests.ListZprPoliciesRequest): Promise<responses.ListZprPoliciesResponse>;
|
|
200
|
+
/**
|
|
201
|
+
* Lists the errors for a work request.
|
|
202
|
+
*
|
|
203
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
204
|
+
* @param ListZprPolicyWorkRequestErrorsRequest
|
|
205
|
+
* @return ListZprPolicyWorkRequestErrorsResponse
|
|
206
|
+
* @throws OciError when an error occurs
|
|
207
|
+
* @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 ListZprPolicyWorkRequestErrors API.
|
|
208
|
+
*/
|
|
209
|
+
listZprPolicyWorkRequestErrors(listZprPolicyWorkRequestErrorsRequest: requests.ListZprPolicyWorkRequestErrorsRequest): Promise<responses.ListZprPolicyWorkRequestErrorsResponse>;
|
|
210
|
+
/**
|
|
211
|
+
* Lists the logs for a work request.
|
|
212
|
+
*
|
|
213
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
214
|
+
* @param ListZprPolicyWorkRequestLogsRequest
|
|
215
|
+
* @return ListZprPolicyWorkRequestLogsResponse
|
|
216
|
+
* @throws OciError when an error occurs
|
|
217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/ListZprPolicyWorkRequestLogs.ts.html |here} to see how to use ListZprPolicyWorkRequestLogs API.
|
|
218
|
+
*/
|
|
219
|
+
listZprPolicyWorkRequestLogs(listZprPolicyWorkRequestLogsRequest: requests.ListZprPolicyWorkRequestLogsRequest): Promise<responses.ListZprPolicyWorkRequestLogsResponse>;
|
|
220
|
+
/**
|
|
221
|
+
* Lists the work requests in a compartment.
|
|
222
|
+
*
|
|
223
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
224
|
+
* @param ListZprPolicyWorkRequestsRequest
|
|
225
|
+
* @return ListZprPolicyWorkRequestsResponse
|
|
226
|
+
* @throws OciError when an error occurs
|
|
227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/ListZprPolicyWorkRequests.ts.html |here} to see how to use ListZprPolicyWorkRequests API.
|
|
228
|
+
*/
|
|
229
|
+
listZprPolicyWorkRequests(listZprPolicyWorkRequestsRequest: requests.ListZprPolicyWorkRequestsRequest): Promise<responses.ListZprPolicyWorkRequestsResponse>;
|
|
230
|
+
/**
|
|
231
|
+
* Updates a specific ZprPolicy. If updating on statements, the entire list of policy statements is required, which will replace the existing policy statements associated with the policy ID.
|
|
232
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
233
|
+
* @param UpdateZprPolicyRequest
|
|
234
|
+
* @return UpdateZprPolicyResponse
|
|
235
|
+
* @throws OciError when an error occurs
|
|
236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/zpr/UpdateZprPolicy.ts.html |here} to see how to use UpdateZprPolicy API.
|
|
237
|
+
*/
|
|
238
|
+
updateZprPolicy(updateZprPolicyRequest: requests.UpdateZprPolicyRequest): Promise<responses.UpdateZprPolicyResponse>;
|
|
239
|
+
}
|
|
240
|
+
export {};
|