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,1042 @@
1
+ /**
2
+ * Identity Security Cloud API - Intelligence
3
+ * 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.
4
+ *
5
+ * The version of the OpenAPI document: v1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { Configuration } from '../configuration';
13
+ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
+ import type { RequestArgs } from './base';
15
+ import { BaseAPI } from './base';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface Errorbody
20
+ */
21
+ export interface Errorbody {
22
+ /**
23
+ * Machine-readable error code returned by the Intelligence service.
24
+ * @type {string}
25
+ * @memberof Errorbody
26
+ */
27
+ 'detailCode'?: string;
28
+ /**
29
+ * Human-readable explanation of the error suitable for client logging.
30
+ * @type {string}
31
+ * @memberof Errorbody
32
+ */
33
+ 'message'?: string;
34
+ }
35
+ /**
36
+ *
37
+ * @export
38
+ * @interface Errormessagedto
39
+ */
40
+ export interface Errormessagedto {
41
+ /**
42
+ * The locale for the message text, a BCP 47 language tag.
43
+ * @type {string}
44
+ * @memberof Errormessagedto
45
+ */
46
+ 'locale'?: string | null;
47
+ /**
48
+ *
49
+ * @type {Localeorigin}
50
+ * @memberof Errormessagedto
51
+ */
52
+ 'localeOrigin'?: Localeorigin | null;
53
+ /**
54
+ * Actual text of the error message in the indicated locale.
55
+ * @type {string}
56
+ * @memberof Errormessagedto
57
+ */
58
+ 'text'?: string;
59
+ }
60
+ /**
61
+ *
62
+ * @export
63
+ * @interface Errorresponsedto
64
+ */
65
+ export interface Errorresponsedto {
66
+ /**
67
+ * Fine-grained error code providing more detail of the error.
68
+ * @type {string}
69
+ * @memberof Errorresponsedto
70
+ */
71
+ 'detailCode'?: string;
72
+ /**
73
+ * Unique tracking id for the error.
74
+ * @type {string}
75
+ * @memberof Errorresponsedto
76
+ */
77
+ 'trackingId'?: string;
78
+ /**
79
+ * Generic localized reason for error
80
+ * @type {Array<Errormessagedto>}
81
+ * @memberof Errorresponsedto
82
+ */
83
+ 'messages'?: Array<Errormessagedto>;
84
+ /**
85
+ * Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
86
+ * @type {Array<Errormessagedto>}
87
+ * @memberof Errorresponsedto
88
+ */
89
+ 'causes'?: Array<Errormessagedto>;
90
+ }
91
+ /**
92
+ *
93
+ * @export
94
+ * @interface GetIdentityIntelligenceV1401Response
95
+ */
96
+ export interface GetIdentityIntelligenceV1401Response {
97
+ /**
98
+ * A message describing the error
99
+ * @type {any}
100
+ * @memberof GetIdentityIntelligenceV1401Response
101
+ */
102
+ 'error'?: any;
103
+ }
104
+ /**
105
+ *
106
+ * @export
107
+ * @interface GetIdentityIntelligenceV1429Response
108
+ */
109
+ export interface GetIdentityIntelligenceV1429Response {
110
+ /**
111
+ * A message describing the error
112
+ * @type {any}
113
+ * @memberof GetIdentityIntelligenceV1429Response
114
+ */
115
+ 'message'?: any;
116
+ }
117
+ /**
118
+ *
119
+ * @export
120
+ * @interface Intelaccessaccountwire
121
+ */
122
+ export interface Intelaccessaccountwire {
123
+ /**
124
+ * Unique account identifier in Identity Security Cloud.
125
+ * @type {string}
126
+ * @memberof Intelaccessaccountwire
127
+ */
128
+ 'id': string;
129
+ /**
130
+ * Account name or login value on the correlated source.
131
+ * @type {string}
132
+ * @memberof Intelaccessaccountwire
133
+ */
134
+ 'name': string;
135
+ /**
136
+ * Source metadata for the account as returned by List Accounts wire format.
137
+ * @type {Intelaccesssourcewire}
138
+ * @memberof Intelaccessaccountwire
139
+ */
140
+ 'source'?: Intelaccesssourcewire;
141
+ /**
142
+ * True when the account is administratively disabled on the source.
143
+ * @type {boolean}
144
+ * @memberof Intelaccessaccountwire
145
+ */
146
+ 'disabled': boolean;
147
+ /**
148
+ * True when the account is locked from interactive sign-in on the source.
149
+ * @type {boolean}
150
+ * @memberof Intelaccessaccountwire
151
+ */
152
+ 'locked': boolean;
153
+ /**
154
+ * True when the account is treated as authoritative for attribute synchronization.
155
+ * @type {boolean}
156
+ * @memberof Intelaccessaccountwire
157
+ */
158
+ 'authoritative': boolean;
159
+ /**
160
+ * True when the account represents a non-interactive or system principal.
161
+ * @type {boolean}
162
+ * @memberof Intelaccessaccountwire
163
+ */
164
+ 'systemAccount': boolean;
165
+ /**
166
+ * True when the account belongs to a machine or service identity.
167
+ * @type {boolean}
168
+ * @memberof Intelaccessaccountwire
169
+ */
170
+ 'isMachine': boolean;
171
+ /**
172
+ * True when an administrator manually correlated the account to an identity.
173
+ * @type {boolean}
174
+ * @memberof Intelaccessaccountwire
175
+ */
176
+ 'manuallyCorrelated': boolean;
177
+ /**
178
+ * Native identifier string on the source directory or application.
179
+ * @type {string}
180
+ * @memberof Intelaccessaccountwire
181
+ */
182
+ 'nativeIdentity'?: string | null;
183
+ /**
184
+ * Timestamp when the account record was created in Identity Security Cloud.
185
+ * @type {string}
186
+ * @memberof Intelaccessaccountwire
187
+ */
188
+ 'created': string;
189
+ /**
190
+ * Timestamp when the account record was last modified in Identity Security Cloud.
191
+ * @type {string}
192
+ * @memberof Intelaccessaccountwire
193
+ */
194
+ 'modified': string;
195
+ }
196
+ /**
197
+ * Access-history split into two independently paged categories. accessItems carries grant, remove, and account-status events. certifications carries identity-certified events.
198
+ * @export
199
+ * @interface Intelaccesshistory
200
+ */
201
+ export interface Intelaccesshistory {
202
+ /**
203
+ * First page of access-item history events for the identity.
204
+ * @type {Intelaccesshistoryaccessitemsslice}
205
+ * @memberof Intelaccesshistory
206
+ */
207
+ 'accessItems': Intelaccesshistoryaccessitemsslice;
208
+ /**
209
+ * First page of certification history events for the identity.
210
+ * @type {Intelaccesshistorycertificationsslice}
211
+ * @memberof Intelaccesshistory
212
+ */
213
+ 'certifications': Intelaccesshistorycertificationsslice;
214
+ }
215
+ /**
216
+ * Access-item history slice embedded in the aggregate identity response.
217
+ * @export
218
+ * @interface Intelaccesshistoryaccessitemsslice
219
+ */
220
+ export interface Intelaccesshistoryaccessitemsslice {
221
+ /**
222
+ * First page of access-item history events for the identity.
223
+ * @type {Array<Intelaccessitemhistoryevent>}
224
+ * @memberof Intelaccesshistoryaccessitemsslice
225
+ */
226
+ 'items': Array<Intelaccessitemhistoryevent>;
227
+ /**
228
+ * Absolute URL to the next access-items page; present only when more results exist.
229
+ * @type {string}
230
+ * @memberof Intelaccesshistoryaccessitemsslice
231
+ */
232
+ 'next'?: string;
233
+ }
234
+ /**
235
+ * Certification history slice embedded in the aggregate identity response.
236
+ * @export
237
+ * @interface Intelaccesshistorycertificationsslice
238
+ */
239
+ export interface Intelaccesshistorycertificationsslice {
240
+ /**
241
+ * First page of certification history events for the identity.
242
+ * @type {Array<Intelcertificationhistoryevent>}
243
+ * @memberof Intelaccesshistorycertificationsslice
244
+ */
245
+ 'items': Array<Intelcertificationhistoryevent>;
246
+ /**
247
+ * Absolute URL to the next certifications page; present only when more results exist.
248
+ * @type {string}
249
+ * @memberof Intelaccesshistorycertificationsslice
250
+ */
251
+ 'next'?: string;
252
+ }
253
+ /**
254
+ * Access-item history event. Supported eventTypes are AccessItemAssociated, AccessItemRemoved, and AccountStatusChanged.
255
+ * @export
256
+ * @interface Intelaccessitemhistoryevent
257
+ */
258
+ export interface Intelaccessitemhistoryevent {
259
+ [key: string]: any;
260
+ /**
261
+ * Type of access-item history event.
262
+ * @type {string}
263
+ * @memberof Intelaccessitemhistoryevent
264
+ */
265
+ 'eventType': IntelaccessitemhistoryeventEventTypeEnum;
266
+ /**
267
+ * Event timestamp.
268
+ * @type {string}
269
+ * @memberof Intelaccessitemhistoryevent
270
+ */
271
+ 'dateTime'?: string;
272
+ }
273
+ export declare const IntelaccessitemhistoryeventEventTypeEnum: {
274
+ readonly AccessItemAssociated: "AccessItemAssociated";
275
+ readonly AccessItemRemoved: "AccessItemRemoved";
276
+ readonly AccountStatusChanged: "AccountStatusChanged";
277
+ };
278
+ export type IntelaccessitemhistoryeventEventTypeEnum = typeof IntelaccessitemhistoryeventEventTypeEnum[keyof typeof IntelaccessitemhistoryeventEventTypeEnum];
279
+ /**
280
+ *
281
+ * @export
282
+ * @interface Intelaccesssourcewire
283
+ */
284
+ export interface Intelaccesssourcewire {
285
+ /**
286
+ * Source identifier referenced by the account wire object.
287
+ * @type {string}
288
+ * @memberof Intelaccesssourcewire
289
+ */
290
+ 'id'?: string;
291
+ /**
292
+ * Human-readable source name shown in administrative consoles.
293
+ * @type {string}
294
+ * @memberof Intelaccesssourcewire
295
+ */
296
+ 'name'?: string;
297
+ }
298
+ /**
299
+ * Accounts slice embedded in the aggregate identity response.
300
+ * @export
301
+ * @interface Intelaccountsslice
302
+ */
303
+ export interface Intelaccountsslice {
304
+ /**
305
+ * First page of accounts for the identity.
306
+ * @type {Array<Intelaccessaccountwire>}
307
+ * @memberof Intelaccountsslice
308
+ */
309
+ 'items': Array<Intelaccessaccountwire>;
310
+ /**
311
+ * Absolute URL to the next accounts page; present only when more results exist.
312
+ * @type {string}
313
+ * @memberof Intelaccountsslice
314
+ */
315
+ 'next'?: string;
316
+ }
317
+ /**
318
+ * Certification history event. Supported eventType is IdentityCertified.
319
+ * @export
320
+ * @interface Intelcertificationhistoryevent
321
+ */
322
+ export interface Intelcertificationhistoryevent {
323
+ [key: string]: any;
324
+ /**
325
+ * Type of certification history event.
326
+ * @type {string}
327
+ * @memberof Intelcertificationhistoryevent
328
+ */
329
+ 'eventType': IntelcertificationhistoryeventEventTypeEnum;
330
+ /**
331
+ * Event timestamp.
332
+ * @type {string}
333
+ * @memberof Intelcertificationhistoryevent
334
+ */
335
+ 'dateTime'?: string;
336
+ /**
337
+ * Identifier of the certification.
338
+ * @type {string}
339
+ * @memberof Intelcertificationhistoryevent
340
+ */
341
+ 'certificationId'?: string;
342
+ /**
343
+ * Display name of the certification.
344
+ * @type {string}
345
+ * @memberof Intelcertificationhistoryevent
346
+ */
347
+ 'certificationName'?: string;
348
+ /**
349
+ * Timestamp when the certification was signed.
350
+ * @type {string}
351
+ * @memberof Intelcertificationhistoryevent
352
+ */
353
+ 'signedDate'?: string;
354
+ }
355
+ export declare const IntelcertificationhistoryeventEventTypeEnum: {
356
+ readonly IdentityCertified: "IdentityCertified";
357
+ };
358
+ export type IntelcertificationhistoryeventEventTypeEnum = typeof IntelcertificationhistoryeventEventTypeEnum[keyof typeof IntelcertificationhistoryeventEventTypeEnum];
359
+ /**
360
+ * Flat identity response with identity attributes hoisted to the top level. The accounts, privilegedAccess, and accessHistory slices are always present. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
361
+ * @export
362
+ * @interface Intelidentityaggregate
363
+ */
364
+ export interface Intelidentityaggregate {
365
+ /**
366
+ * Identity Security Cloud identifier for this identity.
367
+ * @type {string}
368
+ * @memberof Intelidentityaggregate
369
+ */
370
+ 'id': string;
371
+ /**
372
+ * Identity type for the matched record.
373
+ * @type {string}
374
+ * @memberof Intelidentityaggregate
375
+ */
376
+ 'type': IntelidentityaggregateTypeEnum;
377
+ /**
378
+ * Preferred display name for the identity across administrative experiences.
379
+ * @type {string}
380
+ * @memberof Intelidentityaggregate
381
+ */
382
+ 'displayName'?: string;
383
+ /**
384
+ * Optional free-text description assigned to the identity profile when present.
385
+ * @type {string}
386
+ * @memberof Intelidentityaggregate
387
+ */
388
+ 'description'?: string | null;
389
+ /**
390
+ * NERM classification for the identity.
391
+ * @type {string}
392
+ * @memberof Intelidentityaggregate
393
+ */
394
+ 'subtype'?: IntelidentityaggregateSubtypeEnum | null;
395
+ /**
396
+ * Serialized owner reference information when populated by upstream identity services.
397
+ * @type {string}
398
+ * @memberof Intelidentityaggregate
399
+ */
400
+ 'owners'?: string | null;
401
+ /**
402
+ * Arbitrary SCIM-style attribute bag returned for the identity context view.
403
+ * @type {{ [key: string]: any; }}
404
+ * @memberof Intelidentityaggregate
405
+ */
406
+ 'attributes'?: {
407
+ [key: string]: any;
408
+ };
409
+ /**
410
+ * Timestamp when the identity record was created in Identity Security Cloud.
411
+ * @type {string}
412
+ * @memberof Intelidentityaggregate
413
+ */
414
+ 'created'?: string;
415
+ /**
416
+ * Timestamp when the identity record was last modified in Identity Security Cloud.
417
+ * @type {string}
418
+ * @memberof Intelidentityaggregate
419
+ */
420
+ 'modified'?: string;
421
+ /**
422
+ * Primary login or account alias for the identity.
423
+ * @type {string}
424
+ * @memberof Intelidentityaggregate
425
+ */
426
+ 'alias'?: string;
427
+ /**
428
+ * Primary business email address for the identity.
429
+ * @type {string}
430
+ * @memberof Intelidentityaggregate
431
+ */
432
+ 'email'?: string;
433
+ /**
434
+ * Current identity lifecycle status label from Identity Security Cloud.
435
+ * @type {string}
436
+ * @memberof Intelidentityaggregate
437
+ */
438
+ 'identityStatus'?: string;
439
+ /**
440
+ * True when the identity is flagged as a people manager in the organization.
441
+ * @type {boolean}
442
+ * @memberof Intelidentityaggregate
443
+ */
444
+ 'isManager': boolean;
445
+ /**
446
+ * First page of accounts for the identity.
447
+ * @type {Intelaccountsslice}
448
+ * @memberof Intelidentityaggregate
449
+ */
450
+ 'accounts': Intelaccountsslice;
451
+ /**
452
+ * Full privileged access result for the identity.
453
+ * @type {Intelprivilegedaccessslice}
454
+ * @memberof Intelidentityaggregate
455
+ */
456
+ 'privilegedAccess': Intelprivilegedaccessslice;
457
+ /**
458
+ * Rare access slice; omitted when the tenant lacks the IDA-outliers license.
459
+ * @type {Inteloutliersslice}
460
+ * @memberof Intelidentityaggregate
461
+ */
462
+ 'outliers'?: Inteloutliersslice;
463
+ /**
464
+ * Access-history split into access items and certifications sub-slices.
465
+ * @type {Intelaccesshistory}
466
+ * @memberof Intelidentityaggregate
467
+ */
468
+ 'accessHistory': Intelaccesshistory;
469
+ }
470
+ export declare const IntelidentityaggregateTypeEnum: {
471
+ readonly Human: "HUMAN";
472
+ };
473
+ export type IntelidentityaggregateTypeEnum = typeof IntelidentityaggregateTypeEnum[keyof typeof IntelidentityaggregateTypeEnum];
474
+ export declare const IntelidentityaggregateSubtypeEnum: {
475
+ readonly Employee: "Employee";
476
+ readonly NonEmployee: "Non Employee";
477
+ readonly CannotDetermine: "Cannot Determine";
478
+ };
479
+ export type IntelidentityaggregateSubtypeEnum = typeof IntelidentityaggregateSubtypeEnum[keyof typeof IntelidentityaggregateSubtypeEnum];
480
+ /**
481
+ *
482
+ * @export
483
+ * @interface Intelidentityambiguousbody
484
+ */
485
+ export interface Intelidentityambiguousbody {
486
+ /**
487
+ * Constant detail code indicating that more than one identity matched the filter.
488
+ * @type {string}
489
+ * @memberof Intelidentityambiguousbody
490
+ */
491
+ 'detailCode': IntelidentityambiguousbodyDetailCodeEnum;
492
+ /**
493
+ * Optional explanatory text describing why the filter was considered ambiguous.
494
+ * @type {string}
495
+ * @memberof Intelidentityambiguousbody
496
+ */
497
+ 'message'?: string;
498
+ /**
499
+ * Collection of identities that matched the ambiguous filter expression.
500
+ * @type {Array<Intelidentityambiguouscandidate>}
501
+ * @memberof Intelidentityambiguousbody
502
+ */
503
+ 'candidates': Array<Intelidentityambiguouscandidate>;
504
+ }
505
+ export declare const IntelidentityambiguousbodyDetailCodeEnum: {
506
+ readonly IdcIdentityAmbiguous: "IDC_IDENTITY_AMBIGUOUS";
507
+ };
508
+ export type IntelidentityambiguousbodyDetailCodeEnum = typeof IntelidentityambiguousbodyDetailCodeEnum[keyof typeof IntelidentityambiguousbodyDetailCodeEnum];
509
+ /**
510
+ *
511
+ * @export
512
+ * @interface Intelidentityambiguouscandidate
513
+ */
514
+ export interface Intelidentityambiguouscandidate {
515
+ /**
516
+ * Identity identifier for one of the ambiguous matching identities.
517
+ * @type {string}
518
+ * @memberof Intelidentityambiguouscandidate
519
+ */
520
+ 'id': string;
521
+ /**
522
+ * Display name for the ambiguous matching identity when available.
523
+ * @type {string}
524
+ * @memberof Intelidentityambiguouscandidate
525
+ */
526
+ 'displayName'?: string;
527
+ }
528
+ /**
529
+ *
530
+ * @export
531
+ * @interface Intelidentitynotfoundbody
532
+ */
533
+ export interface Intelidentitynotfoundbody {
534
+ /**
535
+ * Constant detail code indicating that no identity matched the supplied filter.
536
+ * @type {string}
537
+ * @memberof Intelidentitynotfoundbody
538
+ */
539
+ 'detailCode': IntelidentitynotfoundbodyDetailCodeEnum;
540
+ /**
541
+ * Optional explanatory text describing why no identity was found.
542
+ * @type {string}
543
+ * @memberof Intelidentitynotfoundbody
544
+ */
545
+ 'message'?: string;
546
+ }
547
+ export declare const IntelidentitynotfoundbodyDetailCodeEnum: {
548
+ readonly IdcIdentityNotFound: "IDC_IDENTITY_NOT_FOUND";
549
+ };
550
+ export type IntelidentitynotfoundbodyDetailCodeEnum = typeof IntelidentitynotfoundbodyDetailCodeEnum[keyof typeof IntelidentitynotfoundbodyDetailCodeEnum];
551
+ /**
552
+ * One outlier access-item row.
553
+ * @export
554
+ * @interface Inteloutlieraccessitem
555
+ */
556
+ export interface Inteloutlieraccessitem {
557
+ /**
558
+ * Stable identifier of the outlier access-item row.
559
+ * @type {string}
560
+ * @memberof Inteloutlieraccessitem
561
+ */
562
+ 'id': string;
563
+ /**
564
+ * Display label of the risky access item.
565
+ * @type {string}
566
+ * @memberof Inteloutlieraccessitem
567
+ */
568
+ 'displayName': string;
569
+ /**
570
+ * Optional descriptive text for the risky access item.
571
+ * @type {string}
572
+ * @memberof Inteloutlieraccessitem
573
+ */
574
+ 'description'?: string | null;
575
+ /**
576
+ * Access item type.
577
+ * @type {string}
578
+ * @memberof Inteloutlieraccessitem
579
+ */
580
+ 'accessType': string;
581
+ /**
582
+ * Source name where the risky access item exists.
583
+ * @type {string}
584
+ * @memberof Inteloutlieraccessitem
585
+ */
586
+ 'sourceName': string;
587
+ /**
588
+ * Indicates whether analytics marked this item as extremely rare.
589
+ * @type {boolean}
590
+ * @memberof Inteloutlieraccessitem
591
+ */
592
+ 'extremelyRare': boolean;
593
+ }
594
+ /**
595
+ * Outlier slices embedded in the aggregate identity response.
596
+ * @export
597
+ * @interface Inteloutliersslice
598
+ */
599
+ export interface Inteloutliersslice {
600
+ /**
601
+ * First page of rare access items for the identity.
602
+ * @type {Intelrareaccessslice}
603
+ * @memberof Inteloutliersslice
604
+ */
605
+ 'rareAccess': Intelrareaccessslice;
606
+ }
607
+ /**
608
+ *
609
+ * @export
610
+ * @interface Intelprivilegedaccessitemwire
611
+ */
612
+ export interface Intelprivilegedaccessitemwire {
613
+ /**
614
+ * True when this item is classified as privileged access for the identity.
615
+ * @type {boolean}
616
+ * @memberof Intelprivilegedaccessitemwire
617
+ */
618
+ 'privileged': boolean;
619
+ /**
620
+ * Identifier of the privileged access item.
621
+ * @type {string}
622
+ * @memberof Intelprivilegedaccessitemwire
623
+ */
624
+ 'id': string;
625
+ /**
626
+ * Type of privileged access object.
627
+ * @type {string}
628
+ * @memberof Intelprivilegedaccessitemwire
629
+ */
630
+ 'type': string;
631
+ /**
632
+ * Display label for the privileged access item in administrative experiences.
633
+ * @type {string}
634
+ * @memberof Intelprivilegedaccessitemwire
635
+ */
636
+ 'displayName'?: string;
637
+ /**
638
+ * Technical name of the privileged access item.
639
+ * @type {string}
640
+ * @memberof Intelprivilegedaccessitemwire
641
+ */
642
+ 'name'?: string;
643
+ /**
644
+ *
645
+ * @type {IntelprivilegedaccessitemwireSource}
646
+ * @memberof Intelprivilegedaccessitemwire
647
+ */
648
+ 'source'?: IntelprivilegedaccessitemwireSource;
649
+ /**
650
+ * Source attribute name that carries the privileged value when applicable.
651
+ * @type {string}
652
+ * @memberof Intelprivilegedaccessitemwire
653
+ */
654
+ 'attribute'?: string;
655
+ /**
656
+ * Privileged value on the source attribute when applicable.
657
+ * @type {string}
658
+ * @memberof Intelprivilegedaccessitemwire
659
+ */
660
+ 'value'?: string;
661
+ }
662
+ /**
663
+ * Source metadata associated with the privileged access item when present.
664
+ * @export
665
+ * @interface IntelprivilegedaccessitemwireSource
666
+ */
667
+ export interface IntelprivilegedaccessitemwireSource {
668
+ /**
669
+ * Human-readable source name for the privileged access item.
670
+ * @type {string}
671
+ * @memberof IntelprivilegedaccessitemwireSource
672
+ */
673
+ 'name'?: string;
674
+ /**
675
+ * Source identifier for the privileged access item.
676
+ * @type {string}
677
+ * @memberof IntelprivilegedaccessitemwireSource
678
+ */
679
+ 'id'?: string;
680
+ }
681
+ /**
682
+ * Full privileged access result embedded in the aggregate identity response.
683
+ * @export
684
+ * @interface Intelprivilegedaccessslice
685
+ */
686
+ export interface Intelprivilegedaccessslice {
687
+ /**
688
+ * Privileged access items for the identity.
689
+ * @type {Array<Intelprivilegedaccessitemwire>}
690
+ * @memberof Intelprivilegedaccessslice
691
+ */
692
+ 'items': Array<Intelprivilegedaccessitemwire>;
693
+ }
694
+ /**
695
+ * Rare access slice embedded in the aggregate identity response.
696
+ * @export
697
+ * @interface Intelrareaccessslice
698
+ */
699
+ export interface Intelrareaccessslice {
700
+ /**
701
+ * First page of rare access items for the identity.
702
+ * @type {Array<Inteloutlieraccessitem>}
703
+ * @memberof Intelrareaccessslice
704
+ */
705
+ 'items': Array<Inteloutlieraccessitem>;
706
+ /**
707
+ * Absolute URL to the next rareAccess page; present only when more results exist.
708
+ * @type {string}
709
+ * @memberof Intelrareaccessslice
710
+ */
711
+ 'next'?: string;
712
+ }
713
+ /**
714
+ * 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.
715
+ * @export
716
+ * @enum {string}
717
+ */
718
+ export declare const Localeorigin: {
719
+ readonly Default: "DEFAULT";
720
+ readonly Request: "REQUEST";
721
+ };
722
+ export type Localeorigin = typeof Localeorigin[keyof typeof Localeorigin];
723
+ /**
724
+ * IntelligenceApi - axios parameter creator
725
+ * @export
726
+ */
727
+ export declare const IntelligenceApiAxiosParamCreator: (configuration?: Configuration) => {
728
+ /**
729
+ * 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.
730
+ * @summary Get identity by filter
731
+ * @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*
732
+ * @param {*} [axiosOptions] Override http request option.
733
+ * @throws {RequiredError}
734
+ */
735
+ getIdentityIntelligenceV1: (filters: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
736
+ /**
737
+ * 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.
738
+ * @summary List identity access item history
739
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
740
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
741
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
742
+ * @param {*} [axiosOptions] Override http request option.
743
+ * @throws {RequiredError}
744
+ */
745
+ getIntelIdentityAccessItemHistoryV1: (id: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
746
+ /**
747
+ * 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.
748
+ * @summary List identity accounts
749
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
750
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
751
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
752
+ * @param {*} [axiosOptions] Override http request option.
753
+ * @throws {RequiredError}
754
+ */
755
+ getIntelIdentityAccountsV1: (id: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
756
+ /**
757
+ * 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.
758
+ * @summary List identity certification history
759
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
760
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
761
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
762
+ * @param {*} [axiosOptions] Override http request option.
763
+ * @throws {RequiredError}
764
+ */
765
+ getIntelIdentityCertificationHistoryV1: (id: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
766
+ /**
767
+ * 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.
768
+ * @summary List identity rare access
769
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
770
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
771
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
772
+ * @param {*} [axiosOptions] Override http request option.
773
+ * @throws {RequiredError}
774
+ */
775
+ getIntelIdentityRareAccessV1: (id: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
776
+ };
777
+ /**
778
+ * IntelligenceApi - functional programming interface
779
+ * @export
780
+ */
781
+ export declare const IntelligenceApiFp: (configuration?: Configuration) => {
782
+ /**
783
+ * 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.
784
+ * @summary Get identity by filter
785
+ * @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*
786
+ * @param {*} [axiosOptions] Override http request option.
787
+ * @throws {RequiredError}
788
+ */
789
+ getIdentityIntelligenceV1(filters: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Intelidentityaggregate>>;
790
+ /**
791
+ * 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.
792
+ * @summary List identity access item history
793
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
794
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
795
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
796
+ * @param {*} [axiosOptions] Override http request option.
797
+ * @throws {RequiredError}
798
+ */
799
+ getIntelIdentityAccessItemHistoryV1(id: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Intelaccessitemhistoryevent>>>;
800
+ /**
801
+ * 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.
802
+ * @summary List identity accounts
803
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
804
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
805
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
806
+ * @param {*} [axiosOptions] Override http request option.
807
+ * @throws {RequiredError}
808
+ */
809
+ getIntelIdentityAccountsV1(id: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Intelaccessaccountwire>>>;
810
+ /**
811
+ * 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.
812
+ * @summary List identity certification history
813
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
814
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
815
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
816
+ * @param {*} [axiosOptions] Override http request option.
817
+ * @throws {RequiredError}
818
+ */
819
+ getIntelIdentityCertificationHistoryV1(id: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Intelcertificationhistoryevent>>>;
820
+ /**
821
+ * 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.
822
+ * @summary List identity rare access
823
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
824
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
825
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
826
+ * @param {*} [axiosOptions] Override http request option.
827
+ * @throws {RequiredError}
828
+ */
829
+ getIntelIdentityRareAccessV1(id: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Inteloutlieraccessitem>>>;
830
+ };
831
+ /**
832
+ * IntelligenceApi - factory interface
833
+ * @export
834
+ */
835
+ export declare const IntelligenceApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
836
+ /**
837
+ * 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.
838
+ * @summary Get identity by filter
839
+ * @param {IntelligenceApiGetIdentityIntelligenceV1Request} requestParameters Request parameters.
840
+ * @param {*} [axiosOptions] Override http request option.
841
+ * @throws {RequiredError}
842
+ */
843
+ getIdentityIntelligenceV1(requestParameters: IntelligenceApiGetIdentityIntelligenceV1Request, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Intelidentityaggregate>;
844
+ /**
845
+ * 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.
846
+ * @summary List identity access item history
847
+ * @param {IntelligenceApiGetIntelIdentityAccessItemHistoryV1Request} requestParameters Request parameters.
848
+ * @param {*} [axiosOptions] Override http request option.
849
+ * @throws {RequiredError}
850
+ */
851
+ getIntelIdentityAccessItemHistoryV1(requestParameters: IntelligenceApiGetIntelIdentityAccessItemHistoryV1Request, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<Intelaccessitemhistoryevent>>;
852
+ /**
853
+ * 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.
854
+ * @summary List identity accounts
855
+ * @param {IntelligenceApiGetIntelIdentityAccountsV1Request} requestParameters Request parameters.
856
+ * @param {*} [axiosOptions] Override http request option.
857
+ * @throws {RequiredError}
858
+ */
859
+ getIntelIdentityAccountsV1(requestParameters: IntelligenceApiGetIntelIdentityAccountsV1Request, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<Intelaccessaccountwire>>;
860
+ /**
861
+ * 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.
862
+ * @summary List identity certification history
863
+ * @param {IntelligenceApiGetIntelIdentityCertificationHistoryV1Request} requestParameters Request parameters.
864
+ * @param {*} [axiosOptions] Override http request option.
865
+ * @throws {RequiredError}
866
+ */
867
+ getIntelIdentityCertificationHistoryV1(requestParameters: IntelligenceApiGetIntelIdentityCertificationHistoryV1Request, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<Intelcertificationhistoryevent>>;
868
+ /**
869
+ * 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.
870
+ * @summary List identity rare access
871
+ * @param {IntelligenceApiGetIntelIdentityRareAccessV1Request} requestParameters Request parameters.
872
+ * @param {*} [axiosOptions] Override http request option.
873
+ * @throws {RequiredError}
874
+ */
875
+ getIntelIdentityRareAccessV1(requestParameters: IntelligenceApiGetIntelIdentityRareAccessV1Request, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<Inteloutlieraccessitem>>;
876
+ };
877
+ /**
878
+ * Request parameters for getIdentityIntelligenceV1 operation in IntelligenceApi.
879
+ * @export
880
+ * @interface IntelligenceApiGetIdentityIntelligenceV1Request
881
+ */
882
+ export interface IntelligenceApiGetIdentityIntelligenceV1Request {
883
+ /**
884
+ * 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*
885
+ * @type {string}
886
+ * @memberof IntelligenceApiGetIdentityIntelligenceV1
887
+ */
888
+ readonly filters: string;
889
+ }
890
+ /**
891
+ * Request parameters for getIntelIdentityAccessItemHistoryV1 operation in IntelligenceApi.
892
+ * @export
893
+ * @interface IntelligenceApiGetIntelIdentityAccessItemHistoryV1Request
894
+ */
895
+ export interface IntelligenceApiGetIntelIdentityAccessItemHistoryV1Request {
896
+ /**
897
+ * Non-empty identity id path segment for Intelligence sub-resources.
898
+ * @type {string}
899
+ * @memberof IntelligenceApiGetIntelIdentityAccessItemHistoryV1
900
+ */
901
+ readonly id: string;
902
+ /**
903
+ * Page size. Defaults to 250; values above 250 are rejected with 400.
904
+ * @type {number}
905
+ * @memberof IntelligenceApiGetIntelIdentityAccessItemHistoryV1
906
+ */
907
+ readonly limit?: number;
908
+ /**
909
+ * Zero-based page offset. Defaults to 0.
910
+ * @type {number}
911
+ * @memberof IntelligenceApiGetIntelIdentityAccessItemHistoryV1
912
+ */
913
+ readonly offset?: number;
914
+ }
915
+ /**
916
+ * Request parameters for getIntelIdentityAccountsV1 operation in IntelligenceApi.
917
+ * @export
918
+ * @interface IntelligenceApiGetIntelIdentityAccountsV1Request
919
+ */
920
+ export interface IntelligenceApiGetIntelIdentityAccountsV1Request {
921
+ /**
922
+ * Non-empty identity id path segment for Intelligence sub-resources.
923
+ * @type {string}
924
+ * @memberof IntelligenceApiGetIntelIdentityAccountsV1
925
+ */
926
+ readonly id: string;
927
+ /**
928
+ * Page size. Defaults to 250; values above 250 are rejected with 400.
929
+ * @type {number}
930
+ * @memberof IntelligenceApiGetIntelIdentityAccountsV1
931
+ */
932
+ readonly limit?: number;
933
+ /**
934
+ * Zero-based page offset. Defaults to 0.
935
+ * @type {number}
936
+ * @memberof IntelligenceApiGetIntelIdentityAccountsV1
937
+ */
938
+ readonly offset?: number;
939
+ }
940
+ /**
941
+ * Request parameters for getIntelIdentityCertificationHistoryV1 operation in IntelligenceApi.
942
+ * @export
943
+ * @interface IntelligenceApiGetIntelIdentityCertificationHistoryV1Request
944
+ */
945
+ export interface IntelligenceApiGetIntelIdentityCertificationHistoryV1Request {
946
+ /**
947
+ * Non-empty identity id path segment for Intelligence sub-resources.
948
+ * @type {string}
949
+ * @memberof IntelligenceApiGetIntelIdentityCertificationHistoryV1
950
+ */
951
+ readonly id: string;
952
+ /**
953
+ * Page size. Defaults to 250; values above 250 are rejected with 400.
954
+ * @type {number}
955
+ * @memberof IntelligenceApiGetIntelIdentityCertificationHistoryV1
956
+ */
957
+ readonly limit?: number;
958
+ /**
959
+ * Zero-based page offset. Defaults to 0.
960
+ * @type {number}
961
+ * @memberof IntelligenceApiGetIntelIdentityCertificationHistoryV1
962
+ */
963
+ readonly offset?: number;
964
+ }
965
+ /**
966
+ * Request parameters for getIntelIdentityRareAccessV1 operation in IntelligenceApi.
967
+ * @export
968
+ * @interface IntelligenceApiGetIntelIdentityRareAccessV1Request
969
+ */
970
+ export interface IntelligenceApiGetIntelIdentityRareAccessV1Request {
971
+ /**
972
+ * Non-empty identity id path segment for Intelligence sub-resources.
973
+ * @type {string}
974
+ * @memberof IntelligenceApiGetIntelIdentityRareAccessV1
975
+ */
976
+ readonly id: string;
977
+ /**
978
+ * Page size. Defaults to 250; values above 250 are rejected with 400.
979
+ * @type {number}
980
+ * @memberof IntelligenceApiGetIntelIdentityRareAccessV1
981
+ */
982
+ readonly limit?: number;
983
+ /**
984
+ * Zero-based page offset. Defaults to 0.
985
+ * @type {number}
986
+ * @memberof IntelligenceApiGetIntelIdentityRareAccessV1
987
+ */
988
+ readonly offset?: number;
989
+ }
990
+ /**
991
+ * IntelligenceApi - object-oriented interface
992
+ * @export
993
+ * @class IntelligenceApi
994
+ * @extends {BaseAPI}
995
+ */
996
+ export declare class IntelligenceApi extends BaseAPI {
997
+ /**
998
+ * 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.
999
+ * @summary Get identity by filter
1000
+ * @param {IntelligenceApiGetIdentityIntelligenceV1Request} requestParameters Request parameters.
1001
+ * @param {*} [axiosOptions] Override http request option.
1002
+ * @throws {RequiredError}
1003
+ * @memberof IntelligenceApi
1004
+ */
1005
+ getIdentityIntelligenceV1(requestParameters: IntelligenceApiGetIdentityIntelligenceV1Request, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Intelidentityaggregate, any>>;
1006
+ /**
1007
+ * 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.
1008
+ * @summary List identity access item history
1009
+ * @param {IntelligenceApiGetIntelIdentityAccessItemHistoryV1Request} requestParameters Request parameters.
1010
+ * @param {*} [axiosOptions] Override http request option.
1011
+ * @throws {RequiredError}
1012
+ * @memberof IntelligenceApi
1013
+ */
1014
+ getIntelIdentityAccessItemHistoryV1(requestParameters: IntelligenceApiGetIntelIdentityAccessItemHistoryV1Request, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Intelaccessitemhistoryevent[], any>>;
1015
+ /**
1016
+ * 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.
1017
+ * @summary List identity accounts
1018
+ * @param {IntelligenceApiGetIntelIdentityAccountsV1Request} requestParameters Request parameters.
1019
+ * @param {*} [axiosOptions] Override http request option.
1020
+ * @throws {RequiredError}
1021
+ * @memberof IntelligenceApi
1022
+ */
1023
+ getIntelIdentityAccountsV1(requestParameters: IntelligenceApiGetIntelIdentityAccountsV1Request, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Intelaccessaccountwire[], any>>;
1024
+ /**
1025
+ * 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.
1026
+ * @summary List identity certification history
1027
+ * @param {IntelligenceApiGetIntelIdentityCertificationHistoryV1Request} requestParameters Request parameters.
1028
+ * @param {*} [axiosOptions] Override http request option.
1029
+ * @throws {RequiredError}
1030
+ * @memberof IntelligenceApi
1031
+ */
1032
+ getIntelIdentityCertificationHistoryV1(requestParameters: IntelligenceApiGetIntelIdentityCertificationHistoryV1Request, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Intelcertificationhistoryevent[], any>>;
1033
+ /**
1034
+ * 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.
1035
+ * @summary List identity rare access
1036
+ * @param {IntelligenceApiGetIntelIdentityRareAccessV1Request} requestParameters Request parameters.
1037
+ * @param {*} [axiosOptions] Override http request option.
1038
+ * @throws {RequiredError}
1039
+ * @memberof IntelligenceApi
1040
+ */
1041
+ getIntelIdentityRareAccessV1(requestParameters: IntelligenceApiGetIntelIdentityRareAccessV1Request, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Inteloutlieraccessitem[], any>>;
1042
+ }