oci-identity 2.9.1 → 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 (184) hide show
  1. package/lib/client.d.ts +200 -138
  2. package/lib/client.js +366 -138
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-db-credential-details.d.ts +28 -0
  5. package/lib/model/create-db-credential-details.js +29 -0
  6. package/lib/model/create-db-credential-details.js.map +1 -0
  7. package/lib/model/db-credential-summary.d.ts +57 -0
  8. package/lib/model/db-credential-summary.js +29 -0
  9. package/lib/model/db-credential-summary.js.map +1 -0
  10. package/lib/model/db-credential.d.ts +67 -0
  11. package/lib/model/db-credential.js +41 -0
  12. package/lib/model/db-credential.js.map +1 -0
  13. package/lib/model/index.d.ts +6 -0
  14. package/lib/model/index.js +9 -3
  15. package/lib/model/index.js.map +1 -1
  16. package/lib/model/update-user-capabilities-details.d.ts +5 -0
  17. package/lib/model/update-user-capabilities-details.js.map +1 -1
  18. package/lib/model/update-user-details.d.ts +4 -0
  19. package/lib/model/update-user-details.js.map +1 -1
  20. package/lib/model/user-capabilities.d.ts +5 -0
  21. package/lib/model/user-capabilities.js.map +1 -1
  22. package/lib/model/user.d.ts +4 -0
  23. package/lib/model/user.js.map +1 -1
  24. package/lib/request/activate-domain-request.d.ts +1 -1
  25. package/lib/request/activate-mfa-totp-device-request.d.ts +1 -1
  26. package/lib/request/add-user-to-group-request.d.ts +1 -1
  27. package/lib/request/assemble-effective-tag-set-request.d.ts +1 -1
  28. package/lib/request/bulk-delete-resources-request.d.ts +1 -1
  29. package/lib/request/bulk-delete-tags-request.d.ts +1 -1
  30. package/lib/request/bulk-edit-tags-request.d.ts +1 -1
  31. package/lib/request/bulk-move-resources-request.d.ts +1 -1
  32. package/lib/request/cascade-delete-tag-namespace-request.d.ts +1 -1
  33. package/lib/request/change-domain-compartment-request.d.ts +1 -1
  34. package/lib/request/change-domain-license-type-request.d.ts +1 -1
  35. package/lib/request/change-tag-namespace-compartment-request.d.ts +1 -1
  36. package/lib/request/create-auth-token-request.d.ts +1 -1
  37. package/lib/request/create-compartment-request.d.ts +1 -1
  38. package/lib/request/create-customer-secret-key-request.d.ts +1 -1
  39. package/lib/request/create-db-credential-request.d.ts +42 -0
  40. package/lib/request/create-db-credential-request.js +15 -0
  41. package/lib/request/create-db-credential-request.js.map +1 -0
  42. package/lib/request/create-domain-request.d.ts +1 -1
  43. package/lib/request/create-dynamic-group-request.d.ts +1 -1
  44. package/lib/request/create-group-request.d.ts +1 -1
  45. package/lib/request/create-identity-provider-request.d.ts +1 -1
  46. package/lib/request/create-idp-group-mapping-request.d.ts +1 -1
  47. package/lib/request/create-mfa-totp-device-request.d.ts +1 -1
  48. package/lib/request/create-network-source-request.d.ts +1 -1
  49. package/lib/request/create-oauth-client-credential-request.d.ts +1 -1
  50. package/lib/request/create-or-reset-uipassword-request.d.ts +1 -1
  51. package/lib/request/create-policy-request.d.ts +1 -1
  52. package/lib/request/create-region-subscription-request.d.ts +1 -1
  53. package/lib/request/create-smtp-credential-request.d.ts +1 -1
  54. package/lib/request/create-swift-password-request.d.ts +1 -1
  55. package/lib/request/create-tag-default-request.d.ts +1 -1
  56. package/lib/request/create-tag-namespace-request.d.ts +1 -1
  57. package/lib/request/create-tag-request.d.ts +1 -1
  58. package/lib/request/create-user-request.d.ts +1 -1
  59. package/lib/request/deactivate-domain-request.d.ts +1 -1
  60. package/lib/request/delete-api-key-request.d.ts +1 -1
  61. package/lib/request/delete-auth-token-request.d.ts +1 -1
  62. package/lib/request/delete-compartment-request.d.ts +1 -1
  63. package/lib/request/delete-customer-secret-key-request.d.ts +1 -1
  64. package/lib/request/delete-db-credential-request.d.ts +39 -0
  65. package/lib/request/delete-db-credential-request.js +15 -0
  66. package/lib/request/delete-db-credential-request.js.map +1 -0
  67. package/lib/request/delete-domain-request.d.ts +1 -1
  68. package/lib/request/delete-dynamic-group-request.d.ts +1 -1
  69. package/lib/request/delete-group-request.d.ts +1 -1
  70. package/lib/request/delete-identity-provider-request.d.ts +1 -1
  71. package/lib/request/delete-idp-group-mapping-request.d.ts +1 -1
  72. package/lib/request/delete-mfa-totp-device-request.d.ts +1 -1
  73. package/lib/request/delete-network-source-request.d.ts +1 -1
  74. package/lib/request/delete-oauth-client-credential-request.d.ts +1 -1
  75. package/lib/request/delete-policy-request.d.ts +1 -1
  76. package/lib/request/delete-smtp-credential-request.d.ts +1 -1
  77. package/lib/request/delete-swift-password-request.d.ts +1 -1
  78. package/lib/request/delete-tag-default-request.d.ts +1 -1
  79. package/lib/request/delete-tag-namespace-request.d.ts +1 -1
  80. package/lib/request/delete-tag-request.d.ts +1 -1
  81. package/lib/request/delete-user-request.d.ts +1 -1
  82. package/lib/request/enable-replication-to-region-request.d.ts +1 -1
  83. package/lib/request/generate-totp-seed-request.d.ts +1 -1
  84. package/lib/request/get-authentication-policy-request.d.ts +1 -1
  85. package/lib/request/get-compartment-request.d.ts +1 -1
  86. package/lib/request/get-domain-request.d.ts +1 -1
  87. package/lib/request/get-dynamic-group-request.d.ts +1 -1
  88. package/lib/request/get-group-request.d.ts +1 -1
  89. package/lib/request/get-iam-work-request-request.d.ts +1 -1
  90. package/lib/request/get-identity-provider-request.d.ts +1 -1
  91. package/lib/request/get-idp-group-mapping-request.d.ts +1 -1
  92. package/lib/request/get-mfa-totp-device-request.d.ts +1 -1
  93. package/lib/request/get-network-source-request.d.ts +1 -1
  94. package/lib/request/get-policy-request.d.ts +1 -1
  95. package/lib/request/get-standard-tag-template-request.d.ts +1 -1
  96. package/lib/request/get-tag-default-request.d.ts +1 -1
  97. package/lib/request/get-tag-namespace-request.d.ts +1 -1
  98. package/lib/request/get-tag-request.d.ts +1 -1
  99. package/lib/request/get-tagging-work-request-request.d.ts +1 -1
  100. package/lib/request/get-tenancy-request.d.ts +1 -1
  101. package/lib/request/get-user-group-membership-request.d.ts +1 -1
  102. package/lib/request/get-user-request.d.ts +1 -1
  103. package/lib/request/get-user-uipassword-information-request.d.ts +1 -1
  104. package/lib/request/get-work-request-request.d.ts +1 -1
  105. package/lib/request/import-standard-tags-request.d.ts +1 -1
  106. package/lib/request/index.d.ts +6 -0
  107. package/lib/request/index.js +3 -1
  108. package/lib/request/index.js.map +1 -1
  109. package/lib/request/list-allowed-domain-license-types-request.d.ts +1 -1
  110. package/lib/request/list-api-keys-request.d.ts +1 -1
  111. package/lib/request/list-auth-tokens-request.d.ts +1 -1
  112. package/lib/request/list-availability-domains-request.d.ts +1 -1
  113. package/lib/request/list-bulk-action-resource-types-request.d.ts +1 -1
  114. package/lib/request/list-bulk-edit-tags-resource-types-request.d.ts +1 -1
  115. package/lib/request/list-compartments-request.d.ts +1 -1
  116. package/lib/request/list-cost-tracking-tags-request.d.ts +1 -1
  117. package/lib/request/list-customer-secret-keys-request.d.ts +1 -1
  118. package/lib/request/list-db-credentials-request.d.ts +76 -0
  119. package/lib/request/list-db-credentials-request.js +29 -0
  120. package/lib/request/list-db-credentials-request.js.map +1 -0
  121. package/lib/request/list-domains-request.d.ts +1 -1
  122. package/lib/request/list-dynamic-groups-request.d.ts +1 -1
  123. package/lib/request/list-fault-domains-request.d.ts +1 -1
  124. package/lib/request/list-groups-request.d.ts +1 -1
  125. package/lib/request/list-iam-work-request-errors-request.d.ts +1 -1
  126. package/lib/request/list-iam-work-request-logs-request.d.ts +1 -1
  127. package/lib/request/list-iam-work-requests-request.d.ts +1 -1
  128. package/lib/request/list-identity-provider-groups-request.d.ts +1 -1
  129. package/lib/request/list-identity-providers-request.d.ts +1 -1
  130. package/lib/request/list-idp-group-mappings-request.d.ts +1 -1
  131. package/lib/request/list-mfa-totp-devices-request.d.ts +1 -1
  132. package/lib/request/list-network-sources-request.d.ts +1 -1
  133. package/lib/request/list-oauth-client-credentials-request.d.ts +1 -1
  134. package/lib/request/list-policies-request.d.ts +1 -1
  135. package/lib/request/list-region-subscriptions-request.d.ts +1 -1
  136. package/lib/request/list-regions-request.d.ts +1 -1
  137. package/lib/request/list-smtp-credentials-request.d.ts +1 -1
  138. package/lib/request/list-standard-tag-namespaces-request.d.ts +1 -1
  139. package/lib/request/list-swift-passwords-request.d.ts +1 -1
  140. package/lib/request/list-tag-defaults-request.d.ts +1 -1
  141. package/lib/request/list-tag-namespaces-request.d.ts +1 -1
  142. package/lib/request/list-tagging-work-request-errors-request.d.ts +1 -1
  143. package/lib/request/list-tagging-work-request-logs-request.d.ts +1 -1
  144. package/lib/request/list-tagging-work-requests-request.d.ts +1 -1
  145. package/lib/request/list-tags-request.d.ts +1 -1
  146. package/lib/request/list-user-group-memberships-request.d.ts +1 -1
  147. package/lib/request/list-users-request.d.ts +1 -1
  148. package/lib/request/list-work-requests-request.d.ts +1 -1
  149. package/lib/request/move-compartment-request.d.ts +1 -1
  150. package/lib/request/recover-compartment-request.d.ts +1 -1
  151. package/lib/request/remove-user-from-group-request.d.ts +1 -1
  152. package/lib/request/reset-idp-scim-client-request.d.ts +1 -1
  153. package/lib/request/update-auth-token-request.d.ts +1 -1
  154. package/lib/request/update-authentication-policy-request.d.ts +1 -1
  155. package/lib/request/update-compartment-request.d.ts +1 -1
  156. package/lib/request/update-customer-secret-key-request.d.ts +1 -1
  157. package/lib/request/update-domain-request.d.ts +1 -1
  158. package/lib/request/update-dynamic-group-request.d.ts +1 -1
  159. package/lib/request/update-group-request.d.ts +1 -1
  160. package/lib/request/update-identity-provider-request.d.ts +1 -1
  161. package/lib/request/update-idp-group-mapping-request.d.ts +1 -1
  162. package/lib/request/update-network-source-request.d.ts +1 -1
  163. package/lib/request/update-oauth-client-credential-request.d.ts +1 -1
  164. package/lib/request/update-policy-request.d.ts +1 -1
  165. package/lib/request/update-smtp-credential-request.d.ts +1 -1
  166. package/lib/request/update-swift-password-request.d.ts +1 -1
  167. package/lib/request/update-tag-default-request.d.ts +1 -1
  168. package/lib/request/update-tag-namespace-request.d.ts +1 -1
  169. package/lib/request/update-tag-request.d.ts +1 -1
  170. package/lib/request/update-user-capabilities-request.d.ts +1 -1
  171. package/lib/request/update-user-request.d.ts +1 -1
  172. package/lib/request/update-user-state-request.d.ts +1 -1
  173. package/lib/request/upload-api-key-request.d.ts +1 -1
  174. package/lib/response/create-db-credential-response.d.ts +29 -0
  175. package/lib/response/create-db-credential-response.js +15 -0
  176. package/lib/response/create-db-credential-response.js.map +1 -0
  177. package/lib/response/delete-db-credential-response.d.ts +20 -0
  178. package/lib/response/delete-db-credential-response.js +15 -0
  179. package/lib/response/delete-db-credential-response.js.map +1 -0
  180. package/lib/response/index.d.ts +6 -0
  181. package/lib/response/list-db-credentials-response.d.ts +32 -0
  182. package/lib/response/list-db-credentials-response.js +15 -0
  183. package/lib/response/list-db-credentials-response.js.map +1 -0
  184. 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.9.1/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
  /**
@@ -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.9.1/identity/ListTagDefaults.ts.html |here} to see how to use ListTagDefaultsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTagDefaults.ts.html |here} to see how to use ListTagDefaultsRequest.
16
16
  */
17
17
  export interface ListTagDefaultsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListTagNamespaces.ts.html |here} to see how to use ListTagNamespacesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTagNamespaces.ts.html |here} to see how to use ListTagNamespacesRequest.
16
16
  */
17
17
  export interface ListTagNamespacesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListTaggingWorkRequestErrors.ts.html |here} to see how to use ListTaggingWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTaggingWorkRequestErrors.ts.html |here} to see how to use ListTaggingWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListTaggingWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListTaggingWorkRequestLogs.ts.html |here} to see how to use ListTaggingWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTaggingWorkRequestLogs.ts.html |here} to see how to use ListTaggingWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListTaggingWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListTaggingWorkRequests.ts.html |here} to see how to use ListTaggingWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTaggingWorkRequests.ts.html |here} to see how to use ListTaggingWorkRequestsRequest.
16
16
  */
17
17
  export interface ListTaggingWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListTags.ts.html |here} to see how to use ListTagsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTags.ts.html |here} to see how to use ListTagsRequest.
16
16
  */
17
17
  export interface ListTagsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListUserGroupMemberships.ts.html |here} to see how to use ListUserGroupMembershipsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListUserGroupMemberships.ts.html |here} to see how to use ListUserGroupMembershipsRequest.
16
16
  */
17
17
  export interface ListUserGroupMembershipsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListUsers.ts.html |here} to see how to use ListUsersRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListUsers.ts.html |here} to see how to use ListUsersRequest.
16
16
  */
17
17
  export interface ListUsersRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/MoveCompartment.ts.html |here} to see how to use MoveCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/MoveCompartment.ts.html |here} to see how to use MoveCompartmentRequest.
17
17
  */
18
18
  export interface MoveCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/RecoverCompartment.ts.html |here} to see how to use RecoverCompartmentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/RecoverCompartment.ts.html |here} to see how to use RecoverCompartmentRequest.
16
16
  */
17
17
  export interface RecoverCompartmentRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/identity/RemoveUserFromGroup.ts.html |here} to see how to use RemoveUserFromGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/RemoveUserFromGroup.ts.html |here} to see how to use RemoveUserFromGroupRequest.
16
16
  */
17
17
  export interface RemoveUserFromGroupRequest 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.9.1/identity/ResetIdpScimClient.ts.html |here} to see how to use ResetIdpScimClientRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ResetIdpScimClient.ts.html |here} to see how to use ResetIdpScimClientRequest.
16
16
  */
17
17
  export interface ResetIdpScimClientRequest 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.9.1/identity/UpdateAuthToken.ts.html |here} to see how to use UpdateAuthTokenRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateAuthToken.ts.html |here} to see how to use UpdateAuthTokenRequest.
17
17
  */
18
18
  export interface UpdateAuthTokenRequest 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.9.1/identity/UpdateAuthenticationPolicy.ts.html |here} to see how to use UpdateAuthenticationPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateAuthenticationPolicy.ts.html |here} to see how to use UpdateAuthenticationPolicyRequest.
17
17
  */
18
18
  export interface UpdateAuthenticationPolicyRequest 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.9.1/identity/UpdateCompartment.ts.html |here} to see how to use UpdateCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateCompartment.ts.html |here} to see how to use UpdateCompartmentRequest.
17
17
  */
18
18
  export interface UpdateCompartmentRequest 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.9.1/identity/UpdateCustomerSecretKey.ts.html |here} to see how to use UpdateCustomerSecretKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateCustomerSecretKey.ts.html |here} to see how to use UpdateCustomerSecretKeyRequest.
17
17
  */
18
18
  export interface UpdateCustomerSecretKeyRequest 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.9.1/identity/UpdateDomain.ts.html |here} to see how to use UpdateDomainRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateDomain.ts.html |here} to see how to use UpdateDomainRequest.
17
17
  */
18
18
  export interface UpdateDomainRequest 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.9.1/identity/UpdateDynamicGroup.ts.html |here} to see how to use UpdateDynamicGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateDynamicGroup.ts.html |here} to see how to use UpdateDynamicGroupRequest.
17
17
  */
18
18
  export interface UpdateDynamicGroupRequest 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.9.1/identity/UpdateGroup.ts.html |here} to see how to use UpdateGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateGroup.ts.html |here} to see how to use UpdateGroupRequest.
17
17
  */
18
18
  export interface UpdateGroupRequest 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.9.1/identity/UpdateIdentityProvider.ts.html |here} to see how to use UpdateIdentityProviderRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateIdentityProvider.ts.html |here} to see how to use UpdateIdentityProviderRequest.
17
17
  */
18
18
  export interface UpdateIdentityProviderRequest 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.9.1/identity/UpdateIdpGroupMapping.ts.html |here} to see how to use UpdateIdpGroupMappingRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateIdpGroupMapping.ts.html |here} to see how to use UpdateIdpGroupMappingRequest.
17
17
  */
18
18
  export interface UpdateIdpGroupMappingRequest 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.9.1/identity/UpdateNetworkSource.ts.html |here} to see how to use UpdateNetworkSourceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateNetworkSource.ts.html |here} to see how to use UpdateNetworkSourceRequest.
17
17
  */
18
18
  export interface UpdateNetworkSourceRequest 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.9.1/identity/UpdateOAuthClientCredential.ts.html |here} to see how to use UpdateOAuthClientCredentialRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateOAuthClientCredential.ts.html |here} to see how to use UpdateOAuthClientCredentialRequest.
17
17
  */
18
18
  export interface UpdateOAuthClientCredentialRequest 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.9.1/identity/UpdatePolicy.ts.html |here} to see how to use UpdatePolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdatePolicy.ts.html |here} to see how to use UpdatePolicyRequest.
17
17
  */
18
18
  export interface UpdatePolicyRequest 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.9.1/identity/UpdateSmtpCredential.ts.html |here} to see how to use UpdateSmtpCredentialRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateSmtpCredential.ts.html |here} to see how to use UpdateSmtpCredentialRequest.
17
17
  */
18
18
  export interface UpdateSmtpCredentialRequest 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.9.1/identity/UpdateSwiftPassword.ts.html |here} to see how to use UpdateSwiftPasswordRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateSwiftPassword.ts.html |here} to see how to use UpdateSwiftPasswordRequest.
17
17
  */
18
18
  export interface UpdateSwiftPasswordRequest 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.9.1/identity/UpdateTagDefault.ts.html |here} to see how to use UpdateTagDefaultRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateTagDefault.ts.html |here} to see how to use UpdateTagDefaultRequest.
17
17
  */
18
18
  export interface UpdateTagDefaultRequest 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.9.1/identity/UpdateTagNamespace.ts.html |here} to see how to use UpdateTagNamespaceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateTagNamespace.ts.html |here} to see how to use UpdateTagNamespaceRequest.
17
17
  */
18
18
  export interface UpdateTagNamespaceRequest 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.9.1/identity/UpdateTag.ts.html |here} to see how to use UpdateTagRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateTag.ts.html |here} to see how to use UpdateTagRequest.
17
17
  */
18
18
  export interface UpdateTagRequest 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.9.1/identity/UpdateUserCapabilities.ts.html |here} to see how to use UpdateUserCapabilitiesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateUserCapabilities.ts.html |here} to see how to use UpdateUserCapabilitiesRequest.
17
17
  */
18
18
  export interface UpdateUserCapabilitiesRequest 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.9.1/identity/UpdateUser.ts.html |here} to see how to use UpdateUserRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateUser.ts.html |here} to see how to use UpdateUserRequest.
17
17
  */
18
18
  export interface UpdateUserRequest 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.9.1/identity/UpdateUserState.ts.html |here} to see how to use UpdateUserStateRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateUserState.ts.html |here} to see how to use UpdateUserStateRequest.
17
17
  */
18
18
  export interface UpdateUserStateRequest 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.9.1/identity/UploadApiKey.ts.html |here} to see how to use UploadApiKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UploadApiKey.ts.html |here} to see how to use UploadApiKeyRequest.
17
17
  */
18
18
  export interface UploadApiKeyRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,29 @@
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
+ export interface CreateDbCredentialResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
17
+ * particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For optimistic concurrency control. See `if-match`.
23
+ */
24
+ "etag": string;
25
+ /**
26
+ * The returned model.DbCredential instance.
27
+ */
28
+ "dbCredential": model.DbCredential;
29
+ }
@@ -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=create-db-credential-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-db-credential-response.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/response/create-db-credential-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
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
+ export interface DeleteDbCredentialResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
16
+ * particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ }
@@ -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-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-db-credential-response.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/response/delete-db-credential-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -40,6 +40,8 @@ import * as CreateCompartmentResponse from "./create-compartment-response";
40
40
  export import CreateCompartmentResponse = CreateCompartmentResponse.CreateCompartmentResponse;
41
41
  import * as CreateCustomerSecretKeyResponse from "./create-customer-secret-key-response";
42
42
  export import CreateCustomerSecretKeyResponse = CreateCustomerSecretKeyResponse.CreateCustomerSecretKeyResponse;
43
+ import * as CreateDbCredentialResponse from "./create-db-credential-response";
44
+ export import CreateDbCredentialResponse = CreateDbCredentialResponse.CreateDbCredentialResponse;
43
45
  import * as CreateDomainResponse from "./create-domain-response";
44
46
  export import CreateDomainResponse = CreateDomainResponse.CreateDomainResponse;
45
47
  import * as CreateDynamicGroupResponse from "./create-dynamic-group-response";
@@ -84,6 +86,8 @@ import * as DeleteCompartmentResponse from "./delete-compartment-response";
84
86
  export import DeleteCompartmentResponse = DeleteCompartmentResponse.DeleteCompartmentResponse;
85
87
  import * as DeleteCustomerSecretKeyResponse from "./delete-customer-secret-key-response";
86
88
  export import DeleteCustomerSecretKeyResponse = DeleteCustomerSecretKeyResponse.DeleteCustomerSecretKeyResponse;
89
+ import * as DeleteDbCredentialResponse from "./delete-db-credential-response";
90
+ export import DeleteDbCredentialResponse = DeleteDbCredentialResponse.DeleteDbCredentialResponse;
87
91
  import * as DeleteDomainResponse from "./delete-domain-response";
88
92
  export import DeleteDomainResponse = DeleteDomainResponse.DeleteDomainResponse;
89
93
  import * as DeleteDynamicGroupResponse from "./delete-dynamic-group-response";
@@ -180,6 +184,8 @@ import * as ListCostTrackingTagsResponse from "./list-cost-tracking-tags-respons
180
184
  export import ListCostTrackingTagsResponse = ListCostTrackingTagsResponse.ListCostTrackingTagsResponse;
181
185
  import * as ListCustomerSecretKeysResponse from "./list-customer-secret-keys-response";
182
186
  export import ListCustomerSecretKeysResponse = ListCustomerSecretKeysResponse.ListCustomerSecretKeysResponse;
187
+ import * as ListDbCredentialsResponse from "./list-db-credentials-response";
188
+ export import ListDbCredentialsResponse = ListDbCredentialsResponse.ListDbCredentialsResponse;
183
189
  import * as ListDomainsResponse from "./list-domains-response";
184
190
  export import ListDomainsResponse = ListDomainsResponse.ListDomainsResponse;
185
191
  import * as ListDynamicGroupsResponse from "./list-dynamic-groups-response";
@@ -0,0 +1,32 @@
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
+ export interface ListDbCredentialsResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
17
+ * particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
+ * then a partial list might have been returned. Include this value as the `page` parameter for the
24
+ * subsequent GET request to get the next batch of items.
25
+ *
26
+ */
27
+ "opcNextPage": string;
28
+ /**
29
+ * A list of DbCredentialSummary instances.
30
+ */
31
+ "items": model.DbCredentialSummary[];
32
+ }
@@ -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-db-credentials-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-db-credentials-response.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/response/list-db-credentials-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-identity",
3
- "version": "2.9.1",
3
+ "version": "2.10.0",
4
4
  "description": "OCI NodeJS client for Identity",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.9.1",
19
- "oci-workrequests": "2.9.1"
18
+ "oci-common": "2.10.0",
19
+ "oci-workrequests": "2.10.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"