sailpoint-api-client 1.0.3 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cc/api.ts CHANGED
@@ -77,18 +77,1016 @@ export interface CreateConnectorRequestCC {
77
77
  */
78
78
  'status'?: string;
79
79
  }
80
+ /**
81
+ *
82
+ * @export
83
+ * @interface GetIdentity200ResponseAuthCC
84
+ */
85
+ export interface GetIdentity200ResponseAuthCC {
86
+ /**
87
+ *
88
+ * @type {string}
89
+ * @memberof GetIdentity200ResponseAuthCC
90
+ */
91
+ 'service'?: string;
92
+ /**
93
+ *
94
+ * @type {string}
95
+ * @memberof GetIdentity200ResponseAuthCC
96
+ */
97
+ 'encryption'?: string;
98
+ }
99
+ /**
100
+ *
101
+ * @export
102
+ * @interface GetIdentity200ResponseCC
103
+ */
104
+ export interface GetIdentity200ResponseCC {
105
+ /**
106
+ *
107
+ * @type {string}
108
+ * @memberof GetIdentity200ResponseCC
109
+ */
110
+ 'id'?: string;
111
+ /**
112
+ *
113
+ * @type {string}
114
+ * @memberof GetIdentity200ResponseCC
115
+ */
116
+ 'alias'?: string;
117
+ /**
118
+ *
119
+ * @type {string}
120
+ * @memberof GetIdentity200ResponseCC
121
+ */
122
+ 'uid'?: string;
123
+ /**
124
+ *
125
+ * @type {string}
126
+ * @memberof GetIdentity200ResponseCC
127
+ */
128
+ 'name'?: string;
129
+ /**
130
+ *
131
+ * @type {string}
132
+ * @memberof GetIdentity200ResponseCC
133
+ */
134
+ 'displayName'?: string;
135
+ /**
136
+ *
137
+ * @type {string}
138
+ * @memberof GetIdentity200ResponseCC
139
+ */
140
+ 'uuid'?: string;
141
+ /**
142
+ *
143
+ * @type {object}
144
+ * @memberof GetIdentity200ResponseCC
145
+ */
146
+ 'encryptionKey'?: object;
147
+ /**
148
+ *
149
+ * @type {object}
150
+ * @memberof GetIdentity200ResponseCC
151
+ */
152
+ 'encryptionCheck'?: object;
153
+ /**
154
+ *
155
+ * @type {string}
156
+ * @memberof GetIdentity200ResponseCC
157
+ */
158
+ 'status'?: string;
159
+ /**
160
+ *
161
+ * @type {boolean}
162
+ * @memberof GetIdentity200ResponseCC
163
+ */
164
+ 'pending'?: boolean;
165
+ /**
166
+ *
167
+ * @type {boolean}
168
+ * @memberof GetIdentity200ResponseCC
169
+ */
170
+ 'passwordResetSinceLastLogin'?: boolean;
171
+ /**
172
+ *
173
+ * @type {object}
174
+ * @memberof GetIdentity200ResponseCC
175
+ */
176
+ 'usageCertAttested'?: object;
177
+ /**
178
+ *
179
+ * @type {object}
180
+ * @memberof GetIdentity200ResponseCC
181
+ */
182
+ 'userFlags'?: object;
183
+ /**
184
+ *
185
+ * @type {boolean}
186
+ * @memberof GetIdentity200ResponseCC
187
+ */
188
+ 'enabled'?: boolean;
189
+ /**
190
+ *
191
+ * @type {string}
192
+ * @memberof GetIdentity200ResponseCC
193
+ */
194
+ 'altAuthVia'?: string;
195
+ /**
196
+ *
197
+ * @type {object}
198
+ * @memberof GetIdentity200ResponseCC
199
+ */
200
+ 'altAuthViaIntegrationData'?: object;
201
+ /**
202
+ *
203
+ * @type {number}
204
+ * @memberof GetIdentity200ResponseCC
205
+ */
206
+ 'kbaAnswers'?: number;
207
+ /**
208
+ *
209
+ * @type {boolean}
210
+ * @memberof GetIdentity200ResponseCC
211
+ */
212
+ 'disablePasswordReset'?: boolean;
213
+ /**
214
+ *
215
+ * @type {object}
216
+ * @memberof GetIdentity200ResponseCC
217
+ */
218
+ 'ptaSourceId'?: object;
219
+ /**
220
+ *
221
+ * @type {boolean}
222
+ * @memberof GetIdentity200ResponseCC
223
+ */
224
+ 'supportsPasswordPush'?: boolean;
225
+ /**
226
+ *
227
+ * @type {object}
228
+ * @memberof GetIdentity200ResponseCC
229
+ */
230
+ 'attributes'?: object;
231
+ /**
232
+ *
233
+ * @type {string}
234
+ * @memberof GetIdentity200ResponseCC
235
+ */
236
+ 'externalId'?: string;
237
+ /**
238
+ *
239
+ * @type {Array<object>}
240
+ * @memberof GetIdentity200ResponseCC
241
+ */
242
+ 'role'?: Array<object>;
243
+ /**
244
+ *
245
+ * @type {object}
246
+ * @memberof GetIdentity200ResponseCC
247
+ */
248
+ 'phone'?: object;
249
+ /**
250
+ *
251
+ * @type {string}
252
+ * @memberof GetIdentity200ResponseCC
253
+ */
254
+ 'email'?: string;
255
+ /**
256
+ *
257
+ * @type {object}
258
+ * @memberof GetIdentity200ResponseCC
259
+ */
260
+ 'personalEmail'?: object;
261
+ /**
262
+ *
263
+ * @type {object}
264
+ * @memberof GetIdentity200ResponseCC
265
+ */
266
+ 'employeeNumber'?: object;
267
+ /**
268
+ *
269
+ * @type {number}
270
+ * @memberof GetIdentity200ResponseCC
271
+ */
272
+ 'riskScore'?: number;
273
+ /**
274
+ *
275
+ * @type {object}
276
+ * @memberof GetIdentity200ResponseCC
277
+ */
278
+ 'featureFlags'?: object;
279
+ /**
280
+ *
281
+ * @type {Array<string>}
282
+ * @memberof GetIdentity200ResponseCC
283
+ */
284
+ 'feature'?: Array<string>;
285
+ /**
286
+ *
287
+ * @type {string}
288
+ * @memberof GetIdentity200ResponseCC
289
+ */
290
+ 'orgEncryptionKey'?: string;
291
+ /**
292
+ *
293
+ * @type {string}
294
+ * @memberof GetIdentity200ResponseCC
295
+ */
296
+ 'orgEncryptionKeyId'?: string;
297
+ /**
298
+ *
299
+ * @type {object}
300
+ * @memberof GetIdentity200ResponseCC
301
+ */
302
+ 'meta'?: object;
303
+ /**
304
+ *
305
+ * @type {GetIdentity200ResponseOrgCC}
306
+ * @memberof GetIdentity200ResponseCC
307
+ */
308
+ 'org'?: GetIdentity200ResponseOrgCC;
309
+ /**
310
+ *
311
+ * @type {boolean}
312
+ * @memberof GetIdentity200ResponseCC
313
+ */
314
+ 'stepUpAuth'?: boolean;
315
+ /**
316
+ *
317
+ * @type {boolean}
318
+ * @memberof GetIdentity200ResponseCC
319
+ */
320
+ 'bxInstallPrompted'?: boolean;
321
+ /**
322
+ *
323
+ * @type {boolean}
324
+ * @memberof GetIdentity200ResponseCC
325
+ */
326
+ 'federatedLogin'?: boolean;
327
+ /**
328
+ *
329
+ * @type {GetIdentity200ResponseAuthCC}
330
+ * @memberof GetIdentity200ResponseCC
331
+ */
332
+ 'auth'?: GetIdentity200ResponseAuthCC;
333
+ /**
334
+ *
335
+ * @type {boolean}
336
+ * @memberof GetIdentity200ResponseCC
337
+ */
338
+ 'onNetwork'?: boolean;
339
+ /**
340
+ *
341
+ * @type {boolean}
342
+ * @memberof GetIdentity200ResponseCC
343
+ */
344
+ 'onTrustedGeo'?: boolean;
345
+ /**
346
+ *
347
+ * @type {string}
348
+ * @memberof GetIdentity200ResponseCC
349
+ */
350
+ 'loginUrl'?: string;
351
+ }
352
+ /**
353
+ *
354
+ * @export
355
+ * @interface GetIdentity200ResponseOrgCC
356
+ */
357
+ export interface GetIdentity200ResponseOrgCC {
358
+ /**
359
+ *
360
+ * @type {string}
361
+ * @memberof GetIdentity200ResponseOrgCC
362
+ */
363
+ 'name'?: string;
364
+ /**
365
+ *
366
+ * @type {string}
367
+ * @memberof GetIdentity200ResponseOrgCC
368
+ */
369
+ 'scriptName'?: string;
370
+ /**
371
+ *
372
+ * @type {string}
373
+ * @memberof GetIdentity200ResponseOrgCC
374
+ */
375
+ 'mode'?: string;
376
+ /**
377
+ *
378
+ * @type {number}
379
+ * @memberof GetIdentity200ResponseOrgCC
380
+ */
381
+ 'numQuestions'?: number;
382
+ /**
383
+ *
384
+ * @type {string}
385
+ * @memberof GetIdentity200ResponseOrgCC
386
+ */
387
+ 'status'?: string;
388
+ /**
389
+ *
390
+ * @type {number}
391
+ * @memberof GetIdentity200ResponseOrgCC
392
+ */
393
+ 'maxRegisteredUsers'?: number;
394
+ /**
395
+ *
396
+ * @type {string}
397
+ * @memberof GetIdentity200ResponseOrgCC
398
+ */
399
+ 'pod'?: string;
400
+ /**
401
+ *
402
+ * @type {boolean}
403
+ * @memberof GetIdentity200ResponseOrgCC
404
+ */
405
+ 'pwdResetPersonalPhone'?: boolean;
406
+ /**
407
+ *
408
+ * @type {boolean}
409
+ * @memberof GetIdentity200ResponseOrgCC
410
+ */
411
+ 'pwdResetPersonalEmail'?: boolean;
412
+ /**
413
+ *
414
+ * @type {boolean}
415
+ * @memberof GetIdentity200ResponseOrgCC
416
+ */
417
+ 'pwdResetKba'?: boolean;
418
+ /**
419
+ *
420
+ * @type {boolean}
421
+ * @memberof GetIdentity200ResponseOrgCC
422
+ */
423
+ 'pwdResetEmail'?: boolean;
424
+ /**
425
+ *
426
+ * @type {boolean}
427
+ * @memberof GetIdentity200ResponseOrgCC
428
+ */
429
+ 'pwdResetDuo'?: boolean;
430
+ /**
431
+ *
432
+ * @type {boolean}
433
+ * @memberof GetIdentity200ResponseOrgCC
434
+ */
435
+ 'pwdResetPhoneMask'?: boolean;
436
+ /**
437
+ *
438
+ * @type {object}
439
+ * @memberof GetIdentity200ResponseOrgCC
440
+ */
441
+ 'authErrorText'?: object;
442
+ /**
443
+ *
444
+ * @type {boolean}
445
+ * @memberof GetIdentity200ResponseOrgCC
446
+ */
447
+ 'strongAuthKba'?: boolean;
448
+ /**
449
+ *
450
+ * @type {boolean}
451
+ * @memberof GetIdentity200ResponseOrgCC
452
+ */
453
+ 'strongAuthPersonalPhone'?: boolean;
454
+ /**
455
+ *
456
+ * @type {boolean}
457
+ * @memberof GetIdentity200ResponseOrgCC
458
+ */
459
+ 'strongAuthPersonalEmail'?: boolean;
460
+ /**
461
+ *
462
+ * @type {Array<object>}
463
+ * @memberof GetIdentity200ResponseOrgCC
464
+ */
465
+ 'integrations'?: Array<object>;
466
+ /**
467
+ *
468
+ * @type {string}
469
+ * @memberof GetIdentity200ResponseOrgCC
470
+ */
471
+ 'productName'?: string;
472
+ /**
473
+ *
474
+ * @type {number}
475
+ * @memberof GetIdentity200ResponseOrgCC
476
+ */
477
+ 'kbaReqForAuthn'?: number;
478
+ /**
479
+ *
480
+ * @type {number}
481
+ * @memberof GetIdentity200ResponseOrgCC
482
+ */
483
+ 'kbaReqAnswers'?: number;
484
+ /**
485
+ *
486
+ * @type {number}
487
+ * @memberof GetIdentity200ResponseOrgCC
488
+ */
489
+ 'lockoutAttemptThreshold'?: number;
490
+ /**
491
+ *
492
+ * @type {number}
493
+ * @memberof GetIdentity200ResponseOrgCC
494
+ */
495
+ 'lockoutTimeMinutes'?: number;
496
+ /**
497
+ *
498
+ * @type {boolean}
499
+ * @memberof GetIdentity200ResponseOrgCC
500
+ */
501
+ 'usageCertRequired'?: boolean;
502
+ /**
503
+ *
504
+ * @type {boolean}
505
+ * @memberof GetIdentity200ResponseOrgCC
506
+ */
507
+ 'adminStrongAuthRequired'?: boolean;
508
+ /**
509
+ *
510
+ * @type {boolean}
511
+ * @memberof GetIdentity200ResponseOrgCC
512
+ */
513
+ 'enableExternalPasswordChange'?: boolean;
514
+ /**
515
+ *
516
+ * @type {boolean}
517
+ * @memberof GetIdentity200ResponseOrgCC
518
+ */
519
+ 'enablePasswordReplay'?: boolean;
520
+ /**
521
+ *
522
+ * @type {boolean}
523
+ * @memberof GetIdentity200ResponseOrgCC
524
+ */
525
+ 'enableAutomaticPasswordReplay'?: boolean;
526
+ /**
527
+ *
528
+ * @type {boolean}
529
+ * @memberof GetIdentity200ResponseOrgCC
530
+ */
531
+ 'notifyAuthenticationSettingChange'?: boolean;
532
+ /**
533
+ *
534
+ * @type {object}
535
+ * @memberof GetIdentity200ResponseOrgCC
536
+ */
537
+ 'netmasks'?: object;
538
+ /**
539
+ *
540
+ * @type {object}
541
+ * @memberof GetIdentity200ResponseOrgCC
542
+ */
543
+ 'countryCodes'?: object;
544
+ /**
545
+ *
546
+ * @type {boolean}
547
+ * @memberof GetIdentity200ResponseOrgCC
548
+ */
549
+ 'whiteList'?: boolean;
550
+ /**
551
+ *
552
+ * @type {object}
553
+ * @memberof GetIdentity200ResponseOrgCC
554
+ */
555
+ 'usernameEmptyText'?: object;
556
+ /**
557
+ *
558
+ * @type {object}
559
+ * @memberof GetIdentity200ResponseOrgCC
560
+ */
561
+ 'usernameLabel'?: object;
562
+ /**
563
+ *
564
+ * @type {boolean}
565
+ * @memberof GetIdentity200ResponseOrgCC
566
+ */
567
+ 'enableAutomationGeneration'?: boolean;
568
+ /**
569
+ *
570
+ * @type {boolean}
571
+ * @memberof GetIdentity200ResponseOrgCC
572
+ */
573
+ 'emailTestMode'?: boolean;
574
+ /**
575
+ *
576
+ * @type {string}
577
+ * @memberof GetIdentity200ResponseOrgCC
578
+ */
579
+ 'emailTestAddress'?: string;
580
+ /**
581
+ *
582
+ * @type {string}
583
+ * @memberof GetIdentity200ResponseOrgCC
584
+ */
585
+ 'orgType'?: string;
586
+ /**
587
+ *
588
+ * @type {string}
589
+ * @memberof GetIdentity200ResponseOrgCC
590
+ */
591
+ 'passwordReplayState'?: string;
592
+ /**
593
+ *
594
+ * @type {string}
595
+ * @memberof GetIdentity200ResponseOrgCC
596
+ */
597
+ 'systemNotificationConfig'?: string;
598
+ /**
599
+ *
600
+ * @type {string}
601
+ * @memberof GetIdentity200ResponseOrgCC
602
+ */
603
+ 'redirectPatterns'?: string;
604
+ /**
605
+ *
606
+ * @type {string}
607
+ * @memberof GetIdentity200ResponseOrgCC
608
+ */
609
+ 'maxClusterDebugHours'?: string;
610
+ /**
611
+ *
612
+ * @type {string}
613
+ * @memberof GetIdentity200ResponseOrgCC
614
+ */
615
+ 'brandName'?: string;
616
+ /**
617
+ *
618
+ * @type {object}
619
+ * @memberof GetIdentity200ResponseOrgCC
620
+ */
621
+ 'logo'?: object;
622
+ /**
623
+ *
624
+ * @type {object}
625
+ * @memberof GetIdentity200ResponseOrgCC
626
+ */
627
+ 'emailFromAddress'?: object;
628
+ /**
629
+ *
630
+ * @type {object}
631
+ * @memberof GetIdentity200ResponseOrgCC
632
+ */
633
+ 'standardLogoUrl'?: object;
634
+ /**
635
+ *
636
+ * @type {object}
637
+ * @memberof GetIdentity200ResponseOrgCC
638
+ */
639
+ 'narrowLogoUrl'?: object;
640
+ /**
641
+ *
642
+ * @type {string}
643
+ * @memberof GetIdentity200ResponseOrgCC
644
+ */
645
+ 'actionButtonColor'?: string;
646
+ /**
647
+ *
648
+ * @type {string}
649
+ * @memberof GetIdentity200ResponseOrgCC
650
+ */
651
+ 'activeLinkColor'?: string;
652
+ /**
653
+ *
654
+ * @type {string}
655
+ * @memberof GetIdentity200ResponseOrgCC
656
+ */
657
+ 'navigationColor'?: string;
658
+ }
80
659
  /**
81
660
  *
82
661
  * @export
83
662
  * @interface ImportConnectorConfigRequestCC
84
663
  */
85
- export interface ImportConnectorConfigRequestCC {
664
+ export interface ImportConnectorConfigRequestCC {
665
+ /**
666
+ * This is the connector config zip bundle which gets uploaded.
667
+ * @type {any}
668
+ * @memberof ImportConnectorConfigRequestCC
669
+ */
670
+ 'file'?: any;
671
+ }
672
+ /**
673
+ *
674
+ * @export
675
+ * @interface ListApplications200ResponseInnerAccountServicePoliciesInnerCC
676
+ */
677
+ export interface ListApplications200ResponseInnerAccountServicePoliciesInnerCC {
678
+ /**
679
+ *
680
+ * @type {string}
681
+ * @memberof ListApplications200ResponseInnerAccountServicePoliciesInnerCC
682
+ */
683
+ 'policyId'?: string;
684
+ /**
685
+ *
686
+ * @type {string}
687
+ * @memberof ListApplications200ResponseInnerAccountServicePoliciesInnerCC
688
+ */
689
+ 'policyName'?: string;
690
+ /**
691
+ *
692
+ * @type {object}
693
+ * @memberof ListApplications200ResponseInnerAccountServicePoliciesInnerCC
694
+ */
695
+ 'selectors'?: object;
696
+ }
697
+ /**
698
+ *
699
+ * @export
700
+ * @interface ListApplications200ResponseInnerAppProfilesInnerCC
701
+ */
702
+ export interface ListApplications200ResponseInnerAppProfilesInnerCC {
703
+ /**
704
+ *
705
+ * @type {number}
706
+ * @memberof ListApplications200ResponseInnerAppProfilesInnerCC
707
+ */
708
+ 'id'?: number;
709
+ /**
710
+ *
711
+ * @type {string}
712
+ * @memberof ListApplications200ResponseInnerAppProfilesInnerCC
713
+ */
714
+ 'filename'?: string;
715
+ /**
716
+ *
717
+ * @type {string}
718
+ * @memberof ListApplications200ResponseInnerAppProfilesInnerCC
719
+ */
720
+ 'createdBy'?: string;
721
+ /**
722
+ *
723
+ * @type {string}
724
+ * @memberof ListApplications200ResponseInnerAppProfilesInnerCC
725
+ */
726
+ 'dateCreated'?: string;
727
+ /**
728
+ *
729
+ * @type {string}
730
+ * @memberof ListApplications200ResponseInnerAppProfilesInnerCC
731
+ */
732
+ 'xsdVersion'?: string;
733
+ }
734
+ /**
735
+ *
736
+ * @export
737
+ * @interface ListApplications200ResponseInnerCC
738
+ */
739
+ export interface ListApplications200ResponseInnerCC {
740
+ /**
741
+ *
742
+ * @type {string}
743
+ * @memberof ListApplications200ResponseInnerCC
744
+ */
745
+ 'id'?: string;
746
+ /**
747
+ *
748
+ * @type {string}
749
+ * @memberof ListApplications200ResponseInnerCC
750
+ */
751
+ 'appId'?: string;
752
+ /**
753
+ *
754
+ * @type {string}
755
+ * @memberof ListApplications200ResponseInnerCC
756
+ */
757
+ 'serviceId'?: string;
758
+ /**
759
+ *
760
+ * @type {string}
761
+ * @memberof ListApplications200ResponseInnerCC
762
+ */
763
+ 'serviceAppId'?: string;
764
+ /**
765
+ *
766
+ * @type {string}
767
+ * @memberof ListApplications200ResponseInnerCC
768
+ */
769
+ 'name'?: string;
770
+ /**
771
+ *
772
+ * @type {string}
773
+ * @memberof ListApplications200ResponseInnerCC
774
+ */
775
+ 'description'?: string;
776
+ /**
777
+ *
778
+ * @type {boolean}
779
+ * @memberof ListApplications200ResponseInnerCC
780
+ */
781
+ 'appCenterEnabled'?: boolean;
782
+ /**
783
+ *
784
+ * @type {boolean}
785
+ * @memberof ListApplications200ResponseInnerCC
786
+ */
787
+ 'provisionRequestEnabled'?: boolean;
788
+ /**
789
+ *
790
+ * @type {string}
791
+ * @memberof ListApplications200ResponseInnerCC
792
+ */
793
+ 'controlType'?: string;
794
+ /**
795
+ *
796
+ * @type {boolean}
797
+ * @memberof ListApplications200ResponseInnerCC
798
+ */
799
+ 'mobile'?: boolean;
800
+ /**
801
+ *
802
+ * @type {boolean}
803
+ * @memberof ListApplications200ResponseInnerCC
804
+ */
805
+ 'privateApp'?: boolean;
806
+ /**
807
+ *
808
+ * @type {string}
809
+ * @memberof ListApplications200ResponseInnerCC
810
+ */
811
+ 'scriptName'?: string;
812
+ /**
813
+ *
814
+ * @type {string}
815
+ * @memberof ListApplications200ResponseInnerCC
816
+ */
817
+ 'status'?: string;
818
+ /**
819
+ *
820
+ * @type {string}
821
+ * @memberof ListApplications200ResponseInnerCC
822
+ */
823
+ 'icon'?: string;
824
+ /**
825
+ *
826
+ * @type {ListApplications200ResponseInnerHealthCC}
827
+ * @memberof ListApplications200ResponseInnerCC
828
+ */
829
+ 'health'?: ListApplications200ResponseInnerHealthCC;
830
+ /**
831
+ *
832
+ * @type {boolean}
833
+ * @memberof ListApplications200ResponseInnerCC
834
+ */
835
+ 'enableSso'?: boolean;
836
+ /**
837
+ *
838
+ * @type {string}
839
+ * @memberof ListApplications200ResponseInnerCC
840
+ */
841
+ 'ssoMethod'?: string;
842
+ /**
843
+ *
844
+ * @type {boolean}
845
+ * @memberof ListApplications200ResponseInnerCC
846
+ */
847
+ 'hasLinks'?: boolean;
848
+ /**
849
+ *
850
+ * @type {boolean}
851
+ * @memberof ListApplications200ResponseInnerCC
852
+ */
853
+ 'hasAutomations'?: boolean;
854
+ /**
855
+ *
856
+ * @type {object}
857
+ * @memberof ListApplications200ResponseInnerCC
858
+ */
859
+ 'stepUpAuthData'?: object;
860
+ /**
861
+ *
862
+ * @type {string}
863
+ * @memberof ListApplications200ResponseInnerCC
864
+ */
865
+ 'stepUpAuthType'?: string;
866
+ /**
867
+ *
868
+ * @type {boolean}
869
+ * @memberof ListApplications200ResponseInnerCC
870
+ */
871
+ 'usageAnalytics'?: boolean;
872
+ /**
873
+ *
874
+ * @type {boolean}
875
+ * @memberof ListApplications200ResponseInnerCC
876
+ */
877
+ 'usageCertRequired'?: boolean;
878
+ /**
879
+ *
880
+ * @type {object}
881
+ * @memberof ListApplications200ResponseInnerCC
882
+ */
883
+ 'usageCertText'?: object;
884
+ /**
885
+ *
886
+ * @type {boolean}
887
+ * @memberof ListApplications200ResponseInnerCC
888
+ */
889
+ 'launchpadEnabled'?: boolean;
890
+ /**
891
+ *
892
+ * @type {boolean}
893
+ * @memberof ListApplications200ResponseInnerCC
894
+ */
895
+ 'passwordManaged'?: boolean;
896
+ /**
897
+ *
898
+ * @type {ListApplications200ResponseInnerOwnerCC}
899
+ * @memberof ListApplications200ResponseInnerCC
900
+ */
901
+ 'owner'?: ListApplications200ResponseInnerOwnerCC;
902
+ /**
903
+ *
904
+ * @type {number}
905
+ * @memberof ListApplications200ResponseInnerCC
906
+ */
907
+ 'dateCreated'?: number;
908
+ /**
909
+ *
910
+ * @type {number}
911
+ * @memberof ListApplications200ResponseInnerCC
912
+ */
913
+ 'lastUpdated'?: number;
914
+ /**
915
+ *
916
+ * @type {object}
917
+ * @memberof ListApplications200ResponseInnerCC
918
+ */
919
+ 'defaultAccessProfile'?: object;
920
+ /**
921
+ *
922
+ * @type {string}
923
+ * @memberof ListApplications200ResponseInnerCC
924
+ */
925
+ 'service'?: string;
926
+ /**
927
+ *
928
+ * @type {string}
929
+ * @memberof ListApplications200ResponseInnerCC
930
+ */
931
+ 'selectedSsoMethod'?: string;
932
+ /**
933
+ *
934
+ * @type {number}
935
+ * @memberof ListApplications200ResponseInnerCC
936
+ */
937
+ 'supportedSsoMethods'?: number;
938
+ /**
939
+ *
940
+ * @type {object}
941
+ * @memberof ListApplications200ResponseInnerCC
942
+ */
943
+ 'offNetworkBlockedRoles'?: object;
944
+ /**
945
+ *
946
+ * @type {string}
947
+ * @memberof ListApplications200ResponseInnerCC
948
+ */
949
+ 'supportedOffNetwork'?: string;
950
+ /**
951
+ *
952
+ * @type {number}
953
+ * @memberof ListApplications200ResponseInnerCC
954
+ */
955
+ 'accountServiceId'?: number;
956
+ /**
957
+ *
958
+ * @type {number}
959
+ * @memberof ListApplications200ResponseInnerCC
960
+ */
961
+ 'launcherCount'?: number;
962
+ /**
963
+ *
964
+ * @type {string}
965
+ * @memberof ListApplications200ResponseInnerCC
966
+ */
967
+ 'accountServiceName'?: string;
968
+ /**
969
+ *
970
+ * @type {string}
971
+ * @memberof ListApplications200ResponseInnerCC
972
+ */
973
+ 'accountServiceExternalId'?: string;
974
+ /**
975
+ *
976
+ * @type {boolean}
977
+ * @memberof ListApplications200ResponseInnerCC
978
+ */
979
+ 'accountServiceMatchAllAccounts'?: boolean;
980
+ /**
981
+ *
982
+ * @type {string}
983
+ * @memberof ListApplications200ResponseInnerCC
984
+ */
985
+ 'externalId'?: string;
986
+ /**
987
+ *
988
+ * @type {boolean}
989
+ * @memberof ListApplications200ResponseInnerCC
990
+ */
991
+ 'accountServiceUseForPasswordManagement'?: boolean;
992
+ /**
993
+ *
994
+ * @type {string}
995
+ * @memberof ListApplications200ResponseInnerCC
996
+ */
997
+ 'accountServicePolicyId'?: string;
998
+ /**
999
+ *
1000
+ * @type {string}
1001
+ * @memberof ListApplications200ResponseInnerCC
1002
+ */
1003
+ 'accountServicePolicyName'?: string;
1004
+ /**
1005
+ *
1006
+ * @type {boolean}
1007
+ * @memberof ListApplications200ResponseInnerCC
1008
+ */
1009
+ 'requireStrongAuthn'?: boolean;
1010
+ /**
1011
+ *
1012
+ * @type {Array<ListApplications200ResponseInnerAccountServicePoliciesInnerCC>}
1013
+ * @memberof ListApplications200ResponseInnerCC
1014
+ */
1015
+ 'accountServicePolicies'?: Array<ListApplications200ResponseInnerAccountServicePoliciesInnerCC>;
1016
+ /**
1017
+ *
1018
+ * @type {string}
1019
+ * @memberof ListApplications200ResponseInnerCC
1020
+ */
1021
+ 'xsdVersion'?: string;
1022
+ /**
1023
+ *
1024
+ * @type {Array<ListApplications200ResponseInnerAppProfilesInnerCC>}
1025
+ * @memberof ListApplications200ResponseInnerCC
1026
+ */
1027
+ 'appProfiles'?: Array<ListApplications200ResponseInnerAppProfilesInnerCC>;
1028
+ /**
1029
+ *
1030
+ * @type {number}
1031
+ * @memberof ListApplications200ResponseInnerCC
1032
+ */
1033
+ 'passwordServiceId'?: number;
1034
+ /**
1035
+ *
1036
+ * @type {object}
1037
+ * @memberof ListApplications200ResponseInnerCC
1038
+ */
1039
+ 'accessProfileIds'?: object;
1040
+ }
1041
+ /**
1042
+ *
1043
+ * @export
1044
+ * @interface ListApplications200ResponseInnerHealthCC
1045
+ */
1046
+ export interface ListApplications200ResponseInnerHealthCC {
86
1047
  /**
87
- * This is the connector config zip bundle which gets uploaded.
88
- * @type {any}
89
- * @memberof ImportConnectorConfigRequestCC
1048
+ *
1049
+ * @type {string}
1050
+ * @memberof ListApplications200ResponseInnerHealthCC
90
1051
  */
91
- 'file'?: any;
1052
+ 'status'?: string;
1053
+ /**
1054
+ *
1055
+ * @type {string}
1056
+ * @memberof ListApplications200ResponseInnerHealthCC
1057
+ */
1058
+ 'lastChanged'?: string;
1059
+ /**
1060
+ *
1061
+ * @type {number}
1062
+ * @memberof ListApplications200ResponseInnerHealthCC
1063
+ */
1064
+ 'since'?: number;
1065
+ /**
1066
+ *
1067
+ * @type {boolean}
1068
+ * @memberof ListApplications200ResponseInnerHealthCC
1069
+ */
1070
+ 'healthy'?: boolean;
1071
+ }
1072
+ /**
1073
+ *
1074
+ * @export
1075
+ * @interface ListApplications200ResponseInnerOwnerCC
1076
+ */
1077
+ export interface ListApplications200ResponseInnerOwnerCC {
1078
+ /**
1079
+ *
1080
+ * @type {string}
1081
+ * @memberof ListApplications200ResponseInnerOwnerCC
1082
+ */
1083
+ 'id'?: string;
1084
+ /**
1085
+ *
1086
+ * @type {string}
1087
+ * @memberof ListApplications200ResponseInnerOwnerCC
1088
+ */
1089
+ 'name'?: string;
92
1090
  }
93
1091
  /**
94
1092
  *
@@ -646,7 +1644,7 @@ export const ApplicationsCCApiFp = function(configuration?: Configuration) {
646
1644
  * @param {*} [axiosOptions] Override http request option.
647
1645
  * @throws {RequiredError}
648
1646
  */
649
- async getApplication(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
1647
+ async getApplication(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListApplications200ResponseInnerCC>> {
650
1648
  const localVarAxiosArgs = await localVarAxiosParamCreator.getApplication(id, axiosOptions);
651
1649
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
652
1650
  },
@@ -667,7 +1665,7 @@ export const ApplicationsCCApiFp = function(configuration?: Configuration) {
667
1665
  * @param {*} [axiosOptions] Override http request option.
668
1666
  * @throws {RequiredError}
669
1667
  */
670
- async listApplications(axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
1668
+ async listApplications(axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ListApplications200ResponseInnerCC>>> {
671
1669
  const localVarAxiosArgs = await localVarAxiosParamCreator.listApplications(axiosOptions);
672
1670
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
673
1671
  },
@@ -720,7 +1718,7 @@ export const ApplicationsCCApiFactory = function (configuration?: Configuration,
720
1718
  * @param {*} [axiosOptions] Override http request option.
721
1719
  * @throws {RequiredError}
722
1720
  */
723
- getApplication(id: string, axiosOptions?: any): AxiosPromise<void> {
1721
+ getApplication(id: string, axiosOptions?: any): AxiosPromise<ListApplications200ResponseInnerCC> {
724
1722
  return localVarFp.getApplication(id, axiosOptions).then((request) => request(axios, basePath));
725
1723
  },
726
1724
  /**
@@ -739,7 +1737,7 @@ export const ApplicationsCCApiFactory = function (configuration?: Configuration,
739
1737
  * @param {*} [axiosOptions] Override http request option.
740
1738
  * @throws {RequiredError}
741
1739
  */
742
- listApplications(axiosOptions?: any): AxiosPromise<void> {
1740
+ listApplications(axiosOptions?: any): AxiosPromise<Array<ListApplications200ResponseInnerCC>> {
743
1741
  return localVarFp.listApplications(axiosOptions).then((request) => request(axios, basePath));
744
1742
  },
745
1743
  /**
@@ -1915,6 +2913,48 @@ export class SystemCCApi extends BaseAPI {
1915
2913
  */
1916
2914
  export const UserCCApiAxiosParamCreator = function (configuration?: Configuration) {
1917
2915
  return {
2916
+ /**
2917
+ *
2918
+ * @summary Get Single Identity
2919
+ * @param {string} id
2920
+ * @param {*} [axiosOptions] Override http request option.
2921
+ * @throws {RequiredError}
2922
+ */
2923
+ getIdentity: async (id: string, axiosOptions: AxiosRequestConfig = {}): Promise<RequestArgs> => {
2924
+ // verify required parameter 'id' is not null or undefined
2925
+ assertParamExists('getIdentity', 'id', id)
2926
+ const localVarPath = `/cc/api/user/get/{id}`
2927
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)));
2928
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
2929
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
2930
+ let baseOptions;
2931
+ if (configuration) {
2932
+ baseOptions = configuration.baseOptions;
2933
+ }
2934
+
2935
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...axiosOptions};
2936
+ const localVarHeaderParameter = {} as any;
2937
+ const localVarQueryParameter = {} as any;
2938
+
2939
+ // authentication oauth2 required
2940
+ // oauth required
2941
+ await setOAuthToObject(localVarHeaderParameter, "oauth2", [], configuration)
2942
+
2943
+ // authentication oauth2 required
2944
+ // oauth required
2945
+ await setOAuthToObject(localVarHeaderParameter, "oauth2", [], configuration)
2946
+
2947
+
2948
+
2949
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
2950
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2951
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
2952
+
2953
+ return {
2954
+ url: toPathString(localVarUrlObj),
2955
+ axiosOptions: localVarRequestOptions,
2956
+ };
2957
+ },
1918
2958
  /**
1919
2959
  *
1920
2960
  * @summary Update User Permissions
@@ -1967,6 +3007,17 @@ export const UserCCApiAxiosParamCreator = function (configuration?: Configuratio
1967
3007
  export const UserCCApiFp = function(configuration?: Configuration) {
1968
3008
  const localVarAxiosParamCreator = UserCCApiAxiosParamCreator(configuration)
1969
3009
  return {
3010
+ /**
3011
+ *
3012
+ * @summary Get Single Identity
3013
+ * @param {string} id
3014
+ * @param {*} [axiosOptions] Override http request option.
3015
+ * @throws {RequiredError}
3016
+ */
3017
+ async getIdentity(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetIdentity200ResponseCC>> {
3018
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getIdentity(id, axiosOptions);
3019
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3020
+ },
1970
3021
  /**
1971
3022
  *
1972
3023
  * @summary Update User Permissions
@@ -1988,6 +3039,16 @@ export const UserCCApiFp = function(configuration?: Configuration) {
1988
3039
  export const UserCCApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
1989
3040
  const localVarFp = UserCCApiFp(configuration)
1990
3041
  return {
3042
+ /**
3043
+ *
3044
+ * @summary Get Single Identity
3045
+ * @param {string} id
3046
+ * @param {*} [axiosOptions] Override http request option.
3047
+ * @throws {RequiredError}
3048
+ */
3049
+ getIdentity(id: string, axiosOptions?: any): AxiosPromise<GetIdentity200ResponseCC> {
3050
+ return localVarFp.getIdentity(id, axiosOptions).then((request) => request(axios, basePath));
3051
+ },
1991
3052
  /**
1992
3053
  *
1993
3054
  * @summary Update User Permissions
@@ -2001,6 +3062,20 @@ export const UserCCApiFactory = function (configuration?: Configuration, basePat
2001
3062
  };
2002
3063
  };
2003
3064
 
3065
+ /**
3066
+ * Request parameters for getIdentity operation in UserCCApi.
3067
+ * @export
3068
+ * @interface UserCCApiGetIdentityRequest
3069
+ */
3070
+ export interface UserCCApiGetIdentityRequest {
3071
+ /**
3072
+ *
3073
+ * @type {string}
3074
+ * @memberof UserCCApiGetIdentity
3075
+ */
3076
+ readonly id: string
3077
+ }
3078
+
2004
3079
  /**
2005
3080
  * Request parameters for updateUserPermissions operation in UserCCApi.
2006
3081
  * @export
@@ -2022,6 +3097,18 @@ export interface UserCCApiUpdateUserPermissionsRequest {
2022
3097
  * @extends {BaseAPI}
2023
3098
  */
2024
3099
  export class UserCCApi extends BaseAPI {
3100
+ /**
3101
+ *
3102
+ * @summary Get Single Identity
3103
+ * @param {UserCCApiGetIdentityRequest} requestParameters Request parameters.
3104
+ * @param {*} [axiosOptions] Override http request option.
3105
+ * @throws {RequiredError}
3106
+ * @memberof UserCCApi
3107
+ */
3108
+ public getIdentity(requestParameters: UserCCApiGetIdentityRequest, axiosOptions?: AxiosRequestConfig) {
3109
+ return UserCCApiFp(this.configuration).getIdentity(requestParameters.id, axiosOptions).then((request) => request(this.axios, this.basePath));
3110
+ }
3111
+
2025
3112
  /**
2026
3113
  *
2027
3114
  * @summary Update User Permissions