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/CreateOrResetUIPassword.ts.html |here} to see how to use CreateOrResetUIPasswordRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateOrResetUIPassword.ts.html |here} to see how to use CreateOrResetUIPasswordRequest.
16
16
  */
17
17
  export interface CreateOrResetUIPasswordRequest 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.7.0/identity/CreatePolicy.ts.html |here} to see how to use CreatePolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreatePolicy.ts.html |here} to see how to use CreatePolicyRequest.
17
17
  */
18
18
  export interface CreatePolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/CreateRegionSubscription.ts.html |here} to see how to use CreateRegionSubscriptionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateRegionSubscription.ts.html |here} to see how to use CreateRegionSubscriptionRequest.
17
17
  */
18
18
  export interface CreateRegionSubscriptionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/CreateSmtpCredential.ts.html |here} to see how to use CreateSmtpCredentialRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateSmtpCredential.ts.html |here} to see how to use CreateSmtpCredentialRequest.
17
17
  */
18
18
  export interface CreateSmtpCredentialRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/CreateSwiftPassword.ts.html |here} to see how to use CreateSwiftPasswordRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateSwiftPassword.ts.html |here} to see how to use CreateSwiftPasswordRequest.
17
17
  */
18
18
  export interface CreateSwiftPasswordRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/CreateTagDefault.ts.html |here} to see how to use CreateTagDefaultRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateTagDefault.ts.html |here} to see how to use CreateTagDefaultRequest.
17
17
  */
18
18
  export interface CreateTagDefaultRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/CreateTagNamespace.ts.html |here} to see how to use CreateTagNamespaceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateTagNamespace.ts.html |here} to see how to use CreateTagNamespaceRequest.
17
17
  */
18
18
  export interface CreateTagNamespaceRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/CreateTag.ts.html |here} to see how to use CreateTagRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateTag.ts.html |here} to see how to use CreateTagRequest.
17
17
  */
18
18
  export interface CreateTagRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/CreateUser.ts.html |here} to see how to use CreateUserRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/CreateUser.ts.html |here} to see how to use CreateUserRequest.
17
17
  */
18
18
  export interface CreateUserRequest 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.7.0/identity/DeactivateDomain.ts.html |here} to see how to use DeactivateDomainRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeactivateDomain.ts.html |here} to see how to use DeactivateDomainRequest.
16
16
  */
17
17
  export interface DeactivateDomainRequest 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/DeleteApiKey.ts.html |here} to see how to use DeleteApiKeyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteApiKey.ts.html |here} to see how to use DeleteApiKeyRequest.
16
16
  */
17
17
  export interface DeleteApiKeyRequest 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/DeleteAuthToken.ts.html |here} to see how to use DeleteAuthTokenRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteAuthToken.ts.html |here} to see how to use DeleteAuthTokenRequest.
16
16
  */
17
17
  export interface DeleteAuthTokenRequest 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/DeleteCompartment.ts.html |here} to see how to use DeleteCompartmentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteCompartment.ts.html |here} to see how to use DeleteCompartmentRequest.
16
16
  */
17
17
  export interface DeleteCompartmentRequest 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/DeleteCustomerSecretKey.ts.html |here} to see how to use DeleteCustomerSecretKeyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteCustomerSecretKey.ts.html |here} to see how to use DeleteCustomerSecretKeyRequest.
16
16
  */
17
17
  export interface DeleteCustomerSecretKeyRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,39 @@
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/DeleteDbCredential.ts.html |here} to see how to use DeleteDbCredentialRequest.
16
+ */
17
+ export interface DeleteDbCredentialRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the user.
20
+ */
21
+ "userId": string;
22
+ /**
23
+ * The OCID of the DB credential.
24
+ */
25
+ "dbCredentialId": string;
26
+ /**
27
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
28
+ * particular request, please provide the request ID.
29
+ *
30
+ */
31
+ "opcRequestId"?: string;
32
+ /**
33
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
34
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
35
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
36
+ *
37
+ */
38
+ "ifMatch"?: string;
39
+ }
@@ -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=delete-db-credential-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-db-credential-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/delete-db-credential-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/DeleteDomain.ts.html |here} to see how to use DeleteDomainRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteDomain.ts.html |here} to see how to use DeleteDomainRequest.
16
16
  */
17
17
  export interface DeleteDomainRequest 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/DeleteDynamicGroup.ts.html |here} to see how to use DeleteDynamicGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteDynamicGroup.ts.html |here} to see how to use DeleteDynamicGroupRequest.
16
16
  */
17
17
  export interface DeleteDynamicGroupRequest 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/DeleteGroup.ts.html |here} to see how to use DeleteGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteGroup.ts.html |here} to see how to use DeleteGroupRequest.
16
16
  */
17
17
  export interface DeleteGroupRequest 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/DeleteIdentityProvider.ts.html |here} to see how to use DeleteIdentityProviderRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteIdentityProvider.ts.html |here} to see how to use DeleteIdentityProviderRequest.
16
16
  */
17
17
  export interface DeleteIdentityProviderRequest 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/DeleteIdpGroupMapping.ts.html |here} to see how to use DeleteIdpGroupMappingRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteIdpGroupMapping.ts.html |here} to see how to use DeleteIdpGroupMappingRequest.
16
16
  */
17
17
  export interface DeleteIdpGroupMappingRequest 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/DeleteMfaTotpDevice.ts.html |here} to see how to use DeleteMfaTotpDeviceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteMfaTotpDevice.ts.html |here} to see how to use DeleteMfaTotpDeviceRequest.
16
16
  */
17
17
  export interface DeleteMfaTotpDeviceRequest 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/DeleteNetworkSource.ts.html |here} to see how to use DeleteNetworkSourceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteNetworkSource.ts.html |here} to see how to use DeleteNetworkSourceRequest.
16
16
  */
17
17
  export interface DeleteNetworkSourceRequest 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/DeleteOAuthClientCredential.ts.html |here} to see how to use DeleteOAuthClientCredentialRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteOAuthClientCredential.ts.html |here} to see how to use DeleteOAuthClientCredentialRequest.
16
16
  */
17
17
  export interface DeleteOAuthClientCredentialRequest 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/DeletePolicy.ts.html |here} to see how to use DeletePolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeletePolicy.ts.html |here} to see how to use DeletePolicyRequest.
16
16
  */
17
17
  export interface DeletePolicyRequest 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/DeleteSmtpCredential.ts.html |here} to see how to use DeleteSmtpCredentialRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteSmtpCredential.ts.html |here} to see how to use DeleteSmtpCredentialRequest.
16
16
  */
17
17
  export interface DeleteSmtpCredentialRequest 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/DeleteSwiftPassword.ts.html |here} to see how to use DeleteSwiftPasswordRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteSwiftPassword.ts.html |here} to see how to use DeleteSwiftPasswordRequest.
16
16
  */
17
17
  export interface DeleteSwiftPasswordRequest 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/DeleteTagDefault.ts.html |here} to see how to use DeleteTagDefaultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteTagDefault.ts.html |here} to see how to use DeleteTagDefaultRequest.
16
16
  */
17
17
  export interface DeleteTagDefaultRequest 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/DeleteTagNamespace.ts.html |here} to see how to use DeleteTagNamespaceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteTagNamespace.ts.html |here} to see how to use DeleteTagNamespaceRequest.
16
16
  */
17
17
  export interface DeleteTagNamespaceRequest 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/DeleteTag.ts.html |here} to see how to use DeleteTagRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteTag.ts.html |here} to see how to use DeleteTagRequest.
16
16
  */
17
17
  export interface DeleteTagRequest 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/DeleteUser.ts.html |here} to see how to use DeleteUserRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/DeleteUser.ts.html |here} to see how to use DeleteUserRequest.
16
16
  */
17
17
  export interface DeleteUserRequest 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.7.0/identity/EnableReplicationToRegion.ts.html |here} to see how to use EnableReplicationToRegionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/EnableReplicationToRegion.ts.html |here} to see how to use EnableReplicationToRegionRequest.
17
17
  */
18
18
  export interface EnableReplicationToRegionRequest 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.7.0/identity/GenerateTotpSeed.ts.html |here} to see how to use GenerateTotpSeedRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GenerateTotpSeed.ts.html |here} to see how to use GenerateTotpSeedRequest.
16
16
  */
17
17
  export interface GenerateTotpSeedRequest 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/GetAuthenticationPolicy.ts.html |here} to see how to use GetAuthenticationPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetAuthenticationPolicy.ts.html |here} to see how to use GetAuthenticationPolicyRequest.
16
16
  */
17
17
  export interface GetAuthenticationPolicyRequest 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/GetCompartment.ts.html |here} to see how to use GetCompartmentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetCompartment.ts.html |here} to see how to use GetCompartmentRequest.
16
16
  */
17
17
  export interface GetCompartmentRequest 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/GetDomain.ts.html |here} to see how to use GetDomainRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetDomain.ts.html |here} to see how to use GetDomainRequest.
16
16
  */
17
17
  export interface GetDomainRequest 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/GetDynamicGroup.ts.html |here} to see how to use GetDynamicGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetDynamicGroup.ts.html |here} to see how to use GetDynamicGroupRequest.
16
16
  */
17
17
  export interface GetDynamicGroupRequest 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/GetGroup.ts.html |here} to see how to use GetGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetGroup.ts.html |here} to see how to use GetGroupRequest.
16
16
  */
17
17
  export interface GetGroupRequest 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/GetIamWorkRequest.ts.html |here} to see how to use GetIamWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetIamWorkRequest.ts.html |here} to see how to use GetIamWorkRequestRequest.
16
16
  */
17
17
  export interface GetIamWorkRequestRequest 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/GetIdentityProvider.ts.html |here} to see how to use GetIdentityProviderRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetIdentityProvider.ts.html |here} to see how to use GetIdentityProviderRequest.
16
16
  */
17
17
  export interface GetIdentityProviderRequest 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/GetIdpGroupMapping.ts.html |here} to see how to use GetIdpGroupMappingRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetIdpGroupMapping.ts.html |here} to see how to use GetIdpGroupMappingRequest.
16
16
  */
17
17
  export interface GetIdpGroupMappingRequest 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/GetMfaTotpDevice.ts.html |here} to see how to use GetMfaTotpDeviceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetMfaTotpDevice.ts.html |here} to see how to use GetMfaTotpDeviceRequest.
16
16
  */
17
17
  export interface GetMfaTotpDeviceRequest 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/GetNetworkSource.ts.html |here} to see how to use GetNetworkSourceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetNetworkSource.ts.html |here} to see how to use GetNetworkSourceRequest.
16
16
  */
17
17
  export interface GetNetworkSourceRequest 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/GetPolicy.ts.html |here} to see how to use GetPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetPolicy.ts.html |here} to see how to use GetPolicyRequest.
16
16
  */
17
17
  export interface GetPolicyRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,28 @@
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/GetStandardTagTemplate.ts.html |here} to see how to use GetStandardTagTemplateRequest.
16
+ */
17
+ export interface GetStandardTagTemplateRequest 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 name of the standard tag namespace tempate that is requested
25
+ *
26
+ */
27
+ "standardTagNamespaceName": string;
28
+ }
@@ -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=get-standard-tag-template-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-standard-tag-template-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/get-standard-tag-template-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/GetTagDefault.ts.html |here} to see how to use GetTagDefaultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetTagDefault.ts.html |here} to see how to use GetTagDefaultRequest.
16
16
  */
17
17
  export interface GetTagDefaultRequest 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/GetTagNamespace.ts.html |here} to see how to use GetTagNamespaceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetTagNamespace.ts.html |here} to see how to use GetTagNamespaceRequest.
16
16
  */
17
17
  export interface GetTagNamespaceRequest 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/GetTag.ts.html |here} to see how to use GetTagRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetTag.ts.html |here} to see how to use GetTagRequest.
16
16
  */
17
17
  export interface GetTagRequest 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/GetTaggingWorkRequest.ts.html |here} to see how to use GetTaggingWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetTaggingWorkRequest.ts.html |here} to see how to use GetTaggingWorkRequestRequest.
16
16
  */
17
17
  export interface GetTaggingWorkRequestRequest 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/GetTenancy.ts.html |here} to see how to use GetTenancyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetTenancy.ts.html |here} to see how to use GetTenancyRequest.
16
16
  */
17
17
  export interface GetTenancyRequest 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/GetUserGroupMembership.ts.html |here} to see how to use GetUserGroupMembershipRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/GetUserGroupMembership.ts.html |here} to see how to use GetUserGroupMembershipRequest.
16
16
  */
17
17
  export interface GetUserGroupMembershipRequest extends common.BaseRequest {
18
18
  /**