sailpoint-api-client 2.0.3 → 2.0.5

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 (188) hide show
  1. package/access_model_metadata/docs/Methods/AccessModelMetadataApi.md +11 -11
  2. package/access_profiles/docs/Methods/AccessProfilesApi.md +8 -8
  3. package/access_request_approvals/docs/Methods/AccessRequestApprovalsApi.md +7 -7
  4. package/access_request_identity_metrics/docs/Methods/AccessRequestIdentityMetricsApi.md +1 -1
  5. package/access_requests/docs/Methods/AccessRequestsApi.md +13 -13
  6. package/account_activities/docs/Methods/AccountActivitiesApi.md +2 -2
  7. package/account_aggregations/docs/Methods/AccountAggregationsApi.md +1 -1
  8. package/account_deletion_requests/docs/Methods/AccountDeletionRequestsApi.md +2 -2
  9. package/account_usages/docs/Methods/AccountUsagesApi.md +1 -1
  10. package/accounts/docs/Methods/AccountsApi.md +16 -16
  11. package/api_usage/docs/Methods/ApiUsageApi.md +2 -2
  12. package/application_discovery/docs/Methods/ApplicationDiscoveryApi.md +4 -4
  13. package/approvals/docs/Methods/ApprovalsApi.md +15 -15
  14. package/apps/docs/Methods/AppsApi.md +14 -14
  15. package/auth_profile/docs/Methods/AuthProfileApi.md +3 -3
  16. package/auth_users/docs/Methods/AuthUsersApi.md +2 -2
  17. package/branding/docs/Methods/BrandingApi.md +5 -5
  18. package/certification_campaign_filters/docs/Methods/CertificationCampaignFiltersApi.md +5 -5
  19. package/certification_campaigns/docs/Methods/CertificationCampaignsApi.md +22 -22
  20. package/certification_summaries/docs/Methods/CertificationSummariesApi.md +4 -4
  21. package/certifications/docs/Methods/CertificationsApi.md +11 -11
  22. package/classify_source/docs/Methods/ClassifySourceApi.md +3 -3
  23. package/configuration_hub/docs/Methods/ConfigurationHubApi.md +20 -20
  24. package/connector_customizers/docs/Methods/ConnectorCustomizersApi.md +6 -6
  25. package/connector_rule_management/docs/Methods/ConnectorRuleManagementApi.md +6 -6
  26. package/connectors/docs/Methods/ConnectorsApi.md +13 -13
  27. package/custom_forms/docs/Methods/CustomFormsApi.md +18 -18
  28. package/custom_password_instructions/docs/Methods/CustomPasswordInstructionsApi.md +3 -3
  29. package/custom_user_levels/docs/Methods/CustomUserLevelsApi.md +9 -9
  30. package/data_access_security/docs/Methods/DataAccessSecurityApi.md +25 -25
  31. package/data_segmentation/docs/Methods/DataSegmentationApi.md +8 -8
  32. package/declassify_source/docs/Methods/DeclassifySourceApi.md +1 -1
  33. package/dimensions/docs/Methods/DimensionsApi.md +8 -8
  34. package/dist/index.d.ts +3 -0
  35. package/dist/index.js +192 -189
  36. package/dist/index.js.map +1 -1
  37. package/dist/intelligence/api.d.ts +1042 -0
  38. package/dist/intelligence/api.js +595 -0
  39. package/dist/intelligence/api.js.map +1 -0
  40. package/dist/intelligence/base.d.ts +66 -0
  41. package/dist/intelligence/base.js +90 -0
  42. package/dist/intelligence/base.js.map +1 -0
  43. package/dist/intelligence/common.d.ts +65 -0
  44. package/dist/intelligence/common.js +292 -0
  45. package/dist/intelligence/common.js.map +1 -0
  46. package/dist/intelligence/configuration.d.ts +91 -0
  47. package/dist/intelligence/configuration.js +46 -0
  48. package/dist/intelligence/configuration.js.map +1 -0
  49. package/dist/intelligence/index.d.ts +13 -0
  50. package/dist/intelligence/index.js +32 -0
  51. package/dist/intelligence/index.js.map +1 -0
  52. package/dist/nerm/common.js +2 -2
  53. package/dist/nermv2025/common.js +2 -2
  54. package/dist/sources/api.d.ts +509 -1
  55. package/dist/sources/api.js +587 -4
  56. package/dist/sources/api.js.map +1 -1
  57. package/entitlement_connections/docs/Methods/EntitlementConnectionsApi.md +5 -5
  58. package/entitlements/docs/Methods/EntitlementsApi.md +13 -13
  59. package/global_tenant_security_settings/docs/Methods/GlobalTenantSecuritySettingsApi.md +9 -9
  60. package/governance_groups/docs/Methods/GovernanceGroupsApi.md +10 -10
  61. package/iai_access_request_recommendations/docs/Methods/IAIAccessRequestRecommendationsApi.md +10 -10
  62. package/iai_common_access/docs/Methods/IAICommonAccessApi.md +3 -3
  63. package/iai_outliers/docs/Methods/IAIOutliersApi.md +9 -9
  64. package/iai_peer_group_strategies/docs/Methods/IAIPeerGroupStrategiesApi.md +1 -1
  65. package/iai_recommendations/docs/Methods/IAIRecommendationsApi.md +3 -3
  66. package/iai_role_mining/docs/Methods/IAIRoleMiningApi.md +25 -25
  67. package/icons/docs/Methods/IconsApi.md +2 -2
  68. package/identities/docs/Methods/IdentitiesApi.md +12 -12
  69. package/identity_attributes/docs/Methods/IdentityAttributesApi.md +6 -6
  70. package/identity_history/docs/Methods/IdentityHistoryApi.md +11 -11
  71. package/identity_profiles/docs/Methods/IdentityProfilesApi.md +11 -11
  72. package/index.ts +3 -0
  73. package/intelligence/.openapi-generator/FILES +40 -0
  74. package/intelligence/.openapi-generator/VERSION +1 -0
  75. package/intelligence/.openapi-generator-ignore +23 -0
  76. package/intelligence/.sdk-partition +1 -0
  77. package/intelligence/api.ts +1316 -0
  78. package/intelligence/base.ts +86 -0
  79. package/intelligence/common.ts +183 -0
  80. package/intelligence/configuration.ts +110 -0
  81. package/intelligence/docs/Examples/typescript_code_examples_overlay.yaml +78 -0
  82. package/intelligence/docs/Methods/Index.md +30 -0
  83. package/intelligence/docs/Methods/IntelligenceApi.md +259 -0
  84. package/intelligence/docs/Models/Errorbody.md +20 -0
  85. package/intelligence/docs/Models/Errormessagedto.md +21 -0
  86. package/intelligence/docs/Models/Errorresponsedto.md +22 -0
  87. package/intelligence/docs/Models/GetIdentityIntelligenceV1401Response.md +19 -0
  88. package/intelligence/docs/Models/GetIdentityIntelligenceV1429Response.md +19 -0
  89. package/intelligence/docs/Models/Index.md +19 -0
  90. package/intelligence/docs/Models/Intelaccessaccountwire.md +30 -0
  91. package/intelligence/docs/Models/Intelaccesshistory.md +20 -0
  92. package/intelligence/docs/Models/Intelaccesshistoryaccessitemsslice.md +20 -0
  93. package/intelligence/docs/Models/Intelaccesshistorycertificationsslice.md +20 -0
  94. package/intelligence/docs/Models/Intelaccessitemhistoryevent.md +20 -0
  95. package/intelligence/docs/Models/Intelaccesssourcewire.md +20 -0
  96. package/intelligence/docs/Models/Intelaccountsslice.md +20 -0
  97. package/intelligence/docs/Models/Intelcertificationhistoryevent.md +23 -0
  98. package/intelligence/docs/Models/Intelidentityaggregate.md +35 -0
  99. package/intelligence/docs/Models/Intelidentityambiguousbody.md +21 -0
  100. package/intelligence/docs/Models/Intelidentityambiguouscandidate.md +20 -0
  101. package/intelligence/docs/Models/Intelidentitynotfoundbody.md +20 -0
  102. package/intelligence/docs/Models/Inteloutlieraccessitem.md +24 -0
  103. package/intelligence/docs/Models/Inteloutliersslice.md +19 -0
  104. package/intelligence/docs/Models/Intelprivilegedaccessitemwire.md +26 -0
  105. package/intelligence/docs/Models/IntelprivilegedaccessitemwireSource.md +20 -0
  106. package/intelligence/docs/Models/Intelprivilegedaccessslice.md +19 -0
  107. package/intelligence/docs/Models/Intelrareaccessslice.md +20 -0
  108. package/intelligence/docs/Models/Localeorigin.md +21 -0
  109. package/intelligence/docs/Models/README.md +46 -0
  110. package/intelligence/git_push.sh +57 -0
  111. package/intelligence/index.ts +18 -0
  112. package/intelligence/package.json +34 -0
  113. package/intelligence/tsconfig.json +21 -0
  114. package/jit_access/docs/Methods/JITAccessApi.md +2 -2
  115. package/jit_activations/docs/Methods/JITActivationsApi.md +3 -3
  116. package/launchers/docs/Methods/LaunchersApi.md +6 -6
  117. package/lifecycle_states/docs/Methods/LifecycleStatesApi.md +6 -6
  118. package/machine_account_classify/docs/Methods/MachineAccountClassifyApi.md +1 -1
  119. package/machine_account_creation_request/docs/Methods/MachineAccountCreationRequestApi.md +3 -3
  120. package/machine_account_mappings/docs/Methods/MachineAccountMappingsApi.md +4 -4
  121. package/machine_account_subtypes/docs/Methods/MachineAccountSubtypesApi.md +8 -8
  122. package/machine_accounts/docs/Methods/MachineAccountsApi.md +9 -9
  123. package/machine_classification_config/docs/Methods/MachineClassificationConfigApi.md +3 -3
  124. package/machine_identities/docs/Methods/MachineIdentitiesApi.md +7 -7
  125. package/managed_clients/docs/Methods/ManagedClientsApi.md +7 -7
  126. package/managed_cluster_types/docs/Methods/ManagedClusterTypesApi.md +5 -5
  127. package/managed_clusters/docs/Methods/ManagedClustersApi.md +8 -8
  128. package/mfa_configuration/docs/Methods/MFAConfigurationApi.md +7 -7
  129. package/multi_host_integration/docs/Methods/MultiHostIntegrationApi.md +14 -14
  130. package/nerm/README.md +2 -2
  131. package/nerm/common.ts +2 -2
  132. package/nerm/package.json +1 -1
  133. package/nermv2025/README.md +2 -2
  134. package/nermv2025/common.ts +2 -2
  135. package/nermv2025/package.json +1 -1
  136. package/non_employee_lifecycle_management/docs/Methods/NonEmployeeLifecycleManagementApi.md +32 -32
  137. package/notifications/docs/Methods/NotificationsApi.md +16 -16
  138. package/oauth_clients/docs/Methods/OAuthClientsApi.md +5 -5
  139. package/org_config/docs/Methods/OrgConfigApi.md +3 -3
  140. package/package.json +1 -1
  141. package/parameter_storage/docs/Methods/ParameterStorageApi.md +8 -8
  142. package/password_configuration/docs/Methods/PasswordConfigurationApi.md +3 -3
  143. package/password_dictionary/docs/Methods/PasswordDictionaryApi.md +2 -2
  144. package/password_management/docs/Methods/PasswordManagementApi.md +4 -4
  145. package/password_policies/docs/Methods/PasswordPoliciesApi.md +5 -5
  146. package/password_sync_groups/docs/Methods/PasswordSyncGroupsApi.md +5 -5
  147. package/personal_access_tokens/docs/Methods/PersonalAccessTokensApi.md +4 -4
  148. package/privilege_criteria/docs/Methods/PrivilegeCriteriaApi.md +5 -5
  149. package/privilege_criteria_configuration/docs/Methods/PrivilegeCriteriaConfigurationApi.md +3 -3
  150. package/prompt_insights/docs/Methods/PromptInsightsApi.md +2 -2
  151. package/public_identities/docs/Methods/PublicIdentitiesApi.md +1 -1
  152. package/public_identities_config/docs/Methods/PublicIdentitiesConfigApi.md +2 -2
  153. package/reports_data_extraction/docs/Methods/ReportsDataExtractionApi.md +4 -4
  154. package/requestable_objects/docs/Methods/RequestableObjectsApi.md +1 -1
  155. package/role_insights/docs/Methods/RoleInsightsApi.md +9 -9
  156. package/role_propagation/docs/Methods/RolePropagationApi.md +6 -6
  157. package/roles/docs/Methods/RolesApi.md +16 -16
  158. package/saved_search/docs/Methods/SavedSearchApi.md +6 -6
  159. package/scheduled_search/docs/Methods/ScheduledSearchApi.md +6 -6
  160. package/search/docs/Methods/SearchApi.md +4 -4
  161. package/search_attribute_configuration/docs/Methods/SearchAttributeConfigurationApi.md +5 -5
  162. package/segments/docs/Methods/SegmentsApi.md +5 -5
  163. package/service_desk_integration/docs/Methods/ServiceDeskIntegrationApi.md +10 -10
  164. package/shared_signals_framework_ssf/docs/Methods/SharedSignalsFrameworkSSFApi.md +10 -10
  165. package/sim_integrations/docs/Methods/SIMIntegrationsApi.md +7 -7
  166. package/sod_policies/docs/Methods/SODPoliciesApi.md +17 -17
  167. package/sod_violations/docs/Methods/SODViolationsApi.md +2 -2
  168. package/source_usages/docs/Methods/SourceUsagesApi.md +2 -2
  169. package/sources/.openapi-generator/FILES +2 -0
  170. package/sources/api.ts +846 -9
  171. package/sources/docs/Examples/typescript_code_examples_overlay.yaml +101 -0
  172. package/sources/docs/Methods/SourcesApi.md +344 -56
  173. package/sources/docs/Models/Fielddetailsdtov2.md +24 -0
  174. package/sources/docs/Models/Provisioningpolicydtov2.md +24 -0
  175. package/sources/docs/Models/Usagetype.md +2 -0
  176. package/sp_config/docs/Methods/SPConfigApi.md +7 -7
  177. package/suggested_entitlement_description/docs/Methods/SuggestedEntitlementDescriptionApi.md +15 -15
  178. package/tagged_objects/docs/Methods/TaggedObjectsApi.md +8 -8
  179. package/tags/docs/Methods/TagsApi.md +4 -4
  180. package/task_management/docs/Methods/TaskManagementApi.md +3 -3
  181. package/tenant/docs/Methods/TenantApi.md +1 -1
  182. package/tenant_context/docs/Methods/TenantContextApi.md +2 -2
  183. package/transforms/docs/Methods/TransformsApi.md +5 -5
  184. package/triggers/docs/Methods/TriggersApi.md +10 -10
  185. package/ui_metadata/docs/Methods/UIMetadataApi.md +2 -2
  186. package/work_items/docs/Methods/WorkItemsApi.md +13 -13
  187. package/work_reassignment/docs/Methods/WorkReassignmentApi.md +9 -9
  188. package/workflows/docs/Methods/WorkflowsApi.md +19 -19
@@ -0,0 +1,595 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Identity Security Cloud API - Intelligence
6
+ * Use these APIs to interact with the Identity Security Cloud platform to achieve repeatable, automated processes with greater scalability. We encourage you to join the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss to connect with other developers using our APIs.
7
+ *
8
+ * The version of the OpenAPI document: v1
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ var __extends = (this && this.__extends) || (function () {
16
+ var extendStatics = function (d, b) {
17
+ extendStatics = Object.setPrototypeOf ||
18
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
19
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
20
+ return extendStatics(d, b);
21
+ };
22
+ return function (d, b) {
23
+ if (typeof b !== "function" && b !== null)
24
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
25
+ extendStatics(d, b);
26
+ function __() { this.constructor = d; }
27
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
28
+ };
29
+ })();
30
+ var __assign = (this && this.__assign) || function () {
31
+ __assign = Object.assign || function(t) {
32
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
33
+ s = arguments[i];
34
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
35
+ t[p] = s[p];
36
+ }
37
+ return t;
38
+ };
39
+ return __assign.apply(this, arguments);
40
+ };
41
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
42
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
43
+ return new (P || (P = Promise))(function (resolve, reject) {
44
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
45
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
46
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
47
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
48
+ });
49
+ };
50
+ var __generator = (this && this.__generator) || function (thisArg, body) {
51
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
52
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
53
+ function verb(n) { return function (v) { return step([n, v]); }; }
54
+ function step(op) {
55
+ if (f) throw new TypeError("Generator is already executing.");
56
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
57
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
58
+ if (y = 0, t) op = [op[0] & 2, t.value];
59
+ switch (op[0]) {
60
+ case 0: case 1: t = op; break;
61
+ case 4: _.label++; return { value: op[1], done: false };
62
+ case 5: _.label++; y = op[1]; op = [0]; continue;
63
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
64
+ default:
65
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
66
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
67
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
68
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
69
+ if (t[2]) _.ops.pop();
70
+ _.trys.pop(); continue;
71
+ }
72
+ op = body.call(thisArg, _);
73
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
74
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
75
+ }
76
+ };
77
+ var __importDefault = (this && this.__importDefault) || function (mod) {
78
+ return (mod && mod.__esModule) ? mod : { "default": mod };
79
+ };
80
+ Object.defineProperty(exports, "__esModule", { value: true });
81
+ exports.IntelligenceApi = exports.IntelligenceApiFactory = exports.IntelligenceApiFp = exports.IntelligenceApiAxiosParamCreator = exports.Localeorigin = exports.IntelidentitynotfoundbodyDetailCodeEnum = exports.IntelidentityambiguousbodyDetailCodeEnum = exports.IntelidentityaggregateSubtypeEnum = exports.IntelidentityaggregateTypeEnum = exports.IntelcertificationhistoryeventEventTypeEnum = exports.IntelaccessitemhistoryeventEventTypeEnum = void 0;
82
+ var axios_1 = __importDefault(require("axios"));
83
+ // Some imports not used depending on template conditions
84
+ // @ts-ignore
85
+ var common_1 = require("./common");
86
+ // @ts-ignore
87
+ var base_1 = require("./base");
88
+ exports.IntelaccessitemhistoryeventEventTypeEnum = {
89
+ AccessItemAssociated: 'AccessItemAssociated',
90
+ AccessItemRemoved: 'AccessItemRemoved',
91
+ AccountStatusChanged: 'AccountStatusChanged'
92
+ };
93
+ exports.IntelcertificationhistoryeventEventTypeEnum = {
94
+ IdentityCertified: 'IdentityCertified'
95
+ };
96
+ exports.IntelidentityaggregateTypeEnum = {
97
+ Human: 'HUMAN'
98
+ };
99
+ exports.IntelidentityaggregateSubtypeEnum = {
100
+ Employee: 'Employee',
101
+ NonEmployee: 'Non Employee',
102
+ CannotDetermine: 'Cannot Determine'
103
+ };
104
+ exports.IntelidentityambiguousbodyDetailCodeEnum = {
105
+ IdcIdentityAmbiguous: 'IDC_IDENTITY_AMBIGUOUS'
106
+ };
107
+ exports.IntelidentitynotfoundbodyDetailCodeEnum = {
108
+ IdcIdentityNotFound: 'IDC_IDENTITY_NOT_FOUND'
109
+ };
110
+ /**
111
+ * An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.
112
+ * @export
113
+ * @enum {string}
114
+ */
115
+ exports.Localeorigin = {
116
+ Default: 'DEFAULT',
117
+ Request: 'REQUEST'
118
+ };
119
+ /**
120
+ * IntelligenceApi - axios parameter creator
121
+ * @export
122
+ */
123
+ var IntelligenceApiAxiosParamCreator = function (configuration) {
124
+ var _this = this;
125
+ return {
126
+ /**
127
+ * Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license. A single match returns HTTP 200 with IntelIdentityAggregate. Zero matches returns HTTP 404 with detailCode IDC_IDENTITY_NOT_FOUND. Multiple matches returns HTTP 409 with detailCode IDC_IDENTITY_AMBIGUOUS and candidates listing each match.
128
+ * @summary Get identity by filter
129
+ * @param {string} filters Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq* **email**: *eq*
130
+ * @param {*} [axiosOptions] Override http request option.
131
+ * @throws {RequiredError}
132
+ */
133
+ getIdentityIntelligenceV1: function (filters, axiosOptions) {
134
+ if (axiosOptions === void 0) { axiosOptions = {}; }
135
+ return __awaiter(_this, void 0, void 0, function () {
136
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
137
+ return __generator(this, function (_a) {
138
+ // verify required parameter 'filters' is not null or undefined
139
+ (0, common_1.assertParamExists)('getIdentityIntelligenceV1', 'filters', filters);
140
+ localVarPath = "/intelligence/v1/identities";
141
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
142
+ if (configuration) {
143
+ baseOptions = configuration.baseOptions;
144
+ }
145
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
146
+ localVarHeaderParameter = {};
147
+ localVarQueryParameter = {};
148
+ if (filters !== undefined) {
149
+ localVarQueryParameter['filters'] = filters;
150
+ }
151
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
152
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
153
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
154
+ return [2 /*return*/, {
155
+ url: (0, common_1.toPathString)(localVarUrlObj),
156
+ axiosOptions: localVarRequestOptions,
157
+ }];
158
+ });
159
+ });
160
+ },
161
+ /**
162
+ * Continuation endpoint for the parent response\'s `accessHistory.accessItems.next` link. Returns one page of access-item history events for the supplied limit and offset values. Unsupported event types and per-record decode failures are dropped server-side. Requires tenant license idn:response-and-remediation.
163
+ * @summary List identity access item history
164
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
165
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
166
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
167
+ * @param {*} [axiosOptions] Override http request option.
168
+ * @throws {RequiredError}
169
+ */
170
+ getIntelIdentityAccessItemHistoryV1: function (id, limit, offset, axiosOptions) {
171
+ if (axiosOptions === void 0) { axiosOptions = {}; }
172
+ return __awaiter(_this, void 0, void 0, function () {
173
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
174
+ return __generator(this, function (_a) {
175
+ // verify required parameter 'id' is not null or undefined
176
+ (0, common_1.assertParamExists)('getIntelIdentityAccessItemHistoryV1', 'id', id);
177
+ localVarPath = "/intelligence/v1/identities/{id}/access-history/access-items"
178
+ .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
179
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
180
+ if (configuration) {
181
+ baseOptions = configuration.baseOptions;
182
+ }
183
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
184
+ localVarHeaderParameter = {};
185
+ localVarQueryParameter = {};
186
+ if (limit !== undefined) {
187
+ localVarQueryParameter['limit'] = limit;
188
+ }
189
+ if (offset !== undefined) {
190
+ localVarQueryParameter['offset'] = offset;
191
+ }
192
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
193
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
194
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
195
+ return [2 /*return*/, {
196
+ url: (0, common_1.toPathString)(localVarUrlObj),
197
+ axiosOptions: localVarRequestOptions,
198
+ }];
199
+ });
200
+ });
201
+ },
202
+ /**
203
+ * Continuation endpoint for the parent response\'s `accounts.next` link. Returns one page of account rows for the supplied limit and offset values. Requires tenant license idn:response-and-remediation.
204
+ * @summary List identity accounts
205
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
206
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
207
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
208
+ * @param {*} [axiosOptions] Override http request option.
209
+ * @throws {RequiredError}
210
+ */
211
+ getIntelIdentityAccountsV1: function (id, limit, offset, axiosOptions) {
212
+ if (axiosOptions === void 0) { axiosOptions = {}; }
213
+ return __awaiter(_this, void 0, void 0, function () {
214
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
215
+ return __generator(this, function (_a) {
216
+ // verify required parameter 'id' is not null or undefined
217
+ (0, common_1.assertParamExists)('getIntelIdentityAccountsV1', 'id', id);
218
+ localVarPath = "/intelligence/v1/identities/{id}/accounts"
219
+ .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
220
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
221
+ if (configuration) {
222
+ baseOptions = configuration.baseOptions;
223
+ }
224
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
225
+ localVarHeaderParameter = {};
226
+ localVarQueryParameter = {};
227
+ if (limit !== undefined) {
228
+ localVarQueryParameter['limit'] = limit;
229
+ }
230
+ if (offset !== undefined) {
231
+ localVarQueryParameter['offset'] = offset;
232
+ }
233
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
234
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
235
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
236
+ return [2 /*return*/, {
237
+ url: (0, common_1.toPathString)(localVarUrlObj),
238
+ axiosOptions: localVarRequestOptions,
239
+ }];
240
+ });
241
+ });
242
+ },
243
+ /**
244
+ * Continuation endpoint for the parent response\'s `accessHistory.certifications.next` link. Returns one page of certification history events for the supplied limit and offset values. Per-record decode failures are dropped server-side. Requires tenant license idn:response-and-remediation.
245
+ * @summary List identity certification history
246
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
247
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
248
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
249
+ * @param {*} [axiosOptions] Override http request option.
250
+ * @throws {RequiredError}
251
+ */
252
+ getIntelIdentityCertificationHistoryV1: function (id, limit, offset, axiosOptions) {
253
+ if (axiosOptions === void 0) { axiosOptions = {}; }
254
+ return __awaiter(_this, void 0, void 0, function () {
255
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
256
+ return __generator(this, function (_a) {
257
+ // verify required parameter 'id' is not null or undefined
258
+ (0, common_1.assertParamExists)('getIntelIdentityCertificationHistoryV1', 'id', id);
259
+ localVarPath = "/intelligence/v1/identities/{id}/access-history/certifications"
260
+ .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
261
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
262
+ if (configuration) {
263
+ baseOptions = configuration.baseOptions;
264
+ }
265
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
266
+ localVarHeaderParameter = {};
267
+ localVarQueryParameter = {};
268
+ if (limit !== undefined) {
269
+ localVarQueryParameter['limit'] = limit;
270
+ }
271
+ if (offset !== undefined) {
272
+ localVarQueryParameter['offset'] = offset;
273
+ }
274
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
275
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
276
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
277
+ return [2 /*return*/, {
278
+ url: (0, common_1.toPathString)(localVarUrlObj),
279
+ axiosOptions: localVarRequestOptions,
280
+ }];
281
+ });
282
+ });
283
+ },
284
+ /**
285
+ * Continuation endpoint for the parent response\'s `outliers.rareAccess.next` link. Resolves the identity\'s first outlier, then returns one page of rare access items for the supplied limit and offset values. An identity with no outlier returns an empty array. Requires tenant license idn:response-and-remediation and the IDA-outliers license.
286
+ * @summary List identity rare access
287
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
288
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
289
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
290
+ * @param {*} [axiosOptions] Override http request option.
291
+ * @throws {RequiredError}
292
+ */
293
+ getIntelIdentityRareAccessV1: function (id, limit, offset, axiosOptions) {
294
+ if (axiosOptions === void 0) { axiosOptions = {}; }
295
+ return __awaiter(_this, void 0, void 0, function () {
296
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
297
+ return __generator(this, function (_a) {
298
+ // verify required parameter 'id' is not null or undefined
299
+ (0, common_1.assertParamExists)('getIntelIdentityRareAccessV1', 'id', id);
300
+ localVarPath = "/intelligence/v1/identities/{id}/outliers/rare-access"
301
+ .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
302
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
303
+ if (configuration) {
304
+ baseOptions = configuration.baseOptions;
305
+ }
306
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
307
+ localVarHeaderParameter = {};
308
+ localVarQueryParameter = {};
309
+ if (limit !== undefined) {
310
+ localVarQueryParameter['limit'] = limit;
311
+ }
312
+ if (offset !== undefined) {
313
+ localVarQueryParameter['offset'] = offset;
314
+ }
315
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
316
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
317
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
318
+ return [2 /*return*/, {
319
+ url: (0, common_1.toPathString)(localVarUrlObj),
320
+ axiosOptions: localVarRequestOptions,
321
+ }];
322
+ });
323
+ });
324
+ },
325
+ };
326
+ };
327
+ exports.IntelligenceApiAxiosParamCreator = IntelligenceApiAxiosParamCreator;
328
+ /**
329
+ * IntelligenceApi - functional programming interface
330
+ * @export
331
+ */
332
+ var IntelligenceApiFp = function (configuration) {
333
+ var localVarAxiosParamCreator = (0, exports.IntelligenceApiAxiosParamCreator)(configuration);
334
+ return {
335
+ /**
336
+ * Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license. A single match returns HTTP 200 with IntelIdentityAggregate. Zero matches returns HTTP 404 with detailCode IDC_IDENTITY_NOT_FOUND. Multiple matches returns HTTP 409 with detailCode IDC_IDENTITY_AMBIGUOUS and candidates listing each match.
337
+ * @summary Get identity by filter
338
+ * @param {string} filters Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq* **email**: *eq*
339
+ * @param {*} [axiosOptions] Override http request option.
340
+ * @throws {RequiredError}
341
+ */
342
+ getIdentityIntelligenceV1: function (filters, axiosOptions) {
343
+ var _a, _b, _c;
344
+ return __awaiter(this, void 0, void 0, function () {
345
+ var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
346
+ return __generator(this, function (_d) {
347
+ switch (_d.label) {
348
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getIdentityIntelligenceV1(filters, axiosOptions)];
349
+ case 1:
350
+ localVarAxiosArgs = _d.sent();
351
+ localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
352
+ localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['IntelligenceApi.getIdentityIntelligenceV1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
353
+ return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
354
+ }
355
+ });
356
+ });
357
+ },
358
+ /**
359
+ * Continuation endpoint for the parent response\'s `accessHistory.accessItems.next` link. Returns one page of access-item history events for the supplied limit and offset values. Unsupported event types and per-record decode failures are dropped server-side. Requires tenant license idn:response-and-remediation.
360
+ * @summary List identity access item history
361
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
362
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
363
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
364
+ * @param {*} [axiosOptions] Override http request option.
365
+ * @throws {RequiredError}
366
+ */
367
+ getIntelIdentityAccessItemHistoryV1: function (id, limit, offset, axiosOptions) {
368
+ var _a, _b, _c;
369
+ return __awaiter(this, void 0, void 0, function () {
370
+ var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
371
+ return __generator(this, function (_d) {
372
+ switch (_d.label) {
373
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getIntelIdentityAccessItemHistoryV1(id, limit, offset, axiosOptions)];
374
+ case 1:
375
+ localVarAxiosArgs = _d.sent();
376
+ localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
377
+ localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['IntelligenceApi.getIntelIdentityAccessItemHistoryV1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
378
+ return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
379
+ }
380
+ });
381
+ });
382
+ },
383
+ /**
384
+ * Continuation endpoint for the parent response\'s `accounts.next` link. Returns one page of account rows for the supplied limit and offset values. Requires tenant license idn:response-and-remediation.
385
+ * @summary List identity accounts
386
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
387
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
388
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
389
+ * @param {*} [axiosOptions] Override http request option.
390
+ * @throws {RequiredError}
391
+ */
392
+ getIntelIdentityAccountsV1: function (id, limit, offset, axiosOptions) {
393
+ var _a, _b, _c;
394
+ return __awaiter(this, void 0, void 0, function () {
395
+ var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
396
+ return __generator(this, function (_d) {
397
+ switch (_d.label) {
398
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getIntelIdentityAccountsV1(id, limit, offset, axiosOptions)];
399
+ case 1:
400
+ localVarAxiosArgs = _d.sent();
401
+ localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
402
+ localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['IntelligenceApi.getIntelIdentityAccountsV1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
403
+ return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
404
+ }
405
+ });
406
+ });
407
+ },
408
+ /**
409
+ * Continuation endpoint for the parent response\'s `accessHistory.certifications.next` link. Returns one page of certification history events for the supplied limit and offset values. Per-record decode failures are dropped server-side. Requires tenant license idn:response-and-remediation.
410
+ * @summary List identity certification history
411
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
412
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
413
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
414
+ * @param {*} [axiosOptions] Override http request option.
415
+ * @throws {RequiredError}
416
+ */
417
+ getIntelIdentityCertificationHistoryV1: function (id, limit, offset, axiosOptions) {
418
+ var _a, _b, _c;
419
+ return __awaiter(this, void 0, void 0, function () {
420
+ var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
421
+ return __generator(this, function (_d) {
422
+ switch (_d.label) {
423
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getIntelIdentityCertificationHistoryV1(id, limit, offset, axiosOptions)];
424
+ case 1:
425
+ localVarAxiosArgs = _d.sent();
426
+ localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
427
+ localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['IntelligenceApi.getIntelIdentityCertificationHistoryV1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
428
+ return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
429
+ }
430
+ });
431
+ });
432
+ },
433
+ /**
434
+ * Continuation endpoint for the parent response\'s `outliers.rareAccess.next` link. Resolves the identity\'s first outlier, then returns one page of rare access items for the supplied limit and offset values. An identity with no outlier returns an empty array. Requires tenant license idn:response-and-remediation and the IDA-outliers license.
435
+ * @summary List identity rare access
436
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
437
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
438
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
439
+ * @param {*} [axiosOptions] Override http request option.
440
+ * @throws {RequiredError}
441
+ */
442
+ getIntelIdentityRareAccessV1: function (id, limit, offset, axiosOptions) {
443
+ var _a, _b, _c;
444
+ return __awaiter(this, void 0, void 0, function () {
445
+ var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
446
+ return __generator(this, function (_d) {
447
+ switch (_d.label) {
448
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getIntelIdentityRareAccessV1(id, limit, offset, axiosOptions)];
449
+ case 1:
450
+ localVarAxiosArgs = _d.sent();
451
+ localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
452
+ localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['IntelligenceApi.getIntelIdentityRareAccessV1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
453
+ return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
454
+ }
455
+ });
456
+ });
457
+ },
458
+ };
459
+ };
460
+ exports.IntelligenceApiFp = IntelligenceApiFp;
461
+ /**
462
+ * IntelligenceApi - factory interface
463
+ * @export
464
+ */
465
+ var IntelligenceApiFactory = function (configuration, basePath, axios) {
466
+ var localVarFp = (0, exports.IntelligenceApiFp)(configuration);
467
+ return {
468
+ /**
469
+ * Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license. A single match returns HTTP 200 with IntelIdentityAggregate. Zero matches returns HTTP 404 with detailCode IDC_IDENTITY_NOT_FOUND. Multiple matches returns HTTP 409 with detailCode IDC_IDENTITY_AMBIGUOUS and candidates listing each match.
470
+ * @summary Get identity by filter
471
+ * @param {IntelligenceApiGetIdentityIntelligenceV1Request} requestParameters Request parameters.
472
+ * @param {*} [axiosOptions] Override http request option.
473
+ * @throws {RequiredError}
474
+ */
475
+ getIdentityIntelligenceV1: function (requestParameters, axiosOptions) {
476
+ return localVarFp.getIdentityIntelligenceV1(requestParameters.filters, axiosOptions).then(function (request) { return request(axios, basePath); });
477
+ },
478
+ /**
479
+ * Continuation endpoint for the parent response\'s `accessHistory.accessItems.next` link. Returns one page of access-item history events for the supplied limit and offset values. Unsupported event types and per-record decode failures are dropped server-side. Requires tenant license idn:response-and-remediation.
480
+ * @summary List identity access item history
481
+ * @param {IntelligenceApiGetIntelIdentityAccessItemHistoryV1Request} requestParameters Request parameters.
482
+ * @param {*} [axiosOptions] Override http request option.
483
+ * @throws {RequiredError}
484
+ */
485
+ getIntelIdentityAccessItemHistoryV1: function (requestParameters, axiosOptions) {
486
+ return localVarFp.getIntelIdentityAccessItemHistoryV1(requestParameters.id, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(axios, basePath); });
487
+ },
488
+ /**
489
+ * Continuation endpoint for the parent response\'s `accounts.next` link. Returns one page of account rows for the supplied limit and offset values. Requires tenant license idn:response-and-remediation.
490
+ * @summary List identity accounts
491
+ * @param {IntelligenceApiGetIntelIdentityAccountsV1Request} requestParameters Request parameters.
492
+ * @param {*} [axiosOptions] Override http request option.
493
+ * @throws {RequiredError}
494
+ */
495
+ getIntelIdentityAccountsV1: function (requestParameters, axiosOptions) {
496
+ return localVarFp.getIntelIdentityAccountsV1(requestParameters.id, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(axios, basePath); });
497
+ },
498
+ /**
499
+ * Continuation endpoint for the parent response\'s `accessHistory.certifications.next` link. Returns one page of certification history events for the supplied limit and offset values. Per-record decode failures are dropped server-side. Requires tenant license idn:response-and-remediation.
500
+ * @summary List identity certification history
501
+ * @param {IntelligenceApiGetIntelIdentityCertificationHistoryV1Request} requestParameters Request parameters.
502
+ * @param {*} [axiosOptions] Override http request option.
503
+ * @throws {RequiredError}
504
+ */
505
+ getIntelIdentityCertificationHistoryV1: function (requestParameters, axiosOptions) {
506
+ return localVarFp.getIntelIdentityCertificationHistoryV1(requestParameters.id, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(axios, basePath); });
507
+ },
508
+ /**
509
+ * Continuation endpoint for the parent response\'s `outliers.rareAccess.next` link. Resolves the identity\'s first outlier, then returns one page of rare access items for the supplied limit and offset values. An identity with no outlier returns an empty array. Requires tenant license idn:response-and-remediation and the IDA-outliers license.
510
+ * @summary List identity rare access
511
+ * @param {IntelligenceApiGetIntelIdentityRareAccessV1Request} requestParameters Request parameters.
512
+ * @param {*} [axiosOptions] Override http request option.
513
+ * @throws {RequiredError}
514
+ */
515
+ getIntelIdentityRareAccessV1: function (requestParameters, axiosOptions) {
516
+ return localVarFp.getIntelIdentityRareAccessV1(requestParameters.id, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(axios, basePath); });
517
+ },
518
+ };
519
+ };
520
+ exports.IntelligenceApiFactory = IntelligenceApiFactory;
521
+ /**
522
+ * IntelligenceApi - object-oriented interface
523
+ * @export
524
+ * @class IntelligenceApi
525
+ * @extends {BaseAPI}
526
+ */
527
+ var IntelligenceApi = /** @class */ (function (_super) {
528
+ __extends(IntelligenceApi, _super);
529
+ function IntelligenceApi() {
530
+ return _super !== null && _super.apply(this, arguments) || this;
531
+ }
532
+ /**
533
+ * Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license. A single match returns HTTP 200 with IntelIdentityAggregate. Zero matches returns HTTP 404 with detailCode IDC_IDENTITY_NOT_FOUND. Multiple matches returns HTTP 409 with detailCode IDC_IDENTITY_AMBIGUOUS and candidates listing each match.
534
+ * @summary Get identity by filter
535
+ * @param {IntelligenceApiGetIdentityIntelligenceV1Request} requestParameters Request parameters.
536
+ * @param {*} [axiosOptions] Override http request option.
537
+ * @throws {RequiredError}
538
+ * @memberof IntelligenceApi
539
+ */
540
+ IntelligenceApi.prototype.getIdentityIntelligenceV1 = function (requestParameters, axiosOptions) {
541
+ var _this = this;
542
+ return (0, exports.IntelligenceApiFp)(this.configuration).getIdentityIntelligenceV1(requestParameters.filters, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
543
+ };
544
+ /**
545
+ * Continuation endpoint for the parent response\'s `accessHistory.accessItems.next` link. Returns one page of access-item history events for the supplied limit and offset values. Unsupported event types and per-record decode failures are dropped server-side. Requires tenant license idn:response-and-remediation.
546
+ * @summary List identity access item history
547
+ * @param {IntelligenceApiGetIntelIdentityAccessItemHistoryV1Request} requestParameters Request parameters.
548
+ * @param {*} [axiosOptions] Override http request option.
549
+ * @throws {RequiredError}
550
+ * @memberof IntelligenceApi
551
+ */
552
+ IntelligenceApi.prototype.getIntelIdentityAccessItemHistoryV1 = function (requestParameters, axiosOptions) {
553
+ var _this = this;
554
+ return (0, exports.IntelligenceApiFp)(this.configuration).getIntelIdentityAccessItemHistoryV1(requestParameters.id, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
555
+ };
556
+ /**
557
+ * Continuation endpoint for the parent response\'s `accounts.next` link. Returns one page of account rows for the supplied limit and offset values. Requires tenant license idn:response-and-remediation.
558
+ * @summary List identity accounts
559
+ * @param {IntelligenceApiGetIntelIdentityAccountsV1Request} requestParameters Request parameters.
560
+ * @param {*} [axiosOptions] Override http request option.
561
+ * @throws {RequiredError}
562
+ * @memberof IntelligenceApi
563
+ */
564
+ IntelligenceApi.prototype.getIntelIdentityAccountsV1 = function (requestParameters, axiosOptions) {
565
+ var _this = this;
566
+ return (0, exports.IntelligenceApiFp)(this.configuration).getIntelIdentityAccountsV1(requestParameters.id, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
567
+ };
568
+ /**
569
+ * Continuation endpoint for the parent response\'s `accessHistory.certifications.next` link. Returns one page of certification history events for the supplied limit and offset values. Per-record decode failures are dropped server-side. Requires tenant license idn:response-and-remediation.
570
+ * @summary List identity certification history
571
+ * @param {IntelligenceApiGetIntelIdentityCertificationHistoryV1Request} requestParameters Request parameters.
572
+ * @param {*} [axiosOptions] Override http request option.
573
+ * @throws {RequiredError}
574
+ * @memberof IntelligenceApi
575
+ */
576
+ IntelligenceApi.prototype.getIntelIdentityCertificationHistoryV1 = function (requestParameters, axiosOptions) {
577
+ var _this = this;
578
+ return (0, exports.IntelligenceApiFp)(this.configuration).getIntelIdentityCertificationHistoryV1(requestParameters.id, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
579
+ };
580
+ /**
581
+ * Continuation endpoint for the parent response\'s `outliers.rareAccess.next` link. Resolves the identity\'s first outlier, then returns one page of rare access items for the supplied limit and offset values. An identity with no outlier returns an empty array. Requires tenant license idn:response-and-remediation and the IDA-outliers license.
582
+ * @summary List identity rare access
583
+ * @param {IntelligenceApiGetIntelIdentityRareAccessV1Request} requestParameters Request parameters.
584
+ * @param {*} [axiosOptions] Override http request option.
585
+ * @throws {RequiredError}
586
+ * @memberof IntelligenceApi
587
+ */
588
+ IntelligenceApi.prototype.getIntelIdentityRareAccessV1 = function (requestParameters, axiosOptions) {
589
+ var _this = this;
590
+ return (0, exports.IntelligenceApiFp)(this.configuration).getIntelIdentityRareAccessV1(requestParameters.id, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
591
+ };
592
+ return IntelligenceApi;
593
+ }(base_1.BaseAPI));
594
+ exports.IntelligenceApi = IntelligenceApi;
595
+ //# sourceMappingURL=api.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api.js","sourceRoot":"","sources":["../../intelligence/api.ts"],"names":[],"mappings":"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"}