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,102 @@
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 AccessibleCompartmentRequest from "./accessible-compartment-request";
14
+ export import AccessibleCompartmentRequest = AccessibleCompartmentRequest.AccessibleCompartmentRequest;
15
+ import * as AccessibleCompartmentResponse from "./accessible-compartment-response";
16
+ export import AccessibleCompartmentResponse = AccessibleCompartmentResponse.AccessibleCompartmentResponse;
17
+ import * as AssociationAuthorizationRequest from "./association-authorization-request";
18
+ export import AssociationAuthorizationRequest = AssociationAuthorizationRequest.AssociationAuthorizationRequest;
19
+ import * as AuthServiceUser from "./auth-service-user";
20
+ export import AuthServiceUser = AuthServiceUser.AuthServiceUser;
21
+ import * as AuthenticateClientDetails from "./authenticate-client-details";
22
+ export import AuthenticateClientDetails = AuthenticateClientDetails.AuthenticateClientDetails;
23
+ import * as AuthenticateClientResult from "./authenticate-client-result";
24
+ export import AuthenticateClientResult = AuthenticateClientResult.AuthenticateClientResult;
25
+ import * as AuthenticateUserResult from "./authenticate-user-result";
26
+ export import AuthenticateUserResult = AuthenticateUserResult.AuthenticateUserResult;
27
+ import * as AuthenticationPolicy from "./authentication-policy";
28
+ export import AuthenticationPolicy = AuthenticationPolicy.AuthenticationPolicy;
29
+ import * as AuthenticationPrincipal from "./authentication-principal";
30
+ export import AuthenticationPrincipal = AuthenticationPrincipal.AuthenticationPrincipal;
31
+ import * as AuthenticationRequest from "./authentication-request";
32
+ export import AuthenticationRequest = AuthenticationRequest.AuthenticationRequest;
33
+ import * as AuthorizationRequest from "./authorization-request";
34
+ export import AuthorizationRequest = AuthorizationRequest.AuthorizationRequest;
35
+ import * as BadUserStateAuthenticateUserResult from "./bad-user-state-authenticate-user-result";
36
+ export import BadUserStateAuthenticateUserResult = BadUserStateAuthenticateUserResult.BadUserStateAuthenticateUserResult;
37
+ import * as Claim from "./claim";
38
+ export import Claim = Claim.Claim;
39
+ import * as ClientCredentialsResponse from "./client-credentials-response";
40
+ export import ClientCredentialsResponse = ClientCredentialsResponse.ClientCredentialsResponse;
41
+ import * as CommonPrincipal from "./common-principal";
42
+ export import CommonPrincipal = CommonPrincipal.CommonPrincipal;
43
+ import * as Compartment from "./compartment";
44
+ export import Compartment = Compartment.Compartment;
45
+ import * as CompartmentMetadata from "./compartment-metadata";
46
+ export import CompartmentMetadata = CompartmentMetadata.CompartmentMetadata;
47
+ import * as ContextVariable from "./context-variable";
48
+ export import ContextVariable = ContextVariable.ContextVariable;
49
+ import * as CostTrackingTag from "./cost-tracking-tag";
50
+ export import CostTrackingTag = CostTrackingTag.CostTrackingTag;
51
+ import * as CredentialAuthenticatorInfo from "./credential-authenticator-info";
52
+ export import CredentialAuthenticatorInfo = CredentialAuthenticatorInfo.CredentialAuthenticatorInfo;
53
+ import * as DerivedKeyResponse from "./derived-key-response";
54
+ export import DerivedKeyResponse = DerivedKeyResponse.DerivedKeyResponse;
55
+ import * as EntityStatus from "./entity-status";
56
+ export import EntityStatus = EntityStatus.EntityStatus;
57
+ import * as FilterGroupMembershipDetails from "./filter-group-membership-details";
58
+ export import FilterGroupMembershipDetails = FilterGroupMembershipDetails.FilterGroupMembershipDetails;
59
+ import * as FilterGroupMembershipResult from "./filter-group-membership-result";
60
+ export import FilterGroupMembershipResult = FilterGroupMembershipResult.FilterGroupMembershipResult;
61
+ import * as GenerateScopedAccessTokenDetails from "./generate-scoped-access-token-details";
62
+ export import GenerateScopedAccessTokenDetails = GenerateScopedAccessTokenDetails.GenerateScopedAccessTokenDetails;
63
+ import * as IdentityProvider from "./identity-provider";
64
+ export import IdentityProvider = IdentityProvider.IdentityProvider;
65
+ import * as JWK from "./j-wk";
66
+ export import JWK = JWK.JWK;
67
+ import * as OnBehalfOfRequest from "./on-behalf-of-request";
68
+ export import OnBehalfOfRequest = OnBehalfOfRequest.OnBehalfOfRequest;
69
+ import * as PasswordPolicy from "./password-policy";
70
+ export import PasswordPolicy = PasswordPolicy.PasswordPolicy;
71
+ import * as PasswordResetAuthenticationRequest from "./password-reset-authentication-request";
72
+ export import PasswordResetAuthenticationRequest = PasswordResetAuthenticationRequest.PasswordResetAuthenticationRequest;
73
+ import * as Permission from "./permission";
74
+ export import Permission = Permission.Permission;
75
+ import * as PermissionContext from "./permission-context";
76
+ export import PermissionContext = PermissionContext.PermissionContext;
77
+ import * as Principal from "./principal";
78
+ export import Principal = Principal.Principal;
79
+ import * as RefreshRequest from "./refresh-request";
80
+ export import RefreshRequest = RefreshRequest.RefreshRequest;
81
+ import * as ResourcePrincipalSessionTokenRequest from "./resource-principal-session-token-request";
82
+ export import ResourcePrincipalSessionTokenRequest = ResourcePrincipalSessionTokenRequest.ResourcePrincipalSessionTokenRequest;
83
+ import * as SecurityToken from "./security-token";
84
+ export import SecurityToken = SecurityToken.SecurityToken;
85
+ import * as Tenant from "./tenant";
86
+ export import Tenant = Tenant.Tenant;
87
+ import * as TenantNotFoundAuthenticateUserResult from "./tenant-not-found-authenticate-user-result";
88
+ export import TenantNotFoundAuthenticateUserResult = TenantNotFoundAuthenticateUserResult.TenantNotFoundAuthenticateUserResult;
89
+ import * as ThickAuthorizationResponse from "./thick-authorization-response";
90
+ export import ThickAuthorizationResponse = ThickAuthorizationResponse.ThickAuthorizationResponse;
91
+ import * as ThinAssociationAuthorizationResponse from "./thin-association-authorization-response";
92
+ export import ThinAssociationAuthorizationResponse = ThinAssociationAuthorizationResponse.ThinAssociationAuthorizationResponse;
93
+ import * as ThinAuthorizationResponse from "./thin-authorization-response";
94
+ export import ThinAuthorizationResponse = ThinAuthorizationResponse.ThinAuthorizationResponse;
95
+ import * as User from "./user";
96
+ export import User = User.User;
97
+ import * as UserNotFoundAuthenticateUserResult from "./user-not-found-authenticate-user-result";
98
+ export import UserNotFoundAuthenticateUserResult = UserNotFoundAuthenticateUserResult.UserNotFoundAuthenticateUserResult;
99
+ import * as ValidAuthenticateUserResult from "./valid-authenticate-user-result";
100
+ export import ValidAuthenticateUserResult = ValidAuthenticateUserResult.ValidAuthenticateUserResult;
101
+ import * as X509FederationRequest from "./x509-federation-request";
102
+ export import X509FederationRequest = X509FederationRequest.X509FederationRequest;
@@ -0,0 +1,125 @@
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.X509FederationRequest = exports.ValidAuthenticateUserResult = exports.UserNotFoundAuthenticateUserResult = exports.User = exports.ThinAuthorizationResponse = exports.ThinAssociationAuthorizationResponse = exports.ThickAuthorizationResponse = exports.TenantNotFoundAuthenticateUserResult = exports.Tenant = exports.SecurityToken = exports.ResourcePrincipalSessionTokenRequest = exports.RefreshRequest = exports.Principal = exports.PermissionContext = exports.Permission = exports.PasswordResetAuthenticationRequest = exports.PasswordPolicy = exports.OnBehalfOfRequest = exports.JWK = exports.IdentityProvider = exports.GenerateScopedAccessTokenDetails = exports.FilterGroupMembershipResult = exports.FilterGroupMembershipDetails = exports.EntityStatus = exports.DerivedKeyResponse = exports.CredentialAuthenticatorInfo = exports.CostTrackingTag = exports.ContextVariable = exports.CompartmentMetadata = exports.Compartment = exports.CommonPrincipal = exports.ClientCredentialsResponse = exports.Claim = exports.BadUserStateAuthenticateUserResult = exports.AuthorizationRequest = exports.AuthenticationRequest = exports.AuthenticationPrincipal = exports.AuthenticationPolicy = exports.AuthenticateUserResult = exports.AuthenticateClientResult = exports.AuthenticateClientDetails = exports.AuthServiceUser = exports.AssociationAuthorizationRequest = exports.AccessibleCompartmentResponse = exports.AccessibleCompartmentRequest = void 0;
35
+ const AccessibleCompartmentRequest = __importStar(require("./accessible-compartment-request"));
36
+ exports.AccessibleCompartmentRequest = AccessibleCompartmentRequest.AccessibleCompartmentRequest;
37
+ const AccessibleCompartmentResponse = __importStar(require("./accessible-compartment-response"));
38
+ exports.AccessibleCompartmentResponse = AccessibleCompartmentResponse.AccessibleCompartmentResponse;
39
+ const AssociationAuthorizationRequest = __importStar(require("./association-authorization-request"));
40
+ exports.AssociationAuthorizationRequest = AssociationAuthorizationRequest.AssociationAuthorizationRequest;
41
+ const AuthServiceUser = __importStar(require("./auth-service-user"));
42
+ exports.AuthServiceUser = AuthServiceUser.AuthServiceUser;
43
+ const AuthenticateClientDetails = __importStar(require("./authenticate-client-details"));
44
+ exports.AuthenticateClientDetails = AuthenticateClientDetails.AuthenticateClientDetails;
45
+ const AuthenticateClientResult = __importStar(require("./authenticate-client-result"));
46
+ exports.AuthenticateClientResult = AuthenticateClientResult.AuthenticateClientResult;
47
+ const AuthenticateUserResult = __importStar(require("./authenticate-user-result"));
48
+ exports.AuthenticateUserResult = AuthenticateUserResult.AuthenticateUserResult;
49
+ const AuthenticationPolicy = __importStar(require("./authentication-policy"));
50
+ exports.AuthenticationPolicy = AuthenticationPolicy.AuthenticationPolicy;
51
+ const AuthenticationPrincipal = __importStar(require("./authentication-principal"));
52
+ exports.AuthenticationPrincipal = AuthenticationPrincipal.AuthenticationPrincipal;
53
+ const AuthenticationRequest = __importStar(require("./authentication-request"));
54
+ exports.AuthenticationRequest = AuthenticationRequest.AuthenticationRequest;
55
+ const AuthorizationRequest = __importStar(require("./authorization-request"));
56
+ exports.AuthorizationRequest = AuthorizationRequest.AuthorizationRequest;
57
+ const BadUserStateAuthenticateUserResult = __importStar(require("./bad-user-state-authenticate-user-result"));
58
+ exports.BadUserStateAuthenticateUserResult = BadUserStateAuthenticateUserResult.BadUserStateAuthenticateUserResult;
59
+ const Claim = __importStar(require("./claim"));
60
+ exports.Claim = Claim.Claim;
61
+ const ClientCredentialsResponse = __importStar(require("./client-credentials-response"));
62
+ exports.ClientCredentialsResponse = ClientCredentialsResponse.ClientCredentialsResponse;
63
+ const CommonPrincipal = __importStar(require("./common-principal"));
64
+ exports.CommonPrincipal = CommonPrincipal.CommonPrincipal;
65
+ const Compartment = __importStar(require("./compartment"));
66
+ exports.Compartment = Compartment.Compartment;
67
+ const CompartmentMetadata = __importStar(require("./compartment-metadata"));
68
+ exports.CompartmentMetadata = CompartmentMetadata.CompartmentMetadata;
69
+ const ContextVariable = __importStar(require("./context-variable"));
70
+ exports.ContextVariable = ContextVariable.ContextVariable;
71
+ const CostTrackingTag = __importStar(require("./cost-tracking-tag"));
72
+ exports.CostTrackingTag = CostTrackingTag.CostTrackingTag;
73
+ const CredentialAuthenticatorInfo = __importStar(require("./credential-authenticator-info"));
74
+ exports.CredentialAuthenticatorInfo = CredentialAuthenticatorInfo.CredentialAuthenticatorInfo;
75
+ const DerivedKeyResponse = __importStar(require("./derived-key-response"));
76
+ exports.DerivedKeyResponse = DerivedKeyResponse.DerivedKeyResponse;
77
+ const EntityStatus = __importStar(require("./entity-status"));
78
+ exports.EntityStatus = EntityStatus.EntityStatus;
79
+ const FilterGroupMembershipDetails = __importStar(require("./filter-group-membership-details"));
80
+ exports.FilterGroupMembershipDetails = FilterGroupMembershipDetails.FilterGroupMembershipDetails;
81
+ const FilterGroupMembershipResult = __importStar(require("./filter-group-membership-result"));
82
+ exports.FilterGroupMembershipResult = FilterGroupMembershipResult.FilterGroupMembershipResult;
83
+ const GenerateScopedAccessTokenDetails = __importStar(require("./generate-scoped-access-token-details"));
84
+ exports.GenerateScopedAccessTokenDetails = GenerateScopedAccessTokenDetails.GenerateScopedAccessTokenDetails;
85
+ const IdentityProvider = __importStar(require("./identity-provider"));
86
+ exports.IdentityProvider = IdentityProvider.IdentityProvider;
87
+ const JWK = __importStar(require("./j-wk"));
88
+ exports.JWK = JWK.JWK;
89
+ const OnBehalfOfRequest = __importStar(require("./on-behalf-of-request"));
90
+ exports.OnBehalfOfRequest = OnBehalfOfRequest.OnBehalfOfRequest;
91
+ const PasswordPolicy = __importStar(require("./password-policy"));
92
+ exports.PasswordPolicy = PasswordPolicy.PasswordPolicy;
93
+ const PasswordResetAuthenticationRequest = __importStar(require("./password-reset-authentication-request"));
94
+ exports.PasswordResetAuthenticationRequest = PasswordResetAuthenticationRequest.PasswordResetAuthenticationRequest;
95
+ const Permission = __importStar(require("./permission"));
96
+ exports.Permission = Permission.Permission;
97
+ const PermissionContext = __importStar(require("./permission-context"));
98
+ exports.PermissionContext = PermissionContext.PermissionContext;
99
+ const Principal = __importStar(require("./principal"));
100
+ exports.Principal = Principal.Principal;
101
+ const RefreshRequest = __importStar(require("./refresh-request"));
102
+ exports.RefreshRequest = RefreshRequest.RefreshRequest;
103
+ const ResourcePrincipalSessionTokenRequest = __importStar(require("./resource-principal-session-token-request"));
104
+ exports.ResourcePrincipalSessionTokenRequest = ResourcePrincipalSessionTokenRequest.ResourcePrincipalSessionTokenRequest;
105
+ const SecurityToken = __importStar(require("./security-token"));
106
+ exports.SecurityToken = SecurityToken.SecurityToken;
107
+ const Tenant = __importStar(require("./tenant"));
108
+ exports.Tenant = Tenant.Tenant;
109
+ const TenantNotFoundAuthenticateUserResult = __importStar(require("./tenant-not-found-authenticate-user-result"));
110
+ exports.TenantNotFoundAuthenticateUserResult = TenantNotFoundAuthenticateUserResult.TenantNotFoundAuthenticateUserResult;
111
+ const ThickAuthorizationResponse = __importStar(require("./thick-authorization-response"));
112
+ exports.ThickAuthorizationResponse = ThickAuthorizationResponse.ThickAuthorizationResponse;
113
+ const ThinAssociationAuthorizationResponse = __importStar(require("./thin-association-authorization-response"));
114
+ exports.ThinAssociationAuthorizationResponse = ThinAssociationAuthorizationResponse.ThinAssociationAuthorizationResponse;
115
+ const ThinAuthorizationResponse = __importStar(require("./thin-authorization-response"));
116
+ exports.ThinAuthorizationResponse = ThinAuthorizationResponse.ThinAuthorizationResponse;
117
+ const User = __importStar(require("./user"));
118
+ exports.User = User.User;
119
+ const UserNotFoundAuthenticateUserResult = __importStar(require("./user-not-found-authenticate-user-result"));
120
+ exports.UserNotFoundAuthenticateUserResult = UserNotFoundAuthenticateUserResult.UserNotFoundAuthenticateUserResult;
121
+ const ValidAuthenticateUserResult = __importStar(require("./valid-authenticate-user-result"));
122
+ exports.ValidAuthenticateUserResult = ValidAuthenticateUserResult.ValidAuthenticateUserResult;
123
+ const X509FederationRequest = __importStar(require("./x509-federation-request"));
124
+ exports.X509FederationRequest = X509FederationRequest.X509FederationRequest;
125
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/model/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,42 @@
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 JWK {
14
+ /**
15
+ * The modulus.
16
+ */
17
+ "n": string;
18
+ /**
19
+ * The exponent.
20
+ */
21
+ "e": string;
22
+ /**
23
+ * The key id.
24
+ */
25
+ "kid": string;
26
+ /**
27
+ * The key use.
28
+ */
29
+ "use": string;
30
+ /**
31
+ * The algorithm.
32
+ */
33
+ "alg": string;
34
+ /**
35
+ * The key type.
36
+ */
37
+ "kty": string;
38
+ }
39
+ export declare namespace JWK {
40
+ function getJsonObj(obj: JWK): object;
41
+ function getDeserializedJsonObj(obj: JWK): object;
42
+ }
@@ -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.JWK = void 0;
16
+ var JWK;
17
+ (function (JWK) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ JWK.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ JWK.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(JWK = exports.JWK || (exports.JWK = {}));
29
+ //# sourceMappingURL=j-wk.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"j-wk.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/model/j-wk.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgCH,IAAiB,GAAG,CAWnB;AAXD,WAAiB,GAAG;IAClB,SAAgB,UAAU,CAAC,GAAQ;QACjC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,cAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAQ;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,GAAG,GAAH,WAAG,KAAH,WAAG,QAWnB"}
@@ -0,0 +1,36 @@
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 OnBehalfOfRequest {
14
+ /**
15
+ * The signed headers of the customer call.
16
+ */
17
+ "requestHeaders": {
18
+ [key: string]: Array<string>;
19
+ };
20
+ /**
21
+ * The name of the target service.
22
+ */
23
+ "targetServiceName": string;
24
+ /**
25
+ * If you have an obo token already, exchange that for a new obo token.
26
+ */
27
+ "oboToken"?: string;
28
+ /**
29
+ * A duration for which the obo token is requested to be valid.
30
+ */
31
+ "expiration"?: string;
32
+ }
33
+ export declare namespace OnBehalfOfRequest {
34
+ function getJsonObj(obj: OnBehalfOfRequest): object;
35
+ function getDeserializedJsonObj(obj: OnBehalfOfRequest): object;
36
+ }
@@ -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.OnBehalfOfRequest = void 0;
16
+ var OnBehalfOfRequest;
17
+ (function (OnBehalfOfRequest) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ OnBehalfOfRequest.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ OnBehalfOfRequest.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(OnBehalfOfRequest = exports.OnBehalfOfRequest || (exports.OnBehalfOfRequest = {}));
29
+ //# sourceMappingURL=on-behalf-of-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"on-behalf-of-request.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/model/on-behalf-of-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwBH,IAAiB,iBAAiB,CAWjC;AAXD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAWjC"}
@@ -0,0 +1,46 @@
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
+ /**
14
+ * Password policy, currently set for the given compartment.
15
+ *
16
+ */
17
+ export interface PasswordPolicy {
18
+ /**
19
+ * Minimum password length required. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
20
+ */
21
+ "minimumPasswordLength"?: number;
22
+ /**
23
+ * At least one uppercase character required.
24
+ */
25
+ "isUppercaseCharactersRequired"?: boolean;
26
+ /**
27
+ * At least one lower case character required.
28
+ */
29
+ "isLowercaseCharactersRequired"?: boolean;
30
+ /**
31
+ * At least one numeric character required.
32
+ */
33
+ "isNumericCharactersRequired"?: boolean;
34
+ /**
35
+ * At least one special character required.
36
+ */
37
+ "isSpecialCharactersRequired"?: boolean;
38
+ /**
39
+ * User name is allowed to be part of the password.
40
+ */
41
+ "isUsernameContainmentAllowed"?: boolean;
42
+ }
43
+ export declare namespace PasswordPolicy {
44
+ function getJsonObj(obj: PasswordPolicy): object;
45
+ function getDeserializedJsonObj(obj: PasswordPolicy): object;
46
+ }
@@ -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.PasswordPolicy = void 0;
16
+ var PasswordPolicy;
17
+ (function (PasswordPolicy) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ PasswordPolicy.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ PasswordPolicy.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(PasswordPolicy = exports.PasswordPolicy || (exports.PasswordPolicy = {}));
29
+ //# sourceMappingURL=password-policy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"password-policy.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/model/password-policy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoCH,IAAiB,cAAc,CAW9B;AAXD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAW9B"}
@@ -0,0 +1,26 @@
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 PasswordResetAuthenticationRequest {
14
+ /**
15
+ * The id of the user
16
+ */
17
+ "userId": string;
18
+ /**
19
+ * The password reset token
20
+ */
21
+ "passwordResetToken": string;
22
+ }
23
+ export declare namespace PasswordResetAuthenticationRequest {
24
+ function getJsonObj(obj: PasswordResetAuthenticationRequest): object;
25
+ function getDeserializedJsonObj(obj: PasswordResetAuthenticationRequest): object;
26
+ }
@@ -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.PasswordResetAuthenticationRequest = void 0;
16
+ var PasswordResetAuthenticationRequest;
17
+ (function (PasswordResetAuthenticationRequest) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ PasswordResetAuthenticationRequest.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ PasswordResetAuthenticationRequest.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(PasswordResetAuthenticationRequest = exports.PasswordResetAuthenticationRequest || (exports.PasswordResetAuthenticationRequest = {}));
29
+ //# sourceMappingURL=password-reset-authentication-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"password-reset-authentication-request.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/model/password-reset-authentication-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgBH,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,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 PermissionContext {
15
+ /**
16
+ * The permission context.
17
+ */
18
+ "permission": model.Permission;
19
+ /**
20
+ * The set of variables in this permission context.
21
+ */
22
+ "variables": Array<model.ContextVariable>;
23
+ }
24
+ export declare namespace PermissionContext {
25
+ function getJsonObj(obj: PermissionContext): object;
26
+ function getDeserializedJsonObj(obj: PermissionContext): object;
27
+ }
@@ -0,0 +1,65 @@
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.PermissionContext = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var PermissionContext;
37
+ (function (PermissionContext) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "permission": obj.permission ? model.Permission.getJsonObj(obj.permission) : undefined,
41
+ "variables": obj.variables
42
+ ? obj.variables.map(item => {
43
+ return model.ContextVariable.getJsonObj(item);
44
+ })
45
+ : undefined
46
+ });
47
+ return jsonObj;
48
+ }
49
+ PermissionContext.getJsonObj = getJsonObj;
50
+ function getDeserializedJsonObj(obj) {
51
+ const jsonObj = Object.assign(Object.assign({}, obj), {
52
+ "permission": obj.permission
53
+ ? model.Permission.getDeserializedJsonObj(obj.permission)
54
+ : undefined,
55
+ "variables": obj.variables
56
+ ? obj.variables.map(item => {
57
+ return model.ContextVariable.getDeserializedJsonObj(item);
58
+ })
59
+ : undefined
60
+ });
61
+ return jsonObj;
62
+ }
63
+ PermissionContext.getDeserializedJsonObj = getDeserializedJsonObj;
64
+ })(PermissionContext = exports.PermissionContext || (exports.PermissionContext = {}));
65
+ //# sourceMappingURL=permission-context.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"permission-context.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/model/permission-context.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,iBAAiB,CAiCjC;AAjCD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS;YACtF,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,4BAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACzD,CAAC,CAAC,SAAS;YACb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,wCAAsB,yBAgBrC,CAAA;AACH,CAAC,EAjCgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAiCjC"}