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 @@
1
+ {"version":3,"file":"thin-association-authorization-response.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/model/thin-association-authorization-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkBlC,IAAiB,oCAAoC,CAqCpD;AArCD,WAAiB,oCAAoC;IACnD,IAAY,iBAMX;IAND,WAAY,iBAAiB;QAC3B,iDAA4B,CAAA;QAC5B,wDAAmC,CAAA;QACnC,gEAA2C,CAAA;QAC3C,4DAAuC,CAAA;QACvC,wCAAmB,CAAA;IACrB,CAAC,EANW,iBAAiB,GAAjB,sDAAiB,KAAjB,sDAAiB,QAM5B;IAED,SAAgB,UAAU,CAAC,GAAyC;QAClE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,+CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyC;QAC9E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2DAAsB,yBAarC,CAAA;AACH,CAAC,EArCgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAqCpD"}
@@ -0,0 +1,29 @@
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 ThinAuthorizationResponse {
15
+ /**
16
+ * The policy string related to the request.
17
+ */
18
+ "authorizationRequest": model.AuthorizationRequest;
19
+ /**
20
+ * The duration of how long this decision should be cached. Note that the type is of type java.time.Duration, not
21
+ * string.
22
+ *
23
+ */
24
+ "decisionCacheDuration": string;
25
+ }
26
+ export declare namespace ThinAuthorizationResponse {
27
+ function getJsonObj(obj: ThinAuthorizationResponse): object;
28
+ function getDeserializedJsonObj(obj: ThinAuthorizationResponse): object;
29
+ }
@@ -0,0 +1,57 @@
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.ThinAuthorizationResponse = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var ThinAuthorizationResponse;
37
+ (function (ThinAuthorizationResponse) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "authorizationRequest": obj.authorizationRequest
41
+ ? model.AuthorizationRequest.getJsonObj(obj.authorizationRequest)
42
+ : undefined
43
+ });
44
+ return jsonObj;
45
+ }
46
+ ThinAuthorizationResponse.getJsonObj = getJsonObj;
47
+ function getDeserializedJsonObj(obj) {
48
+ const jsonObj = Object.assign(Object.assign({}, obj), {
49
+ "authorizationRequest": obj.authorizationRequest
50
+ ? model.AuthorizationRequest.getDeserializedJsonObj(obj.authorizationRequest)
51
+ : undefined
52
+ });
53
+ return jsonObj;
54
+ }
55
+ ThinAuthorizationResponse.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(ThinAuthorizationResponse = exports.ThinAuthorizationResponse || (exports.ThinAuthorizationResponse = {}));
57
+ //# sourceMappingURL=thin-authorization-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"thin-authorization-response.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/model/thin-authorization-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,yBAAyB,CAyBzC;AAzBD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,oCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBAC7E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,gDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAyBzC"}
@@ -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 UserNotFoundAuthenticateUserResult {
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
+ export declare namespace UserNotFoundAuthenticateUserResult {
28
+ function getJsonObj(obj: UserNotFoundAuthenticateUserResult): object;
29
+ function getDeserializedJsonObj(obj: UserNotFoundAuthenticateUserResult): 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.UserNotFoundAuthenticateUserResult = void 0;
16
+ var UserNotFoundAuthenticateUserResult;
17
+ (function (UserNotFoundAuthenticateUserResult) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ UserNotFoundAuthenticateUserResult.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ UserNotFoundAuthenticateUserResult.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(UserNotFoundAuthenticateUserResult = exports.UserNotFoundAuthenticateUserResult || (exports.UserNotFoundAuthenticateUserResult = {}));
29
+ //# sourceMappingURL=user-not-found-authenticate-user-result.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user-not-found-authenticate-user-result.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/model/user-not-found-authenticate-user-result.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoBH,IAAiB,kCAAkC,CAWlD;AAXD,WAAiB,kCAAkC;IACjD,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,EAXgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAWlD"}
@@ -0,0 +1,38 @@
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 User {
14
+ /**
15
+ * The user's Oracle ID (OCID).
16
+ */
17
+ "id": string;
18
+ /**
19
+ * The name of the user.
20
+ */
21
+ "name": string;
22
+ /**
23
+ * If the provided password is a one-time password.
24
+ */
25
+ "isOTP": boolean;
26
+ /**
27
+ * If mfa is activated.
28
+ */
29
+ "isMfaActivated": boolean;
30
+ /**
31
+ * If the user has been mfa verified.
32
+ */
33
+ "isMfaVerified": boolean;
34
+ }
35
+ export declare namespace User {
36
+ function getJsonObj(obj: User): object;
37
+ function getDeserializedJsonObj(obj: User): object;
38
+ }
@@ -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.User = void 0;
16
+ var User;
17
+ (function (User) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ User.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ User.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(User = exports.User || (exports.User = {}));
29
+ //# sourceMappingURL=user.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/model/user.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4BH,IAAiB,IAAI,CAWpB;AAXD,WAAiB,IAAI;IACnB,SAAgB,UAAU,CAAC,GAAS;QAClC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,eAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAS;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,IAAI,GAAJ,YAAI,KAAJ,YAAI,QAWpB"}
@@ -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
+ import * as model from "../model";
14
+ export interface ValidAuthenticateUserResult {
15
+ /**
16
+ * The tenant name.
17
+ */
18
+ "tenantInput": string;
19
+ /**
20
+ * The user name.
21
+ */
22
+ "userInput": string;
23
+ /**
24
+ * The resolved principal.
25
+ */
26
+ "resolvedPrincipal": model.AuthenticationPrincipal;
27
+ }
28
+ export declare namespace ValidAuthenticateUserResult {
29
+ function getJsonObj(obj: ValidAuthenticateUserResult): object;
30
+ function getDeserializedJsonObj(obj: ValidAuthenticateUserResult): object;
31
+ }
@@ -0,0 +1,57 @@
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.ValidAuthenticateUserResult = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var ValidAuthenticateUserResult;
37
+ (function (ValidAuthenticateUserResult) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "resolvedPrincipal": obj.resolvedPrincipal
41
+ ? model.AuthenticationPrincipal.getJsonObj(obj.resolvedPrincipal)
42
+ : undefined
43
+ });
44
+ return jsonObj;
45
+ }
46
+ ValidAuthenticateUserResult.getJsonObj = getJsonObj;
47
+ function getDeserializedJsonObj(obj) {
48
+ const jsonObj = Object.assign(Object.assign({}, obj), {
49
+ "resolvedPrincipal": obj.resolvedPrincipal
50
+ ? model.AuthenticationPrincipal.getDeserializedJsonObj(obj.resolvedPrincipal)
51
+ : undefined
52
+ });
53
+ return jsonObj;
54
+ }
55
+ ValidAuthenticateUserResult.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(ValidAuthenticateUserResult = exports.ValidAuthenticateUserResult || (exports.ValidAuthenticateUserResult = {}));
57
+ //# sourceMappingURL=valid-authenticate-user-result.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"valid-authenticate-user-result.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/model/valid-authenticate-user-result.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkBlC,IAAiB,2BAA2B,CAyB3C;AAzBD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,sCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBAC7E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,kDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAyB3C"}
@@ -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 X509FederationRequest {
14
+ /**
15
+ * The x509 certificate of the service instance, issued by his CA.
16
+ */
17
+ "certificate": string;
18
+ /**
19
+ * A temporary public key, owned by the service. The service also owns the corresponding private key. This public
20
+ * key will by put inside the security token by the auth service after successful validation of the certificate.
21
+ *
22
+ */
23
+ "publicKey": string;
24
+ /**
25
+ * An array of intermediate certificates to form the chain from the leaf certificate to the root CA. If auth
26
+ * service already has the intermediate certificate(s), then this is not required.
27
+ *
28
+ */
29
+ "intermediateCertificates"?: Array<string>;
30
+ }
31
+ export declare namespace X509FederationRequest {
32
+ function getJsonObj(obj: X509FederationRequest): object;
33
+ function getDeserializedJsonObj(obj: X509FederationRequest): object;
34
+ }
@@ -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.X509FederationRequest = void 0;
16
+ var X509FederationRequest;
17
+ (function (X509FederationRequest) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ X509FederationRequest.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ X509FederationRequest.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(X509FederationRequest = exports.X509FederationRequest || (exports.X509FederationRequest = {}));
29
+ //# sourceMappingURL=x509-federation-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"x509-federation-request.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/model/x509-federation-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwBH,IAAiB,qBAAqB,CAWrC;AAXD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAWrC"}
@@ -0,0 +1,23 @@
1
+ /**
2
+ *
3
+ *
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identitydataplane/GenerateScopedAccessToken.ts.html |here} to see how to use GenerateScopedAccessTokenRequest.
17
+ */
18
+ export interface GenerateScopedAccessTokenRequest extends common.BaseRequest {
19
+ /**
20
+ * Scoped Access token request
21
+ */
22
+ "generateScopedAccessTokenDetails": model.GenerateScopedAccessTokenDetails;
23
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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
+ //# sourceMappingURL=generate-scoped-access-token-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-scoped-access-token-request.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/request/generate-scoped-access-token-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,14 @@
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 GenerateScopedAccessTokenRequest from "./generate-scoped-access-token-request";
14
+ export import GenerateScopedAccessTokenRequest = GenerateScopedAccessTokenRequest.GenerateScopedAccessTokenRequest;
@@ -0,0 +1,15 @@
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
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
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 GenerateScopedAccessTokenResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
17
+ * particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * The returned model.SecurityToken instance.
23
+ */
24
+ "securityToken": model.SecurityToken;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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
+ //# sourceMappingURL=generate-scoped-access-token-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-scoped-access-token-response.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/response/generate-scoped-access-token-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,14 @@
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 GenerateScopedAccessTokenResponse from "./generate-scoped-access-token-response";
14
+ export import GenerateScopedAccessTokenResponse = GenerateScopedAccessTokenResponse.GenerateScopedAccessTokenResponse;
@@ -0,0 +1,15 @@
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
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/response/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json ADDED
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "oci-identitydataplane",
3
+ "version": "2.10.0",
4
+ "description": "OCI NodeJS client for Identity Data Plane Service",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/oracle/oci-typescript-sdk"
8
+ },
9
+ "main": "./index.js",
10
+ "typings": "./index",
11
+ "scripts": {},
12
+ "author": {
13
+ "name": "Oracle Cloud Infrastructure",
14
+ "email": ""
15
+ },
16
+ "license": "(UPL-1.0 OR Apache-2.0)",
17
+ "dependencies": {
18
+ "oci-common": "2.10.0",
19
+ "oci-workrequests": "2.10.0"
20
+ },
21
+ "publishConfig": {
22
+ "registry": "https://registry.npmjs.org"
23
+ },
24
+ "contributors": [
25
+ "Jyoti Saini <jyoti.s.saini@oracle.com>",
26
+ "Joe Levy <joe.levy@oracle.com>",
27
+ "Walt Tran <walt.tran@oracle.com>"
28
+ ]
29
+ }