sailpoint-api-client 1.3.0 → 1.3.1

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 (90) hide show
  1. package/beta/README.md +2 -2
  2. package/beta/api.ts +3243 -1187
  3. package/beta/base.ts +1 -1
  4. package/beta/common.ts +3 -3
  5. package/beta/package.json +1 -1
  6. package/configuration.ts +12 -31
  7. package/dist/beta/api.d.ts +2489 -1058
  8. package/dist/beta/api.js +1828 -457
  9. package/dist/beta/api.js.map +1 -1
  10. package/dist/beta/base.js +1 -1
  11. package/dist/beta/base.js.map +1 -1
  12. package/dist/beta/common.js +3 -3
  13. package/dist/beta/common.js.map +1 -1
  14. package/dist/configuration.d.ts +1 -22
  15. package/dist/configuration.js +10 -8
  16. package/dist/configuration.js.map +1 -1
  17. package/dist/index.d.ts +0 -4
  18. package/dist/index.js +3 -9
  19. package/dist/index.js.map +1 -1
  20. package/dist/index.spec.js +0 -35
  21. package/dist/index.spec.js.map +1 -1
  22. package/dist/v3/api.d.ts +4120 -1505
  23. package/dist/v3/api.js +6856 -4414
  24. package/dist/v3/api.js.map +1 -1
  25. package/dist/v3/base.js +1 -1
  26. package/dist/v3/base.js.map +1 -1
  27. package/dist/v3/common.js +3 -3
  28. package/dist/v3/common.js.map +1 -1
  29. package/index.spec.ts +1 -24
  30. package/index.ts +0 -6
  31. package/package.json +1 -1
  32. package/v3/README.md +2 -2
  33. package/v3/api.ts +5355 -1581
  34. package/v3/base.ts +1 -1
  35. package/v3/common.ts +3 -3
  36. package/v3/package.json +1 -1
  37. package/cc/.openapi-generator/FILES +0 -12
  38. package/cc/.openapi-generator/VERSION +0 -1
  39. package/cc/.openapi-generator-ignore +0 -23
  40. package/cc/README.md +0 -45
  41. package/cc/api.ts +0 -3877
  42. package/cc/base.ts +0 -71
  43. package/cc/common.ts +0 -142
  44. package/cc/configuration.ts +0 -101
  45. package/cc/git_push.sh +0 -57
  46. package/cc/index.ts +0 -17
  47. package/cc/package.json +0 -35
  48. package/cc/tsconfig.json +0 -21
  49. package/dist/cc/api.d.ts +0 -2946
  50. package/dist/cc/api.js +0 -2260
  51. package/dist/cc/api.js.map +0 -1
  52. package/dist/cc/base.d.ts +0 -55
  53. package/dist/cc/base.js +0 -86
  54. package/dist/cc/base.js.map +0 -1
  55. package/dist/cc/common.d.ts +0 -65
  56. package/dist/cc/common.js +0 -251
  57. package/dist/cc/common.js.map +0 -1
  58. package/dist/cc/configuration.d.ts +0 -83
  59. package/dist/cc/configuration.js +0 -45
  60. package/dist/cc/configuration.js.map +0 -1
  61. package/dist/cc/index.d.ts +0 -12
  62. package/dist/cc/index.js +0 -31
  63. package/dist/cc/index.js.map +0 -1
  64. package/dist/v2/api.d.ts +0 -1359
  65. package/dist/v2/api.js +0 -1242
  66. package/dist/v2/api.js.map +0 -1
  67. package/dist/v2/base.d.ts +0 -55
  68. package/dist/v2/base.js +0 -86
  69. package/dist/v2/base.js.map +0 -1
  70. package/dist/v2/common.d.ts +0 -65
  71. package/dist/v2/common.js +0 -251
  72. package/dist/v2/common.js.map +0 -1
  73. package/dist/v2/configuration.d.ts +0 -83
  74. package/dist/v2/configuration.js +0 -45
  75. package/dist/v2/configuration.js.map +0 -1
  76. package/dist/v2/index.d.ts +0 -12
  77. package/dist/v2/index.js +0 -31
  78. package/dist/v2/index.js.map +0 -1
  79. package/v2/.openapi-generator/FILES +0 -12
  80. package/v2/.openapi-generator/VERSION +0 -1
  81. package/v2/.openapi-generator-ignore +0 -23
  82. package/v2/README.md +0 -45
  83. package/v2/api.ts +0 -1900
  84. package/v2/base.ts +0 -71
  85. package/v2/common.ts +0 -142
  86. package/v2/configuration.ts +0 -101
  87. package/v2/git_push.sh +0 -57
  88. package/v2/index.ts +0 -17
  89. package/v2/package.json +0 -35
  90. package/v2/tsconfig.json +0 -21
package/dist/cc/api.d.ts DELETED
@@ -1,2946 +0,0 @@
1
- /**
2
- * IdentityNow cc (private) APIs
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: 1.0.0
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 { Configuration } from '../configuration';
13
- import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
14
- import { RequestArgs, BaseAPI } from './base';
15
- /**
16
- *
17
- * @export
18
- * @interface CreateApplicationRequestCC
19
- */
20
- export interface CreateApplicationRequestCC {
21
- /**
22
- *
23
- * @type {string}
24
- * @memberof CreateApplicationRequestCC
25
- */
26
- 'name'?: string;
27
- /**
28
- *
29
- * @type {string}
30
- * @memberof CreateApplicationRequestCC
31
- */
32
- 'description'?: string;
33
- }
34
- /**
35
- *
36
- * @export
37
- * @interface CreateConnectorRequestCC
38
- */
39
- export interface CreateConnectorRequestCC {
40
- /**
41
- *
42
- * @type {string}
43
- * @memberof CreateConnectorRequestCC
44
- */
45
- 'name'?: string;
46
- /**
47
- *
48
- * @type {string}
49
- * @memberof CreateConnectorRequestCC
50
- */
51
- 'description'?: string;
52
- /**
53
- *
54
- * @type {string}
55
- * @memberof CreateConnectorRequestCC
56
- */
57
- 'className'?: string;
58
- /**
59
- *
60
- * @type {boolean}
61
- * @memberof CreateConnectorRequestCC
62
- */
63
- 'directConnect'?: boolean;
64
- /**
65
- *
66
- * @type {string}
67
- * @memberof CreateConnectorRequestCC
68
- */
69
- 'status'?: string;
70
- }
71
- /**
72
- *
73
- * @export
74
- * @interface GetApplication200ResponseCC
75
- */
76
- export interface GetApplication200ResponseCC {
77
- /**
78
- *
79
- * @type {string}
80
- * @memberof GetApplication200ResponseCC
81
- */
82
- 'id'?: string;
83
- /**
84
- *
85
- * @type {string}
86
- * @memberof GetApplication200ResponseCC
87
- */
88
- 'appId'?: string;
89
- /**
90
- *
91
- * @type {string}
92
- * @memberof GetApplication200ResponseCC
93
- */
94
- 'serviceId'?: string;
95
- /**
96
- *
97
- * @type {string}
98
- * @memberof GetApplication200ResponseCC
99
- */
100
- 'serviceAppId'?: string;
101
- /**
102
- *
103
- * @type {string}
104
- * @memberof GetApplication200ResponseCC
105
- */
106
- 'name'?: string;
107
- /**
108
- *
109
- * @type {string}
110
- * @memberof GetApplication200ResponseCC
111
- */
112
- 'description'?: string;
113
- /**
114
- *
115
- * @type {boolean}
116
- * @memberof GetApplication200ResponseCC
117
- */
118
- 'appCenterEnabled'?: boolean;
119
- /**
120
- *
121
- * @type {boolean}
122
- * @memberof GetApplication200ResponseCC
123
- */
124
- 'provisionRequestEnabled'?: boolean;
125
- /**
126
- *
127
- * @type {string}
128
- * @memberof GetApplication200ResponseCC
129
- */
130
- 'controlType'?: string;
131
- /**
132
- *
133
- * @type {boolean}
134
- * @memberof GetApplication200ResponseCC
135
- */
136
- 'mobile'?: boolean;
137
- /**
138
- *
139
- * @type {boolean}
140
- * @memberof GetApplication200ResponseCC
141
- */
142
- 'privateApp'?: boolean;
143
- /**
144
- *
145
- * @type {string}
146
- * @memberof GetApplication200ResponseCC
147
- */
148
- 'scriptName'?: string;
149
- /**
150
- *
151
- * @type {string}
152
- * @memberof GetApplication200ResponseCC
153
- */
154
- 'status'?: string;
155
- /**
156
- *
157
- * @type {string}
158
- * @memberof GetApplication200ResponseCC
159
- */
160
- 'icon'?: string;
161
- /**
162
- *
163
- * @type {ListApplications200ResponseInnerHealthCC}
164
- * @memberof GetApplication200ResponseCC
165
- */
166
- 'health'?: ListApplications200ResponseInnerHealthCC;
167
- /**
168
- *
169
- * @type {boolean}
170
- * @memberof GetApplication200ResponseCC
171
- */
172
- 'enableSso'?: boolean;
173
- /**
174
- *
175
- * @type {string}
176
- * @memberof GetApplication200ResponseCC
177
- */
178
- 'ssoMethod'?: string;
179
- /**
180
- *
181
- * @type {boolean}
182
- * @memberof GetApplication200ResponseCC
183
- */
184
- 'hasLinks'?: boolean;
185
- /**
186
- *
187
- * @type {boolean}
188
- * @memberof GetApplication200ResponseCC
189
- */
190
- 'hasAutomations'?: boolean;
191
- /**
192
- *
193
- * @type {object}
194
- * @memberof GetApplication200ResponseCC
195
- */
196
- 'stepUpAuthData'?: object;
197
- /**
198
- *
199
- * @type {string}
200
- * @memberof GetApplication200ResponseCC
201
- */
202
- 'stepUpAuthType'?: string;
203
- /**
204
- *
205
- * @type {boolean}
206
- * @memberof GetApplication200ResponseCC
207
- */
208
- 'usageAnalytics'?: boolean;
209
- /**
210
- *
211
- * @type {boolean}
212
- * @memberof GetApplication200ResponseCC
213
- */
214
- 'usageCertRequired'?: boolean;
215
- /**
216
- *
217
- * @type {object}
218
- * @memberof GetApplication200ResponseCC
219
- */
220
- 'usageCertText'?: object;
221
- /**
222
- *
223
- * @type {boolean}
224
- * @memberof GetApplication200ResponseCC
225
- */
226
- 'launchpadEnabled'?: boolean;
227
- /**
228
- *
229
- * @type {boolean}
230
- * @memberof GetApplication200ResponseCC
231
- */
232
- 'passwordManaged'?: boolean;
233
- /**
234
- *
235
- * @type {ListApplications200ResponseInnerOwnerCC}
236
- * @memberof GetApplication200ResponseCC
237
- */
238
- 'owner'?: ListApplications200ResponseInnerOwnerCC;
239
- /**
240
- *
241
- * @type {number}
242
- * @memberof GetApplication200ResponseCC
243
- */
244
- 'dateCreated'?: number;
245
- /**
246
- *
247
- * @type {number}
248
- * @memberof GetApplication200ResponseCC
249
- */
250
- 'lastUpdated'?: number;
251
- /**
252
- *
253
- * @type {object}
254
- * @memberof GetApplication200ResponseCC
255
- */
256
- 'defaultAccessProfile'?: object;
257
- /**
258
- *
259
- * @type {string}
260
- * @memberof GetApplication200ResponseCC
261
- */
262
- 'service'?: string;
263
- /**
264
- *
265
- * @type {string}
266
- * @memberof GetApplication200ResponseCC
267
- */
268
- 'selectedSsoMethod'?: string;
269
- /**
270
- *
271
- * @type {number}
272
- * @memberof GetApplication200ResponseCC
273
- */
274
- 'supportedSsoMethods'?: number;
275
- /**
276
- *
277
- * @type {object}
278
- * @memberof GetApplication200ResponseCC
279
- */
280
- 'offNetworkBlockedRoles'?: object;
281
- /**
282
- *
283
- * @type {string}
284
- * @memberof GetApplication200ResponseCC
285
- */
286
- 'supportedOffNetwork'?: string;
287
- /**
288
- *
289
- * @type {number}
290
- * @memberof GetApplication200ResponseCC
291
- */
292
- 'accountServiceId'?: number;
293
- /**
294
- *
295
- * @type {number}
296
- * @memberof GetApplication200ResponseCC
297
- */
298
- 'launcherCount'?: number;
299
- /**
300
- *
301
- * @type {string}
302
- * @memberof GetApplication200ResponseCC
303
- */
304
- 'accountServiceName'?: string;
305
- /**
306
- *
307
- * @type {string}
308
- * @memberof GetApplication200ResponseCC
309
- */
310
- 'accountServiceExternalId'?: string;
311
- /**
312
- *
313
- * @type {boolean}
314
- * @memberof GetApplication200ResponseCC
315
- */
316
- 'accountServiceMatchAllAccounts'?: boolean;
317
- /**
318
- *
319
- * @type {string}
320
- * @memberof GetApplication200ResponseCC
321
- */
322
- 'externalId'?: string;
323
- /**
324
- *
325
- * @type {boolean}
326
- * @memberof GetApplication200ResponseCC
327
- */
328
- 'accountServiceUseForPasswordManagement'?: boolean;
329
- /**
330
- *
331
- * @type {string}
332
- * @memberof GetApplication200ResponseCC
333
- */
334
- 'accountServicePolicyId'?: string;
335
- /**
336
- *
337
- * @type {string}
338
- * @memberof GetApplication200ResponseCC
339
- */
340
- 'accountServicePolicyName'?: string;
341
- /**
342
- *
343
- * @type {boolean}
344
- * @memberof GetApplication200ResponseCC
345
- */
346
- 'requireStrongAuthn'?: boolean;
347
- /**
348
- *
349
- * @type {Array<ListApplications200ResponseInnerAccountServicePoliciesInnerCC>}
350
- * @memberof GetApplication200ResponseCC
351
- */
352
- 'accountServicePolicies'?: Array<ListApplications200ResponseInnerAccountServicePoliciesInnerCC>;
353
- /**
354
- *
355
- * @type {string}
356
- * @memberof GetApplication200ResponseCC
357
- */
358
- 'xsdVersion'?: string;
359
- /**
360
- *
361
- * @type {Array<ListApplications200ResponseInnerAppProfilesInnerCC>}
362
- * @memberof GetApplication200ResponseCC
363
- */
364
- 'appProfiles'?: Array<ListApplications200ResponseInnerAppProfilesInnerCC>;
365
- /**
366
- *
367
- * @type {number}
368
- * @memberof GetApplication200ResponseCC
369
- */
370
- 'passwordServiceId'?: number;
371
- /**
372
- *
373
- * @type {object}
374
- * @memberof GetApplication200ResponseCC
375
- */
376
- 'accessProfileIds'?: object;
377
- }
378
- /**
379
- *
380
- * @export
381
- * @interface GetIdentity200ResponseAuthCC
382
- */
383
- export interface GetIdentity200ResponseAuthCC {
384
- /**
385
- *
386
- * @type {string}
387
- * @memberof GetIdentity200ResponseAuthCC
388
- */
389
- 'service'?: string;
390
- /**
391
- *
392
- * @type {string}
393
- * @memberof GetIdentity200ResponseAuthCC
394
- */
395
- 'encryption'?: string;
396
- }
397
- /**
398
- *
399
- * @export
400
- * @interface GetIdentity200ResponseCC
401
- */
402
- export interface GetIdentity200ResponseCC {
403
- /**
404
- *
405
- * @type {string}
406
- * @memberof GetIdentity200ResponseCC
407
- */
408
- 'id'?: string;
409
- /**
410
- *
411
- * @type {string}
412
- * @memberof GetIdentity200ResponseCC
413
- */
414
- 'alias'?: string;
415
- /**
416
- *
417
- * @type {string}
418
- * @memberof GetIdentity200ResponseCC
419
- */
420
- 'uid'?: string;
421
- /**
422
- *
423
- * @type {string}
424
- * @memberof GetIdentity200ResponseCC
425
- */
426
- 'name'?: string;
427
- /**
428
- *
429
- * @type {string}
430
- * @memberof GetIdentity200ResponseCC
431
- */
432
- 'displayName'?: string;
433
- /**
434
- *
435
- * @type {string}
436
- * @memberof GetIdentity200ResponseCC
437
- */
438
- 'uuid'?: string;
439
- /**
440
- *
441
- * @type {object}
442
- * @memberof GetIdentity200ResponseCC
443
- */
444
- 'encryptionKey'?: object;
445
- /**
446
- *
447
- * @type {object}
448
- * @memberof GetIdentity200ResponseCC
449
- */
450
- 'encryptionCheck'?: object;
451
- /**
452
- *
453
- * @type {string}
454
- * @memberof GetIdentity200ResponseCC
455
- */
456
- 'status'?: string;
457
- /**
458
- *
459
- * @type {boolean}
460
- * @memberof GetIdentity200ResponseCC
461
- */
462
- 'pending'?: boolean;
463
- /**
464
- *
465
- * @type {boolean}
466
- * @memberof GetIdentity200ResponseCC
467
- */
468
- 'passwordResetSinceLastLogin'?: boolean;
469
- /**
470
- *
471
- * @type {object}
472
- * @memberof GetIdentity200ResponseCC
473
- */
474
- 'usageCertAttested'?: object;
475
- /**
476
- *
477
- * @type {object}
478
- * @memberof GetIdentity200ResponseCC
479
- */
480
- 'userFlags'?: object;
481
- /**
482
- *
483
- * @type {boolean}
484
- * @memberof GetIdentity200ResponseCC
485
- */
486
- 'enabled'?: boolean;
487
- /**
488
- *
489
- * @type {string}
490
- * @memberof GetIdentity200ResponseCC
491
- */
492
- 'altAuthVia'?: string;
493
- /**
494
- *
495
- * @type {object}
496
- * @memberof GetIdentity200ResponseCC
497
- */
498
- 'altAuthViaIntegrationData'?: object;
499
- /**
500
- *
501
- * @type {number}
502
- * @memberof GetIdentity200ResponseCC
503
- */
504
- 'kbaAnswers'?: number;
505
- /**
506
- *
507
- * @type {boolean}
508
- * @memberof GetIdentity200ResponseCC
509
- */
510
- 'disablePasswordReset'?: boolean;
511
- /**
512
- *
513
- * @type {object}
514
- * @memberof GetIdentity200ResponseCC
515
- */
516
- 'ptaSourceId'?: object;
517
- /**
518
- *
519
- * @type {boolean}
520
- * @memberof GetIdentity200ResponseCC
521
- */
522
- 'supportsPasswordPush'?: boolean;
523
- /**
524
- *
525
- * @type {object}
526
- * @memberof GetIdentity200ResponseCC
527
- */
528
- 'attributes'?: object;
529
- /**
530
- *
531
- * @type {string}
532
- * @memberof GetIdentity200ResponseCC
533
- */
534
- 'externalId'?: string;
535
- /**
536
- *
537
- * @type {Array<object>}
538
- * @memberof GetIdentity200ResponseCC
539
- */
540
- 'role'?: Array<object>;
541
- /**
542
- *
543
- * @type {object}
544
- * @memberof GetIdentity200ResponseCC
545
- */
546
- 'phone'?: object;
547
- /**
548
- *
549
- * @type {string}
550
- * @memberof GetIdentity200ResponseCC
551
- */
552
- 'email'?: string;
553
- /**
554
- *
555
- * @type {object}
556
- * @memberof GetIdentity200ResponseCC
557
- */
558
- 'personalEmail'?: object;
559
- /**
560
- *
561
- * @type {object}
562
- * @memberof GetIdentity200ResponseCC
563
- */
564
- 'employeeNumber'?: object;
565
- /**
566
- *
567
- * @type {number}
568
- * @memberof GetIdentity200ResponseCC
569
- */
570
- 'riskScore'?: number;
571
- /**
572
- *
573
- * @type {object}
574
- * @memberof GetIdentity200ResponseCC
575
- */
576
- 'featureFlags'?: object;
577
- /**
578
- *
579
- * @type {Array<string>}
580
- * @memberof GetIdentity200ResponseCC
581
- */
582
- 'feature'?: Array<string>;
583
- /**
584
- *
585
- * @type {string}
586
- * @memberof GetIdentity200ResponseCC
587
- */
588
- 'orgEncryptionKey'?: string;
589
- /**
590
- *
591
- * @type {string}
592
- * @memberof GetIdentity200ResponseCC
593
- */
594
- 'orgEncryptionKeyId'?: string;
595
- /**
596
- *
597
- * @type {object}
598
- * @memberof GetIdentity200ResponseCC
599
- */
600
- 'meta'?: object;
601
- /**
602
- *
603
- * @type {GetIdentity200ResponseOrgCC}
604
- * @memberof GetIdentity200ResponseCC
605
- */
606
- 'org'?: GetIdentity200ResponseOrgCC;
607
- /**
608
- *
609
- * @type {boolean}
610
- * @memberof GetIdentity200ResponseCC
611
- */
612
- 'stepUpAuth'?: boolean;
613
- /**
614
- *
615
- * @type {boolean}
616
- * @memberof GetIdentity200ResponseCC
617
- */
618
- 'bxInstallPrompted'?: boolean;
619
- /**
620
- *
621
- * @type {boolean}
622
- * @memberof GetIdentity200ResponseCC
623
- */
624
- 'federatedLogin'?: boolean;
625
- /**
626
- *
627
- * @type {GetIdentity200ResponseAuthCC}
628
- * @memberof GetIdentity200ResponseCC
629
- */
630
- 'auth'?: GetIdentity200ResponseAuthCC;
631
- /**
632
- *
633
- * @type {boolean}
634
- * @memberof GetIdentity200ResponseCC
635
- */
636
- 'onNetwork'?: boolean;
637
- /**
638
- *
639
- * @type {boolean}
640
- * @memberof GetIdentity200ResponseCC
641
- */
642
- 'onTrustedGeo'?: boolean;
643
- /**
644
- *
645
- * @type {string}
646
- * @memberof GetIdentity200ResponseCC
647
- */
648
- 'loginUrl'?: string;
649
- }
650
- /**
651
- *
652
- * @export
653
- * @interface GetIdentity200ResponseOrgCC
654
- */
655
- export interface GetIdentity200ResponseOrgCC {
656
- /**
657
- *
658
- * @type {string}
659
- * @memberof GetIdentity200ResponseOrgCC
660
- */
661
- 'name'?: string;
662
- /**
663
- *
664
- * @type {string}
665
- * @memberof GetIdentity200ResponseOrgCC
666
- */
667
- 'scriptName'?: string;
668
- /**
669
- *
670
- * @type {string}
671
- * @memberof GetIdentity200ResponseOrgCC
672
- */
673
- 'mode'?: string;
674
- /**
675
- *
676
- * @type {number}
677
- * @memberof GetIdentity200ResponseOrgCC
678
- */
679
- 'numQuestions'?: number;
680
- /**
681
- *
682
- * @type {string}
683
- * @memberof GetIdentity200ResponseOrgCC
684
- */
685
- 'status'?: string;
686
- /**
687
- *
688
- * @type {number}
689
- * @memberof GetIdentity200ResponseOrgCC
690
- */
691
- 'maxRegisteredUsers'?: number;
692
- /**
693
- *
694
- * @type {string}
695
- * @memberof GetIdentity200ResponseOrgCC
696
- */
697
- 'pod'?: string;
698
- /**
699
- *
700
- * @type {boolean}
701
- * @memberof GetIdentity200ResponseOrgCC
702
- */
703
- 'pwdResetPersonalPhone'?: boolean;
704
- /**
705
- *
706
- * @type {boolean}
707
- * @memberof GetIdentity200ResponseOrgCC
708
- */
709
- 'pwdResetPersonalEmail'?: boolean;
710
- /**
711
- *
712
- * @type {boolean}
713
- * @memberof GetIdentity200ResponseOrgCC
714
- */
715
- 'pwdResetKba'?: boolean;
716
- /**
717
- *
718
- * @type {boolean}
719
- * @memberof GetIdentity200ResponseOrgCC
720
- */
721
- 'pwdResetEmail'?: boolean;
722
- /**
723
- *
724
- * @type {boolean}
725
- * @memberof GetIdentity200ResponseOrgCC
726
- */
727
- 'pwdResetDuo'?: boolean;
728
- /**
729
- *
730
- * @type {boolean}
731
- * @memberof GetIdentity200ResponseOrgCC
732
- */
733
- 'pwdResetPhoneMask'?: boolean;
734
- /**
735
- *
736
- * @type {object}
737
- * @memberof GetIdentity200ResponseOrgCC
738
- */
739
- 'authErrorText'?: object;
740
- /**
741
- *
742
- * @type {boolean}
743
- * @memberof GetIdentity200ResponseOrgCC
744
- */
745
- 'strongAuthKba'?: boolean;
746
- /**
747
- *
748
- * @type {boolean}
749
- * @memberof GetIdentity200ResponseOrgCC
750
- */
751
- 'strongAuthPersonalPhone'?: boolean;
752
- /**
753
- *
754
- * @type {boolean}
755
- * @memberof GetIdentity200ResponseOrgCC
756
- */
757
- 'strongAuthPersonalEmail'?: boolean;
758
- /**
759
- *
760
- * @type {Array<object>}
761
- * @memberof GetIdentity200ResponseOrgCC
762
- */
763
- 'integrations'?: Array<object>;
764
- /**
765
- *
766
- * @type {string}
767
- * @memberof GetIdentity200ResponseOrgCC
768
- */
769
- 'productName'?: string;
770
- /**
771
- *
772
- * @type {number}
773
- * @memberof GetIdentity200ResponseOrgCC
774
- */
775
- 'kbaReqForAuthn'?: number;
776
- /**
777
- *
778
- * @type {number}
779
- * @memberof GetIdentity200ResponseOrgCC
780
- */
781
- 'kbaReqAnswers'?: number;
782
- /**
783
- *
784
- * @type {number}
785
- * @memberof GetIdentity200ResponseOrgCC
786
- */
787
- 'lockoutAttemptThreshold'?: number;
788
- /**
789
- *
790
- * @type {number}
791
- * @memberof GetIdentity200ResponseOrgCC
792
- */
793
- 'lockoutTimeMinutes'?: number;
794
- /**
795
- *
796
- * @type {boolean}
797
- * @memberof GetIdentity200ResponseOrgCC
798
- */
799
- 'usageCertRequired'?: boolean;
800
- /**
801
- *
802
- * @type {boolean}
803
- * @memberof GetIdentity200ResponseOrgCC
804
- */
805
- 'adminStrongAuthRequired'?: boolean;
806
- /**
807
- *
808
- * @type {boolean}
809
- * @memberof GetIdentity200ResponseOrgCC
810
- */
811
- 'enableExternalPasswordChange'?: boolean;
812
- /**
813
- *
814
- * @type {boolean}
815
- * @memberof GetIdentity200ResponseOrgCC
816
- */
817
- 'enablePasswordReplay'?: boolean;
818
- /**
819
- *
820
- * @type {boolean}
821
- * @memberof GetIdentity200ResponseOrgCC
822
- */
823
- 'enableAutomaticPasswordReplay'?: boolean;
824
- /**
825
- *
826
- * @type {boolean}
827
- * @memberof GetIdentity200ResponseOrgCC
828
- */
829
- 'notifyAuthenticationSettingChange'?: boolean;
830
- /**
831
- *
832
- * @type {object}
833
- * @memberof GetIdentity200ResponseOrgCC
834
- */
835
- 'netmasks'?: object;
836
- /**
837
- *
838
- * @type {object}
839
- * @memberof GetIdentity200ResponseOrgCC
840
- */
841
- 'countryCodes'?: object;
842
- /**
843
- *
844
- * @type {boolean}
845
- * @memberof GetIdentity200ResponseOrgCC
846
- */
847
- 'whiteList'?: boolean;
848
- /**
849
- *
850
- * @type {object}
851
- * @memberof GetIdentity200ResponseOrgCC
852
- */
853
- 'usernameEmptyText'?: object;
854
- /**
855
- *
856
- * @type {object}
857
- * @memberof GetIdentity200ResponseOrgCC
858
- */
859
- 'usernameLabel'?: object;
860
- /**
861
- *
862
- * @type {boolean}
863
- * @memberof GetIdentity200ResponseOrgCC
864
- */
865
- 'enableAutomationGeneration'?: boolean;
866
- /**
867
- *
868
- * @type {boolean}
869
- * @memberof GetIdentity200ResponseOrgCC
870
- */
871
- 'emailTestMode'?: boolean;
872
- /**
873
- *
874
- * @type {string}
875
- * @memberof GetIdentity200ResponseOrgCC
876
- */
877
- 'emailTestAddress'?: string;
878
- /**
879
- *
880
- * @type {string}
881
- * @memberof GetIdentity200ResponseOrgCC
882
- */
883
- 'orgType'?: string;
884
- /**
885
- *
886
- * @type {string}
887
- * @memberof GetIdentity200ResponseOrgCC
888
- */
889
- 'passwordReplayState'?: string;
890
- /**
891
- *
892
- * @type {string}
893
- * @memberof GetIdentity200ResponseOrgCC
894
- */
895
- 'systemNotificationConfig'?: string;
896
- /**
897
- *
898
- * @type {string}
899
- * @memberof GetIdentity200ResponseOrgCC
900
- */
901
- 'redirectPatterns'?: string;
902
- /**
903
- *
904
- * @type {string}
905
- * @memberof GetIdentity200ResponseOrgCC
906
- */
907
- 'maxClusterDebugHours'?: string;
908
- /**
909
- *
910
- * @type {string}
911
- * @memberof GetIdentity200ResponseOrgCC
912
- */
913
- 'brandName'?: string;
914
- /**
915
- *
916
- * @type {object}
917
- * @memberof GetIdentity200ResponseOrgCC
918
- */
919
- 'logo'?: object;
920
- /**
921
- *
922
- * @type {object}
923
- * @memberof GetIdentity200ResponseOrgCC
924
- */
925
- 'emailFromAddress'?: object;
926
- /**
927
- *
928
- * @type {object}
929
- * @memberof GetIdentity200ResponseOrgCC
930
- */
931
- 'standardLogoUrl'?: object;
932
- /**
933
- *
934
- * @type {object}
935
- * @memberof GetIdentity200ResponseOrgCC
936
- */
937
- 'narrowLogoUrl'?: object;
938
- /**
939
- *
940
- * @type {string}
941
- * @memberof GetIdentity200ResponseOrgCC
942
- */
943
- 'actionButtonColor'?: string;
944
- /**
945
- *
946
- * @type {string}
947
- * @memberof GetIdentity200ResponseOrgCC
948
- */
949
- 'activeLinkColor'?: string;
950
- /**
951
- *
952
- * @type {string}
953
- * @memberof GetIdentity200ResponseOrgCC
954
- */
955
- 'navigationColor'?: string;
956
- }
957
- /**
958
- *
959
- * @export
960
- * @interface ImportConnectorConfigRequestCC
961
- */
962
- export interface ImportConnectorConfigRequestCC {
963
- /**
964
- * This is the connector config zip bundle which gets uploaded.
965
- * @type {any}
966
- * @memberof ImportConnectorConfigRequestCC
967
- */
968
- 'file'?: any;
969
- }
970
- /**
971
- *
972
- * @export
973
- * @interface ListAccounts200ResponseInnerCC
974
- */
975
- export interface ListAccounts200ResponseInnerCC {
976
- /**
977
- *
978
- * @type {string}
979
- * @memberof ListAccounts200ResponseInnerCC
980
- */
981
- 'id'?: string;
982
- /**
983
- *
984
- * @type {string}
985
- * @memberof ListAccounts200ResponseInnerCC
986
- */
987
- 'type'?: string;
988
- /**
989
- *
990
- * @type {string}
991
- * @memberof ListAccounts200ResponseInnerCC
992
- */
993
- 'displayName'?: string;
994
- /**
995
- *
996
- * @type {string}
997
- * @memberof ListAccounts200ResponseInnerCC
998
- */
999
- 'username'?: string;
1000
- /**
1001
- *
1002
- * @type {boolean}
1003
- * @memberof ListAccounts200ResponseInnerCC
1004
- */
1005
- 'passwordRequired'?: boolean;
1006
- /**
1007
- *
1008
- * @type {boolean}
1009
- * @memberof ListAccounts200ResponseInnerCC
1010
- */
1011
- 'passwordProvided'?: boolean;
1012
- /**
1013
- *
1014
- * @type {Array<object>}
1015
- * @memberof ListAccounts200ResponseInnerCC
1016
- */
1017
- 'apps'?: Array<object>;
1018
- /**
1019
- *
1020
- * @type {string}
1021
- * @memberof ListAccounts200ResponseInnerCC
1022
- */
1023
- 'ssoMethod'?: string;
1024
- /**
1025
- *
1026
- * @type {string}
1027
- * @memberof ListAccounts200ResponseInnerCC
1028
- */
1029
- 'idEncryption'?: string;
1030
- /**
1031
- *
1032
- * @type {string}
1033
- * @memberof ListAccounts200ResponseInnerCC
1034
- */
1035
- 'passwordEncryption'?: string;
1036
- /**
1037
- *
1038
- * @type {string}
1039
- * @memberof ListAccounts200ResponseInnerCC
1040
- */
1041
- 'lastPasswdChange'?: string | null;
1042
- /**
1043
- *
1044
- * @type {string}
1045
- * @memberof ListAccounts200ResponseInnerCC
1046
- */
1047
- 'serviceName'?: string;
1048
- /**
1049
- *
1050
- * @type {string}
1051
- * @memberof ListAccounts200ResponseInnerCC
1052
- */
1053
- 'dateDisabled'?: string | null;
1054
- /**
1055
- *
1056
- * @type {number}
1057
- * @memberof ListAccounts200ResponseInnerCC
1058
- */
1059
- 'accountServiceId'?: number;
1060
- /**
1061
- *
1062
- * @type {number}
1063
- * @memberof ListAccounts200ResponseInnerCC
1064
- */
1065
- 'serviceId'?: number;
1066
- /**
1067
- *
1068
- * @type {string}
1069
- * @memberof ListAccounts200ResponseInnerCC
1070
- */
1071
- 'pendingPasswordRequestId'?: string | null;
1072
- /**
1073
- *
1074
- * @type {string}
1075
- * @memberof ListAccounts200ResponseInnerCC
1076
- */
1077
- 'passwordChangeStatus'?: string;
1078
- /**
1079
- *
1080
- * @type {ListAccounts200ResponseInnerPasswordChangeResultCC}
1081
- * @memberof ListAccounts200ResponseInnerCC
1082
- */
1083
- 'passwordChangeResult'?: ListAccounts200ResponseInnerPasswordChangeResultCC;
1084
- }
1085
- /**
1086
- *
1087
- * @export
1088
- * @interface ListAccounts200ResponseInnerPasswordChangeResultCC
1089
- */
1090
- export interface ListAccounts200ResponseInnerPasswordChangeResultCC {
1091
- /**
1092
- *
1093
- * @type {string}
1094
- * @memberof ListAccounts200ResponseInnerPasswordChangeResultCC
1095
- */
1096
- 'completionStatus'?: string;
1097
- }
1098
- /**
1099
- *
1100
- * @export
1101
- * @interface ListApplications200ResponseInnerAccountServicePoliciesInnerCC
1102
- */
1103
- export interface ListApplications200ResponseInnerAccountServicePoliciesInnerCC {
1104
- /**
1105
- *
1106
- * @type {string}
1107
- * @memberof ListApplications200ResponseInnerAccountServicePoliciesInnerCC
1108
- */
1109
- 'policyId'?: string;
1110
- /**
1111
- *
1112
- * @type {string}
1113
- * @memberof ListApplications200ResponseInnerAccountServicePoliciesInnerCC
1114
- */
1115
- 'policyName'?: string;
1116
- /**
1117
- *
1118
- * @type {object}
1119
- * @memberof ListApplications200ResponseInnerAccountServicePoliciesInnerCC
1120
- */
1121
- 'selectors'?: object;
1122
- }
1123
- /**
1124
- *
1125
- * @export
1126
- * @interface ListApplications200ResponseInnerAppProfilesInnerCC
1127
- */
1128
- export interface ListApplications200ResponseInnerAppProfilesInnerCC {
1129
- /**
1130
- *
1131
- * @type {number}
1132
- * @memberof ListApplications200ResponseInnerAppProfilesInnerCC
1133
- */
1134
- 'id'?: number;
1135
- /**
1136
- *
1137
- * @type {string}
1138
- * @memberof ListApplications200ResponseInnerAppProfilesInnerCC
1139
- */
1140
- 'filename'?: string;
1141
- /**
1142
- *
1143
- * @type {string}
1144
- * @memberof ListApplications200ResponseInnerAppProfilesInnerCC
1145
- */
1146
- 'createdBy'?: string;
1147
- /**
1148
- *
1149
- * @type {string}
1150
- * @memberof ListApplications200ResponseInnerAppProfilesInnerCC
1151
- */
1152
- 'dateCreated'?: string;
1153
- /**
1154
- *
1155
- * @type {string}
1156
- * @memberof ListApplications200ResponseInnerAppProfilesInnerCC
1157
- */
1158
- 'xsdVersion'?: string;
1159
- }
1160
- /**
1161
- *
1162
- * @export
1163
- * @interface ListApplications200ResponseInnerCC
1164
- */
1165
- export interface ListApplications200ResponseInnerCC {
1166
- /**
1167
- *
1168
- * @type {string}
1169
- * @memberof ListApplications200ResponseInnerCC
1170
- */
1171
- 'id'?: string;
1172
- /**
1173
- *
1174
- * @type {string}
1175
- * @memberof ListApplications200ResponseInnerCC
1176
- */
1177
- 'appId'?: string;
1178
- /**
1179
- *
1180
- * @type {string}
1181
- * @memberof ListApplications200ResponseInnerCC
1182
- */
1183
- 'serviceId'?: string;
1184
- /**
1185
- *
1186
- * @type {string}
1187
- * @memberof ListApplications200ResponseInnerCC
1188
- */
1189
- 'serviceAppId'?: string;
1190
- /**
1191
- *
1192
- * @type {string}
1193
- * @memberof ListApplications200ResponseInnerCC
1194
- */
1195
- 'name'?: string;
1196
- /**
1197
- *
1198
- * @type {string}
1199
- * @memberof ListApplications200ResponseInnerCC
1200
- */
1201
- 'description'?: string;
1202
- /**
1203
- *
1204
- * @type {boolean}
1205
- * @memberof ListApplications200ResponseInnerCC
1206
- */
1207
- 'appCenterEnabled'?: boolean;
1208
- /**
1209
- *
1210
- * @type {boolean}
1211
- * @memberof ListApplications200ResponseInnerCC
1212
- */
1213
- 'provisionRequestEnabled'?: boolean;
1214
- /**
1215
- *
1216
- * @type {string}
1217
- * @memberof ListApplications200ResponseInnerCC
1218
- */
1219
- 'controlType'?: string;
1220
- /**
1221
- *
1222
- * @type {boolean}
1223
- * @memberof ListApplications200ResponseInnerCC
1224
- */
1225
- 'mobile'?: boolean;
1226
- /**
1227
- *
1228
- * @type {boolean}
1229
- * @memberof ListApplications200ResponseInnerCC
1230
- */
1231
- 'privateApp'?: boolean;
1232
- /**
1233
- *
1234
- * @type {string}
1235
- * @memberof ListApplications200ResponseInnerCC
1236
- */
1237
- 'scriptName'?: string;
1238
- /**
1239
- *
1240
- * @type {string}
1241
- * @memberof ListApplications200ResponseInnerCC
1242
- */
1243
- 'status'?: string;
1244
- /**
1245
- *
1246
- * @type {string}
1247
- * @memberof ListApplications200ResponseInnerCC
1248
- */
1249
- 'icon'?: string;
1250
- /**
1251
- *
1252
- * @type {ListApplications200ResponseInnerHealthCC}
1253
- * @memberof ListApplications200ResponseInnerCC
1254
- */
1255
- 'health'?: ListApplications200ResponseInnerHealthCC;
1256
- /**
1257
- *
1258
- * @type {boolean}
1259
- * @memberof ListApplications200ResponseInnerCC
1260
- */
1261
- 'enableSso'?: boolean;
1262
- /**
1263
- *
1264
- * @type {string}
1265
- * @memberof ListApplications200ResponseInnerCC
1266
- */
1267
- 'ssoMethod'?: string;
1268
- /**
1269
- *
1270
- * @type {boolean}
1271
- * @memberof ListApplications200ResponseInnerCC
1272
- */
1273
- 'hasLinks'?: boolean;
1274
- /**
1275
- *
1276
- * @type {boolean}
1277
- * @memberof ListApplications200ResponseInnerCC
1278
- */
1279
- 'hasAutomations'?: boolean;
1280
- /**
1281
- *
1282
- * @type {object}
1283
- * @memberof ListApplications200ResponseInnerCC
1284
- */
1285
- 'stepUpAuthData'?: object;
1286
- /**
1287
- *
1288
- * @type {string}
1289
- * @memberof ListApplications200ResponseInnerCC
1290
- */
1291
- 'stepUpAuthType'?: string;
1292
- /**
1293
- *
1294
- * @type {boolean}
1295
- * @memberof ListApplications200ResponseInnerCC
1296
- */
1297
- 'usageAnalytics'?: boolean;
1298
- /**
1299
- *
1300
- * @type {boolean}
1301
- * @memberof ListApplications200ResponseInnerCC
1302
- */
1303
- 'usageCertRequired'?: boolean;
1304
- /**
1305
- *
1306
- * @type {object}
1307
- * @memberof ListApplications200ResponseInnerCC
1308
- */
1309
- 'usageCertText'?: object;
1310
- /**
1311
- *
1312
- * @type {boolean}
1313
- * @memberof ListApplications200ResponseInnerCC
1314
- */
1315
- 'launchpadEnabled'?: boolean;
1316
- /**
1317
- *
1318
- * @type {boolean}
1319
- * @memberof ListApplications200ResponseInnerCC
1320
- */
1321
- 'passwordManaged'?: boolean;
1322
- /**
1323
- *
1324
- * @type {ListApplications200ResponseInnerOwnerCC}
1325
- * @memberof ListApplications200ResponseInnerCC
1326
- */
1327
- 'owner'?: ListApplications200ResponseInnerOwnerCC;
1328
- /**
1329
- *
1330
- * @type {number}
1331
- * @memberof ListApplications200ResponseInnerCC
1332
- */
1333
- 'dateCreated'?: number;
1334
- /**
1335
- *
1336
- * @type {number}
1337
- * @memberof ListApplications200ResponseInnerCC
1338
- */
1339
- 'lastUpdated'?: number;
1340
- /**
1341
- *
1342
- * @type {object}
1343
- * @memberof ListApplications200ResponseInnerCC
1344
- */
1345
- 'defaultAccessProfile'?: object;
1346
- /**
1347
- *
1348
- * @type {string}
1349
- * @memberof ListApplications200ResponseInnerCC
1350
- */
1351
- 'service'?: string;
1352
- /**
1353
- *
1354
- * @type {string}
1355
- * @memberof ListApplications200ResponseInnerCC
1356
- */
1357
- 'selectedSsoMethod'?: string;
1358
- /**
1359
- *
1360
- * @type {number}
1361
- * @memberof ListApplications200ResponseInnerCC
1362
- */
1363
- 'supportedSsoMethods'?: number;
1364
- /**
1365
- *
1366
- * @type {object}
1367
- * @memberof ListApplications200ResponseInnerCC
1368
- */
1369
- 'offNetworkBlockedRoles'?: object;
1370
- /**
1371
- *
1372
- * @type {string}
1373
- * @memberof ListApplications200ResponseInnerCC
1374
- */
1375
- 'supportedOffNetwork'?: string;
1376
- /**
1377
- *
1378
- * @type {number}
1379
- * @memberof ListApplications200ResponseInnerCC
1380
- */
1381
- 'accountServiceId'?: number;
1382
- /**
1383
- *
1384
- * @type {number}
1385
- * @memberof ListApplications200ResponseInnerCC
1386
- */
1387
- 'launcherCount'?: number;
1388
- /**
1389
- *
1390
- * @type {string}
1391
- * @memberof ListApplications200ResponseInnerCC
1392
- */
1393
- 'accountServiceName'?: string;
1394
- /**
1395
- *
1396
- * @type {string}
1397
- * @memberof ListApplications200ResponseInnerCC
1398
- */
1399
- 'accountServiceExternalId'?: string;
1400
- /**
1401
- *
1402
- * @type {boolean}
1403
- * @memberof ListApplications200ResponseInnerCC
1404
- */
1405
- 'accountServiceMatchAllAccounts'?: boolean;
1406
- /**
1407
- *
1408
- * @type {string}
1409
- * @memberof ListApplications200ResponseInnerCC
1410
- */
1411
- 'externalId'?: string;
1412
- /**
1413
- *
1414
- * @type {boolean}
1415
- * @memberof ListApplications200ResponseInnerCC
1416
- */
1417
- 'accountServiceUseForPasswordManagement'?: boolean;
1418
- /**
1419
- *
1420
- * @type {string}
1421
- * @memberof ListApplications200ResponseInnerCC
1422
- */
1423
- 'accountServicePolicyId'?: string;
1424
- /**
1425
- *
1426
- * @type {string}
1427
- * @memberof ListApplications200ResponseInnerCC
1428
- */
1429
- 'accountServicePolicyName'?: string;
1430
- /**
1431
- *
1432
- * @type {boolean}
1433
- * @memberof ListApplications200ResponseInnerCC
1434
- */
1435
- 'requireStrongAuthn'?: boolean;
1436
- /**
1437
- *
1438
- * @type {Array<ListApplications200ResponseInnerAccountServicePoliciesInnerCC>}
1439
- * @memberof ListApplications200ResponseInnerCC
1440
- */
1441
- 'accountServicePolicies'?: Array<ListApplications200ResponseInnerAccountServicePoliciesInnerCC>;
1442
- /**
1443
- *
1444
- * @type {string}
1445
- * @memberof ListApplications200ResponseInnerCC
1446
- */
1447
- 'xsdVersion'?: string;
1448
- /**
1449
- *
1450
- * @type {Array<ListApplications200ResponseInnerAppProfilesInnerCC>}
1451
- * @memberof ListApplications200ResponseInnerCC
1452
- */
1453
- 'appProfiles'?: Array<ListApplications200ResponseInnerAppProfilesInnerCC>;
1454
- /**
1455
- *
1456
- * @type {number}
1457
- * @memberof ListApplications200ResponseInnerCC
1458
- */
1459
- 'passwordServiceId'?: number;
1460
- /**
1461
- *
1462
- * @type {Array<string>}
1463
- * @memberof ListApplications200ResponseInnerCC
1464
- */
1465
- 'accessProfileIds'?: Array<string>;
1466
- }
1467
- /**
1468
- *
1469
- * @export
1470
- * @interface ListApplications200ResponseInnerHealthCC
1471
- */
1472
- export interface ListApplications200ResponseInnerHealthCC {
1473
- /**
1474
- *
1475
- * @type {string}
1476
- * @memberof ListApplications200ResponseInnerHealthCC
1477
- */
1478
- 'status'?: string;
1479
- /**
1480
- *
1481
- * @type {string}
1482
- * @memberof ListApplications200ResponseInnerHealthCC
1483
- */
1484
- 'lastChanged'?: string;
1485
- /**
1486
- *
1487
- * @type {number}
1488
- * @memberof ListApplications200ResponseInnerHealthCC
1489
- */
1490
- 'since'?: number;
1491
- /**
1492
- *
1493
- * @type {boolean}
1494
- * @memberof ListApplications200ResponseInnerHealthCC
1495
- */
1496
- 'healthy'?: boolean;
1497
- }
1498
- /**
1499
- *
1500
- * @export
1501
- * @interface ListApplications200ResponseInnerOwnerCC
1502
- */
1503
- export interface ListApplications200ResponseInnerOwnerCC {
1504
- /**
1505
- *
1506
- * @type {string}
1507
- * @memberof ListApplications200ResponseInnerOwnerCC
1508
- */
1509
- 'id'?: string;
1510
- /**
1511
- *
1512
- * @type {string}
1513
- * @memberof ListApplications200ResponseInnerOwnerCC
1514
- */
1515
- 'name'?: string;
1516
- }
1517
- /**
1518
- *
1519
- * @export
1520
- * @interface ListConnectors200ResponseCC
1521
- */
1522
- export interface ListConnectors200ResponseCC {
1523
- /**
1524
- *
1525
- * @type {number}
1526
- * @memberof ListConnectors200ResponseCC
1527
- */
1528
- 'total'?: number;
1529
- /**
1530
- *
1531
- * @type {Array<ListConnectors200ResponseItemsInnerCC>}
1532
- * @memberof ListConnectors200ResponseCC
1533
- */
1534
- 'items'?: Array<ListConnectors200ResponseItemsInnerCC>;
1535
- }
1536
- /**
1537
- *
1538
- * @export
1539
- * @interface ListConnectors200ResponseItemsInnerCC
1540
- */
1541
- export interface ListConnectors200ResponseItemsInnerCC {
1542
- /**
1543
- *
1544
- * @type {string}
1545
- * @memberof ListConnectors200ResponseItemsInnerCC
1546
- */
1547
- 'applicationXml'?: string | null;
1548
- /**
1549
- *
1550
- * @type {string}
1551
- * @memberof ListConnectors200ResponseItemsInnerCC
1552
- */
1553
- 'className'?: string | null;
1554
- /**
1555
- *
1556
- * @type {object}
1557
- * @memberof ListConnectors200ResponseItemsInnerCC
1558
- */
1559
- 'connectorMetadata'?: object;
1560
- /**
1561
- *
1562
- * @type {string}
1563
- * @memberof ListConnectors200ResponseItemsInnerCC
1564
- */
1565
- 'correlationConfigXml'?: string | null;
1566
- /**
1567
- *
1568
- * @type {boolean}
1569
- * @memberof ListConnectors200ResponseItemsInnerCC
1570
- */
1571
- 'directConnect'?: boolean;
1572
- /**
1573
- *
1574
- * @type {boolean}
1575
- * @memberof ListConnectors200ResponseItemsInnerCC
1576
- */
1577
- 'fileUpload'?: boolean;
1578
- /**
1579
- *
1580
- * @type {number}
1581
- * @memberof ListConnectors200ResponseItemsInnerCC
1582
- */
1583
- 'id'?: number;
1584
- /**
1585
- *
1586
- * @type {string}
1587
- * @memberof ListConnectors200ResponseItemsInnerCC
1588
- */
1589
- 'name'?: string;
1590
- /**
1591
- *
1592
- * @type {string}
1593
- * @memberof ListConnectors200ResponseItemsInnerCC
1594
- */
1595
- 's3Location'?: string | null;
1596
- /**
1597
- *
1598
- * @type {string}
1599
- * @memberof ListConnectors200ResponseItemsInnerCC
1600
- */
1601
- 'scope'?: string;
1602
- /**
1603
- *
1604
- * @type {string}
1605
- * @memberof ListConnectors200ResponseItemsInnerCC
1606
- */
1607
- 'scriptName'?: string;
1608
- /**
1609
- *
1610
- * @type {string}
1611
- * @memberof ListConnectors200ResponseItemsInnerCC
1612
- */
1613
- 'sourceConfig'?: string | null;
1614
- /**
1615
- *
1616
- * @type {string}
1617
- * @memberof ListConnectors200ResponseItemsInnerCC
1618
- */
1619
- 'sourceConfigFrom'?: string | null;
1620
- /**
1621
- *
1622
- * @type {string}
1623
- * @memberof ListConnectors200ResponseItemsInnerCC
1624
- */
1625
- 'sourceConfigXml'?: string | null;
1626
- /**
1627
- *
1628
- * @type {string}
1629
- * @memberof ListConnectors200ResponseItemsInnerCC
1630
- */
1631
- 'status'?: string;
1632
- /**
1633
- *
1634
- * @type {object}
1635
- * @memberof ListConnectors200ResponseItemsInnerCC
1636
- */
1637
- 'translationProperties'?: object;
1638
- /**
1639
- *
1640
- * @type {string}
1641
- * @memberof ListConnectors200ResponseItemsInnerCC
1642
- */
1643
- 'type'?: string;
1644
- /**
1645
- *
1646
- * @type {Array<object>}
1647
- * @memberof ListConnectors200ResponseItemsInnerCC
1648
- */
1649
- 'uploadedFiles'?: Array<object>;
1650
- }
1651
- /**
1652
- *
1653
- * @export
1654
- * @interface LoadAccountsRequestCC
1655
- */
1656
- export interface LoadAccountsRequestCC {
1657
- /**
1658
- *
1659
- * @type {boolean}
1660
- * @memberof LoadAccountsRequestCC
1661
- */
1662
- 'disableOptimization'?: boolean;
1663
- /**
1664
- *
1665
- * @type {any}
1666
- * @memberof LoadAccountsRequestCC
1667
- */
1668
- 'file'?: any;
1669
- }
1670
- /**
1671
- *
1672
- * @export
1673
- * @interface LoadEntitlementsRequestCC
1674
- */
1675
- export interface LoadEntitlementsRequestCC {
1676
- /**
1677
- *
1678
- * @type {any}
1679
- * @memberof LoadEntitlementsRequestCC
1680
- */
1681
- 'file'?: any;
1682
- }
1683
- /**
1684
- *
1685
- * @export
1686
- * @interface RefreshIdentitiesRequestCC
1687
- */
1688
- export interface RefreshIdentitiesRequestCC {
1689
- /**
1690
- * Defines the identity or identities which this refresh applies to. The filter must use searchable identity attributes. If the filter cannot be understood or parsed, all identities will be refreshed.
1691
- * @type {string}
1692
- * @memberof RefreshIdentitiesRequestCC
1693
- */
1694
- 'filter'?: string;
1695
- /**
1696
- *
1697
- * @type {RefreshIdentitiesRequestRefreshArgsCC}
1698
- * @memberof RefreshIdentitiesRequestCC
1699
- */
1700
- 'refreshArgs'?: RefreshIdentitiesRequestRefreshArgsCC;
1701
- }
1702
- /**
1703
- *
1704
- * @export
1705
- * @interface RefreshIdentitiesRequestRefreshArgsCC
1706
- */
1707
- export interface RefreshIdentitiesRequestRefreshArgsCC {
1708
- /**
1709
- * This will refresh entitlement, role, and access profile calculations.
1710
- * @type {boolean}
1711
- * @memberof RefreshIdentitiesRequestRefreshArgsCC
1712
- */
1713
- 'correlateEntitlements'?: boolean;
1714
- /**
1715
- * This will calculate identity attributes.
1716
- * @type {boolean}
1717
- * @memberof RefreshIdentitiesRequestRefreshArgsCC
1718
- */
1719
- 'promoteAttributes'?: boolean;
1720
- /**
1721
- * This recalculates manager correlation and manager status. Note: This is computationally expensive to run.
1722
- * @type {boolean}
1723
- * @memberof RefreshIdentitiesRequestRefreshArgsCC
1724
- */
1725
- 'refreshManagerStatus'?: boolean;
1726
- /**
1727
- * Enables attribute synchronization.
1728
- * @type {boolean}
1729
- * @memberof RefreshIdentitiesRequestRefreshArgsCC
1730
- */
1731
- 'synchronizeAttributes'?: boolean;
1732
- /**
1733
- * Option that will enable deletion of an identity objects if there are no account objects. Note: This is not typically used in IdentityNow, except by guidance from SailPoint.
1734
- * @type {boolean}
1735
- * @memberof RefreshIdentitiesRequestRefreshArgsCC
1736
- */
1737
- 'pruneIdentities'?: boolean;
1738
- /**
1739
- * Enables provisioning of role assignments with entitlements that are not currently fulfilled.
1740
- * @type {boolean}
1741
- * @memberof RefreshIdentitiesRequestRefreshArgsCC
1742
- */
1743
- 'provision'?: boolean;
1744
- }
1745
- /**
1746
- *
1747
- * @export
1748
- * @interface UpdateUserPermissionsRequestCC
1749
- */
1750
- export interface UpdateUserPermissionsRequestCC {
1751
- /**
1752
- *
1753
- * @type {string}
1754
- * @memberof UpdateUserPermissionsRequestCC
1755
- */
1756
- 'ids'?: string;
1757
- /**
1758
- * Indicates if user should be an IDN Admin. \"0\" for false, \"1\" for true.
1759
- * @type {string}
1760
- * @memberof UpdateUserPermissionsRequestCC
1761
- */
1762
- 'isAdmin'?: string;
1763
- /**
1764
- *
1765
- * @type {string}
1766
- * @memberof UpdateUserPermissionsRequestCC
1767
- */
1768
- 'adminType'?: UpdateUserPermissionsRequestCCAdminTypeEnum;
1769
- }
1770
- export declare const UpdateUserPermissionsRequestCCAdminTypeEnum: {
1771
- readonly Admin: "ADMIN";
1772
- readonly CertAdmin: "CERT_ADMIN";
1773
- readonly Helpdesk: "HELPDESK";
1774
- readonly ReportAdmin: "REPORT_ADMIN";
1775
- readonly RoleAdmin: "ROLE_ADMIN";
1776
- readonly RoleSubadmin: "ROLE_SUBADMIN";
1777
- readonly SourceAdmin: "SOURCE_ADMIN";
1778
- readonly SourceSubadmin: "SOURCE_SUBADMIN";
1779
- };
1780
- export type UpdateUserPermissionsRequestCCAdminTypeEnum = typeof UpdateUserPermissionsRequestCCAdminTypeEnum[keyof typeof UpdateUserPermissionsRequestCCAdminTypeEnum];
1781
- /**
1782
- * AccountsCCApi - axios parameter creator
1783
- * @export
1784
- */
1785
- export declare const AccountsCCApiAxiosParamCreator: (configuration?: Configuration) => {
1786
- /**
1787
- *
1788
- * @summary List Accounts
1789
- * @param {*} [axiosOptions] Override http request option.
1790
- * @throws {RequiredError}
1791
- */
1792
- listAccounts: (axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
1793
- /**
1794
- *
1795
- * @summary Remove Account
1796
- * @param {string} id
1797
- * @param {*} [axiosOptions] Override http request option.
1798
- * @throws {RequiredError}
1799
- */
1800
- removeAccount: (id: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
1801
- };
1802
- /**
1803
- * AccountsCCApi - functional programming interface
1804
- * @export
1805
- */
1806
- export declare const AccountsCCApiFp: (configuration?: Configuration) => {
1807
- /**
1808
- *
1809
- * @summary List Accounts
1810
- * @param {*} [axiosOptions] Override http request option.
1811
- * @throws {RequiredError}
1812
- */
1813
- listAccounts(axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ListAccounts200ResponseInnerCC>>>;
1814
- /**
1815
- *
1816
- * @summary Remove Account
1817
- * @param {string} id
1818
- * @param {*} [axiosOptions] Override http request option.
1819
- * @throws {RequiredError}
1820
- */
1821
- removeAccount(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1822
- };
1823
- /**
1824
- * AccountsCCApi - factory interface
1825
- * @export
1826
- */
1827
- export declare const AccountsCCApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
1828
- /**
1829
- *
1830
- * @summary List Accounts
1831
- * @param {*} [axiosOptions] Override http request option.
1832
- * @throws {RequiredError}
1833
- */
1834
- listAccounts(axiosOptions?: any): AxiosPromise<Array<ListAccounts200ResponseInnerCC>>;
1835
- /**
1836
- *
1837
- * @summary Remove Account
1838
- * @param {string} id
1839
- * @param {*} [axiosOptions] Override http request option.
1840
- * @throws {RequiredError}
1841
- */
1842
- removeAccount(id: string, axiosOptions?: any): AxiosPromise<void>;
1843
- };
1844
- /**
1845
- * Request parameters for removeAccount operation in AccountsCCApi.
1846
- * @export
1847
- * @interface AccountsCCApiRemoveAccountRequest
1848
- */
1849
- export interface AccountsCCApiRemoveAccountRequest {
1850
- /**
1851
- *
1852
- * @type {string}
1853
- * @memberof AccountsCCApiRemoveAccount
1854
- */
1855
- readonly id: string;
1856
- }
1857
- /**
1858
- * AccountsCCApi - object-oriented interface
1859
- * @export
1860
- * @class AccountsCCApi
1861
- * @extends {BaseAPI}
1862
- */
1863
- export declare class AccountsCCApi extends BaseAPI {
1864
- /**
1865
- *
1866
- * @summary List Accounts
1867
- * @param {*} [axiosOptions] Override http request option.
1868
- * @throws {RequiredError}
1869
- * @memberof AccountsCCApi
1870
- */
1871
- listAccounts(axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListAccounts200ResponseInnerCC[], any>>;
1872
- /**
1873
- *
1874
- * @summary Remove Account
1875
- * @param {AccountsCCApiRemoveAccountRequest} requestParameters Request parameters.
1876
- * @param {*} [axiosOptions] Override http request option.
1877
- * @throws {RequiredError}
1878
- * @memberof AccountsCCApi
1879
- */
1880
- removeAccount(requestParameters: AccountsCCApiRemoveAccountRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1881
- }
1882
- /**
1883
- * ApplicationsCCApi - axios parameter creator
1884
- * @export
1885
- */
1886
- export declare const ApplicationsCCApiAxiosParamCreator: (configuration?: Configuration) => {
1887
- /**
1888
- *
1889
- * @summary Create Application
1890
- * @param {CreateApplicationRequestCC} [createApplicationRequestCC]
1891
- * @param {*} [axiosOptions] Override http request option.
1892
- * @throws {RequiredError}
1893
- */
1894
- createApplication: (createApplicationRequestCC?: CreateApplicationRequestCC, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
1895
- /**
1896
- *
1897
- * @summary Delete Application
1898
- * @param {string} id
1899
- * @param {*} [axiosOptions] Override http request option.
1900
- * @throws {RequiredError}
1901
- */
1902
- deleteApplication: (id: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
1903
- /**
1904
- *
1905
- * @summary Get Single Application
1906
- * @param {string} id
1907
- * @param {*} [axiosOptions] Override http request option.
1908
- * @throws {RequiredError}
1909
- */
1910
- getApplication: (id: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
1911
- /**
1912
- *
1913
- * @summary Get Access Profiles for Application
1914
- * @param {string} id
1915
- * @param {*} [axiosOptions] Override http request option.
1916
- * @throws {RequiredError}
1917
- */
1918
- getApplicationAccessProfiles: (id: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
1919
- /**
1920
- *
1921
- * @summary List Applications
1922
- * @param {*} [axiosOptions] Override http request option.
1923
- * @throws {RequiredError}
1924
- */
1925
- listApplications: (axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
1926
- /**
1927
- *
1928
- * @summary Update Application
1929
- * @param {string} id
1930
- * @param {{ [key: string]: any; }} [requestBody]
1931
- * @param {*} [axiosOptions] Override http request option.
1932
- * @throws {RequiredError}
1933
- */
1934
- updateApplication: (id: string, requestBody?: {
1935
- [key: string]: any;
1936
- }, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
1937
- };
1938
- /**
1939
- * ApplicationsCCApi - functional programming interface
1940
- * @export
1941
- */
1942
- export declare const ApplicationsCCApiFp: (configuration?: Configuration) => {
1943
- /**
1944
- *
1945
- * @summary Create Application
1946
- * @param {CreateApplicationRequestCC} [createApplicationRequestCC]
1947
- * @param {*} [axiosOptions] Override http request option.
1948
- * @throws {RequiredError}
1949
- */
1950
- createApplication(createApplicationRequestCC?: CreateApplicationRequestCC, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
1951
- [key: string]: any;
1952
- }>>;
1953
- /**
1954
- *
1955
- * @summary Delete Application
1956
- * @param {string} id
1957
- * @param {*} [axiosOptions] Override http request option.
1958
- * @throws {RequiredError}
1959
- */
1960
- deleteApplication(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1961
- /**
1962
- *
1963
- * @summary Get Single Application
1964
- * @param {string} id
1965
- * @param {*} [axiosOptions] Override http request option.
1966
- * @throws {RequiredError}
1967
- */
1968
- getApplication(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetApplication200ResponseCC>>;
1969
- /**
1970
- *
1971
- * @summary Get Access Profiles for Application
1972
- * @param {string} id
1973
- * @param {*} [axiosOptions] Override http request option.
1974
- * @throws {RequiredError}
1975
- */
1976
- getApplicationAccessProfiles(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
1977
- [key: string]: any;
1978
- }>>;
1979
- /**
1980
- *
1981
- * @summary List Applications
1982
- * @param {*} [axiosOptions] Override http request option.
1983
- * @throws {RequiredError}
1984
- */
1985
- listApplications(axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ListApplications200ResponseInnerCC>>>;
1986
- /**
1987
- *
1988
- * @summary Update Application
1989
- * @param {string} id
1990
- * @param {{ [key: string]: any; }} [requestBody]
1991
- * @param {*} [axiosOptions] Override http request option.
1992
- * @throws {RequiredError}
1993
- */
1994
- updateApplication(id: string, requestBody?: {
1995
- [key: string]: any;
1996
- }, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
1997
- [key: string]: any;
1998
- }>>;
1999
- };
2000
- /**
2001
- * ApplicationsCCApi - factory interface
2002
- * @export
2003
- */
2004
- export declare const ApplicationsCCApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
2005
- /**
2006
- *
2007
- * @summary Create Application
2008
- * @param {CreateApplicationRequestCC} [createApplicationRequestCC]
2009
- * @param {*} [axiosOptions] Override http request option.
2010
- * @throws {RequiredError}
2011
- */
2012
- createApplication(createApplicationRequestCC?: CreateApplicationRequestCC, axiosOptions?: any): AxiosPromise<{
2013
- [key: string]: any;
2014
- }>;
2015
- /**
2016
- *
2017
- * @summary Delete Application
2018
- * @param {string} id
2019
- * @param {*} [axiosOptions] Override http request option.
2020
- * @throws {RequiredError}
2021
- */
2022
- deleteApplication(id: string, axiosOptions?: any): AxiosPromise<void>;
2023
- /**
2024
- *
2025
- * @summary Get Single Application
2026
- * @param {string} id
2027
- * @param {*} [axiosOptions] Override http request option.
2028
- * @throws {RequiredError}
2029
- */
2030
- getApplication(id: string, axiosOptions?: any): AxiosPromise<GetApplication200ResponseCC>;
2031
- /**
2032
- *
2033
- * @summary Get Access Profiles for Application
2034
- * @param {string} id
2035
- * @param {*} [axiosOptions] Override http request option.
2036
- * @throws {RequiredError}
2037
- */
2038
- getApplicationAccessProfiles(id: string, axiosOptions?: any): AxiosPromise<{
2039
- [key: string]: any;
2040
- }>;
2041
- /**
2042
- *
2043
- * @summary List Applications
2044
- * @param {*} [axiosOptions] Override http request option.
2045
- * @throws {RequiredError}
2046
- */
2047
- listApplications(axiosOptions?: any): AxiosPromise<Array<ListApplications200ResponseInnerCC>>;
2048
- /**
2049
- *
2050
- * @summary Update Application
2051
- * @param {string} id
2052
- * @param {{ [key: string]: any; }} [requestBody]
2053
- * @param {*} [axiosOptions] Override http request option.
2054
- * @throws {RequiredError}
2055
- */
2056
- updateApplication(id: string, requestBody?: {
2057
- [key: string]: any;
2058
- }, axiosOptions?: any): AxiosPromise<{
2059
- [key: string]: any;
2060
- }>;
2061
- };
2062
- /**
2063
- * Request parameters for createApplication operation in ApplicationsCCApi.
2064
- * @export
2065
- * @interface ApplicationsCCApiCreateApplicationRequest
2066
- */
2067
- export interface ApplicationsCCApiCreateApplicationRequest {
2068
- /**
2069
- *
2070
- * @type {CreateApplicationRequestCC}
2071
- * @memberof ApplicationsCCApiCreateApplication
2072
- */
2073
- readonly createApplicationRequestCC?: CreateApplicationRequestCC;
2074
- }
2075
- /**
2076
- * Request parameters for deleteApplication operation in ApplicationsCCApi.
2077
- * @export
2078
- * @interface ApplicationsCCApiDeleteApplicationRequest
2079
- */
2080
- export interface ApplicationsCCApiDeleteApplicationRequest {
2081
- /**
2082
- *
2083
- * @type {string}
2084
- * @memberof ApplicationsCCApiDeleteApplication
2085
- */
2086
- readonly id: string;
2087
- }
2088
- /**
2089
- * Request parameters for getApplication operation in ApplicationsCCApi.
2090
- * @export
2091
- * @interface ApplicationsCCApiGetApplicationRequest
2092
- */
2093
- export interface ApplicationsCCApiGetApplicationRequest {
2094
- /**
2095
- *
2096
- * @type {string}
2097
- * @memberof ApplicationsCCApiGetApplication
2098
- */
2099
- readonly id: string;
2100
- }
2101
- /**
2102
- * Request parameters for getApplicationAccessProfiles operation in ApplicationsCCApi.
2103
- * @export
2104
- * @interface ApplicationsCCApiGetApplicationAccessProfilesRequest
2105
- */
2106
- export interface ApplicationsCCApiGetApplicationAccessProfilesRequest {
2107
- /**
2108
- *
2109
- * @type {string}
2110
- * @memberof ApplicationsCCApiGetApplicationAccessProfiles
2111
- */
2112
- readonly id: string;
2113
- }
2114
- /**
2115
- * Request parameters for updateApplication operation in ApplicationsCCApi.
2116
- * @export
2117
- * @interface ApplicationsCCApiUpdateApplicationRequest
2118
- */
2119
- export interface ApplicationsCCApiUpdateApplicationRequest {
2120
- /**
2121
- *
2122
- * @type {string}
2123
- * @memberof ApplicationsCCApiUpdateApplication
2124
- */
2125
- readonly id: string;
2126
- /**
2127
- *
2128
- * @type {{ [key: string]: any; }}
2129
- * @memberof ApplicationsCCApiUpdateApplication
2130
- */
2131
- readonly requestBody?: {
2132
- [key: string]: any;
2133
- };
2134
- }
2135
- /**
2136
- * ApplicationsCCApi - object-oriented interface
2137
- * @export
2138
- * @class ApplicationsCCApi
2139
- * @extends {BaseAPI}
2140
- */
2141
- export declare class ApplicationsCCApi extends BaseAPI {
2142
- /**
2143
- *
2144
- * @summary Create Application
2145
- * @param {ApplicationsCCApiCreateApplicationRequest} requestParameters Request parameters.
2146
- * @param {*} [axiosOptions] Override http request option.
2147
- * @throws {RequiredError}
2148
- * @memberof ApplicationsCCApi
2149
- */
2150
- createApplication(requestParameters?: ApplicationsCCApiCreateApplicationRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
2151
- [key: string]: any;
2152
- }, any>>;
2153
- /**
2154
- *
2155
- * @summary Delete Application
2156
- * @param {ApplicationsCCApiDeleteApplicationRequest} requestParameters Request parameters.
2157
- * @param {*} [axiosOptions] Override http request option.
2158
- * @throws {RequiredError}
2159
- * @memberof ApplicationsCCApi
2160
- */
2161
- deleteApplication(requestParameters: ApplicationsCCApiDeleteApplicationRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
2162
- /**
2163
- *
2164
- * @summary Get Single Application
2165
- * @param {ApplicationsCCApiGetApplicationRequest} requestParameters Request parameters.
2166
- * @param {*} [axiosOptions] Override http request option.
2167
- * @throws {RequiredError}
2168
- * @memberof ApplicationsCCApi
2169
- */
2170
- getApplication(requestParameters: ApplicationsCCApiGetApplicationRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetApplication200ResponseCC, any>>;
2171
- /**
2172
- *
2173
- * @summary Get Access Profiles for Application
2174
- * @param {ApplicationsCCApiGetApplicationAccessProfilesRequest} requestParameters Request parameters.
2175
- * @param {*} [axiosOptions] Override http request option.
2176
- * @throws {RequiredError}
2177
- * @memberof ApplicationsCCApi
2178
- */
2179
- getApplicationAccessProfiles(requestParameters: ApplicationsCCApiGetApplicationAccessProfilesRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
2180
- [key: string]: any;
2181
- }, any>>;
2182
- /**
2183
- *
2184
- * @summary List Applications
2185
- * @param {*} [axiosOptions] Override http request option.
2186
- * @throws {RequiredError}
2187
- * @memberof ApplicationsCCApi
2188
- */
2189
- listApplications(axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListApplications200ResponseInnerCC[], any>>;
2190
- /**
2191
- *
2192
- * @summary Update Application
2193
- * @param {ApplicationsCCApiUpdateApplicationRequest} requestParameters Request parameters.
2194
- * @param {*} [axiosOptions] Override http request option.
2195
- * @throws {RequiredError}
2196
- * @memberof ApplicationsCCApi
2197
- */
2198
- updateApplication(requestParameters: ApplicationsCCApiUpdateApplicationRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
2199
- [key: string]: any;
2200
- }, any>>;
2201
- }
2202
- /**
2203
- * ConnectorsCCApi - axios parameter creator
2204
- * @export
2205
- */
2206
- export declare const ConnectorsCCApiAxiosParamCreator: (configuration?: Configuration) => {
2207
- /**
2208
- *
2209
- * @summary Create Connector
2210
- * @param {string} [contentType]
2211
- * @param {string} [name]
2212
- * @param {string} [description]
2213
- * @param {string} [className]
2214
- * @param {boolean} [directConnect]
2215
- * @param {string} [status]
2216
- * @param {*} [axiosOptions] Override http request option.
2217
- * @throws {RequiredError}
2218
- */
2219
- createConnector: (contentType?: string, name?: string, description?: string, className?: string, directConnect?: boolean, status?: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
2220
- /**
2221
- *
2222
- * @summary Delete Connector
2223
- * @param {string} id
2224
- * @param {*} [axiosOptions] Override http request option.
2225
- * @throws {RequiredError}
2226
- */
2227
- deleteConnector: (id: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
2228
- /**
2229
- *
2230
- * @summary Export Connector Config
2231
- * @param {string} id
2232
- * @param {*} [axiosOptions] Override http request option.
2233
- * @throws {RequiredError}
2234
- */
2235
- exportConnectorConfig: (id: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
2236
- /**
2237
- *
2238
- * @summary Import Connector Config
2239
- * @param {string} id
2240
- * @param {any} [file] This is the connector config zip bundle which gets uploaded.
2241
- * @param {*} [axiosOptions] Override http request option.
2242
- * @throws {RequiredError}
2243
- */
2244
- importConnectorConfig: (id: string, file?: any, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
2245
- /**
2246
- *
2247
- * @summary List Connectors
2248
- * @param {*} [axiosOptions] Override http request option.
2249
- * @throws {RequiredError}
2250
- */
2251
- listConnectors: (axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
2252
- };
2253
- /**
2254
- * ConnectorsCCApi - functional programming interface
2255
- * @export
2256
- */
2257
- export declare const ConnectorsCCApiFp: (configuration?: Configuration) => {
2258
- /**
2259
- *
2260
- * @summary Create Connector
2261
- * @param {string} [contentType]
2262
- * @param {string} [name]
2263
- * @param {string} [description]
2264
- * @param {string} [className]
2265
- * @param {boolean} [directConnect]
2266
- * @param {string} [status]
2267
- * @param {*} [axiosOptions] Override http request option.
2268
- * @throws {RequiredError}
2269
- */
2270
- createConnector(contentType?: string, name?: string, description?: string, className?: string, directConnect?: boolean, status?: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
2271
- /**
2272
- *
2273
- * @summary Delete Connector
2274
- * @param {string} id
2275
- * @param {*} [axiosOptions] Override http request option.
2276
- * @throws {RequiredError}
2277
- */
2278
- deleteConnector(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
2279
- /**
2280
- *
2281
- * @summary Export Connector Config
2282
- * @param {string} id
2283
- * @param {*} [axiosOptions] Override http request option.
2284
- * @throws {RequiredError}
2285
- */
2286
- exportConnectorConfig(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
2287
- /**
2288
- *
2289
- * @summary Import Connector Config
2290
- * @param {string} id
2291
- * @param {any} [file] This is the connector config zip bundle which gets uploaded.
2292
- * @param {*} [axiosOptions] Override http request option.
2293
- * @throws {RequiredError}
2294
- */
2295
- importConnectorConfig(id: string, file?: any, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
2296
- /**
2297
- *
2298
- * @summary List Connectors
2299
- * @param {*} [axiosOptions] Override http request option.
2300
- * @throws {RequiredError}
2301
- */
2302
- listConnectors(axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListConnectors200ResponseCC>>;
2303
- };
2304
- /**
2305
- * ConnectorsCCApi - factory interface
2306
- * @export
2307
- */
2308
- export declare const ConnectorsCCApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
2309
- /**
2310
- *
2311
- * @summary Create Connector
2312
- * @param {string} [contentType]
2313
- * @param {string} [name]
2314
- * @param {string} [description]
2315
- * @param {string} [className]
2316
- * @param {boolean} [directConnect]
2317
- * @param {string} [status]
2318
- * @param {*} [axiosOptions] Override http request option.
2319
- * @throws {RequiredError}
2320
- */
2321
- createConnector(contentType?: string, name?: string, description?: string, className?: string, directConnect?: boolean, status?: string, axiosOptions?: any): AxiosPromise<void>;
2322
- /**
2323
- *
2324
- * @summary Delete Connector
2325
- * @param {string} id
2326
- * @param {*} [axiosOptions] Override http request option.
2327
- * @throws {RequiredError}
2328
- */
2329
- deleteConnector(id: string, axiosOptions?: any): AxiosPromise<void>;
2330
- /**
2331
- *
2332
- * @summary Export Connector Config
2333
- * @param {string} id
2334
- * @param {*} [axiosOptions] Override http request option.
2335
- * @throws {RequiredError}
2336
- */
2337
- exportConnectorConfig(id: string, axiosOptions?: any): AxiosPromise<void>;
2338
- /**
2339
- *
2340
- * @summary Import Connector Config
2341
- * @param {string} id
2342
- * @param {any} [file] This is the connector config zip bundle which gets uploaded.
2343
- * @param {*} [axiosOptions] Override http request option.
2344
- * @throws {RequiredError}
2345
- */
2346
- importConnectorConfig(id: string, file?: any, axiosOptions?: any): AxiosPromise<void>;
2347
- /**
2348
- *
2349
- * @summary List Connectors
2350
- * @param {*} [axiosOptions] Override http request option.
2351
- * @throws {RequiredError}
2352
- */
2353
- listConnectors(axiosOptions?: any): AxiosPromise<ListConnectors200ResponseCC>;
2354
- };
2355
- /**
2356
- * Request parameters for createConnector operation in ConnectorsCCApi.
2357
- * @export
2358
- * @interface ConnectorsCCApiCreateConnectorRequest
2359
- */
2360
- export interface ConnectorsCCApiCreateConnectorRequest {
2361
- /**
2362
- *
2363
- * @type {string}
2364
- * @memberof ConnectorsCCApiCreateConnector
2365
- */
2366
- readonly contentType?: string;
2367
- /**
2368
- *
2369
- * @type {string}
2370
- * @memberof ConnectorsCCApiCreateConnector
2371
- */
2372
- readonly name?: string;
2373
- /**
2374
- *
2375
- * @type {string}
2376
- * @memberof ConnectorsCCApiCreateConnector
2377
- */
2378
- readonly description?: string;
2379
- /**
2380
- *
2381
- * @type {string}
2382
- * @memberof ConnectorsCCApiCreateConnector
2383
- */
2384
- readonly className?: string;
2385
- /**
2386
- *
2387
- * @type {boolean}
2388
- * @memberof ConnectorsCCApiCreateConnector
2389
- */
2390
- readonly directConnect?: boolean;
2391
- /**
2392
- *
2393
- * @type {string}
2394
- * @memberof ConnectorsCCApiCreateConnector
2395
- */
2396
- readonly status?: string;
2397
- }
2398
- /**
2399
- * Request parameters for deleteConnector operation in ConnectorsCCApi.
2400
- * @export
2401
- * @interface ConnectorsCCApiDeleteConnectorRequest
2402
- */
2403
- export interface ConnectorsCCApiDeleteConnectorRequest {
2404
- /**
2405
- *
2406
- * @type {string}
2407
- * @memberof ConnectorsCCApiDeleteConnector
2408
- */
2409
- readonly id: string;
2410
- }
2411
- /**
2412
- * Request parameters for exportConnectorConfig operation in ConnectorsCCApi.
2413
- * @export
2414
- * @interface ConnectorsCCApiExportConnectorConfigRequest
2415
- */
2416
- export interface ConnectorsCCApiExportConnectorConfigRequest {
2417
- /**
2418
- *
2419
- * @type {string}
2420
- * @memberof ConnectorsCCApiExportConnectorConfig
2421
- */
2422
- readonly id: string;
2423
- }
2424
- /**
2425
- * Request parameters for importConnectorConfig operation in ConnectorsCCApi.
2426
- * @export
2427
- * @interface ConnectorsCCApiImportConnectorConfigRequest
2428
- */
2429
- export interface ConnectorsCCApiImportConnectorConfigRequest {
2430
- /**
2431
- *
2432
- * @type {string}
2433
- * @memberof ConnectorsCCApiImportConnectorConfig
2434
- */
2435
- readonly id: string;
2436
- /**
2437
- * This is the connector config zip bundle which gets uploaded.
2438
- * @type {any}
2439
- * @memberof ConnectorsCCApiImportConnectorConfig
2440
- */
2441
- readonly file?: any;
2442
- }
2443
- /**
2444
- * ConnectorsCCApi - object-oriented interface
2445
- * @export
2446
- * @class ConnectorsCCApi
2447
- * @extends {BaseAPI}
2448
- */
2449
- export declare class ConnectorsCCApi extends BaseAPI {
2450
- /**
2451
- *
2452
- * @summary Create Connector
2453
- * @param {ConnectorsCCApiCreateConnectorRequest} requestParameters Request parameters.
2454
- * @param {*} [axiosOptions] Override http request option.
2455
- * @throws {RequiredError}
2456
- * @memberof ConnectorsCCApi
2457
- */
2458
- createConnector(requestParameters?: ConnectorsCCApiCreateConnectorRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
2459
- /**
2460
- *
2461
- * @summary Delete Connector
2462
- * @param {ConnectorsCCApiDeleteConnectorRequest} requestParameters Request parameters.
2463
- * @param {*} [axiosOptions] Override http request option.
2464
- * @throws {RequiredError}
2465
- * @memberof ConnectorsCCApi
2466
- */
2467
- deleteConnector(requestParameters: ConnectorsCCApiDeleteConnectorRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
2468
- /**
2469
- *
2470
- * @summary Export Connector Config
2471
- * @param {ConnectorsCCApiExportConnectorConfigRequest} requestParameters Request parameters.
2472
- * @param {*} [axiosOptions] Override http request option.
2473
- * @throws {RequiredError}
2474
- * @memberof ConnectorsCCApi
2475
- */
2476
- exportConnectorConfig(requestParameters: ConnectorsCCApiExportConnectorConfigRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
2477
- /**
2478
- *
2479
- * @summary Import Connector Config
2480
- * @param {ConnectorsCCApiImportConnectorConfigRequest} requestParameters Request parameters.
2481
- * @param {*} [axiosOptions] Override http request option.
2482
- * @throws {RequiredError}
2483
- * @memberof ConnectorsCCApi
2484
- */
2485
- importConnectorConfig(requestParameters: ConnectorsCCApiImportConnectorConfigRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
2486
- /**
2487
- *
2488
- * @summary List Connectors
2489
- * @param {*} [axiosOptions] Override http request option.
2490
- * @throws {RequiredError}
2491
- * @memberof ConnectorsCCApi
2492
- */
2493
- listConnectors(axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListConnectors200ResponseCC, any>>;
2494
- }
2495
- /**
2496
- * SourcesAccountsCCApi - axios parameter creator
2497
- * @export
2498
- */
2499
- export declare const SourcesAccountsCCApiAxiosParamCreator: (configuration?: Configuration) => {
2500
- /**
2501
- * Exports a CSV of the accounts for a particular source.
2502
- * @summary Export Account Feed
2503
- * @param {string} id
2504
- * @param {*} [axiosOptions] Override http request option.
2505
- * @throws {RequiredError}
2506
- */
2507
- exportAccountFeed: (id: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
2508
- };
2509
- /**
2510
- * SourcesAccountsCCApi - functional programming interface
2511
- * @export
2512
- */
2513
- export declare const SourcesAccountsCCApiFp: (configuration?: Configuration) => {
2514
- /**
2515
- * Exports a CSV of the accounts for a particular source.
2516
- * @summary Export Account Feed
2517
- * @param {string} id
2518
- * @param {*} [axiosOptions] Override http request option.
2519
- * @throws {RequiredError}
2520
- */
2521
- exportAccountFeed(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
2522
- };
2523
- /**
2524
- * SourcesAccountsCCApi - factory interface
2525
- * @export
2526
- */
2527
- export declare const SourcesAccountsCCApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
2528
- /**
2529
- * Exports a CSV of the accounts for a particular source.
2530
- * @summary Export Account Feed
2531
- * @param {string} id
2532
- * @param {*} [axiosOptions] Override http request option.
2533
- * @throws {RequiredError}
2534
- */
2535
- exportAccountFeed(id: string, axiosOptions?: any): AxiosPromise<void>;
2536
- };
2537
- /**
2538
- * Request parameters for exportAccountFeed operation in SourcesAccountsCCApi.
2539
- * @export
2540
- * @interface SourcesAccountsCCApiExportAccountFeedRequest
2541
- */
2542
- export interface SourcesAccountsCCApiExportAccountFeedRequest {
2543
- /**
2544
- *
2545
- * @type {string}
2546
- * @memberof SourcesAccountsCCApiExportAccountFeed
2547
- */
2548
- readonly id: string;
2549
- }
2550
- /**
2551
- * SourcesAccountsCCApi - object-oriented interface
2552
- * @export
2553
- * @class SourcesAccountsCCApi
2554
- * @extends {BaseAPI}
2555
- */
2556
- export declare class SourcesAccountsCCApi extends BaseAPI {
2557
- /**
2558
- * Exports a CSV of the accounts for a particular source.
2559
- * @summary Export Account Feed
2560
- * @param {SourcesAccountsCCApiExportAccountFeedRequest} requestParameters Request parameters.
2561
- * @param {*} [axiosOptions] Override http request option.
2562
- * @throws {RequiredError}
2563
- * @memberof SourcesAccountsCCApi
2564
- */
2565
- exportAccountFeed(requestParameters: SourcesAccountsCCApiExportAccountFeedRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
2566
- }
2567
- /**
2568
- * SourcesAggregationCCApi - axios parameter creator
2569
- * @export
2570
- */
2571
- export declare const SourcesAggregationCCApiAxiosParamCreator: (configuration?: Configuration) => {
2572
- /**
2573
- * Aggregates a delimited file for the given source. This only works for file-based sources.
2574
- * @summary Account Aggregation (File)
2575
- * @param {string} id
2576
- * @param {string} [contentType]
2577
- * @param {boolean} [disableOptimization]
2578
- * @param {any} [file]
2579
- * @param {*} [axiosOptions] Override http request option.
2580
- * @throws {RequiredError}
2581
- */
2582
- loadAccounts: (id: string, contentType?: string, disableOptimization?: boolean, file?: any, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
2583
- /**
2584
- * Aggregates a delimited file for the given source. This only works for file-based sources.
2585
- * @summary Account Aggregation (File)
2586
- * @param {string} id
2587
- * @param {string} [contentType]
2588
- * @param {any} [file]
2589
- * @param {*} [axiosOptions] Override http request option.
2590
- * @throws {RequiredError}
2591
- */
2592
- loadEntitlements: (id: string, contentType?: string, file?: any, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
2593
- };
2594
- /**
2595
- * SourcesAggregationCCApi - functional programming interface
2596
- * @export
2597
- */
2598
- export declare const SourcesAggregationCCApiFp: (configuration?: Configuration) => {
2599
- /**
2600
- * Aggregates a delimited file for the given source. This only works for file-based sources.
2601
- * @summary Account Aggregation (File)
2602
- * @param {string} id
2603
- * @param {string} [contentType]
2604
- * @param {boolean} [disableOptimization]
2605
- * @param {any} [file]
2606
- * @param {*} [axiosOptions] Override http request option.
2607
- * @throws {RequiredError}
2608
- */
2609
- loadAccounts(id: string, contentType?: string, disableOptimization?: boolean, file?: any, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
2610
- [key: string]: any;
2611
- }>>;
2612
- /**
2613
- * Aggregates a delimited file for the given source. This only works for file-based sources.
2614
- * @summary Account Aggregation (File)
2615
- * @param {string} id
2616
- * @param {string} [contentType]
2617
- * @param {any} [file]
2618
- * @param {*} [axiosOptions] Override http request option.
2619
- * @throws {RequiredError}
2620
- */
2621
- loadEntitlements(id: string, contentType?: string, file?: any, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
2622
- [key: string]: any;
2623
- }>>;
2624
- };
2625
- /**
2626
- * SourcesAggregationCCApi - factory interface
2627
- * @export
2628
- */
2629
- export declare const SourcesAggregationCCApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
2630
- /**
2631
- * Aggregates a delimited file for the given source. This only works for file-based sources.
2632
- * @summary Account Aggregation (File)
2633
- * @param {string} id
2634
- * @param {string} [contentType]
2635
- * @param {boolean} [disableOptimization]
2636
- * @param {any} [file]
2637
- * @param {*} [axiosOptions] Override http request option.
2638
- * @throws {RequiredError}
2639
- */
2640
- loadAccounts(id: string, contentType?: string, disableOptimization?: boolean, file?: any, axiosOptions?: any): AxiosPromise<{
2641
- [key: string]: any;
2642
- }>;
2643
- /**
2644
- * Aggregates a delimited file for the given source. This only works for file-based sources.
2645
- * @summary Account Aggregation (File)
2646
- * @param {string} id
2647
- * @param {string} [contentType]
2648
- * @param {any} [file]
2649
- * @param {*} [axiosOptions] Override http request option.
2650
- * @throws {RequiredError}
2651
- */
2652
- loadEntitlements(id: string, contentType?: string, file?: any, axiosOptions?: any): AxiosPromise<{
2653
- [key: string]: any;
2654
- }>;
2655
- };
2656
- /**
2657
- * Request parameters for loadAccounts operation in SourcesAggregationCCApi.
2658
- * @export
2659
- * @interface SourcesAggregationCCApiLoadAccountsRequest
2660
- */
2661
- export interface SourcesAggregationCCApiLoadAccountsRequest {
2662
- /**
2663
- *
2664
- * @type {string}
2665
- * @memberof SourcesAggregationCCApiLoadAccounts
2666
- */
2667
- readonly id: string;
2668
- /**
2669
- *
2670
- * @type {string}
2671
- * @memberof SourcesAggregationCCApiLoadAccounts
2672
- */
2673
- readonly contentType?: string;
2674
- /**
2675
- *
2676
- * @type {boolean}
2677
- * @memberof SourcesAggregationCCApiLoadAccounts
2678
- */
2679
- readonly disableOptimization?: boolean;
2680
- /**
2681
- *
2682
- * @type {any}
2683
- * @memberof SourcesAggregationCCApiLoadAccounts
2684
- */
2685
- readonly file?: any;
2686
- }
2687
- /**
2688
- * Request parameters for loadEntitlements operation in SourcesAggregationCCApi.
2689
- * @export
2690
- * @interface SourcesAggregationCCApiLoadEntitlementsRequest
2691
- */
2692
- export interface SourcesAggregationCCApiLoadEntitlementsRequest {
2693
- /**
2694
- *
2695
- * @type {string}
2696
- * @memberof SourcesAggregationCCApiLoadEntitlements
2697
- */
2698
- readonly id: string;
2699
- /**
2700
- *
2701
- * @type {string}
2702
- * @memberof SourcesAggregationCCApiLoadEntitlements
2703
- */
2704
- readonly contentType?: string;
2705
- /**
2706
- *
2707
- * @type {any}
2708
- * @memberof SourcesAggregationCCApiLoadEntitlements
2709
- */
2710
- readonly file?: any;
2711
- }
2712
- /**
2713
- * SourcesAggregationCCApi - object-oriented interface
2714
- * @export
2715
- * @class SourcesAggregationCCApi
2716
- * @extends {BaseAPI}
2717
- */
2718
- export declare class SourcesAggregationCCApi extends BaseAPI {
2719
- /**
2720
- * Aggregates a delimited file for the given source. This only works for file-based sources.
2721
- * @summary Account Aggregation (File)
2722
- * @param {SourcesAggregationCCApiLoadAccountsRequest} requestParameters Request parameters.
2723
- * @param {*} [axiosOptions] Override http request option.
2724
- * @throws {RequiredError}
2725
- * @memberof SourcesAggregationCCApi
2726
- */
2727
- loadAccounts(requestParameters: SourcesAggregationCCApiLoadAccountsRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
2728
- [key: string]: any;
2729
- }, any>>;
2730
- /**
2731
- * Aggregates a delimited file for the given source. This only works for file-based sources.
2732
- * @summary Account Aggregation (File)
2733
- * @param {SourcesAggregationCCApiLoadEntitlementsRequest} requestParameters Request parameters.
2734
- * @param {*} [axiosOptions] Override http request option.
2735
- * @throws {RequiredError}
2736
- * @memberof SourcesAggregationCCApi
2737
- */
2738
- loadEntitlements(requestParameters: SourcesAggregationCCApiLoadEntitlementsRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
2739
- [key: string]: any;
2740
- }, any>>;
2741
- }
2742
- /**
2743
- * SystemCCApi - axios parameter creator
2744
- * @export
2745
- */
2746
- export declare const SystemCCApiAxiosParamCreator: (configuration?: Configuration) => {
2747
- /**
2748
- * This kicks off an identity refresh for a specified set of identity attributes. This can be a long running process. IdentityNow has pre-scheduled versions of this task at set intervals and events already, so only run this when directed by SailPoint. _Note: If the identities specified by the filter do not exist, a full identity refresh will be run. Use with caution._ Refresh Arguments: | Key | Description | |-----------------------|----------------------------------------------------| | correlateEntitlements | Analyzes entitlements, access profiles, and roles. | | promoteAttributes | Calculates identity attributes. | | refreshManagerStatus | Calculates manager correlation and manager status. | | synchronizeAttributes | Performs attribute sync provisioning. | | pruneIdentities | Removes any identities which don\'t have accounts. | | provision | Provisions any assigned roles or access profiles. |
2749
- * @summary Refresh Identities
2750
- * @param {string} [contentType]
2751
- * @param {RefreshIdentitiesRequestCC} [refreshIdentitiesRequestCC]
2752
- * @param {*} [axiosOptions] Override http request option.
2753
- * @throws {RequiredError}
2754
- */
2755
- refreshIdentities: (contentType?: string, refreshIdentitiesRequestCC?: RefreshIdentitiesRequestCC, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
2756
- };
2757
- /**
2758
- * SystemCCApi - functional programming interface
2759
- * @export
2760
- */
2761
- export declare const SystemCCApiFp: (configuration?: Configuration) => {
2762
- /**
2763
- * This kicks off an identity refresh for a specified set of identity attributes. This can be a long running process. IdentityNow has pre-scheduled versions of this task at set intervals and events already, so only run this when directed by SailPoint. _Note: If the identities specified by the filter do not exist, a full identity refresh will be run. Use with caution._ Refresh Arguments: | Key | Description | |-----------------------|----------------------------------------------------| | correlateEntitlements | Analyzes entitlements, access profiles, and roles. | | promoteAttributes | Calculates identity attributes. | | refreshManagerStatus | Calculates manager correlation and manager status. | | synchronizeAttributes | Performs attribute sync provisioning. | | pruneIdentities | Removes any identities which don\'t have accounts. | | provision | Provisions any assigned roles or access profiles. |
2764
- * @summary Refresh Identities
2765
- * @param {string} [contentType]
2766
- * @param {RefreshIdentitiesRequestCC} [refreshIdentitiesRequestCC]
2767
- * @param {*} [axiosOptions] Override http request option.
2768
- * @throws {RequiredError}
2769
- */
2770
- refreshIdentities(contentType?: string, refreshIdentitiesRequestCC?: RefreshIdentitiesRequestCC, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
2771
- [key: string]: any;
2772
- }>>;
2773
- };
2774
- /**
2775
- * SystemCCApi - factory interface
2776
- * @export
2777
- */
2778
- export declare const SystemCCApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
2779
- /**
2780
- * This kicks off an identity refresh for a specified set of identity attributes. This can be a long running process. IdentityNow has pre-scheduled versions of this task at set intervals and events already, so only run this when directed by SailPoint. _Note: If the identities specified by the filter do not exist, a full identity refresh will be run. Use with caution._ Refresh Arguments: | Key | Description | |-----------------------|----------------------------------------------------| | correlateEntitlements | Analyzes entitlements, access profiles, and roles. | | promoteAttributes | Calculates identity attributes. | | refreshManagerStatus | Calculates manager correlation and manager status. | | synchronizeAttributes | Performs attribute sync provisioning. | | pruneIdentities | Removes any identities which don\'t have accounts. | | provision | Provisions any assigned roles or access profiles. |
2781
- * @summary Refresh Identities
2782
- * @param {string} [contentType]
2783
- * @param {RefreshIdentitiesRequestCC} [refreshIdentitiesRequestCC]
2784
- * @param {*} [axiosOptions] Override http request option.
2785
- * @throws {RequiredError}
2786
- */
2787
- refreshIdentities(contentType?: string, refreshIdentitiesRequestCC?: RefreshIdentitiesRequestCC, axiosOptions?: any): AxiosPromise<{
2788
- [key: string]: any;
2789
- }>;
2790
- };
2791
- /**
2792
- * Request parameters for refreshIdentities operation in SystemCCApi.
2793
- * @export
2794
- * @interface SystemCCApiRefreshIdentitiesRequest
2795
- */
2796
- export interface SystemCCApiRefreshIdentitiesRequest {
2797
- /**
2798
- *
2799
- * @type {string}
2800
- * @memberof SystemCCApiRefreshIdentities
2801
- */
2802
- readonly contentType?: string;
2803
- /**
2804
- *
2805
- * @type {RefreshIdentitiesRequestCC}
2806
- * @memberof SystemCCApiRefreshIdentities
2807
- */
2808
- readonly refreshIdentitiesRequestCC?: RefreshIdentitiesRequestCC;
2809
- }
2810
- /**
2811
- * SystemCCApi - object-oriented interface
2812
- * @export
2813
- * @class SystemCCApi
2814
- * @extends {BaseAPI}
2815
- */
2816
- export declare class SystemCCApi extends BaseAPI {
2817
- /**
2818
- * This kicks off an identity refresh for a specified set of identity attributes. This can be a long running process. IdentityNow has pre-scheduled versions of this task at set intervals and events already, so only run this when directed by SailPoint. _Note: If the identities specified by the filter do not exist, a full identity refresh will be run. Use with caution._ Refresh Arguments: | Key | Description | |-----------------------|----------------------------------------------------| | correlateEntitlements | Analyzes entitlements, access profiles, and roles. | | promoteAttributes | Calculates identity attributes. | | refreshManagerStatus | Calculates manager correlation and manager status. | | synchronizeAttributes | Performs attribute sync provisioning. | | pruneIdentities | Removes any identities which don\'t have accounts. | | provision | Provisions any assigned roles or access profiles. |
2819
- * @summary Refresh Identities
2820
- * @param {SystemCCApiRefreshIdentitiesRequest} requestParameters Request parameters.
2821
- * @param {*} [axiosOptions] Override http request option.
2822
- * @throws {RequiredError}
2823
- * @memberof SystemCCApi
2824
- */
2825
- refreshIdentities(requestParameters?: SystemCCApiRefreshIdentitiesRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
2826
- [key: string]: any;
2827
- }, any>>;
2828
- }
2829
- /**
2830
- * UserCCApi - axios parameter creator
2831
- * @export
2832
- */
2833
- export declare const UserCCApiAxiosParamCreator: (configuration?: Configuration) => {
2834
- /**
2835
- *
2836
- * @summary Get Single Identity
2837
- * @param {string} id
2838
- * @param {*} [axiosOptions] Override http request option.
2839
- * @throws {RequiredError}
2840
- */
2841
- getIdentity: (id: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
2842
- /**
2843
- *
2844
- * @summary Update User Permissions
2845
- * @param {UpdateUserPermissionsRequestCC} [updateUserPermissionsRequestCC]
2846
- * @param {*} [axiosOptions] Override http request option.
2847
- * @throws {RequiredError}
2848
- */
2849
- updateUserPermissions: (updateUserPermissionsRequestCC?: UpdateUserPermissionsRequestCC, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
2850
- };
2851
- /**
2852
- * UserCCApi - functional programming interface
2853
- * @export
2854
- */
2855
- export declare const UserCCApiFp: (configuration?: Configuration) => {
2856
- /**
2857
- *
2858
- * @summary Get Single Identity
2859
- * @param {string} id
2860
- * @param {*} [axiosOptions] Override http request option.
2861
- * @throws {RequiredError}
2862
- */
2863
- getIdentity(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetIdentity200ResponseCC>>;
2864
- /**
2865
- *
2866
- * @summary Update User Permissions
2867
- * @param {UpdateUserPermissionsRequestCC} [updateUserPermissionsRequestCC]
2868
- * @param {*} [axiosOptions] Override http request option.
2869
- * @throws {RequiredError}
2870
- */
2871
- updateUserPermissions(updateUserPermissionsRequestCC?: UpdateUserPermissionsRequestCC, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
2872
- };
2873
- /**
2874
- * UserCCApi - factory interface
2875
- * @export
2876
- */
2877
- export declare const UserCCApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
2878
- /**
2879
- *
2880
- * @summary Get Single Identity
2881
- * @param {string} id
2882
- * @param {*} [axiosOptions] Override http request option.
2883
- * @throws {RequiredError}
2884
- */
2885
- getIdentity(id: string, axiosOptions?: any): AxiosPromise<GetIdentity200ResponseCC>;
2886
- /**
2887
- *
2888
- * @summary Update User Permissions
2889
- * @param {UpdateUserPermissionsRequestCC} [updateUserPermissionsRequestCC]
2890
- * @param {*} [axiosOptions] Override http request option.
2891
- * @throws {RequiredError}
2892
- */
2893
- updateUserPermissions(updateUserPermissionsRequestCC?: UpdateUserPermissionsRequestCC, axiosOptions?: any): AxiosPromise<void>;
2894
- };
2895
- /**
2896
- * Request parameters for getIdentity operation in UserCCApi.
2897
- * @export
2898
- * @interface UserCCApiGetIdentityRequest
2899
- */
2900
- export interface UserCCApiGetIdentityRequest {
2901
- /**
2902
- *
2903
- * @type {string}
2904
- * @memberof UserCCApiGetIdentity
2905
- */
2906
- readonly id: string;
2907
- }
2908
- /**
2909
- * Request parameters for updateUserPermissions operation in UserCCApi.
2910
- * @export
2911
- * @interface UserCCApiUpdateUserPermissionsRequest
2912
- */
2913
- export interface UserCCApiUpdateUserPermissionsRequest {
2914
- /**
2915
- *
2916
- * @type {UpdateUserPermissionsRequestCC}
2917
- * @memberof UserCCApiUpdateUserPermissions
2918
- */
2919
- readonly updateUserPermissionsRequestCC?: UpdateUserPermissionsRequestCC;
2920
- }
2921
- /**
2922
- * UserCCApi - object-oriented interface
2923
- * @export
2924
- * @class UserCCApi
2925
- * @extends {BaseAPI}
2926
- */
2927
- export declare class UserCCApi extends BaseAPI {
2928
- /**
2929
- *
2930
- * @summary Get Single Identity
2931
- * @param {UserCCApiGetIdentityRequest} requestParameters Request parameters.
2932
- * @param {*} [axiosOptions] Override http request option.
2933
- * @throws {RequiredError}
2934
- * @memberof UserCCApi
2935
- */
2936
- getIdentity(requestParameters: UserCCApiGetIdentityRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetIdentity200ResponseCC, any>>;
2937
- /**
2938
- *
2939
- * @summary Update User Permissions
2940
- * @param {UserCCApiUpdateUserPermissionsRequest} requestParameters Request parameters.
2941
- * @param {*} [axiosOptions] Override http request option.
2942
- * @throws {RequiredError}
2943
- * @memberof UserCCApi
2944
- */
2945
- updateUserPermissions(requestParameters?: UserCCApiUpdateUserPermissionsRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
2946
- }