oci-identity 2.30.0 → 2.31.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 (210) hide show
  1. package/lib/client.d.ts +181 -142
  2. package/lib/client.js +439 -152
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/add-lock-details.d.ts +41 -0
  5. package/lib/model/add-lock-details.js +34 -0
  6. package/lib/model/add-lock-details.js.map +1 -0
  7. package/lib/model/create-network-source-details.d.ts +1 -3
  8. package/lib/model/create-network-source-details.js.map +1 -1
  9. package/lib/model/create-tag-default-details.d.ts +5 -0
  10. package/lib/model/create-tag-default-details.js +34 -2
  11. package/lib/model/create-tag-default-details.js.map +1 -1
  12. package/lib/model/create-tag-namespace-details.d.ts +5 -0
  13. package/lib/model/create-tag-namespace-details.js +34 -2
  14. package/lib/model/create-tag-namespace-details.js.map +1 -1
  15. package/lib/model/index.d.ts +6 -0
  16. package/lib/model/index.js +9 -3
  17. package/lib/model/index.js.map +1 -1
  18. package/lib/model/network-sources-summary.d.ts +1 -2
  19. package/lib/model/network-sources-summary.js.map +1 -1
  20. package/lib/model/network-sources.d.ts +1 -3
  21. package/lib/model/network-sources.js.map +1 -1
  22. package/lib/model/remove-lock-details.d.ts +30 -0
  23. package/lib/model/remove-lock-details.js +34 -0
  24. package/lib/model/remove-lock-details.js.map +1 -0
  25. package/lib/model/resource-lock.d.ts +56 -0
  26. package/lib/model/resource-lock.js +39 -0
  27. package/lib/model/resource-lock.js.map +1 -0
  28. package/lib/model/tag-default-summary.d.ts +5 -0
  29. package/lib/model/tag-default-summary.js +34 -2
  30. package/lib/model/tag-default-summary.js.map +1 -1
  31. package/lib/model/tag-default.d.ts +5 -0
  32. package/lib/model/tag-default.js +34 -2
  33. package/lib/model/tag-default.js.map +1 -1
  34. package/lib/model/tag-namespace-summary.d.ts +5 -0
  35. package/lib/model/tag-namespace-summary.js +34 -2
  36. package/lib/model/tag-namespace-summary.js.map +1 -1
  37. package/lib/model/tag-namespace.d.ts +5 -0
  38. package/lib/model/tag-namespace.js +34 -2
  39. package/lib/model/tag-namespace.js.map +1 -1
  40. package/lib/model/update-network-source-details.d.ts +1 -2
  41. package/lib/model/update-network-source-details.js.map +1 -1
  42. package/lib/request/activate-domain-request.d.ts +1 -1
  43. package/lib/request/activate-mfa-totp-device-request.d.ts +1 -1
  44. package/lib/request/add-tag-default-lock-request.d.ts +49 -0
  45. package/lib/request/add-tag-default-lock-request.js +15 -0
  46. package/lib/request/add-tag-default-lock-request.js.map +1 -0
  47. package/lib/request/add-tag-namespace-lock-request.d.ts +50 -0
  48. package/lib/request/add-tag-namespace-lock-request.js +15 -0
  49. package/lib/request/add-tag-namespace-lock-request.js.map +1 -0
  50. package/lib/request/add-user-to-group-request.d.ts +1 -1
  51. package/lib/request/assemble-effective-tag-set-request.d.ts +1 -1
  52. package/lib/request/bulk-delete-resources-request.d.ts +1 -1
  53. package/lib/request/bulk-delete-tags-request.d.ts +5 -1
  54. package/lib/request/bulk-edit-tags-request.d.ts +1 -1
  55. package/lib/request/bulk-move-resources-request.d.ts +1 -1
  56. package/lib/request/cascade-delete-tag-namespace-request.d.ts +5 -1
  57. package/lib/request/change-domain-compartment-request.d.ts +1 -1
  58. package/lib/request/change-domain-license-type-request.d.ts +1 -1
  59. package/lib/request/change-tag-namespace-compartment-request.d.ts +5 -1
  60. package/lib/request/create-auth-token-request.d.ts +1 -1
  61. package/lib/request/create-compartment-request.d.ts +1 -1
  62. package/lib/request/create-customer-secret-key-request.d.ts +1 -1
  63. package/lib/request/create-db-credential-request.d.ts +1 -1
  64. package/lib/request/create-domain-request.d.ts +1 -1
  65. package/lib/request/create-dynamic-group-request.d.ts +1 -1
  66. package/lib/request/create-group-request.d.ts +1 -1
  67. package/lib/request/create-identity-provider-request.d.ts +1 -1
  68. package/lib/request/create-idp-group-mapping-request.d.ts +1 -1
  69. package/lib/request/create-mfa-totp-device-request.d.ts +1 -1
  70. package/lib/request/create-network-source-request.d.ts +1 -1
  71. package/lib/request/create-oauth-client-credential-request.d.ts +1 -1
  72. package/lib/request/create-or-reset-uipassword-request.d.ts +1 -1
  73. package/lib/request/create-policy-request.d.ts +1 -1
  74. package/lib/request/create-region-subscription-request.d.ts +1 -1
  75. package/lib/request/create-smtp-credential-request.d.ts +1 -1
  76. package/lib/request/create-swift-password-request.d.ts +1 -1
  77. package/lib/request/create-tag-default-request.d.ts +1 -1
  78. package/lib/request/create-tag-namespace-request.d.ts +1 -1
  79. package/lib/request/create-tag-request.d.ts +5 -1
  80. package/lib/request/create-user-request.d.ts +1 -1
  81. package/lib/request/deactivate-domain-request.d.ts +1 -1
  82. package/lib/request/delete-api-key-request.d.ts +1 -1
  83. package/lib/request/delete-auth-token-request.d.ts +1 -1
  84. package/lib/request/delete-compartment-request.d.ts +1 -1
  85. package/lib/request/delete-customer-secret-key-request.d.ts +1 -1
  86. package/lib/request/delete-db-credential-request.d.ts +1 -1
  87. package/lib/request/delete-domain-request.d.ts +1 -1
  88. package/lib/request/delete-dynamic-group-request.d.ts +1 -1
  89. package/lib/request/delete-group-request.d.ts +1 -1
  90. package/lib/request/delete-identity-provider-request.d.ts +1 -1
  91. package/lib/request/delete-idp-group-mapping-request.d.ts +1 -1
  92. package/lib/request/delete-mfa-totp-device-request.d.ts +1 -1
  93. package/lib/request/delete-network-source-request.d.ts +1 -1
  94. package/lib/request/delete-oauth-client-credential-request.d.ts +1 -1
  95. package/lib/request/delete-policy-request.d.ts +1 -1
  96. package/lib/request/delete-smtp-credential-request.d.ts +1 -1
  97. package/lib/request/delete-swift-password-request.d.ts +1 -1
  98. package/lib/request/delete-tag-default-request.d.ts +5 -1
  99. package/lib/request/delete-tag-namespace-request.d.ts +5 -1
  100. package/lib/request/delete-tag-request.d.ts +5 -1
  101. package/lib/request/delete-user-request.d.ts +1 -1
  102. package/lib/request/enable-replication-to-region-request.d.ts +1 -1
  103. package/lib/request/generate-totp-seed-request.d.ts +1 -1
  104. package/lib/request/get-authentication-policy-request.d.ts +1 -1
  105. package/lib/request/get-compartment-request.d.ts +1 -1
  106. package/lib/request/get-domain-request.d.ts +1 -1
  107. package/lib/request/get-dynamic-group-request.d.ts +1 -1
  108. package/lib/request/get-group-request.d.ts +1 -1
  109. package/lib/request/get-iam-work-request-request.d.ts +1 -1
  110. package/lib/request/get-identity-provider-request.d.ts +1 -1
  111. package/lib/request/get-idp-group-mapping-request.d.ts +1 -1
  112. package/lib/request/get-mfa-totp-device-request.d.ts +1 -1
  113. package/lib/request/get-network-source-request.d.ts +1 -1
  114. package/lib/request/get-policy-request.d.ts +1 -1
  115. package/lib/request/get-standard-tag-template-request.d.ts +1 -1
  116. package/lib/request/get-tag-default-request.d.ts +1 -1
  117. package/lib/request/get-tag-namespace-request.d.ts +1 -1
  118. package/lib/request/get-tag-request.d.ts +1 -1
  119. package/lib/request/get-tagging-work-request-request.d.ts +1 -1
  120. package/lib/request/get-tenancy-request.d.ts +1 -1
  121. package/lib/request/get-user-group-membership-request.d.ts +1 -1
  122. package/lib/request/get-user-request.d.ts +1 -1
  123. package/lib/request/get-user-uipassword-information-request.d.ts +1 -1
  124. package/lib/request/get-work-request-request.d.ts +1 -1
  125. package/lib/request/import-standard-tags-request.d.ts +1 -1
  126. package/lib/request/index.d.ts +8 -0
  127. package/lib/request/index.js.map +1 -1
  128. package/lib/request/list-allowed-domain-license-types-request.d.ts +1 -1
  129. package/lib/request/list-api-keys-request.d.ts +1 -1
  130. package/lib/request/list-auth-tokens-request.d.ts +1 -1
  131. package/lib/request/list-availability-domains-request.d.ts +1 -1
  132. package/lib/request/list-bulk-action-resource-types-request.d.ts +1 -1
  133. package/lib/request/list-bulk-edit-tags-resource-types-request.d.ts +1 -1
  134. package/lib/request/list-compartments-request.d.ts +1 -1
  135. package/lib/request/list-cost-tracking-tags-request.d.ts +1 -1
  136. package/lib/request/list-customer-secret-keys-request.d.ts +1 -1
  137. package/lib/request/list-db-credentials-request.d.ts +1 -1
  138. package/lib/request/list-domains-request.d.ts +1 -1
  139. package/lib/request/list-dynamic-groups-request.d.ts +1 -1
  140. package/lib/request/list-fault-domains-request.d.ts +1 -1
  141. package/lib/request/list-groups-request.d.ts +1 -1
  142. package/lib/request/list-iam-work-request-errors-request.d.ts +1 -1
  143. package/lib/request/list-iam-work-request-logs-request.d.ts +1 -1
  144. package/lib/request/list-iam-work-requests-request.d.ts +1 -1
  145. package/lib/request/list-identity-provider-groups-request.d.ts +1 -1
  146. package/lib/request/list-identity-providers-request.d.ts +1 -1
  147. package/lib/request/list-idp-group-mappings-request.d.ts +1 -1
  148. package/lib/request/list-mfa-totp-devices-request.d.ts +1 -1
  149. package/lib/request/list-network-sources-request.d.ts +1 -1
  150. package/lib/request/list-oauth-client-credentials-request.d.ts +1 -1
  151. package/lib/request/list-policies-request.d.ts +1 -1
  152. package/lib/request/list-region-subscriptions-request.d.ts +1 -1
  153. package/lib/request/list-regions-request.d.ts +1 -1
  154. package/lib/request/list-smtp-credentials-request.d.ts +1 -1
  155. package/lib/request/list-standard-tag-namespaces-request.d.ts +1 -1
  156. package/lib/request/list-swift-passwords-request.d.ts +1 -1
  157. package/lib/request/list-tag-defaults-request.d.ts +1 -1
  158. package/lib/request/list-tag-namespaces-request.d.ts +1 -1
  159. package/lib/request/list-tagging-work-request-errors-request.d.ts +1 -1
  160. package/lib/request/list-tagging-work-request-logs-request.d.ts +1 -1
  161. package/lib/request/list-tagging-work-requests-request.d.ts +1 -1
  162. package/lib/request/list-tags-request.d.ts +1 -1
  163. package/lib/request/list-user-group-memberships-request.d.ts +1 -1
  164. package/lib/request/list-users-request.d.ts +1 -1
  165. package/lib/request/list-work-requests-request.d.ts +1 -1
  166. package/lib/request/move-compartment-request.d.ts +1 -1
  167. package/lib/request/recover-compartment-request.d.ts +1 -1
  168. package/lib/request/remove-tag-default-lock-request.d.ts +49 -0
  169. package/lib/request/remove-tag-default-lock-request.js +15 -0
  170. package/lib/request/remove-tag-default-lock-request.js.map +1 -0
  171. package/lib/request/remove-tag-namespace-lock-request.d.ts +50 -0
  172. package/lib/request/remove-tag-namespace-lock-request.js +15 -0
  173. package/lib/request/remove-tag-namespace-lock-request.js.map +1 -0
  174. package/lib/request/remove-user-from-group-request.d.ts +1 -1
  175. package/lib/request/reset-idp-scim-client-request.d.ts +1 -1
  176. package/lib/request/update-auth-token-request.d.ts +1 -1
  177. package/lib/request/update-authentication-policy-request.d.ts +1 -1
  178. package/lib/request/update-compartment-request.d.ts +1 -1
  179. package/lib/request/update-customer-secret-key-request.d.ts +1 -1
  180. package/lib/request/update-domain-request.d.ts +1 -1
  181. package/lib/request/update-dynamic-group-request.d.ts +1 -1
  182. package/lib/request/update-group-request.d.ts +1 -1
  183. package/lib/request/update-identity-provider-request.d.ts +1 -1
  184. package/lib/request/update-idp-group-mapping-request.d.ts +1 -1
  185. package/lib/request/update-network-source-request.d.ts +1 -1
  186. package/lib/request/update-oauth-client-credential-request.d.ts +1 -1
  187. package/lib/request/update-policy-request.d.ts +1 -1
  188. package/lib/request/update-smtp-credential-request.d.ts +1 -1
  189. package/lib/request/update-swift-password-request.d.ts +1 -1
  190. package/lib/request/update-tag-default-request.d.ts +5 -1
  191. package/lib/request/update-tag-namespace-request.d.ts +5 -1
  192. package/lib/request/update-tag-request.d.ts +5 -1
  193. package/lib/request/update-user-capabilities-request.d.ts +1 -1
  194. package/lib/request/update-user-request.d.ts +1 -1
  195. package/lib/request/update-user-state-request.d.ts +1 -1
  196. package/lib/request/upload-api-key-request.d.ts +1 -1
  197. package/lib/response/add-tag-default-lock-response.d.ts +27 -0
  198. package/lib/response/add-tag-default-lock-response.js +15 -0
  199. package/lib/response/add-tag-default-lock-response.js.map +1 -0
  200. package/lib/response/add-tag-namespace-lock-response.d.ts +27 -0
  201. package/lib/response/add-tag-namespace-lock-response.js +15 -0
  202. package/lib/response/add-tag-namespace-lock-response.js.map +1 -0
  203. package/lib/response/index.d.ts +8 -0
  204. package/lib/response/remove-tag-default-lock-response.d.ts +27 -0
  205. package/lib/response/remove-tag-default-lock-response.js +15 -0
  206. package/lib/response/remove-tag-default-lock-response.js.map +1 -0
  207. package/lib/response/remove-tag-namespace-lock-response.d.ts +27 -0
  208. package/lib/response/remove-tag-namespace-lock-response.js +15 -0
  209. package/lib/response/remove-tag-namespace-lock-response.js.map +1 -0
  210. package/package.json +3 -3
@@ -11,8 +11,28 @@
11
11
  * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
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
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
+ };
14
33
  Object.defineProperty(exports, "__esModule", { value: true });
15
34
  exports.TagDefaultSummary = void 0;
35
+ const model = __importStar(require("../model"));
16
36
  var TagDefaultSummary;
17
37
  (function (TagDefaultSummary) {
18
38
  let LifecycleState;
@@ -25,12 +45,24 @@ var TagDefaultSummary;
25
45
  LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
26
46
  })(LifecycleState = TagDefaultSummary.LifecycleState || (TagDefaultSummary.LifecycleState = {}));
27
47
  function getJsonObj(obj) {
28
- const jsonObj = Object.assign(Object.assign({}, obj), {});
48
+ const jsonObj = Object.assign(Object.assign({}, obj), {
49
+ "locks": obj.locks
50
+ ? obj.locks.map(item => {
51
+ return model.ResourceLock.getJsonObj(item);
52
+ })
53
+ : undefined
54
+ });
29
55
  return jsonObj;
30
56
  }
31
57
  TagDefaultSummary.getJsonObj = getJsonObj;
32
58
  function getDeserializedJsonObj(obj) {
33
- const jsonObj = Object.assign(Object.assign({}, obj), {});
59
+ const jsonObj = Object.assign(Object.assign({}, obj), {
60
+ "locks": obj.locks
61
+ ? obj.locks.map(item => {
62
+ return model.ResourceLock.getDeserializedJsonObj(item);
63
+ })
64
+ : undefined
65
+ });
34
66
  return jsonObj;
35
67
  }
36
68
  TagDefaultSummary.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"tag-default-summary.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/model/tag-default-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiEH,IAAiB,iBAAiB,CAoBjC;AApBD,WAAiB,iBAAiB;IAChC,IAAY,cAOX;IAPD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAPW,cAAc,GAAd,gCAAc,KAAd,gCAAc,QAOzB;IAED,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EApBgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAoBjC"}
1
+ {"version":3,"file":"tag-default-summary.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/model/tag-default-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmElC,IAAiB,iBAAiB,CAsCjC;AAtCD,WAAiB,iBAAiB;IAChC,IAAY,cAOX;IAPD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAPW,cAAc,GAAd,gCAAc,KAAd,gCAAc,QAOzB;IAED,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wCAAsB,yBAarC,CAAA;AACH,CAAC,EAtCgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAsCjC"}
@@ -10,6 +10,7 @@
10
10
  * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
+ import * as model from "../model";
13
14
  /**
14
15
  * Tag defaults let you specify a default tag (tagnamespace.tag=\"value\") to apply to all resource types
15
16
  * in a specified compartment. The tag default is applied at the time the resource is created. Resources
@@ -79,6 +80,10 @@ export interface TagDefault {
79
80
  *
80
81
  */
81
82
  "isRequired": boolean;
83
+ /**
84
+ * Locks associated with this resource.
85
+ */
86
+ "locks"?: Array<model.ResourceLock>;
82
87
  }
83
88
  export declare namespace TagDefault {
84
89
  enum LifecycleState {
@@ -11,8 +11,28 @@
11
11
  * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
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
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
+ };
14
33
  Object.defineProperty(exports, "__esModule", { value: true });
15
34
  exports.TagDefault = void 0;
35
+ const model = __importStar(require("../model"));
16
36
  var TagDefault;
17
37
  (function (TagDefault) {
18
38
  let LifecycleState;
@@ -25,12 +45,24 @@ var TagDefault;
25
45
  LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
26
46
  })(LifecycleState = TagDefault.LifecycleState || (TagDefault.LifecycleState = {}));
27
47
  function getJsonObj(obj) {
28
- const jsonObj = Object.assign(Object.assign({}, obj), {});
48
+ const jsonObj = Object.assign(Object.assign({}, obj), {
49
+ "locks": obj.locks
50
+ ? obj.locks.map(item => {
51
+ return model.ResourceLock.getJsonObj(item);
52
+ })
53
+ : undefined
54
+ });
29
55
  return jsonObj;
30
56
  }
31
57
  TagDefault.getJsonObj = getJsonObj;
32
58
  function getDeserializedJsonObj(obj) {
33
- const jsonObj = Object.assign(Object.assign({}, obj), {});
59
+ const jsonObj = Object.assign(Object.assign({}, obj), {
60
+ "locks": obj.locks
61
+ ? obj.locks.map(item => {
62
+ return model.ResourceLock.getDeserializedJsonObj(item);
63
+ })
64
+ : undefined
65
+ });
34
66
  return jsonObj;
35
67
  }
36
68
  TagDefault.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"tag-default.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/model/tag-default.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4EH,IAAiB,UAAU,CAoB1B;AApBD,WAAiB,UAAU;IACzB,IAAY,cAOX;IAPD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAPW,cAAc,GAAd,yBAAc,KAAd,yBAAc,QAOzB;IAED,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAsB,yBAIrC,CAAA;AACH,CAAC,EApBgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAoB1B"}
1
+ {"version":3,"file":"tag-default.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/model/tag-default.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8ElC,IAAiB,UAAU,CAsC1B;AAtCD,WAAiB,UAAU;IACzB,IAAY,cAOX;IAPD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAPW,cAAc,GAAd,yBAAc,KAAd,yBAAc,QAOzB;IAED,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iCAAsB,yBAarC,CAAA;AACH,CAAC,EAtCgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAsC1B"}
@@ -10,6 +10,7 @@
10
10
  * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
+ import * as model from "../model";
13
14
  /**
14
15
  * A container for defined tags.
15
16
  *
@@ -68,6 +69,10 @@ export interface TagNamespaceSummary {
68
69
  *
69
70
  */
70
71
  "timeCreated"?: Date;
72
+ /**
73
+ * Locks associated with this resource.
74
+ */
75
+ "locks"?: Array<model.ResourceLock>;
71
76
  }
72
77
  export declare namespace TagNamespaceSummary {
73
78
  function getJsonObj(obj: TagNamespaceSummary): object;
@@ -11,17 +11,49 @@
11
11
  * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
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
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
+ };
14
33
  Object.defineProperty(exports, "__esModule", { value: true });
15
34
  exports.TagNamespaceSummary = void 0;
35
+ const model = __importStar(require("../model"));
16
36
  var TagNamespaceSummary;
17
37
  (function (TagNamespaceSummary) {
18
38
  function getJsonObj(obj) {
19
- const jsonObj = Object.assign(Object.assign({}, obj), {});
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "locks": obj.locks
41
+ ? obj.locks.map(item => {
42
+ return model.ResourceLock.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
20
46
  return jsonObj;
21
47
  }
22
48
  TagNamespaceSummary.getJsonObj = getJsonObj;
23
49
  function getDeserializedJsonObj(obj) {
24
- const jsonObj = Object.assign(Object.assign({}, obj), {});
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "locks": obj.locks
52
+ ? obj.locks.map(item => {
53
+ return model.ResourceLock.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
25
57
  return jsonObj;
26
58
  }
27
59
  TagNamespaceSummary.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"tag-namespace-summary.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/model/tag-namespace-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2DH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
1
+ {"version":3,"file":"tag-namespace-summary.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/model/tag-namespace-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6DlC,IAAiB,mBAAmB,CA6BnC;AA7BD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA6BnC"}
@@ -10,6 +10,7 @@
10
10
  * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
+ import * as model from "../model";
13
14
  /**
14
15
  * A managed container for defined tags. A tag namespace is unique in a tenancy. For more information,
15
16
  * see [Managing Tags and Tag Namespaces](https://docs.cloud.oracle.com/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm).
@@ -72,6 +73,10 @@ export interface TagNamespace {
72
73
  *
73
74
  */
74
75
  "timeCreated": Date;
76
+ /**
77
+ * Locks associated with this resource.
78
+ */
79
+ "locks"?: Array<model.ResourceLock>;
75
80
  }
76
81
  export declare namespace TagNamespace {
77
82
  enum LifecycleState {
@@ -11,8 +11,28 @@
11
11
  * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
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
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
+ };
14
33
  Object.defineProperty(exports, "__esModule", { value: true });
15
34
  exports.TagNamespace = void 0;
35
+ const model = __importStar(require("../model"));
16
36
  var TagNamespace;
17
37
  (function (TagNamespace) {
18
38
  let LifecycleState;
@@ -28,12 +48,24 @@ var TagNamespace;
28
48
  LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
29
49
  })(LifecycleState = TagNamespace.LifecycleState || (TagNamespace.LifecycleState = {}));
30
50
  function getJsonObj(obj) {
31
- const jsonObj = Object.assign(Object.assign({}, obj), {});
51
+ const jsonObj = Object.assign(Object.assign({}, obj), {
52
+ "locks": obj.locks
53
+ ? obj.locks.map(item => {
54
+ return model.ResourceLock.getJsonObj(item);
55
+ })
56
+ : undefined
57
+ });
32
58
  return jsonObj;
33
59
  }
34
60
  TagNamespace.getJsonObj = getJsonObj;
35
61
  function getDeserializedJsonObj(obj) {
36
- const jsonObj = Object.assign(Object.assign({}, obj), {});
62
+ const jsonObj = Object.assign(Object.assign({}, obj), {
63
+ "locks": obj.locks
64
+ ? obj.locks.map(item => {
65
+ return model.ResourceLock.getDeserializedJsonObj(item);
66
+ })
67
+ : undefined
68
+ });
37
69
  return jsonObj;
38
70
  }
39
71
  TagNamespace.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"tag-namespace.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/model/tag-namespace.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+DH,IAAiB,YAAY,CAuB5B;AAvBD,WAAiB,YAAY;IAC3B,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,2BAAc,KAAd,2BAAc,QAUzB;IAED,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,EAvBgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAuB5B"}
1
+ {"version":3,"file":"tag-namespace.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/model/tag-namespace.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiElC,IAAiB,YAAY,CAyC5B;AAzCD,WAAiB,YAAY;IAC3B,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,2BAAc,KAAd,2BAAc,QAUzB;IAED,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mCAAsB,yBAarC,CAAA;AACH,CAAC,EAzCgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAyC5B"}
@@ -28,8 +28,7 @@ export interface UpdateNetworkSourceDetails {
28
28
  */
29
29
  "virtualSourceList"?: Array<model.NetworkSourcesVirtualSourceList>;
30
30
  /**
31
- * A list of services allowed to make on-behalf-of requests. These requests can have different source IPs than
32
- * those specified in the network source. Currently, only `all` and `none` are supported. The default is `all`.
31
+ * -- The services attribute has no effect and is reserved for use by Oracle. --
33
32
  *
34
33
  */
35
34
  "services"?: Array<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"update-network-source-details.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/model/update-network-source-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyClC,IAAiB,0BAA0B,CA6B1C;AA7BD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,GAAG,CAAC,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC/B,OAAO,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,GAAG,CAAC,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC/B,OAAO,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA6B1C"}
1
+ {"version":3,"file":"update-network-source-details.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/model/update-network-source-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwClC,IAAiB,0BAA0B,CA6B1C;AA7BD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,GAAG,CAAC,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC/B,OAAO,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,GAAG,CAAC,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC/B,OAAO,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA6B1C"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ActivateDomain.ts.html |here} to see how to use ActivateDomainRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ActivateDomain.ts.html |here} to see how to use ActivateDomainRequest.
16
16
  */
17
17
  export interface ActivateDomainRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ActivateMfaTotpDevice.ts.html |here} to see how to use ActivateMfaTotpDeviceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ActivateMfaTotpDevice.ts.html |here} to see how to use ActivateMfaTotpDeviceRequest.
17
17
  */
18
18
  export interface ActivateMfaTotpDeviceRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,49 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/AddTagDefaultLock.ts.html |here} to see how to use AddTagDefaultLockRequest.
17
+ */
18
+ export interface AddTagDefaultLockRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the tag default.
21
+ */
22
+ "tagDefaultId": string;
23
+ /**
24
+ * Lock that is going to be added to resource
25
+ */
26
+ "addLockDetails": model.AddLockDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
29
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
30
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
+ *
32
+ */
33
+ "ifMatch"?: string;
34
+ /**
35
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
36
+ * particular request, please provide the request ID.
37
+ *
38
+ */
39
+ "opcRequestId"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
42
+ * server error without risk of executing that same action again. Retry tokens expire after 24
43
+ * hours, but can be invalidated before then due to conflicting operations (e.g., if a resource
44
+ * has been deleted and purged from the system, then a retry of the original creation request
45
+ * may be rejected).
46
+ *
47
+ */
48
+ "opcRetryToken"?: string;
49
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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=add-tag-default-lock-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-tag-default-lock-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/add-tag-default-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,50 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/AddTagNamespaceLock.ts.html |here} to see how to use AddTagNamespaceLockRequest.
17
+ */
18
+ export interface AddTagNamespaceLockRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the tag namespace.
21
+ *
22
+ */
23
+ "tagNamespaceId": string;
24
+ /**
25
+ * Lock that is going to be added to resource
26
+ */
27
+ "addLockDetails": model.AddLockDetails;
28
+ /**
29
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
30
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
31
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
32
+ *
33
+ */
34
+ "ifMatch"?: string;
35
+ /**
36
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
37
+ * particular request, please provide the request ID.
38
+ *
39
+ */
40
+ "opcRequestId"?: string;
41
+ /**
42
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
43
+ * server error without risk of executing that same action again. Retry tokens expire after 24
44
+ * hours, but can be invalidated before then due to conflicting operations (e.g., if a resource
45
+ * has been deleted and purged from the system, then a retry of the original creation request
46
+ * may be rejected).
47
+ *
48
+ */
49
+ "opcRetryToken"?: string;
50
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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=add-tag-namespace-lock-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-tag-namespace-lock-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/add-tag-namespace-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/AddUserToGroup.ts.html |here} to see how to use AddUserToGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/AddUserToGroup.ts.html |here} to see how to use AddUserToGroupRequest.
17
17
  */
18
18
  export interface AddUserToGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/AssembleEffectiveTagSet.ts.html |here} to see how to use AssembleEffectiveTagSetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/AssembleEffectiveTagSet.ts.html |here} to see how to use AssembleEffectiveTagSetRequest.
16
16
  */
17
17
  export interface AssembleEffectiveTagSetRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/BulkDeleteResources.ts.html |here} to see how to use BulkDeleteResourcesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/BulkDeleteResources.ts.html |here} to see how to use BulkDeleteResourcesRequest.
17
17
  */
18
18
  export interface BulkDeleteResourcesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/BulkDeleteTags.ts.html |here} to see how to use BulkDeleteTagsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/BulkDeleteTags.ts.html |here} to see how to use BulkDeleteTagsRequest.
17
17
  */
18
18
  export interface BulkDeleteTagsRequest extends common.BaseRequest {
19
19
  /**
@@ -35,4 +35,8 @@ export interface BulkDeleteTagsRequest extends common.BaseRequest {
35
35
  *
36
36
  */
37
37
  "opcRetryToken"?: string;
38
+ /**
39
+ * Whether to override locks (if any exist).
40
+ */
41
+ "isLockOverride"?: boolean;
38
42
  }
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/BulkEditTags.ts.html |here} to see how to use BulkEditTagsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/BulkEditTags.ts.html |here} to see how to use BulkEditTagsRequest.
17
17
  */
18
18
  export interface BulkEditTagsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/BulkMoveResources.ts.html |here} to see how to use BulkMoveResourcesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/BulkMoveResources.ts.html |here} to see how to use BulkMoveResourcesRequest.
17
17
  */
18
18
  export interface BulkMoveResourcesRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CascadeDeleteTagNamespace.ts.html |here} to see how to use CascadeDeleteTagNamespaceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CascadeDeleteTagNamespace.ts.html |here} to see how to use CascadeDeleteTagNamespaceRequest.
16
16
  */
17
17
  export interface CascadeDeleteTagNamespaceRequest extends common.BaseRequest {
18
18
  /**
@@ -42,4 +42,8 @@ export interface CascadeDeleteTagNamespaceRequest extends common.BaseRequest {
42
42
  *
43
43
  */
44
44
  "opcRetryToken"?: string;
45
+ /**
46
+ * Whether to override locks (if any exist).
47
+ */
48
+ "isLockOverride"?: boolean;
45
49
  }
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ChangeDomainCompartment.ts.html |here} to see how to use ChangeDomainCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ChangeDomainCompartment.ts.html |here} to see how to use ChangeDomainCompartmentRequest.
17
17
  */
18
18
  export interface ChangeDomainCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ChangeDomainLicenseType.ts.html |here} to see how to use ChangeDomainLicenseTypeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ChangeDomainLicenseType.ts.html |here} to see how to use ChangeDomainLicenseTypeRequest.
17
17
  */
18
18
  export interface ChangeDomainLicenseTypeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ChangeTagNamespaceCompartment.ts.html |here} to see how to use ChangeTagNamespaceCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ChangeTagNamespaceCompartment.ts.html |here} to see how to use ChangeTagNamespaceCompartmentRequest.
17
17
  */
18
18
  export interface ChangeTagNamespaceCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -34,4 +34,8 @@ export interface ChangeTagNamespaceCompartmentRequest extends common.BaseRequest
34
34
  *
35
35
  */
36
36
  "opcRetryToken"?: string;
37
+ /**
38
+ * Whether to override locks (if any exist).
39
+ */
40
+ "isLockOverride"?: boolean;
37
41
  }
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CreateAuthToken.ts.html |here} to see how to use CreateAuthTokenRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateAuthToken.ts.html |here} to see how to use CreateAuthTokenRequest.
17
17
  */
18
18
  export interface CreateAuthTokenRequest extends common.BaseRequest {
19
19
  /**