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.
Files changed (110) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/accessgovernancecp-waiter.d.ts +29 -0
  9. package/lib/accessgovernancecp-waiter.js +65 -0
  10. package/lib/accessgovernancecp-waiter.js.map +1 -0
  11. package/lib/client.d.ts +157 -0
  12. package/lib/client.js +705 -0
  13. package/lib/client.js.map +1 -0
  14. package/lib/model/change-governance-instance-compartment-details.d.ts +25 -0
  15. package/lib/model/change-governance-instance-compartment-details.js +29 -0
  16. package/lib/model/change-governance-instance-compartment-details.js.map +1 -0
  17. package/lib/model/create-governance-instance-details.d.ts +75 -0
  18. package/lib/model/create-governance-instance-details.js +29 -0
  19. package/lib/model/create-governance-instance-details.js.map +1 -0
  20. package/lib/model/governance-instance-collection.d.ts +26 -0
  21. package/lib/model/governance-instance-collection.js +61 -0
  22. package/lib/model/governance-instance-collection.js.map +1 -0
  23. package/lib/model/governance-instance-configuration.d.ts +23 -0
  24. package/lib/model/governance-instance-configuration.js +55 -0
  25. package/lib/model/governance-instance-configuration.js.map +1 -0
  26. package/lib/model/governance-instance-summary.d.ts +86 -0
  27. package/lib/model/governance-instance-summary.js +29 -0
  28. package/lib/model/governance-instance-summary.js.map +1 -0
  29. package/lib/model/governance-instance.d.ts +90 -0
  30. package/lib/model/governance-instance.js +29 -0
  31. package/lib/model/governance-instance.js.map +1 -0
  32. package/lib/model/index.d.ts +38 -0
  33. package/lib/model/index.js +61 -0
  34. package/lib/model/index.js.map +1 -0
  35. package/lib/model/instance-lifecycle-state.d.ts +31 -0
  36. package/lib/model/instance-lifecycle-state.js +42 -0
  37. package/lib/model/instance-lifecycle-state.js.map +1 -0
  38. package/lib/model/license-type.d.ts +31 -0
  39. package/lib/model/license-type.js +42 -0
  40. package/lib/model/license-type.js.map +1 -0
  41. package/lib/model/sender-config.d.ts +41 -0
  42. package/lib/model/sender-config.js +29 -0
  43. package/lib/model/sender-config.js.map +1 -0
  44. package/lib/model/sort-order.d.ts +23 -0
  45. package/lib/model/sort-order.js +34 -0
  46. package/lib/model/sort-order.js.map +1 -0
  47. package/lib/model/update-governance-instance-configuration-details.d.ts +23 -0
  48. package/lib/model/update-governance-instance-configuration-details.js +57 -0
  49. package/lib/model/update-governance-instance-configuration-details.js.map +1 -0
  50. package/lib/model/update-governance-instance-details.d.ts +52 -0
  51. package/lib/model/update-governance-instance-details.js +29 -0
  52. package/lib/model/update-governance-instance-details.js.map +1 -0
  53. package/lib/model/update-sender-config.d.ts +37 -0
  54. package/lib/model/update-sender-config.js +29 -0
  55. package/lib/model/update-sender-config.js.map +1 -0
  56. package/lib/request/change-governance-instance-compartment-request.d.ts +49 -0
  57. package/lib/request/change-governance-instance-compartment-request.js +15 -0
  58. package/lib/request/change-governance-instance-compartment-request.js.map +1 -0
  59. package/lib/request/create-governance-instance-request.d.ts +36 -0
  60. package/lib/request/create-governance-instance-request.js +15 -0
  61. package/lib/request/create-governance-instance-request.js.map +1 -0
  62. package/lib/request/delete-governance-instance-request.d.ts +44 -0
  63. package/lib/request/delete-governance-instance-request.js +15 -0
  64. package/lib/request/delete-governance-instance-request.js.map +1 -0
  65. package/lib/request/get-governance-instance-configuration-request.d.ts +26 -0
  66. package/lib/request/get-governance-instance-configuration-request.js +15 -0
  67. package/lib/request/get-governance-instance-configuration-request.js.map +1 -0
  68. package/lib/request/get-governance-instance-request.d.ts +26 -0
  69. package/lib/request/get-governance-instance-request.js +15 -0
  70. package/lib/request/get-governance-instance-request.js.map +1 -0
  71. package/lib/request/index.d.ts +28 -0
  72. package/lib/request/index.js +37 -0
  73. package/lib/request/index.js.map +1 -0
  74. package/lib/request/list-governance-instances-request.d.ts +64 -0
  75. package/lib/request/list-governance-instances-request.js +26 -0
  76. package/lib/request/list-governance-instances-request.js.map +1 -0
  77. package/lib/request/update-governance-instance-configuration-request.d.ts +40 -0
  78. package/lib/request/update-governance-instance-configuration-request.js +15 -0
  79. package/lib/request/update-governance-instance-configuration-request.js.map +1 -0
  80. package/lib/request/update-governance-instance-request.d.ts +40 -0
  81. package/lib/request/update-governance-instance-request.js +15 -0
  82. package/lib/request/update-governance-instance-request.js.map +1 -0
  83. package/lib/response/change-governance-instance-compartment-response.d.ts +20 -0
  84. package/lib/response/change-governance-instance-compartment-response.js +15 -0
  85. package/lib/response/change-governance-instance-compartment-response.js.map +1 -0
  86. package/lib/response/create-governance-instance-response.d.ts +35 -0
  87. package/lib/response/create-governance-instance-response.js +15 -0
  88. package/lib/response/create-governance-instance-response.js.map +1 -0
  89. package/lib/response/delete-governance-instance-response.d.ts +25 -0
  90. package/lib/response/delete-governance-instance-response.js +15 -0
  91. package/lib/response/delete-governance-instance-response.js.map +1 -0
  92. package/lib/response/get-governance-instance-configuration-response.d.ts +30 -0
  93. package/lib/response/get-governance-instance-configuration-response.js +15 -0
  94. package/lib/response/get-governance-instance-configuration-response.js.map +1 -0
  95. package/lib/response/get-governance-instance-response.d.ts +30 -0
  96. package/lib/response/get-governance-instance-response.js +15 -0
  97. package/lib/response/get-governance-instance-response.js.map +1 -0
  98. package/lib/response/index.d.ts +28 -0
  99. package/lib/response/index.js +15 -0
  100. package/lib/response/index.js.map +1 -0
  101. package/lib/response/list-governance-instances-response.d.ts +32 -0
  102. package/lib/response/list-governance-instances-response.js +15 -0
  103. package/lib/response/list-governance-instances-response.js.map +1 -0
  104. package/lib/response/update-governance-instance-configuration-response.d.ts +35 -0
  105. package/lib/response/update-governance-instance-configuration-response.js +15 -0
  106. package/lib/response/update-governance-instance-configuration-response.js.map +1 -0
  107. package/lib/response/update-governance-instance-response.d.ts +35 -0
  108. package/lib/response/update-governance-instance-response.js +15 -0
  109. package/lib/response/update-governance-instance-response.js.map +1 -0
  110. package/package.json +29 -0
@@ -0,0 +1,38 @@
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 ChangeGovernanceInstanceCompartmentDetails from "./change-governance-instance-compartment-details";
14
+ export import ChangeGovernanceInstanceCompartmentDetails = ChangeGovernanceInstanceCompartmentDetails.ChangeGovernanceInstanceCompartmentDetails;
15
+ import * as CreateGovernanceInstanceDetails from "./create-governance-instance-details";
16
+ export import CreateGovernanceInstanceDetails = CreateGovernanceInstanceDetails.CreateGovernanceInstanceDetails;
17
+ import * as GovernanceInstance from "./governance-instance";
18
+ export import GovernanceInstance = GovernanceInstance.GovernanceInstance;
19
+ import * as GovernanceInstanceCollection from "./governance-instance-collection";
20
+ export import GovernanceInstanceCollection = GovernanceInstanceCollection.GovernanceInstanceCollection;
21
+ import * as GovernanceInstanceConfiguration from "./governance-instance-configuration";
22
+ export import GovernanceInstanceConfiguration = GovernanceInstanceConfiguration.GovernanceInstanceConfiguration;
23
+ import * as GovernanceInstanceSummary from "./governance-instance-summary";
24
+ export import GovernanceInstanceSummary = GovernanceInstanceSummary.GovernanceInstanceSummary;
25
+ import * as InstanceLifecycleState from "./instance-lifecycle-state";
26
+ export import InstanceLifecycleState = InstanceLifecycleState.InstanceLifecycleState;
27
+ import * as LicenseType from "./license-type";
28
+ export import LicenseType = LicenseType.LicenseType;
29
+ import * as SenderConfig from "./sender-config";
30
+ export import SenderConfig = SenderConfig.SenderConfig;
31
+ import * as SortOrder from "./sort-order";
32
+ export import SortOrder = SortOrder.SortOrder;
33
+ import * as UpdateGovernanceInstanceConfigurationDetails from "./update-governance-instance-configuration-details";
34
+ export import UpdateGovernanceInstanceConfigurationDetails = UpdateGovernanceInstanceConfigurationDetails.UpdateGovernanceInstanceConfigurationDetails;
35
+ import * as UpdateGovernanceInstanceDetails from "./update-governance-instance-details";
36
+ export import UpdateGovernanceInstanceDetails = UpdateGovernanceInstanceDetails.UpdateGovernanceInstanceDetails;
37
+ import * as UpdateSenderConfig from "./update-sender-config";
38
+ export import UpdateSenderConfig = UpdateSenderConfig.UpdateSenderConfig;
@@ -0,0 +1,61 @@
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
+ 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.UpdateSenderConfig = exports.UpdateGovernanceInstanceDetails = exports.UpdateGovernanceInstanceConfigurationDetails = exports.SortOrder = exports.SenderConfig = exports.LicenseType = exports.InstanceLifecycleState = exports.GovernanceInstanceSummary = exports.GovernanceInstanceConfiguration = exports.GovernanceInstanceCollection = exports.GovernanceInstance = exports.CreateGovernanceInstanceDetails = exports.ChangeGovernanceInstanceCompartmentDetails = void 0;
35
+ const ChangeGovernanceInstanceCompartmentDetails = __importStar(require("./change-governance-instance-compartment-details"));
36
+ exports.ChangeGovernanceInstanceCompartmentDetails = ChangeGovernanceInstanceCompartmentDetails.ChangeGovernanceInstanceCompartmentDetails;
37
+ const CreateGovernanceInstanceDetails = __importStar(require("./create-governance-instance-details"));
38
+ exports.CreateGovernanceInstanceDetails = CreateGovernanceInstanceDetails.CreateGovernanceInstanceDetails;
39
+ const GovernanceInstance = __importStar(require("./governance-instance"));
40
+ exports.GovernanceInstance = GovernanceInstance.GovernanceInstance;
41
+ const GovernanceInstanceCollection = __importStar(require("./governance-instance-collection"));
42
+ exports.GovernanceInstanceCollection = GovernanceInstanceCollection.GovernanceInstanceCollection;
43
+ const GovernanceInstanceConfiguration = __importStar(require("./governance-instance-configuration"));
44
+ exports.GovernanceInstanceConfiguration = GovernanceInstanceConfiguration.GovernanceInstanceConfiguration;
45
+ const GovernanceInstanceSummary = __importStar(require("./governance-instance-summary"));
46
+ exports.GovernanceInstanceSummary = GovernanceInstanceSummary.GovernanceInstanceSummary;
47
+ const InstanceLifecycleState = __importStar(require("./instance-lifecycle-state"));
48
+ exports.InstanceLifecycleState = InstanceLifecycleState.InstanceLifecycleState;
49
+ const LicenseType = __importStar(require("./license-type"));
50
+ exports.LicenseType = LicenseType.LicenseType;
51
+ const SenderConfig = __importStar(require("./sender-config"));
52
+ exports.SenderConfig = SenderConfig.SenderConfig;
53
+ const SortOrder = __importStar(require("./sort-order"));
54
+ exports.SortOrder = SortOrder.SortOrder;
55
+ const UpdateGovernanceInstanceConfigurationDetails = __importStar(require("./update-governance-instance-configuration-details"));
56
+ exports.UpdateGovernanceInstanceConfigurationDetails = UpdateGovernanceInstanceConfigurationDetails.UpdateGovernanceInstanceConfigurationDetails;
57
+ const UpdateGovernanceInstanceDetails = __importStar(require("./update-governance-instance-details"));
58
+ exports.UpdateGovernanceInstanceDetails = UpdateGovernanceInstanceDetails.UpdateGovernanceInstanceDetails;
59
+ const UpdateSenderConfig = __importStar(require("./update-sender-config"));
60
+ exports.UpdateSenderConfig = UpdateSenderConfig.UpdateSenderConfig;
61
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,6HAA+G;AACjG,QAAA,0CAA0C,GAAG,0CAA0C,CAAC,0CAA0C,CAAC;AACjJ,sGAAwF;AAC1E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,0EAA4D;AAC9C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,+FAAiF;AACnE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,qGAAuF;AACzE,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,yFAA2E;AAC7D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,8DAAgD;AAClC,QAAA,YAAY,GAAG,YAAY,CAAC,YAAY,CAAC;AACvD,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,iIAAmH;AACrG,QAAA,4CAA4C,GAAG,4CAA4C,CAAC,4CAA4C,CAAC;AACvJ,sGAAwF;AAC1E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC"}
@@ -0,0 +1,31 @@
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
+ /**
14
+ * The lifecycle state of a GovernanceInstance.
15
+ **/
16
+ export declare enum InstanceLifecycleState {
17
+ Creating = "CREATING",
18
+ Active = "ACTIVE",
19
+ Deleting = "DELETING",
20
+ Deleted = "DELETED",
21
+ NeedsAttention = "NEEDS_ATTENTION",
22
+ /**
23
+ * This value is used if a service returns a value for this enum that is not recognized by this
24
+ * version of the SDK.
25
+ */
26
+ UnknownValue = "UNKNOWN_VALUE"
27
+ }
28
+ export declare namespace InstanceLifecycleState {
29
+ function getJsonObj(obj: InstanceLifecycleState): InstanceLifecycleState;
30
+ function getDeserializedJsonObj(obj: InstanceLifecycleState): InstanceLifecycleState;
31
+ }
@@ -0,0 +1,42 @@
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
+ exports.InstanceLifecycleState = void 0;
16
+ /**
17
+ * The lifecycle state of a GovernanceInstance.
18
+ **/
19
+ var InstanceLifecycleState;
20
+ (function (InstanceLifecycleState) {
21
+ InstanceLifecycleState["Creating"] = "CREATING";
22
+ InstanceLifecycleState["Active"] = "ACTIVE";
23
+ InstanceLifecycleState["Deleting"] = "DELETING";
24
+ InstanceLifecycleState["Deleted"] = "DELETED";
25
+ InstanceLifecycleState["NeedsAttention"] = "NEEDS_ATTENTION";
26
+ /**
27
+ * This value is used if a service returns a value for this enum that is not recognized by this
28
+ * version of the SDK.
29
+ */
30
+ InstanceLifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
31
+ })(InstanceLifecycleState = exports.InstanceLifecycleState || (exports.InstanceLifecycleState = {}));
32
+ (function (InstanceLifecycleState) {
33
+ function getJsonObj(obj) {
34
+ return obj;
35
+ }
36
+ InstanceLifecycleState.getJsonObj = getJsonObj;
37
+ function getDeserializedJsonObj(obj) {
38
+ return obj;
39
+ }
40
+ InstanceLifecycleState.getDeserializedJsonObj = getDeserializedJsonObj;
41
+ })(InstanceLifecycleState = exports.InstanceLifecycleState || (exports.InstanceLifecycleState = {}));
42
+ //# sourceMappingURL=instance-lifecycle-state.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"instance-lifecycle-state.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/model/instance-lifecycle-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,sBAYX;AAZD,WAAY,sBAAsB;IAChC,+CAAqB,CAAA;IACrB,2CAAiB,CAAA;IACjB,+CAAqB,CAAA;IACrB,6CAAmB,CAAA;IACnB,4DAAkC,CAAA;IAElC;;;OAGG;IACH,wDAA8B,CAAA;AAChC,CAAC,EAZW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAYjC;AAED,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,iCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,6CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAOtC"}
@@ -0,0 +1,31 @@
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
+ /**
14
+ * The license type of the instance. The NEW_LICENSE and BRING_YOUR_OWN_LICENSE cannot be used for create/update but those who are using this will be able to retrieve their old license.
15
+ *
16
+ **/
17
+ export declare enum LicenseType {
18
+ NewLicense = "NEW_LICENSE",
19
+ BringYourOwnLicense = "BRING_YOUR_OWN_LICENSE",
20
+ AgOracleWorkloads = "AG_ORACLE_WORKLOADS",
21
+ AgOci = "AG_OCI",
22
+ /**
23
+ * This value is used if a service returns a value for this enum that is not recognized by this
24
+ * version of the SDK.
25
+ */
26
+ UnknownValue = "UNKNOWN_VALUE"
27
+ }
28
+ export declare namespace LicenseType {
29
+ function getJsonObj(obj: LicenseType): LicenseType;
30
+ function getDeserializedJsonObj(obj: LicenseType): LicenseType;
31
+ }
@@ -0,0 +1,42 @@
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
+ exports.LicenseType = void 0;
16
+ /**
17
+ * The license type of the instance. The NEW_LICENSE and BRING_YOUR_OWN_LICENSE cannot be used for create/update but those who are using this will be able to retrieve their old license.
18
+ *
19
+ **/
20
+ var LicenseType;
21
+ (function (LicenseType) {
22
+ LicenseType["NewLicense"] = "NEW_LICENSE";
23
+ LicenseType["BringYourOwnLicense"] = "BRING_YOUR_OWN_LICENSE";
24
+ LicenseType["AgOracleWorkloads"] = "AG_ORACLE_WORKLOADS";
25
+ LicenseType["AgOci"] = "AG_OCI";
26
+ /**
27
+ * This value is used if a service returns a value for this enum that is not recognized by this
28
+ * version of the SDK.
29
+ */
30
+ LicenseType["UnknownValue"] = "UNKNOWN_VALUE";
31
+ })(LicenseType = exports.LicenseType || (exports.LicenseType = {}));
32
+ (function (LicenseType) {
33
+ function getJsonObj(obj) {
34
+ return obj;
35
+ }
36
+ LicenseType.getJsonObj = getJsonObj;
37
+ function getDeserializedJsonObj(obj) {
38
+ return obj;
39
+ }
40
+ LicenseType.getDeserializedJsonObj = getDeserializedJsonObj;
41
+ })(LicenseType = exports.LicenseType || (exports.LicenseType = {}));
42
+ //# sourceMappingURL=license-type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"license-type.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/model/license-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;IAGI;AACJ,IAAY,WAWX;AAXD,WAAY,WAAW;IACrB,yCAA0B,CAAA;IAC1B,6DAA8C,CAAA;IAC9C,wDAAyC,CAAA;IACzC,+BAAgB,CAAA;IAEhB;;;OAGG;IACH,6CAA8B,CAAA;AAChC,CAAC,EAXW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAWtB;AAED,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,kCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAO3B"}
@@ -0,0 +1,41 @@
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
+ /**
14
+ * The sender information for email notifications sent by GovernanceInstance.
15
+ */
16
+ export interface SenderConfig {
17
+ /**
18
+ * The sender's displayName.
19
+ */
20
+ "displayName"?: string;
21
+ /**
22
+ * The sender's email.
23
+ */
24
+ "email"?: string;
25
+ /**
26
+ * Whether or not the sender's email has been verified.
27
+ */
28
+ "isVerified"?: boolean;
29
+ /**
30
+ * The time when the verify response needs to be received by.
31
+ */
32
+ "timeVerifyResponseExpiry"?: Date;
33
+ /**
34
+ * Whether the sender email has inbox configured to receive emails.
35
+ */
36
+ "isInboxConfigured"?: boolean;
37
+ }
38
+ export declare namespace SenderConfig {
39
+ function getJsonObj(obj: SenderConfig): object;
40
+ function getDeserializedJsonObj(obj: SenderConfig): object;
41
+ }
@@ -0,0 +1,29 @@
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
+ exports.SenderConfig = void 0;
16
+ var SenderConfig;
17
+ (function (SenderConfig) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ SenderConfig.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ SenderConfig.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(SenderConfig = exports.SenderConfig || (exports.SenderConfig = {}));
29
+ //# sourceMappingURL=sender-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sender-config.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/model/sender-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+BH,IAAiB,YAAY,CAW5B;AAXD,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAW5B"}
@@ -0,0 +1,23 @@
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
+ /**
14
+ * Sort orders.
15
+ **/
16
+ export declare enum SortOrder {
17
+ Asc = "ASC",
18
+ Desc = "DESC"
19
+ }
20
+ export declare namespace SortOrder {
21
+ function getJsonObj(obj: SortOrder): SortOrder;
22
+ function getDeserializedJsonObj(obj: SortOrder): SortOrder;
23
+ }
@@ -0,0 +1,34 @@
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
+ exports.SortOrder = void 0;
16
+ /**
17
+ * Sort orders.
18
+ **/
19
+ var SortOrder;
20
+ (function (SortOrder) {
21
+ SortOrder["Asc"] = "ASC";
22
+ SortOrder["Desc"] = "DESC";
23
+ })(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
24
+ (function (SortOrder) {
25
+ function getJsonObj(obj) {
26
+ return obj;
27
+ }
28
+ SortOrder.getJsonObj = getJsonObj;
29
+ function getDeserializedJsonObj(obj) {
30
+ return obj;
31
+ }
32
+ SortOrder.getDeserializedJsonObj = getDeserializedJsonObj;
33
+ })(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
34
+ //# sourceMappingURL=sort-order.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sort-order.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/model/sort-order.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAGpB;AAED,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,gCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAOzB"}
@@ -0,0 +1,23 @@
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 model from "../model";
14
+ /**
15
+ * The details of a tenancy-wide configuration for GovernanceInstances to be updated.
16
+ */
17
+ export interface UpdateGovernanceInstanceConfigurationDetails {
18
+ "senderInfo"?: model.UpdateSenderConfig;
19
+ }
20
+ export declare namespace UpdateGovernanceInstanceConfigurationDetails {
21
+ function getJsonObj(obj: UpdateGovernanceInstanceConfigurationDetails): object;
22
+ function getDeserializedJsonObj(obj: UpdateGovernanceInstanceConfigurationDetails): object;
23
+ }
@@ -0,0 +1,57 @@
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
+ 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.UpdateGovernanceInstanceConfigurationDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var UpdateGovernanceInstanceConfigurationDetails;
37
+ (function (UpdateGovernanceInstanceConfigurationDetails) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "senderInfo": obj.senderInfo
41
+ ? model.UpdateSenderConfig.getJsonObj(obj.senderInfo)
42
+ : undefined
43
+ });
44
+ return jsonObj;
45
+ }
46
+ UpdateGovernanceInstanceConfigurationDetails.getJsonObj = getJsonObj;
47
+ function getDeserializedJsonObj(obj) {
48
+ const jsonObj = Object.assign(Object.assign({}, obj), {
49
+ "senderInfo": obj.senderInfo
50
+ ? model.UpdateSenderConfig.getDeserializedJsonObj(obj.senderInfo)
51
+ : undefined
52
+ });
53
+ return jsonObj;
54
+ }
55
+ UpdateGovernanceInstanceConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(UpdateGovernanceInstanceConfigurationDetails = exports.UpdateGovernanceInstanceConfigurationDetails || (exports.UpdateGovernanceInstanceConfigurationDetails = {}));
57
+ //# sourceMappingURL=update-governance-instance-configuration-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-governance-instance-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/model/update-governance-instance-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,4CAA4C,CA2B5D;AA3BD,WAAiB,4CAA4C;IAC3D,SAAgB,UAAU,CAAC,GAAiD;QAC1E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC;gBACrD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,uDAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAiD;QAEjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mEAAsB,yBAarC,CAAA;AACH,CAAC,EA3BgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QA2B5D"}
@@ -0,0 +1,52 @@
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 model from "../model";
14
+ /**
15
+ * The details of a GovernanceInstance to be updated.
16
+ */
17
+ export interface UpdateGovernanceInstanceDetails {
18
+ /**
19
+ * The name for the GovernanceInstance.
20
+ */
21
+ "displayName"?: string;
22
+ /**
23
+ * The description of the GovernanceInstance.
24
+ */
25
+ "description"?: string;
26
+ /**
27
+ * The licenseType being used.
28
+ */
29
+ "licenseType"?: model.LicenseType;
30
+ /**
31
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
32
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
33
+ *
34
+ */
35
+ "definedTags"?: {
36
+ [key: string]: {
37
+ [key: string]: any;
38
+ };
39
+ };
40
+ /**
41
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
42
+ * Example: `{\"bar-key\": \"value\"}`
43
+ *
44
+ */
45
+ "freeformTags"?: {
46
+ [key: string]: string;
47
+ };
48
+ }
49
+ export declare namespace UpdateGovernanceInstanceDetails {
50
+ function getJsonObj(obj: UpdateGovernanceInstanceDetails): object;
51
+ function getDeserializedJsonObj(obj: UpdateGovernanceInstanceDetails): object;
52
+ }
@@ -0,0 +1,29 @@
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
+ exports.UpdateGovernanceInstanceDetails = void 0;
16
+ var UpdateGovernanceInstanceDetails;
17
+ (function (UpdateGovernanceInstanceDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ UpdateGovernanceInstanceDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ UpdateGovernanceInstanceDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(UpdateGovernanceInstanceDetails = exports.UpdateGovernanceInstanceDetails || (exports.UpdateGovernanceInstanceDetails = {}));
29
+ //# sourceMappingURL=update-governance-instance-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-governance-instance-details.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/model/update-governance-instance-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmCH,IAAiB,+BAA+B,CAW/C;AAXD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAW/C"}
@@ -0,0 +1,37 @@
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
+ /**
14
+ * Update to a sender information for email notifications sent by GovernanceInstance.
15
+ */
16
+ export interface UpdateSenderConfig {
17
+ /**
18
+ * The sender's displayName.
19
+ */
20
+ "displayName"?: string;
21
+ /**
22
+ * The sender's email.
23
+ */
24
+ "email": string;
25
+ /**
26
+ * Whether the sender email has inbox configured to receive emails.
27
+ */
28
+ "isInboxConfigured": boolean;
29
+ /**
30
+ * Whether there is a need to resend the verification email.
31
+ */
32
+ "isResendNotificationEmail"?: boolean;
33
+ }
34
+ export declare namespace UpdateSenderConfig {
35
+ function getJsonObj(obj: UpdateSenderConfig): object;
36
+ function getDeserializedJsonObj(obj: UpdateSenderConfig): object;
37
+ }
@@ -0,0 +1,29 @@
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
+ exports.UpdateSenderConfig = void 0;
16
+ var UpdateSenderConfig;
17
+ (function (UpdateSenderConfig) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ UpdateSenderConfig.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ UpdateSenderConfig.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(UpdateSenderConfig = exports.UpdateSenderConfig || (exports.UpdateSenderConfig = {}));
29
+ //# sourceMappingURL=update-sender-config.js.map