oci-identity 2.5.0 → 2.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (276) hide show
  1. package/LICENSE.txt +6 -0
  2. package/lib/client.d.ts +747 -181
  3. package/lib/client.js +1937 -425
  4. package/lib/client.js.map +1 -1
  5. package/lib/identity-waiter.d.ts +15 -0
  6. package/lib/identity-waiter.js +23 -0
  7. package/lib/identity-waiter.js.map +1 -1
  8. package/lib/model/allowed-domain-license-type-summary.d.ts +40 -0
  9. package/lib/model/allowed-domain-license-type-summary.js +29 -0
  10. package/lib/model/allowed-domain-license-type-summary.js.map +1 -0
  11. package/lib/model/change-domain-compartment-details.d.ts +24 -0
  12. package/lib/model/change-domain-compartment-details.js +29 -0
  13. package/lib/model/change-domain-compartment-details.js.map +1 -0
  14. package/lib/model/change-domain-license-type-details.d.ts +25 -0
  15. package/lib/model/change-domain-license-type-details.js +29 -0
  16. package/lib/model/change-domain-license-type-details.js.map +1 -0
  17. package/lib/model/change-tas-domain-license-type-details.d.ts +25 -0
  18. package/lib/model/change-tas-domain-license-type-details.js +29 -0
  19. package/lib/model/change-tas-domain-license-type-details.js.map +1 -0
  20. package/lib/model/create-domain-details.d.ts +99 -0
  21. package/lib/model/create-domain-details.js +29 -0
  22. package/lib/model/create-domain-details.js.map +1 -0
  23. package/lib/model/domain-replication-states.d.ts +41 -0
  24. package/lib/model/domain-replication-states.js +37 -0
  25. package/lib/model/domain-replication-states.js.map +1 -0
  26. package/lib/model/domain-replication.d.ts +34 -0
  27. package/lib/model/domain-replication.js +61 -0
  28. package/lib/model/domain-replication.js.map +1 -0
  29. package/lib/model/domain-summary.d.ts +136 -0
  30. package/lib/model/domain-summary.js +94 -0
  31. package/lib/model/domain-summary.js.map +1 -0
  32. package/lib/model/domain.d.ts +140 -0
  33. package/lib/model/domain.js +94 -0
  34. package/lib/model/domain.js.map +1 -0
  35. package/lib/model/enable-replication-to-region-details.d.ts +30 -0
  36. package/lib/model/enable-replication-to-region-details.js +29 -0
  37. package/lib/model/enable-replication-to-region-details.js.map +1 -0
  38. package/lib/model/iam-work-request-error-summary.d.ts +33 -0
  39. package/lib/model/iam-work-request-error-summary.js +29 -0
  40. package/lib/model/iam-work-request-error-summary.js.map +1 -0
  41. package/lib/model/iam-work-request-log-summary.d.ts +32 -0
  42. package/lib/model/iam-work-request-log-summary.js +29 -0
  43. package/lib/model/iam-work-request-log-summary.js.map +1 -0
  44. package/lib/model/iam-work-request-resource.d.ts +53 -0
  45. package/lib/model/iam-work-request-resource.js +42 -0
  46. package/lib/model/iam-work-request-resource.js.map +1 -0
  47. package/lib/model/iam-work-request-summary.d.ts +94 -0
  48. package/lib/model/iam-work-request-summary.js +91 -0
  49. package/lib/model/iam-work-request-summary.js.map +1 -0
  50. package/lib/model/iam-work-request.d.ts +93 -0
  51. package/lib/model/iam-work-request.js +91 -0
  52. package/lib/model/iam-work-request.js.map +1 -0
  53. package/lib/model/index.d.ts +34 -0
  54. package/lib/model/index.js +37 -3
  55. package/lib/model/index.js.map +1 -1
  56. package/lib/model/replicated-region-details.d.ts +49 -0
  57. package/lib/model/replicated-region-details.js +42 -0
  58. package/lib/model/replicated-region-details.js.map +1 -0
  59. package/lib/model/update-domain-details.d.ts +54 -0
  60. package/lib/model/update-domain-details.js +29 -0
  61. package/lib/model/update-domain-details.js.map +1 -0
  62. package/lib/request/activate-domain-request.d.ts +44 -0
  63. package/lib/request/activate-domain-request.js +15 -0
  64. package/lib/request/activate-domain-request.js.map +1 -0
  65. package/lib/request/activate-mfa-totp-device-request.d.ts +1 -1
  66. package/lib/request/add-user-to-group-request.d.ts +1 -1
  67. package/lib/request/assemble-effective-tag-set-request.d.ts +1 -1
  68. package/lib/request/bulk-delete-resources-request.d.ts +1 -1
  69. package/lib/request/bulk-delete-tags-request.d.ts +1 -1
  70. package/lib/request/bulk-edit-tags-request.d.ts +1 -1
  71. package/lib/request/bulk-move-resources-request.d.ts +1 -1
  72. package/lib/request/cascade-delete-tag-namespace-request.d.ts +1 -1
  73. package/lib/request/change-domain-compartment-request.d.ts +49 -0
  74. package/lib/request/change-domain-compartment-request.js +15 -0
  75. package/lib/request/change-domain-compartment-request.js.map +1 -0
  76. package/lib/request/change-domain-license-type-request.d.ts +49 -0
  77. package/lib/request/change-domain-license-type-request.js +15 -0
  78. package/lib/request/change-domain-license-type-request.js.map +1 -0
  79. package/lib/request/change-tag-namespace-compartment-request.d.ts +1 -1
  80. package/lib/request/create-auth-token-request.d.ts +1 -1
  81. package/lib/request/create-compartment-request.d.ts +1 -1
  82. package/lib/request/create-customer-secret-key-request.d.ts +1 -1
  83. package/lib/request/create-domain-request.d.ts +38 -0
  84. package/lib/request/create-domain-request.js +15 -0
  85. package/lib/request/create-domain-request.js.map +1 -0
  86. package/lib/request/create-dynamic-group-request.d.ts +1 -1
  87. package/lib/request/create-group-request.d.ts +1 -1
  88. package/lib/request/create-identity-provider-request.d.ts +1 -1
  89. package/lib/request/create-idp-group-mapping-request.d.ts +1 -1
  90. package/lib/request/create-mfa-totp-device-request.d.ts +1 -1
  91. package/lib/request/create-network-source-request.d.ts +1 -1
  92. package/lib/request/create-oauth-client-credential-request.d.ts +1 -1
  93. package/lib/request/create-or-reset-uipassword-request.d.ts +1 -1
  94. package/lib/request/create-policy-request.d.ts +1 -1
  95. package/lib/request/create-region-subscription-request.d.ts +1 -1
  96. package/lib/request/create-smtp-credential-request.d.ts +1 -1
  97. package/lib/request/create-swift-password-request.d.ts +1 -1
  98. package/lib/request/create-tag-default-request.d.ts +1 -1
  99. package/lib/request/create-tag-namespace-request.d.ts +1 -1
  100. package/lib/request/create-tag-request.d.ts +1 -1
  101. package/lib/request/create-user-request.d.ts +1 -1
  102. package/lib/request/deactivate-domain-request.d.ts +44 -0
  103. package/lib/request/deactivate-domain-request.js +15 -0
  104. package/lib/request/deactivate-domain-request.js.map +1 -0
  105. package/lib/request/delete-api-key-request.d.ts +1 -1
  106. package/lib/request/delete-auth-token-request.d.ts +1 -1
  107. package/lib/request/delete-compartment-request.d.ts +1 -1
  108. package/lib/request/delete-customer-secret-key-request.d.ts +1 -1
  109. package/lib/request/delete-domain-request.d.ts +35 -0
  110. package/lib/request/delete-domain-request.js +15 -0
  111. package/lib/request/delete-domain-request.js.map +1 -0
  112. package/lib/request/delete-dynamic-group-request.d.ts +1 -1
  113. package/lib/request/delete-group-request.d.ts +1 -1
  114. package/lib/request/delete-identity-provider-request.d.ts +1 -1
  115. package/lib/request/delete-idp-group-mapping-request.d.ts +1 -1
  116. package/lib/request/delete-mfa-totp-device-request.d.ts +1 -1
  117. package/lib/request/delete-network-source-request.d.ts +1 -1
  118. package/lib/request/delete-oauth-client-credential-request.d.ts +1 -1
  119. package/lib/request/delete-policy-request.d.ts +1 -1
  120. package/lib/request/delete-smtp-credential-request.d.ts +1 -1
  121. package/lib/request/delete-swift-password-request.d.ts +1 -1
  122. package/lib/request/delete-tag-default-request.d.ts +1 -1
  123. package/lib/request/delete-tag-namespace-request.d.ts +1 -1
  124. package/lib/request/delete-tag-request.d.ts +1 -1
  125. package/lib/request/delete-user-request.d.ts +1 -1
  126. package/lib/request/enable-replication-to-region-request.d.ts +49 -0
  127. package/lib/request/enable-replication-to-region-request.js +15 -0
  128. package/lib/request/enable-replication-to-region-request.js.map +1 -0
  129. package/lib/request/generate-totp-seed-request.d.ts +1 -1
  130. package/lib/request/get-authentication-policy-request.d.ts +1 -1
  131. package/lib/request/get-compartment-request.d.ts +1 -1
  132. package/lib/request/get-domain-request.d.ts +28 -0
  133. package/lib/request/get-domain-request.js +15 -0
  134. package/lib/request/get-domain-request.js.map +1 -0
  135. package/lib/request/get-dynamic-group-request.d.ts +1 -1
  136. package/lib/request/get-group-request.d.ts +1 -1
  137. package/lib/request/get-iam-work-request-request.d.ts +28 -0
  138. package/lib/request/get-iam-work-request-request.js +15 -0
  139. package/lib/request/get-iam-work-request-request.js.map +1 -0
  140. package/lib/request/get-identity-provider-request.d.ts +1 -1
  141. package/lib/request/get-idp-group-mapping-request.d.ts +1 -1
  142. package/lib/request/get-mfa-totp-device-request.d.ts +1 -1
  143. package/lib/request/get-network-source-request.d.ts +1 -1
  144. package/lib/request/get-policy-request.d.ts +1 -1
  145. package/lib/request/get-tag-default-request.d.ts +1 -1
  146. package/lib/request/get-tag-namespace-request.d.ts +1 -1
  147. package/lib/request/get-tag-request.d.ts +1 -1
  148. package/lib/request/get-tagging-work-request-request.d.ts +1 -1
  149. package/lib/request/get-tenancy-request.d.ts +1 -1
  150. package/lib/request/get-user-group-membership-request.d.ts +1 -1
  151. package/lib/request/get-user-request.d.ts +1 -1
  152. package/lib/request/get-user-uipassword-information-request.d.ts +1 -1
  153. package/lib/request/get-work-request-request.d.ts +1 -1
  154. package/lib/request/index.d.ts +30 -0
  155. package/lib/request/index.js +7 -1
  156. package/lib/request/index.js.map +1 -1
  157. package/lib/request/list-allowed-domain-license-types-request.d.ts +28 -0
  158. package/lib/request/list-allowed-domain-license-types-request.js +15 -0
  159. package/lib/request/list-allowed-domain-license-types-request.js.map +1 -0
  160. package/lib/request/list-api-keys-request.d.ts +1 -1
  161. package/lib/request/list-auth-tokens-request.d.ts +1 -1
  162. package/lib/request/list-availability-domains-request.d.ts +1 -1
  163. package/lib/request/list-bulk-action-resource-types-request.d.ts +1 -1
  164. package/lib/request/list-bulk-edit-tags-resource-types-request.d.ts +1 -1
  165. package/lib/request/list-compartments-request.d.ts +1 -1
  166. package/lib/request/list-cost-tracking-tags-request.d.ts +1 -1
  167. package/lib/request/list-customer-secret-keys-request.d.ts +1 -1
  168. package/lib/request/list-domains-request.d.ts +101 -0
  169. package/lib/request/list-domains-request.js +29 -0
  170. package/lib/request/list-domains-request.js.map +1 -0
  171. package/lib/request/list-dynamic-groups-request.d.ts +1 -1
  172. package/lib/request/list-fault-domains-request.d.ts +1 -1
  173. package/lib/request/list-groups-request.d.ts +1 -1
  174. package/lib/request/list-iam-work-request-errors-request.d.ts +50 -0
  175. package/lib/request/list-iam-work-request-errors-request.js +24 -0
  176. package/lib/request/list-iam-work-request-errors-request.js.map +1 -0
  177. package/lib/request/list-iam-work-request-logs-request.d.ts +50 -0
  178. package/lib/request/list-iam-work-request-logs-request.js +24 -0
  179. package/lib/request/list-iam-work-request-logs-request.js.map +1 -0
  180. package/lib/request/list-iam-work-requests-request.d.ts +43 -0
  181. package/lib/request/list-iam-work-requests-request.js +15 -0
  182. package/lib/request/list-iam-work-requests-request.js.map +1 -0
  183. package/lib/request/list-identity-provider-groups-request.d.ts +1 -1
  184. package/lib/request/list-identity-providers-request.d.ts +1 -1
  185. package/lib/request/list-idp-group-mappings-request.d.ts +1 -1
  186. package/lib/request/list-mfa-totp-devices-request.d.ts +1 -1
  187. package/lib/request/list-network-sources-request.d.ts +1 -1
  188. package/lib/request/list-oauth-client-credentials-request.d.ts +1 -1
  189. package/lib/request/list-policies-request.d.ts +1 -1
  190. package/lib/request/list-region-subscriptions-request.d.ts +1 -1
  191. package/lib/request/list-regions-request.d.ts +1 -1
  192. package/lib/request/list-smtp-credentials-request.d.ts +1 -1
  193. package/lib/request/list-swift-passwords-request.d.ts +1 -1
  194. package/lib/request/list-tag-defaults-request.d.ts +1 -1
  195. package/lib/request/list-tag-namespaces-request.d.ts +1 -1
  196. package/lib/request/list-tagging-work-request-errors-request.d.ts +1 -1
  197. package/lib/request/list-tagging-work-request-logs-request.d.ts +1 -1
  198. package/lib/request/list-tagging-work-requests-request.d.ts +1 -1
  199. package/lib/request/list-tags-request.d.ts +1 -1
  200. package/lib/request/list-user-group-memberships-request.d.ts +1 -1
  201. package/lib/request/list-users-request.d.ts +1 -1
  202. package/lib/request/list-work-requests-request.d.ts +1 -1
  203. package/lib/request/move-compartment-request.d.ts +1 -1
  204. package/lib/request/recover-compartment-request.d.ts +1 -1
  205. package/lib/request/remove-user-from-group-request.d.ts +1 -1
  206. package/lib/request/reset-idp-scim-client-request.d.ts +1 -1
  207. package/lib/request/update-auth-token-request.d.ts +1 -1
  208. package/lib/request/update-authentication-policy-request.d.ts +1 -1
  209. package/lib/request/update-compartment-request.d.ts +1 -1
  210. package/lib/request/update-customer-secret-key-request.d.ts +1 -1
  211. package/lib/request/update-domain-request.d.ts +40 -0
  212. package/lib/request/update-domain-request.js +15 -0
  213. package/lib/request/update-domain-request.js.map +1 -0
  214. package/lib/request/update-dynamic-group-request.d.ts +1 -1
  215. package/lib/request/update-group-request.d.ts +1 -1
  216. package/lib/request/update-identity-provider-request.d.ts +1 -1
  217. package/lib/request/update-idp-group-mapping-request.d.ts +1 -1
  218. package/lib/request/update-network-source-request.d.ts +1 -1
  219. package/lib/request/update-oauth-client-credential-request.d.ts +1 -1
  220. package/lib/request/update-policy-request.d.ts +1 -1
  221. package/lib/request/update-smtp-credential-request.d.ts +1 -1
  222. package/lib/request/update-swift-password-request.d.ts +1 -1
  223. package/lib/request/update-tag-default-request.d.ts +1 -1
  224. package/lib/request/update-tag-namespace-request.d.ts +1 -1
  225. package/lib/request/update-tag-request.d.ts +1 -1
  226. package/lib/request/update-user-capabilities-request.d.ts +1 -1
  227. package/lib/request/update-user-request.d.ts +1 -1
  228. package/lib/request/update-user-state-request.d.ts +1 -1
  229. package/lib/request/upload-api-key-request.d.ts +1 -1
  230. package/lib/response/activate-domain-response.d.ts +25 -0
  231. package/lib/response/activate-domain-response.js +15 -0
  232. package/lib/response/activate-domain-response.js.map +1 -0
  233. package/lib/response/change-domain-compartment-response.d.ts +25 -0
  234. package/lib/response/change-domain-compartment-response.js +15 -0
  235. package/lib/response/change-domain-compartment-response.js.map +1 -0
  236. package/lib/response/change-domain-license-type-response.d.ts +25 -0
  237. package/lib/response/change-domain-license-type-response.js +15 -0
  238. package/lib/response/change-domain-license-type-response.js.map +1 -0
  239. package/lib/response/create-domain-response.d.ts +25 -0
  240. package/lib/response/create-domain-response.js +15 -0
  241. package/lib/response/create-domain-response.js.map +1 -0
  242. package/lib/response/deactivate-domain-response.d.ts +25 -0
  243. package/lib/response/deactivate-domain-response.js +15 -0
  244. package/lib/response/deactivate-domain-response.js.map +1 -0
  245. package/lib/response/delete-domain-response.d.ts +25 -0
  246. package/lib/response/delete-domain-response.js +15 -0
  247. package/lib/response/delete-domain-response.js.map +1 -0
  248. package/lib/response/enable-replication-to-region-response.d.ts +25 -0
  249. package/lib/response/enable-replication-to-region-response.js +15 -0
  250. package/lib/response/enable-replication-to-region-response.js.map +1 -0
  251. package/lib/response/get-domain-response.d.ts +29 -0
  252. package/lib/response/get-domain-response.js +15 -0
  253. package/lib/response/get-domain-response.js.map +1 -0
  254. package/lib/response/get-iam-work-request-response.d.ts +25 -0
  255. package/lib/response/get-iam-work-request-response.js +15 -0
  256. package/lib/response/get-iam-work-request-response.js.map +1 -0
  257. package/lib/response/index.d.ts +30 -0
  258. package/lib/response/list-allowed-domain-license-types-response.d.ts +32 -0
  259. package/lib/response/list-allowed-domain-license-types-response.js +15 -0
  260. package/lib/response/list-allowed-domain-license-types-response.js.map +1 -0
  261. package/lib/response/list-domains-response.d.ts +32 -0
  262. package/lib/response/list-domains-response.js +15 -0
  263. package/lib/response/list-domains-response.js.map +1 -0
  264. package/lib/response/list-iam-work-request-errors-response.d.ts +32 -0
  265. package/lib/response/list-iam-work-request-errors-response.js +15 -0
  266. package/lib/response/list-iam-work-request-errors-response.js.map +1 -0
  267. package/lib/response/list-iam-work-request-logs-response.d.ts +37 -0
  268. package/lib/response/list-iam-work-request-logs-response.js +15 -0
  269. package/lib/response/list-iam-work-request-logs-response.js.map +1 -0
  270. package/lib/response/list-iam-work-requests-response.d.ts +32 -0
  271. package/lib/response/list-iam-work-requests-response.js +15 -0
  272. package/lib/response/list-iam-work-requests-response.js.map +1 -0
  273. package/lib/response/update-domain-response.d.ts +25 -0
  274. package/lib/response/update-domain-response.js +15 -0
  275. package/lib/response/update-domain-response.js.map +1 -0
  276. package/package.json +3 -3
@@ -0,0 +1,101 @@
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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListDomains.ts.html |here} to see how to use ListDomainsRequest.
16
+ */
17
+ export interface ListDomainsRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the compartment (remember that the tenancy is simply the root compartment).
20
+ *
21
+ */
22
+ "compartmentId": string;
23
+ /**
24
+ * The mutable display name of the domain
25
+ */
26
+ "displayName"?: string;
27
+ /**
28
+ * The region agnostic domain URL
29
+ */
30
+ "url"?: string;
31
+ /**
32
+ * The region specific domain URL
33
+ */
34
+ "homeRegionUrl"?: string;
35
+ /**
36
+ * The domain type
37
+ */
38
+ "type"?: string;
39
+ /**
40
+ * The domain license type
41
+ */
42
+ "licenseType"?: string;
43
+ /**
44
+ * Indicate if the domain is visible at login screen or not
45
+ */
46
+ "isHiddenOnLogin"?: boolean;
47
+ /**
48
+ * The value of the `opc-next-page` response header from the previous \"List\" call.
49
+ *
50
+ */
51
+ "page"?: string;
52
+ /**
53
+ * The maximum number of items to return in a paginated \"List\" call.
54
+ *
55
+ */
56
+ "limit"?: number;
57
+ /**
58
+ * A filter to only return resources that match the given name exactly.
59
+ *
60
+ */
61
+ "name"?: string;
62
+ /**
63
+ * The field to sort by. You can provide one sort order (`sortOrder`). Default order for
64
+ * TIMECREATED is descending. Default order for NAME is ascending. The NAME
65
+ * sort order is case sensitive.
66
+ * <p>
67
+ **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
68
+ * optionally filter by Availability Domain if the scope of the resource type is within a
69
+ * single Availability Domain. If you call one of these \"List\" operations without specifying
70
+ * an Availability Domain, the resources are grouped by Availability Domain, then sorted.
71
+ *
72
+ */
73
+ "sortBy"?: ListDomainsRequest.SortBy;
74
+ /**
75
+ * The sort order to use, either ascending (`ASC`) or descending (`DESC`). The NAME sort order
76
+ * is case sensitive.
77
+ *
78
+ */
79
+ "sortOrder"?: ListDomainsRequest.SortOrder;
80
+ /**
81
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
82
+ * particular request, please provide the request ID.
83
+ *
84
+ */
85
+ "opcRequestId"?: string;
86
+ /**
87
+ * A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
88
+ *
89
+ */
90
+ "lifecycleState"?: string;
91
+ }
92
+ export declare namespace ListDomainsRequest {
93
+ enum SortBy {
94
+ Timecreated = "TIMECREATED",
95
+ Name = "NAME"
96
+ }
97
+ enum SortOrder {
98
+ Asc = "ASC",
99
+ Desc = "DESC"
100
+ }
101
+ }
@@ -0,0 +1,29 @@
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, 2021, 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.ListDomainsRequest = void 0;
16
+ var ListDomainsRequest;
17
+ (function (ListDomainsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["Timecreated"] = "TIMECREATED";
21
+ SortBy["Name"] = "NAME";
22
+ })(SortBy = ListDomainsRequest.SortBy || (ListDomainsRequest.SortBy = {}));
23
+ let SortOrder;
24
+ (function (SortOrder) {
25
+ SortOrder["Asc"] = "ASC";
26
+ SortOrder["Desc"] = "DESC";
27
+ })(SortOrder = ListDomainsRequest.SortOrder || (ListDomainsRequest.SortOrder = {}));
28
+ })(ListDomainsRequest = exports.ListDomainsRequest || (exports.ListDomainsRequest = {}));
29
+ //# sourceMappingURL=list-domains-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-domains-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/list-domains-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoFH,IAAiB,kBAAkB,CAUlC;AAVD,WAAiB,kBAAkB;IACjC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,uBAAa,CAAA;IACf,CAAC,EAHW,MAAM,GAAN,yBAAM,KAAN,yBAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,4BAAS,KAAT,4BAAS,QAGpB;AACH,CAAC,EAVgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAUlC"}
@@ -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.5.0/identity/ListDynamicGroups.ts.html |here} to see how to use ListDynamicGroupsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListDynamicGroups.ts.html |here} to see how to use ListDynamicGroupsRequest.
16
16
  */
17
17
  export interface ListDynamicGroupsRequest extends common.BaseRequest {
18
18
  /**
@@ -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.5.0/identity/ListFaultDomains.ts.html |here} to see how to use ListFaultDomainsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListFaultDomains.ts.html |here} to see how to use ListFaultDomainsRequest.
16
16
  */
17
17
  export interface ListFaultDomainsRequest extends common.BaseRequest {
18
18
  /**
@@ -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.5.0/identity/ListGroups.ts.html |here} to see how to use ListGroupsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListGroups.ts.html |here} to see how to use ListGroupsRequest.
16
16
  */
17
17
  export interface ListGroupsRequest extends common.BaseRequest {
18
18
  /**
@@ -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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListIamWorkRequestErrors.ts.html |here} to see how to use ListIamWorkRequestErrorsRequest.
16
+ */
17
+ export interface ListIamWorkRequestErrorsRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the IAM work request.
20
+ */
21
+ "iamWorkRequestId": string;
22
+ /**
23
+ * The maximum number of items to return in a paginated \"List\" call.
24
+ *
25
+ */
26
+ "limit"?: number;
27
+ /**
28
+ * The value of the `opc-next-page` response header from the previous \"List\" call.
29
+ *
30
+ */
31
+ "page"?: string;
32
+ /**
33
+ * The sort order to use, either ascending (`ASC`) or descending (`DESC`). The NAME sort order
34
+ * is case sensitive.
35
+ *
36
+ */
37
+ "sortOrder"?: ListIamWorkRequestErrorsRequest.SortOrder;
38
+ /**
39
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
40
+ * particular request, please provide the request ID.
41
+ *
42
+ */
43
+ "opcRequestId"?: string;
44
+ }
45
+ export declare namespace ListIamWorkRequestErrorsRequest {
46
+ enum SortOrder {
47
+ Asc = "ASC",
48
+ Desc = "DESC"
49
+ }
50
+ }
@@ -0,0 +1,24 @@
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, 2021, 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.ListIamWorkRequestErrorsRequest = void 0;
16
+ var ListIamWorkRequestErrorsRequest;
17
+ (function (ListIamWorkRequestErrorsRequest) {
18
+ let SortOrder;
19
+ (function (SortOrder) {
20
+ SortOrder["Asc"] = "ASC";
21
+ SortOrder["Desc"] = "DESC";
22
+ })(SortOrder = ListIamWorkRequestErrorsRequest.SortOrder || (ListIamWorkRequestErrorsRequest.SortOrder = {}));
23
+ })(ListIamWorkRequestErrorsRequest = exports.ListIamWorkRequestErrorsRequest || (exports.ListIamWorkRequestErrorsRequest = {}));
24
+ //# sourceMappingURL=list-iam-work-request-errors-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-iam-work-request-errors-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/list-iam-work-request-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqCH,IAAiB,+BAA+B,CAK/C;AALD,WAAiB,+BAA+B;IAC9C,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,yCAAS,KAAT,yCAAS,QAGpB;AACH,CAAC,EALgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAK/C"}
@@ -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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListIamWorkRequestLogs.ts.html |here} to see how to use ListIamWorkRequestLogsRequest.
16
+ */
17
+ export interface ListIamWorkRequestLogsRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the IAM work request.
20
+ */
21
+ "iamWorkRequestId": string;
22
+ /**
23
+ * The maximum number of items to return in a paginated \"List\" call.
24
+ *
25
+ */
26
+ "limit"?: number;
27
+ /**
28
+ * The value of the `opc-next-page` response header from the previous \"List\" call.
29
+ *
30
+ */
31
+ "page"?: string;
32
+ /**
33
+ * The sort order to use, either ascending (`ASC`) or descending (`DESC`). The NAME sort order
34
+ * is case sensitive.
35
+ *
36
+ */
37
+ "sortOrder"?: ListIamWorkRequestLogsRequest.SortOrder;
38
+ /**
39
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
40
+ * particular request, please provide the request ID.
41
+ *
42
+ */
43
+ "opcRequestId"?: string;
44
+ }
45
+ export declare namespace ListIamWorkRequestLogsRequest {
46
+ enum SortOrder {
47
+ Asc = "ASC",
48
+ Desc = "DESC"
49
+ }
50
+ }
@@ -0,0 +1,24 @@
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, 2021, 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.ListIamWorkRequestLogsRequest = void 0;
16
+ var ListIamWorkRequestLogsRequest;
17
+ (function (ListIamWorkRequestLogsRequest) {
18
+ let SortOrder;
19
+ (function (SortOrder) {
20
+ SortOrder["Asc"] = "ASC";
21
+ SortOrder["Desc"] = "DESC";
22
+ })(SortOrder = ListIamWorkRequestLogsRequest.SortOrder || (ListIamWorkRequestLogsRequest.SortOrder = {}));
23
+ })(ListIamWorkRequestLogsRequest = exports.ListIamWorkRequestLogsRequest || (exports.ListIamWorkRequestLogsRequest = {}));
24
+ //# sourceMappingURL=list-iam-work-request-logs-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-iam-work-request-logs-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/list-iam-work-request-logs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqCH,IAAiB,6BAA6B,CAK7C;AALD,WAAiB,6BAA6B;IAC5C,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,uCAAS,KAAT,uCAAS,QAGpB;AACH,CAAC,EALgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAK7C"}
@@ -0,0 +1,43 @@
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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListIamWorkRequests.ts.html |here} to see how to use ListIamWorkRequestsRequest.
16
+ */
17
+ export interface ListIamWorkRequestsRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the compartment (remember that the tenancy is simply the root compartment).
20
+ *
21
+ */
22
+ "compartmentId": string;
23
+ /**
24
+ * The value of the `opc-next-page` response header from the previous \"List\" call.
25
+ *
26
+ */
27
+ "page"?: string;
28
+ /**
29
+ * The maximum number of items to return in a paginated \"List\" call.
30
+ *
31
+ */
32
+ "limit"?: number;
33
+ /**
34
+ * The identifier of the resource the work request affects.
35
+ */
36
+ "resourceIdentifier"?: string;
37
+ /**
38
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
39
+ * particular request, please provide the request ID.
40
+ *
41
+ */
42
+ "opcRequestId"?: string;
43
+ }
@@ -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, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-iam-work-requests-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-iam-work-requests-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/list-iam-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.5.0/identity/ListIdentityProviderGroups.ts.html |here} to see how to use ListIdentityProviderGroupsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListIdentityProviderGroups.ts.html |here} to see how to use ListIdentityProviderGroupsRequest.
16
16
  */
17
17
  export interface ListIdentityProviderGroupsRequest extends common.BaseRequest {
18
18
  /**
@@ -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.5.0/identity/ListIdentityProviders.ts.html |here} to see how to use ListIdentityProvidersRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListIdentityProviders.ts.html |here} to see how to use ListIdentityProvidersRequest.
16
16
  */
17
17
  export interface ListIdentityProvidersRequest extends common.BaseRequest {
18
18
  /**
@@ -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.5.0/identity/ListIdpGroupMappings.ts.html |here} to see how to use ListIdpGroupMappingsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListIdpGroupMappings.ts.html |here} to see how to use ListIdpGroupMappingsRequest.
16
16
  */
17
17
  export interface ListIdpGroupMappingsRequest extends common.BaseRequest {
18
18
  /**
@@ -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.5.0/identity/ListMfaTotpDevices.ts.html |here} to see how to use ListMfaTotpDevicesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListMfaTotpDevices.ts.html |here} to see how to use ListMfaTotpDevicesRequest.
16
16
  */
17
17
  export interface ListMfaTotpDevicesRequest extends common.BaseRequest {
18
18
  /**
@@ -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.5.0/identity/ListNetworkSources.ts.html |here} to see how to use ListNetworkSourcesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListNetworkSources.ts.html |here} to see how to use ListNetworkSourcesRequest.
16
16
  */
17
17
  export interface ListNetworkSourcesRequest extends common.BaseRequest {
18
18
  /**
@@ -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.5.0/identity/ListOAuthClientCredentials.ts.html |here} to see how to use ListOAuthClientCredentialsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListOAuthClientCredentials.ts.html |here} to see how to use ListOAuthClientCredentialsRequest.
16
16
  */
17
17
  export interface ListOAuthClientCredentialsRequest extends common.BaseRequest {
18
18
  /**
@@ -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.5.0/identity/ListPolicies.ts.html |here} to see how to use ListPoliciesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListPolicies.ts.html |here} to see how to use ListPoliciesRequest.
16
16
  */
17
17
  export interface ListPoliciesRequest extends common.BaseRequest {
18
18
  /**
@@ -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.5.0/identity/ListRegionSubscriptions.ts.html |here} to see how to use ListRegionSubscriptionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListRegionSubscriptions.ts.html |here} to see how to use ListRegionSubscriptionsRequest.
16
16
  */
17
17
  export interface ListRegionSubscriptionsRequest extends common.BaseRequest {
18
18
  /**
@@ -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.5.0/identity/ListRegions.ts.html |here} to see how to use ListRegionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListRegions.ts.html |here} to see how to use ListRegionsRequest.
16
16
  */
17
17
  export interface ListRegionsRequest extends common.BaseRequest {
18
18
  }
@@ -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.5.0/identity/ListSmtpCredentials.ts.html |here} to see how to use ListSmtpCredentialsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListSmtpCredentials.ts.html |here} to see how to use ListSmtpCredentialsRequest.
16
16
  */
17
17
  export interface ListSmtpCredentialsRequest extends common.BaseRequest {
18
18
  /**
@@ -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.5.0/identity/ListSwiftPasswords.ts.html |here} to see how to use ListSwiftPasswordsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListSwiftPasswords.ts.html |here} to see how to use ListSwiftPasswordsRequest.
16
16
  */
17
17
  export interface ListSwiftPasswordsRequest extends common.BaseRequest {
18
18
  /**
@@ -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.5.0/identity/ListTagDefaults.ts.html |here} to see how to use ListTagDefaultsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListTagDefaults.ts.html |here} to see how to use ListTagDefaultsRequest.
16
16
  */
17
17
  export interface ListTagDefaultsRequest extends common.BaseRequest {
18
18
  /**
@@ -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.5.0/identity/ListTagNamespaces.ts.html |here} to see how to use ListTagNamespacesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListTagNamespaces.ts.html |here} to see how to use ListTagNamespacesRequest.
16
16
  */
17
17
  export interface ListTagNamespacesRequest extends common.BaseRequest {
18
18
  /**
@@ -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.5.0/identity/ListTaggingWorkRequestErrors.ts.html |here} to see how to use ListTaggingWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListTaggingWorkRequestErrors.ts.html |here} to see how to use ListTaggingWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListTaggingWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -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.5.0/identity/ListTaggingWorkRequestLogs.ts.html |here} to see how to use ListTaggingWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListTaggingWorkRequestLogs.ts.html |here} to see how to use ListTaggingWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListTaggingWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -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.5.0/identity/ListTaggingWorkRequests.ts.html |here} to see how to use ListTaggingWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListTaggingWorkRequests.ts.html |here} to see how to use ListTaggingWorkRequestsRequest.
16
16
  */
17
17
  export interface ListTaggingWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -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.5.0/identity/ListTags.ts.html |here} to see how to use ListTagsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListTags.ts.html |here} to see how to use ListTagsRequest.
16
16
  */
17
17
  export interface ListTagsRequest extends common.BaseRequest {
18
18
  /**
@@ -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.5.0/identity/ListUserGroupMemberships.ts.html |here} to see how to use ListUserGroupMembershipsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListUserGroupMemberships.ts.html |here} to see how to use ListUserGroupMembershipsRequest.
16
16
  */
17
17
  export interface ListUserGroupMembershipsRequest extends common.BaseRequest {
18
18
  /**
@@ -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.5.0/identity/ListUsers.ts.html |here} to see how to use ListUsersRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListUsers.ts.html |here} to see how to use ListUsersRequest.
16
16
  */
17
17
  export interface ListUsersRequest extends common.BaseRequest {
18
18
  /**
@@ -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.5.0/identity/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest 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.5.0/identity/MoveCompartment.ts.html |here} to see how to use MoveCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/MoveCompartment.ts.html |here} to see how to use MoveCompartmentRequest.
17
17
  */
18
18
  export interface MoveCompartmentRequest 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.5.0/identity/RecoverCompartment.ts.html |here} to see how to use RecoverCompartmentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/RecoverCompartment.ts.html |here} to see how to use RecoverCompartmentRequest.
16
16
  */
17
17
  export interface RecoverCompartmentRequest extends common.BaseRequest {
18
18
  /**
@@ -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.5.0/identity/RemoveUserFromGroup.ts.html |here} to see how to use RemoveUserFromGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/RemoveUserFromGroup.ts.html |here} to see how to use RemoveUserFromGroupRequest.
16
16
  */
17
17
  export interface RemoveUserFromGroupRequest extends common.BaseRequest {
18
18
  /**