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
@@ -16,7 +16,7 @@ export interface BulkEditResource {
16
16
  */
17
17
  "id": string;
18
18
  /**
19
- * The type of resource. See {@link #bulkEditResourceTypes(BulkEditResourceTypesRequest) bulkEditResourceTypes}.
19
+ * The type of resource. See {@link #listBulkEditTagsResourceTypes(ListBulkEditTagsResourceTypesRequest) listBulkEditTagsResourceTypes}.
20
20
  */
21
21
  "resourceType": string;
22
22
  /**
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Identity and Access Management Service API
3
+ * APIs for managing users, groups, compartments, and policies.
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 CreateDbCredentialDetails {
14
+ /**
15
+ * The password for the DB credentials during creation.
16
+ *
17
+ */
18
+ "password": string;
19
+ /**
20
+ * The description you assign to the DB credentials during creation.
21
+ *
22
+ */
23
+ "description": string;
24
+ }
25
+ export declare namespace CreateDbCredentialDetails {
26
+ function getJsonObj(obj: CreateDbCredentialDetails): object;
27
+ function getDeserializedJsonObj(obj: CreateDbCredentialDetails): object;
28
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Identity and Access Management Service API
4
+ * APIs for managing users, groups, compartments, and policies.
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.CreateDbCredentialDetails = void 0;
16
+ var CreateDbCredentialDetails;
17
+ (function (CreateDbCredentialDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ CreateDbCredentialDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ CreateDbCredentialDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(CreateDbCredentialDetails = exports.CreateDbCredentialDetails || (exports.CreateDbCredentialDetails = {}));
29
+ //# sourceMappingURL=create-db-credential-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-db-credential-details.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/model/create-db-credential-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkBH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
@@ -27,7 +27,7 @@ export interface CreateDomainDetails {
27
27
  */
28
28
  "description": string;
29
29
  /**
30
- * The region's name. See [Regions and Availability Domains](https://docs.cloud.oracle.com/Content/General/Concepts/regions.htm)
30
+ * The region's name identifier. See [Regions and Availability Domains](https://docs.cloud.oracle.com/Content/General/Concepts/regions.htm)
31
31
  * for the full list of supported region names.
32
32
  * <p>
33
33
  Example: `us-phoenix-1`
@@ -0,0 +1,57 @@
1
+ /**
2
+ * Identity and Access Management Service API
3
+ * APIs for managing users, groups, compartments, and policies.
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
+ /**
14
+ * As the name suggests, an `DbCredentialSummary` object contains information about an `DbCredential`.
15
+ * The DB credential is used for DB authentication with
16
+ * the [DB Service].
17
+ *
18
+ */
19
+ export interface DbCredentialSummary {
20
+ /**
21
+ * The OCID of the DB credential.
22
+ */
23
+ "id"?: string;
24
+ /**
25
+ * The OCID of the user the DB credential belongs to.
26
+ */
27
+ "userId"?: string;
28
+ /**
29
+ * The description you assign to the DB credential. Does not have to be unique, and it's changeable.
30
+ */
31
+ "description"?: string;
32
+ /**
33
+ * Date and time the `DbCredential` object was created, in the format defined by RFC3339.
34
+ * <p>
35
+ Example: `2016-08-25T21:10:29.600Z`
36
+ *
37
+ */
38
+ "timeCreated"?: Date;
39
+ /**
40
+ * Date and time when this credential will expire, in the format defined by RFC3339.
41
+ * Null if it never expires.
42
+ * <p>
43
+ Example: `2016-08-25T21:10:29.600Z`
44
+ *
45
+ */
46
+ "timeExpires"?: Date;
47
+ /**
48
+ * The credential's current state. After creating a DB credential, make sure its `lifecycleState` changes from
49
+ * CREATING to ACTIVE before using it.
50
+ *
51
+ */
52
+ "lifecycleState"?: string;
53
+ }
54
+ export declare namespace DbCredentialSummary {
55
+ function getJsonObj(obj: DbCredentialSummary): object;
56
+ function getDeserializedJsonObj(obj: DbCredentialSummary): object;
57
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Identity and Access Management Service API
4
+ * APIs for managing users, groups, compartments, and policies.
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.DbCredentialSummary = void 0;
16
+ var DbCredentialSummary;
17
+ (function (DbCredentialSummary) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ DbCredentialSummary.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ DbCredentialSummary.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(DbCredentialSummary = exports.DbCredentialSummary || (exports.DbCredentialSummary = {}));
29
+ //# sourceMappingURL=db-credential-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"db-credential-summary.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/model/db-credential-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+CH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
@@ -0,0 +1,67 @@
1
+ /**
2
+ * Identity and Access Management Service API
3
+ * APIs for managing users, groups, compartments, and policies.
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
+ /**
14
+ * Database credentials are needed for onboarding cloud database to identity.
15
+ * The DB credentials are used for DB authentication with the service.
16
+ *
17
+ */
18
+ export interface DbCredential {
19
+ /**
20
+ * The OCID of the DB credential.
21
+ */
22
+ "id"?: string;
23
+ /**
24
+ * The OCID of the user the DB credential belongs to.
25
+ */
26
+ "userId"?: string;
27
+ /**
28
+ * Date and time the `DbCredential` object was created, in the format defined by RFC3339.
29
+ * <p>
30
+ Example: `2016-08-25T21:10:29.600Z`
31
+ *
32
+ */
33
+ "timeCreated"?: Date;
34
+ /**
35
+ * Date and time when this credential will expire, in the format defined by RFC3339.
36
+ * Null if it never expires.
37
+ * <p>
38
+ Example: `2016-08-25T21:10:29.600Z`
39
+ *
40
+ */
41
+ "timeExpires"?: Date;
42
+ /**
43
+ * The credential's current state. After creating a DB credential, make sure its `lifecycleState` changes from
44
+ * CREATING to ACTIVE before using it.
45
+ *
46
+ */
47
+ "lifecycleState"?: DbCredential.LifecycleState;
48
+ /**
49
+ * The detailed status of INACTIVE lifecycleState. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
50
+ */
51
+ "lifecycleDetails"?: number;
52
+ }
53
+ export declare namespace DbCredential {
54
+ enum LifecycleState {
55
+ Creating = "CREATING",
56
+ Active = "ACTIVE",
57
+ Deleting = "DELETING",
58
+ Deleted = "DELETED",
59
+ /**
60
+ * This value is used if a service returns a value for this enum that is not recognized by this
61
+ * version of the SDK.
62
+ */
63
+ UnknownValue = "UNKNOWN_VALUE"
64
+ }
65
+ function getJsonObj(obj: DbCredential): object;
66
+ function getDeserializedJsonObj(obj: DbCredential): object;
67
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * Identity and Access Management Service API
4
+ * APIs for managing users, groups, compartments, and policies.
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.DbCredential = void 0;
16
+ var DbCredential;
17
+ (function (DbCredential) {
18
+ let LifecycleState;
19
+ (function (LifecycleState) {
20
+ LifecycleState["Creating"] = "CREATING";
21
+ LifecycleState["Active"] = "ACTIVE";
22
+ LifecycleState["Deleting"] = "DELETING";
23
+ LifecycleState["Deleted"] = "DELETED";
24
+ /**
25
+ * This value is used if a service returns a value for this enum that is not recognized by this
26
+ * version of the SDK.
27
+ */
28
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
29
+ })(LifecycleState = DbCredential.LifecycleState || (DbCredential.LifecycleState = {}));
30
+ function getJsonObj(obj) {
31
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
32
+ return jsonObj;
33
+ }
34
+ DbCredential.getJsonObj = getJsonObj;
35
+ function getDeserializedJsonObj(obj) {
36
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
37
+ return jsonObj;
38
+ }
39
+ DbCredential.getDeserializedJsonObj = getDeserializedJsonObj;
40
+ })(DbCredential = exports.DbCredential || (exports.DbCredential = {}));
41
+ //# sourceMappingURL=db-credential.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"db-credential.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/model/db-credential.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8CH,IAAiB,YAAY,CAuB5B;AAvBD,WAAiB,YAAY;IAC3B,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,2BAAc,KAAd,2BAAc,QAUzB;IAED,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAsB,yBAIrC,CAAA;AACH,CAAC,EAvBgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAuB5B"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Identity and Access Management Service API
3
+ * APIs for managing users, groups, compartments, and policies.
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 ImportStandardTagsDetails {
14
+ /**
15
+ * The OCID of the compartment where the bulk create request is submitted and where the tag namespaces will be created.
16
+ *
17
+ */
18
+ "compartmentId": string;
19
+ /**
20
+ * The name of standard tag namespace that will be imported in bulk
21
+ *
22
+ */
23
+ "standardTagNamespaceName": string;
24
+ }
25
+ export declare namespace ImportStandardTagsDetails {
26
+ function getJsonObj(obj: ImportStandardTagsDetails): object;
27
+ function getDeserializedJsonObj(obj: ImportStandardTagsDetails): object;
28
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Identity and Access Management Service API
4
+ * APIs for managing users, groups, compartments, and policies.
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.ImportStandardTagsDetails = void 0;
16
+ var ImportStandardTagsDetails;
17
+ (function (ImportStandardTagsDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ ImportStandardTagsDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ ImportStandardTagsDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(ImportStandardTagsDetails = exports.ImportStandardTagsDetails || (exports.ImportStandardTagsDetails = {}));
29
+ //# sourceMappingURL=import-standard-tags-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"import-standard-tags-details.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/model/import-standard-tags-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkBH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
@@ -64,6 +64,8 @@ import * as CreateCompartmentDetails from "./create-compartment-details";
64
64
  export import CreateCompartmentDetails = CreateCompartmentDetails.CreateCompartmentDetails;
65
65
  import * as CreateCustomerSecretKeyDetails from "./create-customer-secret-key-details";
66
66
  export import CreateCustomerSecretKeyDetails = CreateCustomerSecretKeyDetails.CreateCustomerSecretKeyDetails;
67
+ import * as CreateDbCredentialDetails from "./create-db-credential-details";
68
+ export import CreateDbCredentialDetails = CreateDbCredentialDetails.CreateDbCredentialDetails;
67
69
  import * as CreateDomainDetails from "./create-domain-details";
68
70
  export import CreateDomainDetails = CreateDomainDetails.CreateDomainDetails;
69
71
  import * as CreateDynamicGroupDetails from "./create-dynamic-group-details";
@@ -98,6 +100,10 @@ import * as CustomerSecretKey from "./customer-secret-key";
98
100
  export import CustomerSecretKey = CustomerSecretKey.CustomerSecretKey;
99
101
  import * as CustomerSecretKeySummary from "./customer-secret-key-summary";
100
102
  export import CustomerSecretKeySummary = CustomerSecretKeySummary.CustomerSecretKeySummary;
103
+ import * as DbCredential from "./db-credential";
104
+ export import DbCredential = DbCredential.DbCredential;
105
+ import * as DbCredentialSummary from "./db-credential-summary";
106
+ export import DbCredentialSummary = DbCredentialSummary.DbCredentialSummary;
101
107
  import * as Domain from "./domain";
102
108
  export import Domain = Domain.Domain;
103
109
  import * as DomainReplication from "./domain-replication";
@@ -132,6 +138,8 @@ import * as IdentityProviderGroupSummary from "./identity-provider-group-summary
132
138
  export import IdentityProviderGroupSummary = IdentityProviderGroupSummary.IdentityProviderGroupSummary;
133
139
  import * as IdpGroupMapping from "./idp-group-mapping";
134
140
  export import IdpGroupMapping = IdpGroupMapping.IdpGroupMapping;
141
+ import * as ImportStandardTagsDetails from "./import-standard-tags-details";
142
+ export import ImportStandardTagsDetails = ImportStandardTagsDetails.ImportStandardTagsDetails;
135
143
  import * as MfaTotpDevice from "./mfa-totp-device";
136
144
  export import MfaTotpDevice = MfaTotpDevice.MfaTotpDevice;
137
145
  import * as MfaTotpDeviceSummary from "./mfa-totp-device-summary";
@@ -168,6 +176,12 @@ import * as SmtpCredential from "./smtp-credential";
168
176
  export import SmtpCredential = SmtpCredential.SmtpCredential;
169
177
  import * as SmtpCredentialSummary from "./smtp-credential-summary";
170
178
  export import SmtpCredentialSummary = SmtpCredentialSummary.SmtpCredentialSummary;
179
+ import * as StandardTagDefinitionTemplate from "./standard-tag-definition-template";
180
+ export import StandardTagDefinitionTemplate = StandardTagDefinitionTemplate.StandardTagDefinitionTemplate;
181
+ import * as StandardTagNamespaceTemplate from "./standard-tag-namespace-template";
182
+ export import StandardTagNamespaceTemplate = StandardTagNamespaceTemplate.StandardTagNamespaceTemplate;
183
+ import * as StandardTagNamespaceTemplateSummary from "./standard-tag-namespace-template-summary";
184
+ export import StandardTagNamespaceTemplateSummary = StandardTagNamespaceTemplateSummary.StandardTagNamespaceTemplateSummary;
171
185
  import * as SwiftPassword from "./swift-password";
172
186
  export import SwiftPassword = SwiftPassword.SwiftPassword;
173
187
  import * as Tag from "./tag";
@@ -31,9 +31,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.EnableReplicationToRegionDetails = exports.DynamicGroup = exports.DomainSummary = exports.DomainReplicationStates = exports.DomainReplication = exports.Domain = exports.CustomerSecretKeySummary = exports.CustomerSecretKey = exports.CreateUserDetails = exports.CreateTagNamespaceDetails = exports.CreateTagDetails = exports.CreateTagDefaultDetails = exports.CreateSwiftPasswordDetails = exports.CreateSmtpCredentialDetails = exports.CreateRegionSubscriptionDetails = exports.CreatePolicyDetails = exports.CreateOAuth2ClientCredentialDetails = exports.CreateNetworkSourceDetails = exports.CreateIdpGroupMappingDetails = exports.CreateIdentityProviderDetails = exports.CreateGroupDetails = exports.CreateDynamicGroupDetails = exports.CreateDomainDetails = exports.CreateCustomerSecretKeyDetails = exports.CreateCompartmentDetails = exports.CreateAuthTokenDetails = exports.CreateApiKeyDetails = exports.Compartment = exports.ChangeTasDomainLicenseTypeDetails = exports.ChangeTagNamespaceCompartmentDetail = exports.ChangeDomainLicenseTypeDetails = exports.ChangeDomainCompartmentDetails = exports.BulkMoveResourcesDetails = exports.BulkEditTagsResourceTypeCollection = exports.BulkEditTagsResourceType = exports.BulkEditTagsDetails = exports.BulkEditResource = exports.BulkEditOperationDetails = exports.BulkDeleteTagsDetails = exports.BulkDeleteResourcesDetails = exports.BulkActionResourceTypeCollection = exports.BulkActionResourceType = exports.BulkActionResource = exports.BaseTagDefinitionValidator = exports.AvailabilityDomain = exports.AuthenticationPolicy = exports.AuthToken = exports.ApiKey = exports.AllowedDomainLicenseTypeSummary = exports.AddUserToGroupDetails = void 0;
35
- exports.UpdateGroupDetails = exports.UpdateDynamicGroupDetails = exports.UpdateDomainDetails = exports.UpdateCustomerSecretKeyDetails = exports.UpdateCompartmentDetails = exports.UpdateAuthenticationPolicyDetails = exports.UpdateAuthTokenDetails = exports.UIPasswordInformation = exports.UIPassword = exports.Tenancy = exports.TaggingWorkRequestSummary = exports.TaggingWorkRequestLogSummary = exports.TaggingWorkRequestErrorSummary = exports.TaggingWorkRequest = exports.TagSummary = exports.TagNamespaceSummary = exports.TagNamespace = exports.TagDefaultSummary = exports.TagDefault = exports.Tag = exports.SwiftPassword = exports.SmtpCredentialSummary = exports.SmtpCredential = exports.ScimClientCredentials = exports.ReplicatedRegionDetails = exports.RegionSubscription = exports.Region = exports.Policy = exports.PasswordPolicy = exports.OAuth2ClientCredentialSummary = exports.OAuth2ClientCredential = exports.NetworkSourcesVirtualSourceList = exports.NetworkSourcesSummary = exports.NetworkSources = exports.NetworkPolicy = exports.MoveCompartmentDetails = exports.MfaTotpToken = exports.MfaTotpDeviceSummary = exports.MfaTotpDevice = exports.IdpGroupMapping = exports.IdentityProviderGroupSummary = exports.IdentityProvider = exports.IamWorkRequestSummary = exports.IamWorkRequestResource = exports.IamWorkRequestLogSummary = exports.IamWorkRequestErrorSummary = exports.IamWorkRequest = exports.Group = exports.FullyQualifiedScope = exports.FaultDomain = void 0;
36
- exports.UpdateSaml2IdentityProviderDetails = exports.Saml2IdentityProvider = exports.EnumTagDefinitionValidator = exports.DefaultTagDefinitionValidator = exports.CreateSaml2IdentityProviderDetails = exports.WorkRequestSummary = exports.WorkRequestResource = exports.WorkRequestLogEntry = exports.WorkRequestError = exports.WorkRequest = exports.UserGroupMembership = exports.UserCapabilities = exports.User = exports.UpdateUserDetails = exports.UpdateUserCapabilitiesDetails = exports.UpdateTagNamespaceDetails = exports.UpdateTagDetails = exports.UpdateTagDefaultDetails = exports.UpdateSwiftPasswordDetails = exports.UpdateStateDetails = exports.UpdateSmtpCredentialDetails = exports.UpdatePolicyDetails = exports.UpdateOAuth2ClientCredentialDetails = exports.UpdateNetworkSourceDetails = exports.UpdateIdpGroupMappingDetails = exports.UpdateIdentityProviderDetails = void 0;
34
+ exports.DomainReplicationStates = exports.DomainReplication = exports.Domain = exports.DbCredentialSummary = exports.DbCredential = exports.CustomerSecretKeySummary = exports.CustomerSecretKey = exports.CreateUserDetails = exports.CreateTagNamespaceDetails = exports.CreateTagDetails = exports.CreateTagDefaultDetails = exports.CreateSwiftPasswordDetails = exports.CreateSmtpCredentialDetails = exports.CreateRegionSubscriptionDetails = exports.CreatePolicyDetails = exports.CreateOAuth2ClientCredentialDetails = exports.CreateNetworkSourceDetails = exports.CreateIdpGroupMappingDetails = exports.CreateIdentityProviderDetails = exports.CreateGroupDetails = exports.CreateDynamicGroupDetails = exports.CreateDomainDetails = exports.CreateDbCredentialDetails = exports.CreateCustomerSecretKeyDetails = exports.CreateCompartmentDetails = exports.CreateAuthTokenDetails = exports.CreateApiKeyDetails = exports.Compartment = exports.ChangeTasDomainLicenseTypeDetails = exports.ChangeTagNamespaceCompartmentDetail = exports.ChangeDomainLicenseTypeDetails = exports.ChangeDomainCompartmentDetails = exports.BulkMoveResourcesDetails = exports.BulkEditTagsResourceTypeCollection = exports.BulkEditTagsResourceType = exports.BulkEditTagsDetails = exports.BulkEditResource = exports.BulkEditOperationDetails = exports.BulkDeleteTagsDetails = exports.BulkDeleteResourcesDetails = exports.BulkActionResourceTypeCollection = exports.BulkActionResourceType = exports.BulkActionResource = exports.BaseTagDefinitionValidator = exports.AvailabilityDomain = exports.AuthenticationPolicy = exports.AuthToken = exports.ApiKey = exports.AllowedDomainLicenseTypeSummary = exports.AddUserToGroupDetails = void 0;
35
+ exports.UIPasswordInformation = exports.UIPassword = exports.Tenancy = exports.TaggingWorkRequestSummary = exports.TaggingWorkRequestLogSummary = exports.TaggingWorkRequestErrorSummary = exports.TaggingWorkRequest = exports.TagSummary = exports.TagNamespaceSummary = exports.TagNamespace = exports.TagDefaultSummary = exports.TagDefault = exports.Tag = exports.SwiftPassword = exports.StandardTagNamespaceTemplateSummary = exports.StandardTagNamespaceTemplate = exports.StandardTagDefinitionTemplate = exports.SmtpCredentialSummary = exports.SmtpCredential = exports.ScimClientCredentials = exports.ReplicatedRegionDetails = exports.RegionSubscription = exports.Region = exports.Policy = exports.PasswordPolicy = exports.OAuth2ClientCredentialSummary = exports.OAuth2ClientCredential = exports.NetworkSourcesVirtualSourceList = exports.NetworkSourcesSummary = exports.NetworkSources = exports.NetworkPolicy = exports.MoveCompartmentDetails = exports.MfaTotpToken = exports.MfaTotpDeviceSummary = exports.MfaTotpDevice = exports.ImportStandardTagsDetails = exports.IdpGroupMapping = exports.IdentityProviderGroupSummary = exports.IdentityProvider = exports.IamWorkRequestSummary = exports.IamWorkRequestResource = exports.IamWorkRequestLogSummary = exports.IamWorkRequestErrorSummary = exports.IamWorkRequest = exports.Group = exports.FullyQualifiedScope = exports.FaultDomain = exports.EnableReplicationToRegionDetails = exports.DynamicGroup = exports.DomainSummary = void 0;
36
+ exports.UpdateSaml2IdentityProviderDetails = exports.Saml2IdentityProvider = exports.EnumTagDefinitionValidator = exports.DefaultTagDefinitionValidator = exports.CreateSaml2IdentityProviderDetails = exports.WorkRequestSummary = exports.WorkRequestResource = exports.WorkRequestLogEntry = exports.WorkRequestError = exports.WorkRequest = exports.UserGroupMembership = exports.UserCapabilities = exports.User = exports.UpdateUserDetails = exports.UpdateUserCapabilitiesDetails = exports.UpdateTagNamespaceDetails = exports.UpdateTagDetails = exports.UpdateTagDefaultDetails = exports.UpdateSwiftPasswordDetails = exports.UpdateStateDetails = exports.UpdateSmtpCredentialDetails = exports.UpdatePolicyDetails = exports.UpdateOAuth2ClientCredentialDetails = exports.UpdateNetworkSourceDetails = exports.UpdateIdpGroupMappingDetails = exports.UpdateIdentityProviderDetails = exports.UpdateGroupDetails = exports.UpdateDynamicGroupDetails = exports.UpdateDomainDetails = exports.UpdateCustomerSecretKeyDetails = exports.UpdateCompartmentDetails = exports.UpdateAuthenticationPolicyDetails = exports.UpdateAuthTokenDetails = void 0;
37
37
  const AddUserToGroupDetails = __importStar(require("./add-user-to-group-details"));
38
38
  exports.AddUserToGroupDetails = AddUserToGroupDetails.AddUserToGroupDetails;
39
39
  const AllowedDomainLicenseTypeSummary = __importStar(require("./allowed-domain-license-type-summary"));
@@ -88,6 +88,8 @@ const CreateCompartmentDetails = __importStar(require("./create-compartment-deta
88
88
  exports.CreateCompartmentDetails = CreateCompartmentDetails.CreateCompartmentDetails;
89
89
  const CreateCustomerSecretKeyDetails = __importStar(require("./create-customer-secret-key-details"));
90
90
  exports.CreateCustomerSecretKeyDetails = CreateCustomerSecretKeyDetails.CreateCustomerSecretKeyDetails;
91
+ const CreateDbCredentialDetails = __importStar(require("./create-db-credential-details"));
92
+ exports.CreateDbCredentialDetails = CreateDbCredentialDetails.CreateDbCredentialDetails;
91
93
  const CreateDomainDetails = __importStar(require("./create-domain-details"));
92
94
  exports.CreateDomainDetails = CreateDomainDetails.CreateDomainDetails;
93
95
  const CreateDynamicGroupDetails = __importStar(require("./create-dynamic-group-details"));
@@ -122,6 +124,10 @@ const CustomerSecretKey = __importStar(require("./customer-secret-key"));
122
124
  exports.CustomerSecretKey = CustomerSecretKey.CustomerSecretKey;
123
125
  const CustomerSecretKeySummary = __importStar(require("./customer-secret-key-summary"));
124
126
  exports.CustomerSecretKeySummary = CustomerSecretKeySummary.CustomerSecretKeySummary;
127
+ const DbCredential = __importStar(require("./db-credential"));
128
+ exports.DbCredential = DbCredential.DbCredential;
129
+ const DbCredentialSummary = __importStar(require("./db-credential-summary"));
130
+ exports.DbCredentialSummary = DbCredentialSummary.DbCredentialSummary;
125
131
  const Domain = __importStar(require("./domain"));
126
132
  exports.Domain = Domain.Domain;
127
133
  const DomainReplication = __importStar(require("./domain-replication"));
@@ -156,6 +162,8 @@ const IdentityProviderGroupSummary = __importStar(require("./identity-provider-g
156
162
  exports.IdentityProviderGroupSummary = IdentityProviderGroupSummary.IdentityProviderGroupSummary;
157
163
  const IdpGroupMapping = __importStar(require("./idp-group-mapping"));
158
164
  exports.IdpGroupMapping = IdpGroupMapping.IdpGroupMapping;
165
+ const ImportStandardTagsDetails = __importStar(require("./import-standard-tags-details"));
166
+ exports.ImportStandardTagsDetails = ImportStandardTagsDetails.ImportStandardTagsDetails;
159
167
  const MfaTotpDevice = __importStar(require("./mfa-totp-device"));
160
168
  exports.MfaTotpDevice = MfaTotpDevice.MfaTotpDevice;
161
169
  const MfaTotpDeviceSummary = __importStar(require("./mfa-totp-device-summary"));
@@ -192,6 +200,12 @@ const SmtpCredential = __importStar(require("./smtp-credential"));
192
200
  exports.SmtpCredential = SmtpCredential.SmtpCredential;
193
201
  const SmtpCredentialSummary = __importStar(require("./smtp-credential-summary"));
194
202
  exports.SmtpCredentialSummary = SmtpCredentialSummary.SmtpCredentialSummary;
203
+ const StandardTagDefinitionTemplate = __importStar(require("./standard-tag-definition-template"));
204
+ exports.StandardTagDefinitionTemplate = StandardTagDefinitionTemplate.StandardTagDefinitionTemplate;
205
+ const StandardTagNamespaceTemplate = __importStar(require("./standard-tag-namespace-template"));
206
+ exports.StandardTagNamespaceTemplate = StandardTagNamespaceTemplate.StandardTagNamespaceTemplate;
207
+ const StandardTagNamespaceTemplateSummary = __importStar(require("./standard-tag-namespace-template-summary"));
208
+ exports.StandardTagNamespaceTemplateSummary = StandardTagNamespaceTemplateSummary.StandardTagNamespaceTemplateSummary;
195
209
  const SwiftPassword = __importStar(require("./swift-password"));
196
210
  exports.SwiftPassword = SwiftPassword.SwiftPassword;
197
211
  const Tag = __importStar(require("./tag"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/model/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;;;AAEH,mFAAqE;AACvD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,uGAAyF;AAC3E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,kDAAoC;AACtB,QAAA,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;AACrC,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,8EAAgE;AAClD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,0EAA4D;AAC9C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,yGAA2F;AAC7E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,8EAAgE;AAClD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,yFAA2E;AAC7D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,8GAAgG;AAClF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AACzH,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,oGAAsF;AACxE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,qGAAuF;AACzE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,4GAA8F;AAChF,QAAA,iCAAiC,GAAG,iCAAiC,CAAC,iCAAiC,CAAC;AACtH,2DAA6C;AAC/B,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,8EAAgE;AAClD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,qGAAuF;AACzE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,sGAAwF;AAC1E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,8DAAgD;AAClC,QAAA,YAAY,GAAG,YAAY,CAAC,YAAY,CAAC;AACvD,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,iDAAmC;AACrB,QAAA,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;AACrC,wEAA0D;AAC5C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,8DAAgD;AAClC,QAAA,YAAY,GAAG,YAAY,CAAC,YAAY,CAAC;AACvD,yGAA2F;AAC7E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,+CAAiC;AACnB,QAAA,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC;AAClC,mEAAqD;AACvC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,yFAA2E;AAC7D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,sEAAwD;AAC1C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,iEAAmD;AACrC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,gFAAkE;AACpD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,+DAAiD;AACnC,QAAA,YAAY,GAAG,YAAY,CAAC,YAAY,CAAC;AACvD,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,uGAAyF;AAC3E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,mGAAqF;AACvE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,iDAAmC;AACrB,QAAA,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;AACrC,iDAAmC;AACrB,QAAA,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;AACrC,0EAA4D;AAC9C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,2CAA6B;AACf,QAAA,GAAG,GAAG,GAAG,CAAC,GAAG,CAAC;AAC5B,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,8DAAgD;AAClC,QAAA,YAAY,GAAG,YAAY,CAAC,YAAY,CAAC;AACvD,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,qGAAuF;AACzE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,mDAAqC;AACvB,QAAA,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;AACxC,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,0GAA4F;AAC9E,QAAA,iCAAiC,GAAG,iCAAiC,CAAC,iCAAiC,CAAC;AACtH,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,qGAAuF;AACzE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,6CAA+B;AACjB,QAAA,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;AAC/B,sEAAwD;AAC1C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,8EAAgE;AAClD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AAEzE,6GAA+F;AACjF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AACzH,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,6GAA+F;AACjF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC"}
@@ -0,0 +1,64 @@
1
+ /**
2
+ * Identity and Access Management Service API
3
+ * APIs for managing users, groups, compartments, and policies.
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
+ /**
14
+ * The template of the tag definition. This object includes necessary details to create the provided standard tag definition.
15
+ */
16
+ export interface StandardTagDefinitionTemplate {
17
+ /**
18
+ * The default description of the tag namespace that users can use to create the tag definition
19
+ */
20
+ "description": string;
21
+ /**
22
+ * The name of this standard tag definition
23
+ */
24
+ "tagDefinitionName": string;
25
+ /**
26
+ * The type of tag definition. Enum or string.
27
+ */
28
+ "type": StandardTagDefinitionTemplate.Type;
29
+ /**
30
+ * List of possible values. An optional parameter that will be present if the type of definition is enum.
31
+ */
32
+ "possibleValues"?: Array<string>;
33
+ /**
34
+ * Is the tag a cost tracking tag. Default will be false as cost tracking tags have been deprecated
35
+ */
36
+ "isCostTracking": boolean;
37
+ /**
38
+ * The mutability of the possible values list for enum tags. This will default to IMMUTABLE for string value tags
39
+ */
40
+ "enumMutability"?: StandardTagDefinitionTemplate.EnumMutability;
41
+ }
42
+ export declare namespace StandardTagDefinitionTemplate {
43
+ enum Type {
44
+ Enum = "ENUM",
45
+ String = "STRING",
46
+ /**
47
+ * This value is used if a service returns a value for this enum that is not recognized by this
48
+ * version of the SDK.
49
+ */
50
+ UnknownValue = "UNKNOWN_VALUE"
51
+ }
52
+ enum EnumMutability {
53
+ Immutable = "IMMUTABLE",
54
+ Mutable = "MUTABLE",
55
+ Appendable = "APPENDABLE",
56
+ /**
57
+ * This value is used if a service returns a value for this enum that is not recognized by this
58
+ * version of the SDK.
59
+ */
60
+ UnknownValue = "UNKNOWN_VALUE"
61
+ }
62
+ function getJsonObj(obj: StandardTagDefinitionTemplate): object;
63
+ function getDeserializedJsonObj(obj: StandardTagDefinitionTemplate): object;
64
+ }
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ /**
3
+ * Identity and Access Management Service API
4
+ * APIs for managing users, groups, compartments, and policies.
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.StandardTagDefinitionTemplate = void 0;
16
+ var StandardTagDefinitionTemplate;
17
+ (function (StandardTagDefinitionTemplate) {
18
+ let Type;
19
+ (function (Type) {
20
+ Type["Enum"] = "ENUM";
21
+ Type["String"] = "STRING";
22
+ /**
23
+ * This value is used if a service returns a value for this enum that is not recognized by this
24
+ * version of the SDK.
25
+ */
26
+ Type["UnknownValue"] = "UNKNOWN_VALUE";
27
+ })(Type = StandardTagDefinitionTemplate.Type || (StandardTagDefinitionTemplate.Type = {}));
28
+ let EnumMutability;
29
+ (function (EnumMutability) {
30
+ EnumMutability["Immutable"] = "IMMUTABLE";
31
+ EnumMutability["Mutable"] = "MUTABLE";
32
+ EnumMutability["Appendable"] = "APPENDABLE";
33
+ /**
34
+ * This value is used if a service returns a value for this enum that is not recognized by this
35
+ * version of the SDK.
36
+ */
37
+ EnumMutability["UnknownValue"] = "UNKNOWN_VALUE";
38
+ })(EnumMutability = StandardTagDefinitionTemplate.EnumMutability || (StandardTagDefinitionTemplate.EnumMutability = {}));
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
41
+ return jsonObj;
42
+ }
43
+ StandardTagDefinitionTemplate.getJsonObj = getJsonObj;
44
+ function getDeserializedJsonObj(obj) {
45
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
46
+ return jsonObj;
47
+ }
48
+ StandardTagDefinitionTemplate.getDeserializedJsonObj = getDeserializedJsonObj;
49
+ })(StandardTagDefinitionTemplate = exports.StandardTagDefinitionTemplate || (exports.StandardTagDefinitionTemplate = {}));
50
+ //# sourceMappingURL=standard-tag-definition-template.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"standard-tag-definition-template.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/model/standard-tag-definition-template.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmCH,IAAiB,6BAA6B,CAgC7C;AAhCD,WAAiB,6BAA6B;IAC5C,IAAY,IAQX;IARD,WAAY,IAAI;QACd,qBAAa,CAAA;QACb,yBAAiB,CAAA;QACjB;;;WAGG;QACH,sCAA8B,CAAA;IAChC,CAAC,EARW,IAAI,GAAJ,kCAAI,KAAJ,kCAAI,QAQf;IAED,IAAY,cASX;IATD,WAAY,cAAc;QACxB,yCAAuB,CAAA;QACvB,qCAAmB,CAAA;QACnB,2CAAyB,CAAA;QACzB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EATW,cAAc,GAAd,4CAAc,KAAd,4CAAc,QASzB;IAED,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAsB,yBAIrC,CAAA;AACH,CAAC,EAhCgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAgC7C"}