sailpoint-api-client 2.0.4 → 2.0.6

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