oci-accessgovernancecp 2.60.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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/accessgovernancecp-waiter.d.ts +29 -0
- package/lib/accessgovernancecp-waiter.js +65 -0
- package/lib/accessgovernancecp-waiter.js.map +1 -0
- package/lib/client.d.ts +157 -0
- package/lib/client.js +705 -0
- package/lib/client.js.map +1 -0
- package/lib/model/change-governance-instance-compartment-details.d.ts +25 -0
- package/lib/model/change-governance-instance-compartment-details.js +29 -0
- package/lib/model/change-governance-instance-compartment-details.js.map +1 -0
- package/lib/model/create-governance-instance-details.d.ts +75 -0
- package/lib/model/create-governance-instance-details.js +29 -0
- package/lib/model/create-governance-instance-details.js.map +1 -0
- package/lib/model/governance-instance-collection.d.ts +26 -0
- package/lib/model/governance-instance-collection.js +61 -0
- package/lib/model/governance-instance-collection.js.map +1 -0
- package/lib/model/governance-instance-configuration.d.ts +23 -0
- package/lib/model/governance-instance-configuration.js +55 -0
- package/lib/model/governance-instance-configuration.js.map +1 -0
- package/lib/model/governance-instance-summary.d.ts +86 -0
- package/lib/model/governance-instance-summary.js +29 -0
- package/lib/model/governance-instance-summary.js.map +1 -0
- package/lib/model/governance-instance.d.ts +90 -0
- package/lib/model/governance-instance.js +29 -0
- package/lib/model/governance-instance.js.map +1 -0
- package/lib/model/index.d.ts +38 -0
- package/lib/model/index.js +61 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/instance-lifecycle-state.d.ts +31 -0
- package/lib/model/instance-lifecycle-state.js +42 -0
- package/lib/model/instance-lifecycle-state.js.map +1 -0
- package/lib/model/license-type.d.ts +31 -0
- package/lib/model/license-type.js +42 -0
- package/lib/model/license-type.js.map +1 -0
- package/lib/model/sender-config.d.ts +41 -0
- package/lib/model/sender-config.js +29 -0
- package/lib/model/sender-config.js.map +1 -0
- package/lib/model/sort-order.d.ts +23 -0
- package/lib/model/sort-order.js +34 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/update-governance-instance-configuration-details.d.ts +23 -0
- package/lib/model/update-governance-instance-configuration-details.js +57 -0
- package/lib/model/update-governance-instance-configuration-details.js.map +1 -0
- package/lib/model/update-governance-instance-details.d.ts +52 -0
- package/lib/model/update-governance-instance-details.js +29 -0
- package/lib/model/update-governance-instance-details.js.map +1 -0
- package/lib/model/update-sender-config.d.ts +37 -0
- package/lib/model/update-sender-config.js +29 -0
- package/lib/model/update-sender-config.js.map +1 -0
- package/lib/request/change-governance-instance-compartment-request.d.ts +49 -0
- package/lib/request/change-governance-instance-compartment-request.js +15 -0
- package/lib/request/change-governance-instance-compartment-request.js.map +1 -0
- package/lib/request/create-governance-instance-request.d.ts +36 -0
- package/lib/request/create-governance-instance-request.js +15 -0
- package/lib/request/create-governance-instance-request.js.map +1 -0
- package/lib/request/delete-governance-instance-request.d.ts +44 -0
- package/lib/request/delete-governance-instance-request.js +15 -0
- package/lib/request/delete-governance-instance-request.js.map +1 -0
- package/lib/request/get-governance-instance-configuration-request.d.ts +26 -0
- package/lib/request/get-governance-instance-configuration-request.js +15 -0
- package/lib/request/get-governance-instance-configuration-request.js.map +1 -0
- package/lib/request/get-governance-instance-request.d.ts +26 -0
- package/lib/request/get-governance-instance-request.js +15 -0
- package/lib/request/get-governance-instance-request.js.map +1 -0
- package/lib/request/index.d.ts +28 -0
- package/lib/request/index.js +37 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-governance-instances-request.d.ts +64 -0
- package/lib/request/list-governance-instances-request.js +26 -0
- package/lib/request/list-governance-instances-request.js.map +1 -0
- package/lib/request/update-governance-instance-configuration-request.d.ts +40 -0
- package/lib/request/update-governance-instance-configuration-request.js +15 -0
- package/lib/request/update-governance-instance-configuration-request.js.map +1 -0
- package/lib/request/update-governance-instance-request.d.ts +40 -0
- package/lib/request/update-governance-instance-request.js +15 -0
- package/lib/request/update-governance-instance-request.js.map +1 -0
- package/lib/response/change-governance-instance-compartment-response.d.ts +20 -0
- package/lib/response/change-governance-instance-compartment-response.js +15 -0
- package/lib/response/change-governance-instance-compartment-response.js.map +1 -0
- package/lib/response/create-governance-instance-response.d.ts +35 -0
- package/lib/response/create-governance-instance-response.js +15 -0
- package/lib/response/create-governance-instance-response.js.map +1 -0
- package/lib/response/delete-governance-instance-response.d.ts +25 -0
- package/lib/response/delete-governance-instance-response.js +15 -0
- package/lib/response/delete-governance-instance-response.js.map +1 -0
- package/lib/response/get-governance-instance-configuration-response.d.ts +30 -0
- package/lib/response/get-governance-instance-configuration-response.js +15 -0
- package/lib/response/get-governance-instance-configuration-response.js.map +1 -0
- package/lib/response/get-governance-instance-response.d.ts +30 -0
- package/lib/response/get-governance-instance-response.js +15 -0
- package/lib/response/get-governance-instance-response.js.map +1 -0
- package/lib/response/index.d.ts +28 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-governance-instances-response.d.ts +32 -0
- package/lib/response/list-governance-instances-response.js +15 -0
- package/lib/response/list-governance-instances-response.js.map +1 -0
- package/lib/response/update-governance-instance-configuration-response.d.ts +35 -0
- package/lib/response/update-governance-instance-configuration-response.js +15 -0
- package/lib/response/update-governance-instance-configuration-response.js.map +1 -0
- package/lib/response/update-governance-instance-response.d.ts +35 -0
- package/lib/response/update-governance-instance-response.js +15 -0
- package/lib/response/update-governance-instance-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220518
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
export interface CreateGovernanceInstanceResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcWorkRequestId": string;
|
|
25
|
+
/**
|
|
26
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
27
|
+
* Oracle about a particular request, please provide the request ID.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"opcRequestId": string;
|
|
31
|
+
/**
|
|
32
|
+
* The returned model.GovernanceInstance instance.
|
|
33
|
+
*/
|
|
34
|
+
"governanceInstance": model.GovernanceInstance;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220518
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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-governance-instance-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-governance-instance-response.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/response/create-governance-instance-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220518
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
export interface DeleteGovernanceInstanceResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcWorkRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
21
|
+
* Oracle about a particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220518
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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-governance-instance-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-governance-instance-response.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/response/delete-governance-instance-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220518
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
export interface GetGovernanceInstanceConfigurationResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.GovernanceInstanceConfiguration instance.
|
|
28
|
+
*/
|
|
29
|
+
"governanceInstanceConfiguration": model.GovernanceInstanceConfiguration;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220518
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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-governance-instance-configuration-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-governance-instance-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/response/get-governance-instance-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220518
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
export interface GetGovernanceInstanceResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.GovernanceInstance instance.
|
|
28
|
+
*/
|
|
29
|
+
"governanceInstance": model.GovernanceInstance;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220518
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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-governance-instance-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-governance-instance-response.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/response/get-governance-instance-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Access Governance APIs
|
|
3
|
+
* Use the Oracle Access Governance API to create, view, and manage GovernanceInstances.
|
|
4
|
+
* OpenAPI spec version: 20220518
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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 ChangeGovernanceInstanceCompartmentResponse from "./change-governance-instance-compartment-response";
|
|
14
|
+
export import ChangeGovernanceInstanceCompartmentResponse = ChangeGovernanceInstanceCompartmentResponse.ChangeGovernanceInstanceCompartmentResponse;
|
|
15
|
+
import * as CreateGovernanceInstanceResponse from "./create-governance-instance-response";
|
|
16
|
+
export import CreateGovernanceInstanceResponse = CreateGovernanceInstanceResponse.CreateGovernanceInstanceResponse;
|
|
17
|
+
import * as DeleteGovernanceInstanceResponse from "./delete-governance-instance-response";
|
|
18
|
+
export import DeleteGovernanceInstanceResponse = DeleteGovernanceInstanceResponse.DeleteGovernanceInstanceResponse;
|
|
19
|
+
import * as GetGovernanceInstanceResponse from "./get-governance-instance-response";
|
|
20
|
+
export import GetGovernanceInstanceResponse = GetGovernanceInstanceResponse.GetGovernanceInstanceResponse;
|
|
21
|
+
import * as GetGovernanceInstanceConfigurationResponse from "./get-governance-instance-configuration-response";
|
|
22
|
+
export import GetGovernanceInstanceConfigurationResponse = GetGovernanceInstanceConfigurationResponse.GetGovernanceInstanceConfigurationResponse;
|
|
23
|
+
import * as ListGovernanceInstancesResponse from "./list-governance-instances-response";
|
|
24
|
+
export import ListGovernanceInstancesResponse = ListGovernanceInstancesResponse.ListGovernanceInstancesResponse;
|
|
25
|
+
import * as UpdateGovernanceInstanceResponse from "./update-governance-instance-response";
|
|
26
|
+
export import UpdateGovernanceInstanceResponse = UpdateGovernanceInstanceResponse.UpdateGovernanceInstanceResponse;
|
|
27
|
+
import * as UpdateGovernanceInstanceConfigurationResponse from "./update-governance-instance-configuration-response";
|
|
28
|
+
export import UpdateGovernanceInstanceConfigurationResponse = UpdateGovernanceInstanceConfigurationResponse.UpdateGovernanceInstanceConfigurationResponse;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Access Governance APIs
|
|
4
|
+
* Use the Oracle Access Governance API to create, view, and manage GovernanceInstances.
|
|
5
|
+
* OpenAPI spec version: 20220518
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/response/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220518
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
export interface ListGovernanceInstancesResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.GovernanceInstanceCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"governanceInstanceCollection": model.GovernanceInstanceCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220518
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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=list-governance-instances-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-governance-instances-response.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/response/list-governance-instances-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220518
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
export interface UpdateGovernanceInstanceConfigurationResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcWorkRequestId": string;
|
|
25
|
+
/**
|
|
26
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
27
|
+
* Oracle about a particular request, please provide the request ID.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"opcRequestId": string;
|
|
31
|
+
/**
|
|
32
|
+
* The returned model.GovernanceInstanceConfiguration instance.
|
|
33
|
+
*/
|
|
34
|
+
"governanceInstanceConfiguration": model.GovernanceInstanceConfiguration;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220518
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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=update-governance-instance-configuration-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-governance-instance-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/response/update-governance-instance-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220518
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
export interface UpdateGovernanceInstanceResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcWorkRequestId": string;
|
|
25
|
+
/**
|
|
26
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
27
|
+
* Oracle about a particular request, please provide the request ID.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"opcRequestId": string;
|
|
31
|
+
/**
|
|
32
|
+
* The returned model.GovernanceInstance instance.
|
|
33
|
+
*/
|
|
34
|
+
"governanceInstance": model.GovernanceInstance;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220518
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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=update-governance-instance-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-governance-instance-response.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/response/update-governance-instance-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/package.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "oci-accessgovernancecp",
|
|
3
|
+
"version": "2.60.0",
|
|
4
|
+
"description": "OCI NodeJS client for Access Governance Cp Service",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/oracle/oci-typescript-sdk"
|
|
8
|
+
},
|
|
9
|
+
"main": "./index.js",
|
|
10
|
+
"typings": "./index",
|
|
11
|
+
"scripts": {},
|
|
12
|
+
"author": {
|
|
13
|
+
"name": "Oracle Cloud Infrastructure",
|
|
14
|
+
"email": ""
|
|
15
|
+
},
|
|
16
|
+
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"oci-common": "2.60.0",
|
|
19
|
+
"oci-workrequests": "2.60.0"
|
|
20
|
+
},
|
|
21
|
+
"publishConfig": {
|
|
22
|
+
"registry": "https://registry.npmjs.org"
|
|
23
|
+
},
|
|
24
|
+
"contributors": [
|
|
25
|
+
"Jyoti Saini <jyoti.s.saini@oracle.com>",
|
|
26
|
+
"Joe Levy <joe.levy@oracle.com>",
|
|
27
|
+
"Walt Tran <walt.tran@oracle.com>"
|
|
28
|
+
]
|
|
29
|
+
}
|