oci-identitydataplane 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 (161) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +1521 -0
  5. package/index.d.ts +20 -0
  6. package/index.js +43 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +64 -0
  9. package/lib/client.js +183 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/model/accessible-compartment-request.d.ts +27 -0
  12. package/lib/model/accessible-compartment-request.js +57 -0
  13. package/lib/model/accessible-compartment-request.js.map +1 -0
  14. package/lib/model/accessible-compartment-response.d.ts +23 -0
  15. package/lib/model/accessible-compartment-response.js +61 -0
  16. package/lib/model/accessible-compartment-response.js.map +1 -0
  17. package/lib/model/association-authorization-request.d.ts +23 -0
  18. package/lib/model/association-authorization-request.js +61 -0
  19. package/lib/model/association-authorization-request.js.map +1 -0
  20. package/lib/model/auth-service-user.d.ts +38 -0
  21. package/lib/model/auth-service-user.js +29 -0
  22. package/lib/model/auth-service-user.js.map +1 -0
  23. package/lib/model/authenticate-client-details.d.ts +24 -0
  24. package/lib/model/authenticate-client-details.js +29 -0
  25. package/lib/model/authenticate-client-details.js.map +1 -0
  26. package/lib/model/authenticate-client-result.d.ts +27 -0
  27. package/lib/model/authenticate-client-result.js +55 -0
  28. package/lib/model/authenticate-client-result.js.map +1 -0
  29. package/lib/model/authenticate-user-result.d.ts +30 -0
  30. package/lib/model/authenticate-user-result.js +29 -0
  31. package/lib/model/authenticate-user-result.js.map +1 -0
  32. package/lib/model/authentication-policy.d.ts +31 -0
  33. package/lib/model/authentication-policy.js +57 -0
  34. package/lib/model/authentication-policy.js.map +1 -0
  35. package/lib/model/authentication-principal.d.ts +27 -0
  36. package/lib/model/authentication-principal.js +55 -0
  37. package/lib/model/authentication-principal.js.map +1 -0
  38. package/lib/model/authentication-request.d.ts +30 -0
  39. package/lib/model/authentication-request.js +29 -0
  40. package/lib/model/authentication-request.js.map +1 -0
  41. package/lib/model/authorization-request.d.ts +45 -0
  42. package/lib/model/authorization-request.js +71 -0
  43. package/lib/model/authorization-request.js.map +1 -0
  44. package/lib/model/bad-user-state-authenticate-user-result.d.ts +44 -0
  45. package/lib/model/bad-user-state-authenticate-user-result.js +36 -0
  46. package/lib/model/bad-user-state-authenticate-user-result.js.map +1 -0
  47. package/lib/model/claim.d.ts +30 -0
  48. package/lib/model/claim.js +29 -0
  49. package/lib/model/claim.js.map +1 -0
  50. package/lib/model/client-credentials-response.d.ts +30 -0
  51. package/lib/model/client-credentials-response.js +43 -0
  52. package/lib/model/client-credentials-response.js.map +1 -0
  53. package/lib/model/common-principal.d.ts +27 -0
  54. package/lib/model/common-principal.js +55 -0
  55. package/lib/model/common-principal.js.map +1 -0
  56. package/lib/model/compartment-metadata.d.ts +31 -0
  57. package/lib/model/compartment-metadata.js +35 -0
  58. package/lib/model/compartment-metadata.js.map +1 -0
  59. package/lib/model/compartment.d.ts +49 -0
  60. package/lib/model/compartment.js +53 -0
  61. package/lib/model/compartment.js.map +1 -0
  62. package/lib/model/context-variable.d.ts +37 -0
  63. package/lib/model/context-variable.js +37 -0
  64. package/lib/model/context-variable.js.map +1 -0
  65. package/lib/model/cost-tracking-tag.d.ts +34 -0
  66. package/lib/model/cost-tracking-tag.js +47 -0
  67. package/lib/model/cost-tracking-tag.js.map +1 -0
  68. package/lib/model/credential-authenticator-info.d.ts +54 -0
  69. package/lib/model/credential-authenticator-info.js +29 -0
  70. package/lib/model/credential-authenticator-info.js.map +1 -0
  71. package/lib/model/derived-key-response.d.ts +27 -0
  72. package/lib/model/derived-key-response.js +55 -0
  73. package/lib/model/derived-key-response.js.map +1 -0
  74. package/lib/model/entity-status.d.ts +32 -0
  75. package/lib/model/entity-status.js +29 -0
  76. package/lib/model/entity-status.js.map +1 -0
  77. package/lib/model/filter-group-membership-details.d.ts +27 -0
  78. package/lib/model/filter-group-membership-details.js +55 -0
  79. package/lib/model/filter-group-membership-details.js.map +1 -0
  80. package/lib/model/filter-group-membership-result.d.ts +27 -0
  81. package/lib/model/filter-group-membership-result.js +55 -0
  82. package/lib/model/filter-group-membership-result.js.map +1 -0
  83. package/lib/model/generate-scoped-access-token-details.d.ts +29 -0
  84. package/lib/model/generate-scoped-access-token-details.js +29 -0
  85. package/lib/model/generate-scoped-access-token-details.js.map +1 -0
  86. package/lib/model/identity-provider.d.ts +66 -0
  87. package/lib/model/identity-provider.js +38 -0
  88. package/lib/model/identity-provider.js.map +1 -0
  89. package/lib/model/index.d.ts +102 -0
  90. package/lib/model/index.js +125 -0
  91. package/lib/model/index.js.map +1 -0
  92. package/lib/model/j-wk.d.ts +42 -0
  93. package/lib/model/j-wk.js +29 -0
  94. package/lib/model/j-wk.js.map +1 -0
  95. package/lib/model/on-behalf-of-request.d.ts +36 -0
  96. package/lib/model/on-behalf-of-request.js +29 -0
  97. package/lib/model/on-behalf-of-request.js.map +1 -0
  98. package/lib/model/password-policy.d.ts +46 -0
  99. package/lib/model/password-policy.js +29 -0
  100. package/lib/model/password-policy.js.map +1 -0
  101. package/lib/model/password-reset-authentication-request.d.ts +26 -0
  102. package/lib/model/password-reset-authentication-request.js +29 -0
  103. package/lib/model/password-reset-authentication-request.js.map +1 -0
  104. package/lib/model/permission-context.d.ts +27 -0
  105. package/lib/model/permission-context.js +65 -0
  106. package/lib/model/permission-context.js.map +1 -0
  107. package/lib/model/permission.d.ts +22 -0
  108. package/lib/model/permission.js +29 -0
  109. package/lib/model/permission.js.map +1 -0
  110. package/lib/model/principal.d.ts +31 -0
  111. package/lib/model/principal.js +61 -0
  112. package/lib/model/principal.js.map +1 -0
  113. package/lib/model/refresh-request.d.ts +26 -0
  114. package/lib/model/refresh-request.js +29 -0
  115. package/lib/model/refresh-request.js.map +1 -0
  116. package/lib/model/resource-principal-session-token-request.d.ts +30 -0
  117. package/lib/model/resource-principal-session-token-request.js +29 -0
  118. package/lib/model/resource-principal-session-token-request.js.map +1 -0
  119. package/lib/model/security-token.d.ts +22 -0
  120. package/lib/model/security-token.js +29 -0
  121. package/lib/model/security-token.js.map +1 -0
  122. package/lib/model/tenant-not-found-authenticate-user-result.d.ts +26 -0
  123. package/lib/model/tenant-not-found-authenticate-user-result.js +29 -0
  124. package/lib/model/tenant-not-found-authenticate-user-result.js.map +1 -0
  125. package/lib/model/tenant.d.ts +30 -0
  126. package/lib/model/tenant.js +29 -0
  127. package/lib/model/tenant.js.map +1 -0
  128. package/lib/model/thick-authorization-response.d.ts +42 -0
  129. package/lib/model/thick-authorization-response.js +29 -0
  130. package/lib/model/thick-authorization-response.js.map +1 -0
  131. package/lib/model/thin-association-authorization-response.d.ts +38 -0
  132. package/lib/model/thin-association-authorization-response.js +69 -0
  133. package/lib/model/thin-association-authorization-response.js.map +1 -0
  134. package/lib/model/thin-authorization-response.d.ts +29 -0
  135. package/lib/model/thin-authorization-response.js +57 -0
  136. package/lib/model/thin-authorization-response.js.map +1 -0
  137. package/lib/model/user-not-found-authenticate-user-result.d.ts +30 -0
  138. package/lib/model/user-not-found-authenticate-user-result.js +29 -0
  139. package/lib/model/user-not-found-authenticate-user-result.js.map +1 -0
  140. package/lib/model/user.d.ts +38 -0
  141. package/lib/model/user.js +29 -0
  142. package/lib/model/user.js.map +1 -0
  143. package/lib/model/valid-authenticate-user-result.d.ts +31 -0
  144. package/lib/model/valid-authenticate-user-result.js +57 -0
  145. package/lib/model/valid-authenticate-user-result.js.map +1 -0
  146. package/lib/model/x509-federation-request.d.ts +34 -0
  147. package/lib/model/x509-federation-request.js +29 -0
  148. package/lib/model/x509-federation-request.js.map +1 -0
  149. package/lib/request/generate-scoped-access-token-request.d.ts +23 -0
  150. package/lib/request/generate-scoped-access-token-request.js +15 -0
  151. package/lib/request/generate-scoped-access-token-request.js.map +1 -0
  152. package/lib/request/index.d.ts +14 -0
  153. package/lib/request/index.js +15 -0
  154. package/lib/request/index.js.map +1 -0
  155. package/lib/response/generate-scoped-access-token-response.d.ts +25 -0
  156. package/lib/response/generate-scoped-access-token-response.js +15 -0
  157. package/lib/response/generate-scoped-access-token-response.js.map +1 -0
  158. package/lib/response/index.d.ts +14 -0
  159. package/lib/response/index.js +15 -0
  160. package/lib/response/index.js.map +1 -0
  161. package/package.json +29 -0
@@ -0,0 +1,44 @@
1
+ /**
2
+ * Identity Service
3
+ * API for the Identity Dataplane
4
+ * OpenAPI spec version: v1
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 BadUserStateAuthenticateUserResult {
14
+ /**
15
+ * The tenant name.
16
+ */
17
+ "tenantInput": string;
18
+ /**
19
+ * The user name.
20
+ */
21
+ "userInput": string;
22
+ /**
23
+ * The resolved tenant id.
24
+ */
25
+ "resolvedTenantId": string;
26
+ /**
27
+ * The resolved user id.
28
+ */
29
+ "resolvedUserId": string;
30
+ /**
31
+ * The bad user state.
32
+ */
33
+ "userState": BadUserStateAuthenticateUserResult.UserState;
34
+ }
35
+ export declare namespace BadUserStateAuthenticateUserResult {
36
+ enum UserState {
37
+ UserBlocked = "USER_BLOCKED",
38
+ UserDisabled = "USER_DISABLED",
39
+ OneTimePasswordExpired = "ONE_TIME_PASSWORD_EXPIRED",
40
+ PasswordInvalid = "PASSWORD_INVALID"
41
+ }
42
+ function getJsonObj(obj: BadUserStateAuthenticateUserResult): object;
43
+ function getDeserializedJsonObj(obj: BadUserStateAuthenticateUserResult): object;
44
+ }
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ /**
3
+ * Identity Service
4
+ * API for the Identity Dataplane
5
+ * OpenAPI spec version: v1
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.BadUserStateAuthenticateUserResult = void 0;
16
+ var BadUserStateAuthenticateUserResult;
17
+ (function (BadUserStateAuthenticateUserResult) {
18
+ let UserState;
19
+ (function (UserState) {
20
+ UserState["UserBlocked"] = "USER_BLOCKED";
21
+ UserState["UserDisabled"] = "USER_DISABLED";
22
+ UserState["OneTimePasswordExpired"] = "ONE_TIME_PASSWORD_EXPIRED";
23
+ UserState["PasswordInvalid"] = "PASSWORD_INVALID";
24
+ })(UserState = BadUserStateAuthenticateUserResult.UserState || (BadUserStateAuthenticateUserResult.UserState = {}));
25
+ function getJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ BadUserStateAuthenticateUserResult.getJsonObj = getJsonObj;
30
+ function getDeserializedJsonObj(obj) {
31
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
32
+ return jsonObj;
33
+ }
34
+ BadUserStateAuthenticateUserResult.getDeserializedJsonObj = getDeserializedJsonObj;
35
+ })(BadUserStateAuthenticateUserResult = exports.BadUserStateAuthenticateUserResult || (exports.BadUserStateAuthenticateUserResult = {}));
36
+ //# sourceMappingURL=bad-user-state-authenticate-user-result.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bad-user-state-authenticate-user-result.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/model/bad-user-state-authenticate-user-result.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4BH,IAAiB,kCAAkC,CAkBlD;AAlBD,WAAiB,kCAAkC;IACjD,IAAY,SAKX;IALD,WAAY,SAAS;QACnB,yCAA4B,CAAA;QAC5B,2CAA8B,CAAA;QAC9B,iEAAoD,CAAA;QACpD,iDAAoC,CAAA;IACtC,CAAC,EALW,SAAS,GAAT,4CAAS,KAAT,4CAAS,QAKpB;IAED,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yDAAsB,yBAIrC,CAAA;AACH,CAAC,EAlBgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAkBlD"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Identity Service
3
+ * API for the Identity Dataplane
4
+ * OpenAPI spec version: v1
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 Claim {
14
+ /**
15
+ * The key of the claim.
16
+ */
17
+ "key": string;
18
+ /**
19
+ * The value of the claim.
20
+ */
21
+ "value": string;
22
+ /**
23
+ * The issuer of the claim.
24
+ */
25
+ "issuer"?: string;
26
+ }
27
+ export declare namespace Claim {
28
+ function getJsonObj(obj: Claim): object;
29
+ function getDeserializedJsonObj(obj: Claim): object;
30
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Identity Service
4
+ * API for the Identity Dataplane
5
+ * OpenAPI spec version: v1
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.Claim = void 0;
16
+ var Claim;
17
+ (function (Claim) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ Claim.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ Claim.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(Claim = exports.Claim || (exports.Claim = {}));
29
+ //# sourceMappingURL=claim.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"claim.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/model/claim.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoBH,IAAiB,KAAK,CAWrB;AAXD,WAAiB,KAAK;IACpB,SAAgB,UAAU,CAAC,GAAU;QACnC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAU;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,KAAK,GAAL,aAAK,KAAL,aAAK,QAWrB"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Identity Service
3
+ * API for the Identity Dataplane
4
+ * OpenAPI spec version: v1
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 ClientCredentialsResponse {
14
+ /**
15
+ * The access token.
16
+ */
17
+ "accessToken": string;
18
+ /**
19
+ * The token type.
20
+ */
21
+ "tokenType": string;
22
+ /**
23
+ * The amount of time until the token expires.
24
+ */
25
+ "expiresIn": string;
26
+ }
27
+ export declare namespace ClientCredentialsResponse {
28
+ function getJsonObj(obj: ClientCredentialsResponse): object;
29
+ function getDeserializedJsonObj(obj: ClientCredentialsResponse): object;
30
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * Identity Service
4
+ * API for the Identity Dataplane
5
+ * OpenAPI spec version: v1
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.ClientCredentialsResponse = void 0;
16
+ var ClientCredentialsResponse;
17
+ (function (ClientCredentialsResponse) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {
20
+ "access_token": obj.accessToken,
21
+ "token_type": obj.tokenType,
22
+ "expires_in": obj.expiresIn
23
+ });
24
+ delete jsonObj.accessToken;
25
+ delete jsonObj.tokenType;
26
+ delete jsonObj.expiresIn;
27
+ return jsonObj;
28
+ }
29
+ ClientCredentialsResponse.getJsonObj = getJsonObj;
30
+ function getDeserializedJsonObj(obj) {
31
+ const jsonObj = Object.assign(Object.assign({}, obj), {
32
+ "accessToken": obj["access_token"],
33
+ "tokenType": obj["token_type"],
34
+ "expiresIn": obj["expires_in"]
35
+ });
36
+ delete jsonObj["access_token"];
37
+ delete jsonObj["token_type"];
38
+ delete jsonObj["expires_in"];
39
+ return jsonObj;
40
+ }
41
+ ClientCredentialsResponse.getDeserializedJsonObj = getDeserializedJsonObj;
42
+ })(ClientCredentialsResponse = exports.ClientCredentialsResponse || (exports.ClientCredentialsResponse = {}));
43
+ //# sourceMappingURL=client-credentials-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-credentials-response.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/model/client-credentials-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoBH,IAAiB,yBAAyB,CAqCzC;AArCD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,WAAW;YAE/B,YAAY,EAAE,GAAG,CAAC,SAAS;YAE3B,YAAY,EAAE,GAAG,CAAC,SAAS;SAC5B,CACF,CAAC;QAEF,OAAQ,OAA8C,CAAC,WAAW,CAAC;QACnE,OAAQ,OAA8C,CAAC,SAAS,CAAC;QACjE,OAAQ,OAA8C,CAAC,SAAS,CAAC;QAEjE,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,oCAAU,aAiBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAG,GAAW,CAAC,cAAc,CAAC;YAE3C,WAAW,EAAG,GAAW,CAAC,YAAY,CAAC;YAEvC,WAAW,EAAG,GAAW,CAAC,YAAY,CAAC;SACxC,CACF,CAAC;QAEF,OAAQ,OAAe,CAAC,cAAc,CAAC,CAAC;QACxC,OAAQ,OAAe,CAAC,YAAY,CAAC,CAAC;QACtC,OAAQ,OAAe,CAAC,YAAY,CAAC,CAAC;QAEtC,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,gDAAsB,yBAiBrC,CAAA;AACH,CAAC,EArCgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAqCzC"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Identity Service
3
+ * API for the Identity Dataplane
4
+ * OpenAPI spec version: v1
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 CommonPrincipal {
15
+ /**
16
+ * The tenant.
17
+ */
18
+ "tenant": model.Tenant;
19
+ /**
20
+ * The user.
21
+ */
22
+ "user": model.User;
23
+ }
24
+ export declare namespace CommonPrincipal {
25
+ function getJsonObj(obj: CommonPrincipal): object;
26
+ function getDeserializedJsonObj(obj: CommonPrincipal): object;
27
+ }
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ /**
3
+ * Identity Service
4
+ * API for the Identity Dataplane
5
+ * OpenAPI spec version: v1
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.CommonPrincipal = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var CommonPrincipal;
37
+ (function (CommonPrincipal) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "tenant": obj.tenant ? model.Tenant.getJsonObj(obj.tenant) : undefined,
41
+ "user": obj.user ? model.User.getJsonObj(obj.user) : undefined
42
+ });
43
+ return jsonObj;
44
+ }
45
+ CommonPrincipal.getJsonObj = getJsonObj;
46
+ function getDeserializedJsonObj(obj) {
47
+ const jsonObj = Object.assign(Object.assign({}, obj), {
48
+ "tenant": obj.tenant ? model.Tenant.getDeserializedJsonObj(obj.tenant) : undefined,
49
+ "user": obj.user ? model.User.getDeserializedJsonObj(obj.user) : undefined
50
+ });
51
+ return jsonObj;
52
+ }
53
+ CommonPrincipal.getDeserializedJsonObj = getDeserializedJsonObj;
54
+ })(CommonPrincipal = exports.CommonPrincipal || (exports.CommonPrincipal = {}));
55
+ //# sourceMappingURL=common-principal.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common-principal.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/model/common-principal.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,eAAe,CAuB/B;AAvBD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YACtE,MAAM,EAAE,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS;SAC/D,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAVe,0BAAU,aAUzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YAClF,MAAM,EAAE,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,sBAAsB,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS;SAC3E,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAVe,sCAAsB,yBAUrC,CAAA;AACH,CAAC,EAvBgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAuB/B"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * Identity Service
3
+ * API for the Identity Dataplane
4
+ * OpenAPI spec version: v1
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 CompartmentMetadata {
14
+ /**
15
+ * The compartment id.
16
+ */
17
+ "compartmentId": string;
18
+ /**
19
+ * The access level.
20
+ */
21
+ "accessLevel": CompartmentMetadata.AccessLevel;
22
+ }
23
+ export declare namespace CompartmentMetadata {
24
+ enum AccessLevel {
25
+ Accessible = "accessible",
26
+ Visible = "visible",
27
+ Inaccessible = "inaccessible"
28
+ }
29
+ function getJsonObj(obj: CompartmentMetadata): object;
30
+ function getDeserializedJsonObj(obj: CompartmentMetadata): object;
31
+ }
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ /**
3
+ * Identity Service
4
+ * API for the Identity Dataplane
5
+ * OpenAPI spec version: v1
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.CompartmentMetadata = void 0;
16
+ var CompartmentMetadata;
17
+ (function (CompartmentMetadata) {
18
+ let AccessLevel;
19
+ (function (AccessLevel) {
20
+ AccessLevel["Accessible"] = "accessible";
21
+ AccessLevel["Visible"] = "visible";
22
+ AccessLevel["Inaccessible"] = "inaccessible";
23
+ })(AccessLevel = CompartmentMetadata.AccessLevel || (CompartmentMetadata.AccessLevel = {}));
24
+ function getJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ CompartmentMetadata.getJsonObj = getJsonObj;
29
+ function getDeserializedJsonObj(obj) {
30
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
31
+ return jsonObj;
32
+ }
33
+ CompartmentMetadata.getDeserializedJsonObj = getDeserializedJsonObj;
34
+ })(CompartmentMetadata = exports.CompartmentMetadata || (exports.CompartmentMetadata = {}));
35
+ //# sourceMappingURL=compartment-metadata.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compartment-metadata.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/model/compartment-metadata.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgBH,IAAiB,mBAAmB,CAiBnC;AAjBD,WAAiB,mBAAmB;IAClC,IAAY,WAIX;IAJD,WAAY,WAAW;QACrB,wCAAyB,CAAA;QACzB,kCAAmB,CAAA;QACnB,4CAA6B,CAAA;IAC/B,CAAC,EAJW,WAAW,GAAX,+BAAW,KAAX,+BAAW,QAItB;IAED,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,EAjBgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAiBnC"}
@@ -0,0 +1,49 @@
1
+ /**
2
+ * Identity Service
3
+ * API for the Identity Dataplane
4
+ * OpenAPI spec version: v1
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 Compartment {
15
+ /**
16
+ * The id of the compartment.
17
+ */
18
+ "id": string;
19
+ /**
20
+ * The name of the compartment.
21
+ */
22
+ "name": string;
23
+ /**
24
+ * The display name of the compartment.
25
+ */
26
+ "displayName": string;
27
+ /**
28
+ * The full name of the compartment.
29
+ */
30
+ "fullName": string;
31
+ /**
32
+ * The id of the parent compartment.
33
+ */
34
+ "parentCompartmentId": string;
35
+ /**
36
+ * The status of the compartment.
37
+ */
38
+ "status": model.EntityStatus;
39
+ /**
40
+ * The extended properties.
41
+ */
42
+ "propertyMap": {
43
+ [key: string]: string;
44
+ };
45
+ }
46
+ export declare namespace Compartment {
47
+ function getJsonObj(obj: Compartment): object;
48
+ function getDeserializedJsonObj(obj: Compartment): object;
49
+ }
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ /**
3
+ * Identity Service
4
+ * API for the Identity Dataplane
5
+ * OpenAPI spec version: v1
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.Compartment = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var Compartment;
37
+ (function (Compartment) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "status": obj.status ? model.EntityStatus.getJsonObj(obj.status) : undefined
41
+ });
42
+ return jsonObj;
43
+ }
44
+ Compartment.getJsonObj = getJsonObj;
45
+ function getDeserializedJsonObj(obj) {
46
+ const jsonObj = Object.assign(Object.assign({}, obj), {
47
+ "status": obj.status ? model.EntityStatus.getDeserializedJsonObj(obj.status) : undefined
48
+ });
49
+ return jsonObj;
50
+ }
51
+ Compartment.getDeserializedJsonObj = getDeserializedJsonObj;
52
+ })(Compartment = exports.Compartment || (exports.Compartment = {}));
53
+ //# sourceMappingURL=compartment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compartment.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/model/compartment.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkClC,IAAiB,WAAW,CAqB3B;AArBD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SAC7E,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,sBAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SACzF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,kCAAsB,yBASrC,CAAA;AACH,CAAC,EArBgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAqB3B"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * Identity Service
3
+ * API for the Identity Dataplane
4
+ * OpenAPI spec version: v1
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 ContextVariable {
14
+ /**
15
+ * The name of the variable.
16
+ */
17
+ "name": string;
18
+ /**
19
+ * The value of the variable.
20
+ */
21
+ "value": string;
22
+ /**
23
+ * The type of the variable.
24
+ */
25
+ "type": ContextVariable.Type;
26
+ }
27
+ export declare namespace ContextVariable {
28
+ enum Type {
29
+ String = "STRING",
30
+ Number = "NUMBER",
31
+ Entity = "ENTITY",
32
+ Boolean = "BOOLEAN",
33
+ List = "LIST"
34
+ }
35
+ function getJsonObj(obj: ContextVariable): object;
36
+ function getDeserializedJsonObj(obj: ContextVariable): object;
37
+ }
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ /**
3
+ * Identity Service
4
+ * API for the Identity Dataplane
5
+ * OpenAPI spec version: v1
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.ContextVariable = void 0;
16
+ var ContextVariable;
17
+ (function (ContextVariable) {
18
+ let Type;
19
+ (function (Type) {
20
+ Type["String"] = "STRING";
21
+ Type["Number"] = "NUMBER";
22
+ Type["Entity"] = "ENTITY";
23
+ Type["Boolean"] = "BOOLEAN";
24
+ Type["List"] = "LIST";
25
+ })(Type = ContextVariable.Type || (ContextVariable.Type = {}));
26
+ function getJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ ContextVariable.getJsonObj = getJsonObj;
31
+ function getDeserializedJsonObj(obj) {
32
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
33
+ return jsonObj;
34
+ }
35
+ ContextVariable.getDeserializedJsonObj = getDeserializedJsonObj;
36
+ })(ContextVariable = exports.ContextVariable || (exports.ContextVariable = {}));
37
+ //# sourceMappingURL=context-variable.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context-variable.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/model/context-variable.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoBH,IAAiB,eAAe,CAmB/B;AAnBD,WAAiB,eAAe;IAC9B,IAAY,IAMX;IAND,WAAY,IAAI;QACd,yBAAiB,CAAA;QACjB,yBAAiB,CAAA;QACjB,yBAAiB,CAAA;QACjB,2BAAmB,CAAA;QACnB,qBAAa,CAAA;IACf,CAAC,EANW,IAAI,GAAJ,oBAAI,KAAJ,oBAAI,QAMf;IAED,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EAnBgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAmB/B"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * Identity Service
3
+ * API for the Identity Dataplane
4
+ * OpenAPI spec version: v1
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 CostTrackingTag {
14
+ /**
15
+ * The tag namespace id.
16
+ */
17
+ "tagNamespaceId": string;
18
+ /**
19
+ * The tag namespace name.
20
+ */
21
+ "tagNamespaceName": string;
22
+ /**
23
+ * The tag definition id.
24
+ */
25
+ "tagDefinitionId": string;
26
+ /**
27
+ * The tag definition name.
28
+ */
29
+ "tagDefinitionName": string;
30
+ }
31
+ export declare namespace CostTrackingTag {
32
+ function getJsonObj(obj: CostTrackingTag): object;
33
+ function getDeserializedJsonObj(obj: CostTrackingTag): object;
34
+ }
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ /**
3
+ * Identity Service
4
+ * API for the Identity Dataplane
5
+ * OpenAPI spec version: v1
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.CostTrackingTag = void 0;
16
+ var CostTrackingTag;
17
+ (function (CostTrackingTag) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {
20
+ "Tag_Namespace_Id": obj.tagNamespaceId,
21
+ "Tag_Namespace_Name": obj.tagNamespaceName,
22
+ "Tag_Definition_Id": obj.tagDefinitionId,
23
+ "Tag_Definition_Name": obj.tagDefinitionName
24
+ });
25
+ delete jsonObj.tagNamespaceId;
26
+ delete jsonObj.tagNamespaceName;
27
+ delete jsonObj.tagDefinitionId;
28
+ delete jsonObj.tagDefinitionName;
29
+ return jsonObj;
30
+ }
31
+ CostTrackingTag.getJsonObj = getJsonObj;
32
+ function getDeserializedJsonObj(obj) {
33
+ const jsonObj = Object.assign(Object.assign({}, obj), {
34
+ "tagNamespaceId": obj["Tag_Namespace_Id"],
35
+ "tagNamespaceName": obj["Tag_Namespace_Name"],
36
+ "tagDefinitionId": obj["Tag_Definition_Id"],
37
+ "tagDefinitionName": obj["Tag_Definition_Name"]
38
+ });
39
+ delete jsonObj["Tag_Namespace_Id"];
40
+ delete jsonObj["Tag_Namespace_Name"];
41
+ delete jsonObj["Tag_Definition_Id"];
42
+ delete jsonObj["Tag_Definition_Name"];
43
+ return jsonObj;
44
+ }
45
+ CostTrackingTag.getDeserializedJsonObj = getDeserializedJsonObj;
46
+ })(CostTrackingTag = exports.CostTrackingTag || (exports.CostTrackingTag = {}));
47
+ //# sourceMappingURL=cost-tracking-tag.js.map