oci-identity 2.7.0 → 2.10.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 (219) hide show
  1. package/lib/client.d.ts +261 -136
  2. package/lib/client.js +585 -137
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/bulk-edit-resource.d.ts +1 -1
  5. package/lib/model/create-db-credential-details.d.ts +28 -0
  6. package/lib/model/create-db-credential-details.js +29 -0
  7. package/lib/model/create-db-credential-details.js.map +1 -0
  8. package/lib/model/create-domain-details.d.ts +1 -1
  9. package/lib/model/db-credential-summary.d.ts +57 -0
  10. package/lib/model/db-credential-summary.js +29 -0
  11. package/lib/model/db-credential-summary.js.map +1 -0
  12. package/lib/model/db-credential.d.ts +67 -0
  13. package/lib/model/db-credential.js +41 -0
  14. package/lib/model/db-credential.js.map +1 -0
  15. package/lib/model/import-standard-tags-details.d.ts +28 -0
  16. package/lib/model/import-standard-tags-details.js +29 -0
  17. package/lib/model/import-standard-tags-details.js.map +1 -0
  18. package/lib/model/index.d.ts +14 -0
  19. package/lib/model/index.js +17 -3
  20. package/lib/model/index.js.map +1 -1
  21. package/lib/model/standard-tag-definition-template.d.ts +64 -0
  22. package/lib/model/standard-tag-definition-template.js +50 -0
  23. package/lib/model/standard-tag-definition-template.js.map +1 -0
  24. package/lib/model/standard-tag-namespace-template-summary.d.ts +33 -0
  25. package/lib/model/standard-tag-namespace-template-summary.js +29 -0
  26. package/lib/model/standard-tag-namespace-template-summary.js.map +1 -0
  27. package/lib/model/standard-tag-namespace-template.d.ts +38 -0
  28. package/lib/model/standard-tag-namespace-template.js +61 -0
  29. package/lib/model/standard-tag-namespace-template.js.map +1 -0
  30. package/lib/model/tagging-work-request-summary.d.ts +1 -0
  31. package/lib/model/tagging-work-request-summary.js +1 -0
  32. package/lib/model/tagging-work-request-summary.js.map +1 -1
  33. package/lib/model/tagging-work-request.d.ts +1 -0
  34. package/lib/model/tagging-work-request.js +1 -0
  35. package/lib/model/tagging-work-request.js.map +1 -1
  36. package/lib/model/update-user-capabilities-details.d.ts +5 -0
  37. package/lib/model/update-user-capabilities-details.js.map +1 -1
  38. package/lib/model/update-user-details.d.ts +4 -0
  39. package/lib/model/update-user-details.js.map +1 -1
  40. package/lib/model/user-capabilities.d.ts +5 -0
  41. package/lib/model/user-capabilities.js.map +1 -1
  42. package/lib/model/user.d.ts +4 -0
  43. package/lib/model/user.js.map +1 -1
  44. package/lib/request/activate-domain-request.d.ts +1 -1
  45. package/lib/request/activate-mfa-totp-device-request.d.ts +1 -1
  46. package/lib/request/add-user-to-group-request.d.ts +1 -1
  47. package/lib/request/assemble-effective-tag-set-request.d.ts +1 -1
  48. package/lib/request/bulk-delete-resources-request.d.ts +1 -1
  49. package/lib/request/bulk-delete-tags-request.d.ts +1 -1
  50. package/lib/request/bulk-edit-tags-request.d.ts +1 -1
  51. package/lib/request/bulk-move-resources-request.d.ts +1 -1
  52. package/lib/request/cascade-delete-tag-namespace-request.d.ts +1 -1
  53. package/lib/request/change-domain-compartment-request.d.ts +1 -1
  54. package/lib/request/change-domain-license-type-request.d.ts +1 -1
  55. package/lib/request/change-tag-namespace-compartment-request.d.ts +1 -1
  56. package/lib/request/create-auth-token-request.d.ts +1 -1
  57. package/lib/request/create-compartment-request.d.ts +1 -1
  58. package/lib/request/create-customer-secret-key-request.d.ts +1 -1
  59. package/lib/request/create-db-credential-request.d.ts +42 -0
  60. package/lib/request/create-db-credential-request.js +15 -0
  61. package/lib/request/create-db-credential-request.js.map +1 -0
  62. package/lib/request/create-domain-request.d.ts +1 -1
  63. package/lib/request/create-dynamic-group-request.d.ts +1 -1
  64. package/lib/request/create-group-request.d.ts +1 -1
  65. package/lib/request/create-identity-provider-request.d.ts +1 -1
  66. package/lib/request/create-idp-group-mapping-request.d.ts +1 -1
  67. package/lib/request/create-mfa-totp-device-request.d.ts +1 -1
  68. package/lib/request/create-network-source-request.d.ts +1 -1
  69. package/lib/request/create-oauth-client-credential-request.d.ts +1 -1
  70. package/lib/request/create-or-reset-uipassword-request.d.ts +1 -1
  71. package/lib/request/create-policy-request.d.ts +1 -1
  72. package/lib/request/create-region-subscription-request.d.ts +1 -1
  73. package/lib/request/create-smtp-credential-request.d.ts +1 -1
  74. package/lib/request/create-swift-password-request.d.ts +1 -1
  75. package/lib/request/create-tag-default-request.d.ts +1 -1
  76. package/lib/request/create-tag-namespace-request.d.ts +1 -1
  77. package/lib/request/create-tag-request.d.ts +1 -1
  78. package/lib/request/create-user-request.d.ts +1 -1
  79. package/lib/request/deactivate-domain-request.d.ts +1 -1
  80. package/lib/request/delete-api-key-request.d.ts +1 -1
  81. package/lib/request/delete-auth-token-request.d.ts +1 -1
  82. package/lib/request/delete-compartment-request.d.ts +1 -1
  83. package/lib/request/delete-customer-secret-key-request.d.ts +1 -1
  84. package/lib/request/delete-db-credential-request.d.ts +39 -0
  85. package/lib/request/delete-db-credential-request.js +15 -0
  86. package/lib/request/delete-db-credential-request.js.map +1 -0
  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 +1 -1
  99. package/lib/request/delete-tag-namespace-request.d.ts +1 -1
  100. package/lib/request/delete-tag-request.d.ts +1 -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 +28 -0
  116. package/lib/request/get-standard-tag-template-request.js +15 -0
  117. package/lib/request/get-standard-tag-template-request.js.map +1 -0
  118. package/lib/request/get-tag-default-request.d.ts +1 -1
  119. package/lib/request/get-tag-namespace-request.d.ts +1 -1
  120. package/lib/request/get-tag-request.d.ts +1 -1
  121. package/lib/request/get-tagging-work-request-request.d.ts +1 -1
  122. package/lib/request/get-tenancy-request.d.ts +1 -1
  123. package/lib/request/get-user-group-membership-request.d.ts +1 -1
  124. package/lib/request/get-user-request.d.ts +1 -1
  125. package/lib/request/get-user-uipassword-information-request.d.ts +1 -1
  126. package/lib/request/get-work-request-request.d.ts +1 -1
  127. package/lib/request/import-standard-tags-request.d.ts +38 -0
  128. package/lib/request/import-standard-tags-request.js +15 -0
  129. package/lib/request/import-standard-tags-request.js.map +1 -0
  130. package/lib/request/index.d.ts +12 -0
  131. package/lib/request/index.js +3 -1
  132. package/lib/request/index.js.map +1 -1
  133. package/lib/request/list-allowed-domain-license-types-request.d.ts +1 -1
  134. package/lib/request/list-api-keys-request.d.ts +1 -1
  135. package/lib/request/list-auth-tokens-request.d.ts +1 -1
  136. package/lib/request/list-availability-domains-request.d.ts +1 -1
  137. package/lib/request/list-bulk-action-resource-types-request.d.ts +1 -1
  138. package/lib/request/list-bulk-edit-tags-resource-types-request.d.ts +1 -1
  139. package/lib/request/list-compartments-request.d.ts +1 -1
  140. package/lib/request/list-cost-tracking-tags-request.d.ts +1 -1
  141. package/lib/request/list-customer-secret-keys-request.d.ts +1 -1
  142. package/lib/request/list-db-credentials-request.d.ts +76 -0
  143. package/lib/request/list-db-credentials-request.js +29 -0
  144. package/lib/request/list-db-credentials-request.js.map +1 -0
  145. package/lib/request/list-domains-request.d.ts +1 -1
  146. package/lib/request/list-dynamic-groups-request.d.ts +1 -1
  147. package/lib/request/list-fault-domains-request.d.ts +1 -1
  148. package/lib/request/list-groups-request.d.ts +1 -1
  149. package/lib/request/list-iam-work-request-errors-request.d.ts +1 -1
  150. package/lib/request/list-iam-work-request-logs-request.d.ts +1 -1
  151. package/lib/request/list-iam-work-requests-request.d.ts +1 -1
  152. package/lib/request/list-identity-provider-groups-request.d.ts +1 -1
  153. package/lib/request/list-identity-providers-request.d.ts +1 -1
  154. package/lib/request/list-idp-group-mappings-request.d.ts +1 -1
  155. package/lib/request/list-mfa-totp-devices-request.d.ts +1 -1
  156. package/lib/request/list-network-sources-request.d.ts +1 -1
  157. package/lib/request/list-oauth-client-credentials-request.d.ts +1 -1
  158. package/lib/request/list-policies-request.d.ts +1 -1
  159. package/lib/request/list-region-subscriptions-request.d.ts +1 -1
  160. package/lib/request/list-regions-request.d.ts +1 -1
  161. package/lib/request/list-smtp-credentials-request.d.ts +1 -1
  162. package/lib/request/list-standard-tag-namespaces-request.d.ts +33 -0
  163. package/lib/request/list-standard-tag-namespaces-request.js +15 -0
  164. package/lib/request/list-standard-tag-namespaces-request.js.map +1 -0
  165. package/lib/request/list-swift-passwords-request.d.ts +1 -1
  166. package/lib/request/list-tag-defaults-request.d.ts +1 -1
  167. package/lib/request/list-tag-namespaces-request.d.ts +1 -1
  168. package/lib/request/list-tagging-work-request-errors-request.d.ts +1 -1
  169. package/lib/request/list-tagging-work-request-logs-request.d.ts +1 -1
  170. package/lib/request/list-tagging-work-requests-request.d.ts +1 -1
  171. package/lib/request/list-tags-request.d.ts +1 -1
  172. package/lib/request/list-user-group-memberships-request.d.ts +1 -1
  173. package/lib/request/list-users-request.d.ts +1 -1
  174. package/lib/request/list-work-requests-request.d.ts +1 -1
  175. package/lib/request/move-compartment-request.d.ts +1 -1
  176. package/lib/request/recover-compartment-request.d.ts +1 -1
  177. package/lib/request/remove-user-from-group-request.d.ts +1 -1
  178. package/lib/request/reset-idp-scim-client-request.d.ts +1 -1
  179. package/lib/request/update-auth-token-request.d.ts +1 -1
  180. package/lib/request/update-authentication-policy-request.d.ts +1 -1
  181. package/lib/request/update-compartment-request.d.ts +1 -1
  182. package/lib/request/update-customer-secret-key-request.d.ts +1 -1
  183. package/lib/request/update-domain-request.d.ts +1 -1
  184. package/lib/request/update-dynamic-group-request.d.ts +1 -1
  185. package/lib/request/update-group-request.d.ts +1 -1
  186. package/lib/request/update-identity-provider-request.d.ts +1 -1
  187. package/lib/request/update-idp-group-mapping-request.d.ts +1 -1
  188. package/lib/request/update-network-source-request.d.ts +1 -1
  189. package/lib/request/update-oauth-client-credential-request.d.ts +1 -1
  190. package/lib/request/update-policy-request.d.ts +1 -1
  191. package/lib/request/update-smtp-credential-request.d.ts +1 -1
  192. package/lib/request/update-swift-password-request.d.ts +1 -1
  193. package/lib/request/update-tag-default-request.d.ts +1 -1
  194. package/lib/request/update-tag-namespace-request.d.ts +1 -1
  195. package/lib/request/update-tag-request.d.ts +1 -1
  196. package/lib/request/update-user-capabilities-request.d.ts +1 -1
  197. package/lib/request/update-user-request.d.ts +1 -1
  198. package/lib/request/update-user-state-request.d.ts +1 -1
  199. package/lib/request/upload-api-key-request.d.ts +1 -1
  200. package/lib/response/create-db-credential-response.d.ts +29 -0
  201. package/lib/response/create-db-credential-response.js +15 -0
  202. package/lib/response/create-db-credential-response.js.map +1 -0
  203. package/lib/response/delete-db-credential-response.d.ts +20 -0
  204. package/lib/response/delete-db-credential-response.js +15 -0
  205. package/lib/response/delete-db-credential-response.js.map +1 -0
  206. package/lib/response/get-standard-tag-template-response.d.ts +25 -0
  207. package/lib/response/get-standard-tag-template-response.js +15 -0
  208. package/lib/response/get-standard-tag-template-response.js.map +1 -0
  209. package/lib/response/import-standard-tags-response.d.ts +25 -0
  210. package/lib/response/import-standard-tags-response.js +15 -0
  211. package/lib/response/import-standard-tags-response.js.map +1 -0
  212. package/lib/response/index.d.ts +12 -0
  213. package/lib/response/list-db-credentials-response.d.ts +32 -0
  214. package/lib/response/list-db-credentials-response.js +15 -0
  215. package/lib/response/list-db-credentials-response.js.map +1 -0
  216. package/lib/response/list-standard-tag-namespaces-response.d.ts +32 -0
  217. package/lib/response/list-standard-tag-namespaces-response.js +15 -0
  218. package/lib/response/list-standard-tag-namespaces-response.js.map +1 -0
  219. package/package.json +3 -3
@@ -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.7.0/identity/GetUser.ts.html |here} to see how to use GetUserRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetUser.ts.html |here} to see how to use GetUserRequest.
16
16
  */
17
17
  export interface GetUserRequest 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.7.0/identity/GetUserUIPasswordInformation.ts.html |here} to see how to use GetUserUIPasswordInformationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetUserUIPasswordInformation.ts.html |here} to see how to use GetUserUIPasswordInformationRequest.
16
16
  */
17
17
  export interface GetUserUIPasswordInformationRequest 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.7.0/identity/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,38 @@
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 * 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.10.0/identity/ImportStandardTags.ts.html |here} to see how to use ImportStandardTagsRequest.
17
+ */
18
+ export interface ImportStandardTagsRequest extends common.BaseRequest {
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
21
+ * particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId"?: string;
25
+ /**
26
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
27
+ * server error without risk of executing that same action again. Retry tokens expire after 24
28
+ * hours, but can be invalidated before then due to conflicting operations (e.g., if a resource
29
+ * has been deleted and purged from the system, then a retry of the original creation request
30
+ * may be rejected).
31
+ *
32
+ */
33
+ "opcRetryToken"?: string;
34
+ /**
35
+ * The request object for creating or updating standard tag namespace.
36
+ */
37
+ "importStandardTagsDetails"?: model.ImportStandardTagsDetails;
38
+ }
@@ -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=import-standard-tags-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"import-standard-tags-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/import-standard-tags-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -40,6 +40,8 @@ import * as CreateCompartmentRequest from "./create-compartment-request";
40
40
  export import CreateCompartmentRequest = CreateCompartmentRequest.CreateCompartmentRequest;
41
41
  import * as CreateCustomerSecretKeyRequest from "./create-customer-secret-key-request";
42
42
  export import CreateCustomerSecretKeyRequest = CreateCustomerSecretKeyRequest.CreateCustomerSecretKeyRequest;
43
+ import * as CreateDbCredentialRequest from "./create-db-credential-request";
44
+ export import CreateDbCredentialRequest = CreateDbCredentialRequest.CreateDbCredentialRequest;
43
45
  import * as CreateDomainRequest from "./create-domain-request";
44
46
  export import CreateDomainRequest = CreateDomainRequest.CreateDomainRequest;
45
47
  import * as CreateDynamicGroupRequest from "./create-dynamic-group-request";
@@ -84,6 +86,8 @@ import * as DeleteCompartmentRequest from "./delete-compartment-request";
84
86
  export import DeleteCompartmentRequest = DeleteCompartmentRequest.DeleteCompartmentRequest;
85
87
  import * as DeleteCustomerSecretKeyRequest from "./delete-customer-secret-key-request";
86
88
  export import DeleteCustomerSecretKeyRequest = DeleteCustomerSecretKeyRequest.DeleteCustomerSecretKeyRequest;
89
+ import * as DeleteDbCredentialRequest from "./delete-db-credential-request";
90
+ export import DeleteDbCredentialRequest = DeleteDbCredentialRequest.DeleteDbCredentialRequest;
87
91
  import * as DeleteDomainRequest from "./delete-domain-request";
88
92
  export import DeleteDomainRequest = DeleteDomainRequest.DeleteDomainRequest;
89
93
  import * as DeleteDynamicGroupRequest from "./delete-dynamic-group-request";
@@ -140,6 +144,8 @@ import * as GetNetworkSourceRequest from "./get-network-source-request";
140
144
  export import GetNetworkSourceRequest = GetNetworkSourceRequest.GetNetworkSourceRequest;
141
145
  import * as GetPolicyRequest from "./get-policy-request";
142
146
  export import GetPolicyRequest = GetPolicyRequest.GetPolicyRequest;
147
+ import * as GetStandardTagTemplateRequest from "./get-standard-tag-template-request";
148
+ export import GetStandardTagTemplateRequest = GetStandardTagTemplateRequest.GetStandardTagTemplateRequest;
143
149
  import * as GetTagRequest from "./get-tag-request";
144
150
  export import GetTagRequest = GetTagRequest.GetTagRequest;
145
151
  import * as GetTagDefaultRequest from "./get-tag-default-request";
@@ -158,6 +164,8 @@ import * as GetUserUIPasswordInformationRequest from "./get-user-uipassword-info
158
164
  export import GetUserUIPasswordInformationRequest = GetUserUIPasswordInformationRequest.GetUserUIPasswordInformationRequest;
159
165
  import * as GetWorkRequestRequest from "./get-work-request-request";
160
166
  export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
167
+ import * as ImportStandardTagsRequest from "./import-standard-tags-request";
168
+ export import ImportStandardTagsRequest = ImportStandardTagsRequest.ImportStandardTagsRequest;
161
169
  import * as ListAllowedDomainLicenseTypesRequest from "./list-allowed-domain-license-types-request";
162
170
  export import ListAllowedDomainLicenseTypesRequest = ListAllowedDomainLicenseTypesRequest.ListAllowedDomainLicenseTypesRequest;
163
171
  import * as ListApiKeysRequest from "./list-api-keys-request";
@@ -176,6 +184,8 @@ import * as ListCostTrackingTagsRequest from "./list-cost-tracking-tags-request"
176
184
  export import ListCostTrackingTagsRequest = ListCostTrackingTagsRequest.ListCostTrackingTagsRequest;
177
185
  import * as ListCustomerSecretKeysRequest from "./list-customer-secret-keys-request";
178
186
  export import ListCustomerSecretKeysRequest = ListCustomerSecretKeysRequest.ListCustomerSecretKeysRequest;
187
+ import * as ListDbCredentialsRequest from "./list-db-credentials-request";
188
+ export import ListDbCredentialsRequest = ListDbCredentialsRequest.ListDbCredentialsRequest;
179
189
  import * as ListDomainsRequest from "./list-domains-request";
180
190
  export import ListDomainsRequest = ListDomainsRequest.ListDomainsRequest;
181
191
  import * as ListDynamicGroupsRequest from "./list-dynamic-groups-request";
@@ -210,6 +220,8 @@ import * as ListRegionsRequest from "./list-regions-request";
210
220
  export import ListRegionsRequest = ListRegionsRequest.ListRegionsRequest;
211
221
  import * as ListSmtpCredentialsRequest from "./list-smtp-credentials-request";
212
222
  export import ListSmtpCredentialsRequest = ListSmtpCredentialsRequest.ListSmtpCredentialsRequest;
223
+ import * as ListStandardTagNamespacesRequest from "./list-standard-tag-namespaces-request";
224
+ export import ListStandardTagNamespacesRequest = ListStandardTagNamespacesRequest.ListStandardTagNamespacesRequest;
213
225
  import * as ListSwiftPasswordsRequest from "./list-swift-passwords-request";
214
226
  export import ListSwiftPasswordsRequest = ListSwiftPasswordsRequest.ListSwiftPasswordsRequest;
215
227
  import * as ListTagDefaultsRequest from "./list-tag-defaults-request";
@@ -31,11 +31,13 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.ListUsersRequest = exports.ListPoliciesRequest = exports.ListNetworkSourcesRequest = exports.ListMfaTotpDevicesRequest = exports.ListIdentityProvidersRequest = exports.ListIamWorkRequestLogsRequest = exports.ListIamWorkRequestErrorsRequest = exports.ListGroupsRequest = exports.ListDynamicGroupsRequest = exports.ListDomainsRequest = exports.ListCompartmentsRequest = exports.ListBulkActionResourceTypesRequest = void 0;
34
+ exports.ListUsersRequest = exports.ListPoliciesRequest = exports.ListNetworkSourcesRequest = exports.ListMfaTotpDevicesRequest = exports.ListIdentityProvidersRequest = exports.ListIamWorkRequestLogsRequest = exports.ListIamWorkRequestErrorsRequest = exports.ListGroupsRequest = exports.ListDynamicGroupsRequest = exports.ListDomainsRequest = exports.ListDbCredentialsRequest = exports.ListCompartmentsRequest = exports.ListBulkActionResourceTypesRequest = void 0;
35
35
  const ListBulkActionResourceTypesRequest = __importStar(require("./list-bulk-action-resource-types-request"));
36
36
  exports.ListBulkActionResourceTypesRequest = ListBulkActionResourceTypesRequest.ListBulkActionResourceTypesRequest;
37
37
  const ListCompartmentsRequest = __importStar(require("./list-compartments-request"));
38
38
  exports.ListCompartmentsRequest = ListCompartmentsRequest.ListCompartmentsRequest;
39
+ const ListDbCredentialsRequest = __importStar(require("./list-db-credentials-request"));
40
+ exports.ListDbCredentialsRequest = ListDbCredentialsRequest.ListDbCredentialsRequest;
39
41
  const ListDomainsRequest = __importStar(require("./list-domains-request"));
40
42
  exports.ListDomainsRequest = ListDomainsRequest.ListDomainsRequest;
41
43
  const ListDynamicGroupsRequest = __importStar(require("./list-dynamic-groups-request"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AA8JH,8GAAgG;AAClF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AAGzH,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AAKxF,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAG3F,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,wGAA0F;AAC5E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,oGAAsF;AACxE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAK1G,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AAGvG,2FAA6E;AAC/D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAG9F,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAuB5E,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAsKH,8GAAgG;AAClF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AAGzH,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AAKxF,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAG3F,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,wGAA0F;AAC5E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,oGAAsF;AACxE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAK1G,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AAGvG,2FAA6E;AAC/D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAG9F,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAyB5E,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC"}
@@ -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.7.0/identity/ListAllowedDomainLicenseTypes.ts.html |here} to see how to use ListAllowedDomainLicenseTypesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListAllowedDomainLicenseTypes.ts.html |here} to see how to use ListAllowedDomainLicenseTypesRequest.
16
16
  */
17
17
  export interface ListAllowedDomainLicenseTypesRequest 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.7.0/identity/ListApiKeys.ts.html |here} to see how to use ListApiKeysRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListApiKeys.ts.html |here} to see how to use ListApiKeysRequest.
16
16
  */
17
17
  export interface ListApiKeysRequest 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.7.0/identity/ListAuthTokens.ts.html |here} to see how to use ListAuthTokensRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListAuthTokens.ts.html |here} to see how to use ListAuthTokensRequest.
16
16
  */
17
17
  export interface ListAuthTokensRequest 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.7.0/identity/ListAvailabilityDomains.ts.html |here} to see how to use ListAvailabilityDomainsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListAvailabilityDomains.ts.html |here} to see how to use ListAvailabilityDomainsRequest.
16
16
  */
17
17
  export interface ListAvailabilityDomainsRequest 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.7.0/identity/ListBulkActionResourceTypes.ts.html |here} to see how to use ListBulkActionResourceTypesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListBulkActionResourceTypes.ts.html |here} to see how to use ListBulkActionResourceTypesRequest.
16
16
  */
17
17
  export interface ListBulkActionResourceTypesRequest 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.7.0/identity/ListBulkEditTagsResourceTypes.ts.html |here} to see how to use ListBulkEditTagsResourceTypesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListBulkEditTagsResourceTypes.ts.html |here} to see how to use ListBulkEditTagsResourceTypesRequest.
16
16
  */
17
17
  export interface ListBulkEditTagsResourceTypesRequest 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.7.0/identity/ListCompartments.ts.html |here} to see how to use ListCompartmentsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListCompartments.ts.html |here} to see how to use ListCompartmentsRequest.
16
16
  */
17
17
  export interface ListCompartmentsRequest 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.7.0/identity/ListCostTrackingTags.ts.html |here} to see how to use ListCostTrackingTagsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListCostTrackingTags.ts.html |here} to see how to use ListCostTrackingTagsRequest.
16
16
  */
17
17
  export interface ListCostTrackingTagsRequest 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.7.0/identity/ListCustomerSecretKeys.ts.html |here} to see how to use ListCustomerSecretKeysRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListCustomerSecretKeys.ts.html |here} to see how to use ListCustomerSecretKeysRequest.
16
16
  */
17
17
  export interface ListCustomerSecretKeysRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,76 @@
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.10.0/identity/ListDbCredentials.ts.html |here} to see how to use ListDbCredentialsRequest.
16
+ */
17
+ export interface ListDbCredentialsRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the user.
20
+ */
21
+ "userId": string;
22
+ /**
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
24
+ * particular request, please provide the request ID.
25
+ *
26
+ */
27
+ "opcRequestId"?: string;
28
+ /**
29
+ * The value of the `opc-next-page` response header from the previous \"List\" call.
30
+ *
31
+ */
32
+ "page"?: string;
33
+ /**
34
+ * The maximum number of items to return in a paginated \"List\" call.
35
+ *
36
+ */
37
+ "limit"?: number;
38
+ /**
39
+ * A filter to only return resources that match the given name exactly.
40
+ *
41
+ */
42
+ "name"?: string;
43
+ /**
44
+ * The field to sort by. You can provide one sort order (`sortOrder`). Default order for
45
+ * TIMECREATED is descending. Default order for NAME is ascending. The NAME
46
+ * sort order is case sensitive.
47
+ * <p>
48
+ **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
49
+ * optionally filter by Availability Domain if the scope of the resource type is within a
50
+ * single Availability Domain. If you call one of these \"List\" operations without specifying
51
+ * an Availability Domain, the resources are grouped by Availability Domain, then sorted.
52
+ *
53
+ */
54
+ "sortBy"?: ListDbCredentialsRequest.SortBy;
55
+ /**
56
+ * The sort order to use, either ascending (`ASC`) or descending (`DESC`). The NAME sort order
57
+ * is case sensitive.
58
+ *
59
+ */
60
+ "sortOrder"?: ListDbCredentialsRequest.SortOrder;
61
+ /**
62
+ * A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
63
+ *
64
+ */
65
+ "lifecycleState"?: string;
66
+ }
67
+ export declare namespace ListDbCredentialsRequest {
68
+ enum SortBy {
69
+ Timecreated = "TIMECREATED",
70
+ Name = "NAME"
71
+ }
72
+ enum SortOrder {
73
+ Asc = "ASC",
74
+ Desc = "DESC"
75
+ }
76
+ }
@@ -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.ListDbCredentialsRequest = void 0;
16
+ var ListDbCredentialsRequest;
17
+ (function (ListDbCredentialsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["Timecreated"] = "TIMECREATED";
21
+ SortBy["Name"] = "NAME";
22
+ })(SortBy = ListDbCredentialsRequest.SortBy || (ListDbCredentialsRequest.SortBy = {}));
23
+ let SortOrder;
24
+ (function (SortOrder) {
25
+ SortOrder["Asc"] = "ASC";
26
+ SortOrder["Desc"] = "DESC";
27
+ })(SortOrder = ListDbCredentialsRequest.SortOrder || (ListDbCredentialsRequest.SortOrder = {}));
28
+ })(ListDbCredentialsRequest = exports.ListDbCredentialsRequest || (exports.ListDbCredentialsRequest = {}));
29
+ //# sourceMappingURL=list-db-credentials-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-db-credentials-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/list-db-credentials-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2DH,IAAiB,wBAAwB,CAUxC;AAVD,WAAiB,wBAAwB;IACvC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,uBAAa,CAAA;IACf,CAAC,EAHW,MAAM,GAAN,+BAAM,KAAN,+BAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,kCAAS,KAAT,kCAAS,QAGpB;AACH,CAAC,EAVgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAUxC"}
@@ -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.7.0/identity/ListDomains.ts.html |here} to see how to use ListDomainsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListDomains.ts.html |here} to see how to use ListDomainsRequest.
16
16
  */
17
17
  export interface ListDomainsRequest 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.7.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.10.0/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.7.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.10.0/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.7.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.10.0/identity/ListGroups.ts.html |here} to see how to use ListGroupsRequest.
16
16
  */
17
17
  export interface ListGroupsRequest 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.7.0/identity/ListIamWorkRequestErrors.ts.html |here} to see how to use ListIamWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListIamWorkRequestErrors.ts.html |here} to see how to use ListIamWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListIamWorkRequestErrorsRequest 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.7.0/identity/ListIamWorkRequestLogs.ts.html |here} to see how to use ListIamWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListIamWorkRequestLogs.ts.html |here} to see how to use ListIamWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListIamWorkRequestLogsRequest 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.7.0/identity/ListIamWorkRequests.ts.html |here} to see how to use ListIamWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListIamWorkRequests.ts.html |here} to see how to use ListIamWorkRequestsRequest.
16
16
  */
17
17
  export interface ListIamWorkRequestsRequest 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.7.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.10.0/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.7.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.10.0/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.7.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.10.0/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.7.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.10.0/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.7.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.10.0/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.7.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.10.0/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.7.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.10.0/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.7.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.10.0/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.7.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.10.0/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.7.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.10.0/identity/ListSmtpCredentials.ts.html |here} to see how to use ListSmtpCredentialsRequest.
16
16
  */
17
17
  export interface ListSmtpCredentialsRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,33 @@
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.10.0/identity/ListStandardTagNamespaces.ts.html |here} to see how to use ListStandardTagNamespacesRequest.
16
+ */
17
+ export interface ListStandardTagNamespacesRequest 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
+ }
@@ -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-standard-tag-namespaces-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-standard-tag-namespaces-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/list-standard-tag-namespaces-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.7.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.10.0/identity/ListSwiftPasswords.ts.html |here} to see how to use ListSwiftPasswordsRequest.
16
16
  */
17
17
  export interface ListSwiftPasswordsRequest extends common.BaseRequest {
18
18
  /**