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/dist/cc/api.d.ts CHANGED
@@ -68,18 +68,1016 @@ export interface CreateConnectorRequestCC {
68
68
  */
69
69
  'status'?: string;
70
70
  }
71
+ /**
72
+ *
73
+ * @export
74
+ * @interface GetIdentity200ResponseAuthCC
75
+ */
76
+ export interface GetIdentity200ResponseAuthCC {
77
+ /**
78
+ *
79
+ * @type {string}
80
+ * @memberof GetIdentity200ResponseAuthCC
81
+ */
82
+ 'service'?: string;
83
+ /**
84
+ *
85
+ * @type {string}
86
+ * @memberof GetIdentity200ResponseAuthCC
87
+ */
88
+ 'encryption'?: string;
89
+ }
90
+ /**
91
+ *
92
+ * @export
93
+ * @interface GetIdentity200ResponseCC
94
+ */
95
+ export interface GetIdentity200ResponseCC {
96
+ /**
97
+ *
98
+ * @type {string}
99
+ * @memberof GetIdentity200ResponseCC
100
+ */
101
+ 'id'?: string;
102
+ /**
103
+ *
104
+ * @type {string}
105
+ * @memberof GetIdentity200ResponseCC
106
+ */
107
+ 'alias'?: string;
108
+ /**
109
+ *
110
+ * @type {string}
111
+ * @memberof GetIdentity200ResponseCC
112
+ */
113
+ 'uid'?: string;
114
+ /**
115
+ *
116
+ * @type {string}
117
+ * @memberof GetIdentity200ResponseCC
118
+ */
119
+ 'name'?: string;
120
+ /**
121
+ *
122
+ * @type {string}
123
+ * @memberof GetIdentity200ResponseCC
124
+ */
125
+ 'displayName'?: string;
126
+ /**
127
+ *
128
+ * @type {string}
129
+ * @memberof GetIdentity200ResponseCC
130
+ */
131
+ 'uuid'?: string;
132
+ /**
133
+ *
134
+ * @type {object}
135
+ * @memberof GetIdentity200ResponseCC
136
+ */
137
+ 'encryptionKey'?: object;
138
+ /**
139
+ *
140
+ * @type {object}
141
+ * @memberof GetIdentity200ResponseCC
142
+ */
143
+ 'encryptionCheck'?: object;
144
+ /**
145
+ *
146
+ * @type {string}
147
+ * @memberof GetIdentity200ResponseCC
148
+ */
149
+ 'status'?: string;
150
+ /**
151
+ *
152
+ * @type {boolean}
153
+ * @memberof GetIdentity200ResponseCC
154
+ */
155
+ 'pending'?: boolean;
156
+ /**
157
+ *
158
+ * @type {boolean}
159
+ * @memberof GetIdentity200ResponseCC
160
+ */
161
+ 'passwordResetSinceLastLogin'?: boolean;
162
+ /**
163
+ *
164
+ * @type {object}
165
+ * @memberof GetIdentity200ResponseCC
166
+ */
167
+ 'usageCertAttested'?: object;
168
+ /**
169
+ *
170
+ * @type {object}
171
+ * @memberof GetIdentity200ResponseCC
172
+ */
173
+ 'userFlags'?: object;
174
+ /**
175
+ *
176
+ * @type {boolean}
177
+ * @memberof GetIdentity200ResponseCC
178
+ */
179
+ 'enabled'?: boolean;
180
+ /**
181
+ *
182
+ * @type {string}
183
+ * @memberof GetIdentity200ResponseCC
184
+ */
185
+ 'altAuthVia'?: string;
186
+ /**
187
+ *
188
+ * @type {object}
189
+ * @memberof GetIdentity200ResponseCC
190
+ */
191
+ 'altAuthViaIntegrationData'?: object;
192
+ /**
193
+ *
194
+ * @type {number}
195
+ * @memberof GetIdentity200ResponseCC
196
+ */
197
+ 'kbaAnswers'?: number;
198
+ /**
199
+ *
200
+ * @type {boolean}
201
+ * @memberof GetIdentity200ResponseCC
202
+ */
203
+ 'disablePasswordReset'?: boolean;
204
+ /**
205
+ *
206
+ * @type {object}
207
+ * @memberof GetIdentity200ResponseCC
208
+ */
209
+ 'ptaSourceId'?: object;
210
+ /**
211
+ *
212
+ * @type {boolean}
213
+ * @memberof GetIdentity200ResponseCC
214
+ */
215
+ 'supportsPasswordPush'?: boolean;
216
+ /**
217
+ *
218
+ * @type {object}
219
+ * @memberof GetIdentity200ResponseCC
220
+ */
221
+ 'attributes'?: object;
222
+ /**
223
+ *
224
+ * @type {string}
225
+ * @memberof GetIdentity200ResponseCC
226
+ */
227
+ 'externalId'?: string;
228
+ /**
229
+ *
230
+ * @type {Array<object>}
231
+ * @memberof GetIdentity200ResponseCC
232
+ */
233
+ 'role'?: Array<object>;
234
+ /**
235
+ *
236
+ * @type {object}
237
+ * @memberof GetIdentity200ResponseCC
238
+ */
239
+ 'phone'?: object;
240
+ /**
241
+ *
242
+ * @type {string}
243
+ * @memberof GetIdentity200ResponseCC
244
+ */
245
+ 'email'?: string;
246
+ /**
247
+ *
248
+ * @type {object}
249
+ * @memberof GetIdentity200ResponseCC
250
+ */
251
+ 'personalEmail'?: object;
252
+ /**
253
+ *
254
+ * @type {object}
255
+ * @memberof GetIdentity200ResponseCC
256
+ */
257
+ 'employeeNumber'?: object;
258
+ /**
259
+ *
260
+ * @type {number}
261
+ * @memberof GetIdentity200ResponseCC
262
+ */
263
+ 'riskScore'?: number;
264
+ /**
265
+ *
266
+ * @type {object}
267
+ * @memberof GetIdentity200ResponseCC
268
+ */
269
+ 'featureFlags'?: object;
270
+ /**
271
+ *
272
+ * @type {Array<string>}
273
+ * @memberof GetIdentity200ResponseCC
274
+ */
275
+ 'feature'?: Array<string>;
276
+ /**
277
+ *
278
+ * @type {string}
279
+ * @memberof GetIdentity200ResponseCC
280
+ */
281
+ 'orgEncryptionKey'?: string;
282
+ /**
283
+ *
284
+ * @type {string}
285
+ * @memberof GetIdentity200ResponseCC
286
+ */
287
+ 'orgEncryptionKeyId'?: string;
288
+ /**
289
+ *
290
+ * @type {object}
291
+ * @memberof GetIdentity200ResponseCC
292
+ */
293
+ 'meta'?: object;
294
+ /**
295
+ *
296
+ * @type {GetIdentity200ResponseOrgCC}
297
+ * @memberof GetIdentity200ResponseCC
298
+ */
299
+ 'org'?: GetIdentity200ResponseOrgCC;
300
+ /**
301
+ *
302
+ * @type {boolean}
303
+ * @memberof GetIdentity200ResponseCC
304
+ */
305
+ 'stepUpAuth'?: boolean;
306
+ /**
307
+ *
308
+ * @type {boolean}
309
+ * @memberof GetIdentity200ResponseCC
310
+ */
311
+ 'bxInstallPrompted'?: boolean;
312
+ /**
313
+ *
314
+ * @type {boolean}
315
+ * @memberof GetIdentity200ResponseCC
316
+ */
317
+ 'federatedLogin'?: boolean;
318
+ /**
319
+ *
320
+ * @type {GetIdentity200ResponseAuthCC}
321
+ * @memberof GetIdentity200ResponseCC
322
+ */
323
+ 'auth'?: GetIdentity200ResponseAuthCC;
324
+ /**
325
+ *
326
+ * @type {boolean}
327
+ * @memberof GetIdentity200ResponseCC
328
+ */
329
+ 'onNetwork'?: boolean;
330
+ /**
331
+ *
332
+ * @type {boolean}
333
+ * @memberof GetIdentity200ResponseCC
334
+ */
335
+ 'onTrustedGeo'?: boolean;
336
+ /**
337
+ *
338
+ * @type {string}
339
+ * @memberof GetIdentity200ResponseCC
340
+ */
341
+ 'loginUrl'?: string;
342
+ }
343
+ /**
344
+ *
345
+ * @export
346
+ * @interface GetIdentity200ResponseOrgCC
347
+ */
348
+ export interface GetIdentity200ResponseOrgCC {
349
+ /**
350
+ *
351
+ * @type {string}
352
+ * @memberof GetIdentity200ResponseOrgCC
353
+ */
354
+ 'name'?: string;
355
+ /**
356
+ *
357
+ * @type {string}
358
+ * @memberof GetIdentity200ResponseOrgCC
359
+ */
360
+ 'scriptName'?: string;
361
+ /**
362
+ *
363
+ * @type {string}
364
+ * @memberof GetIdentity200ResponseOrgCC
365
+ */
366
+ 'mode'?: string;
367
+ /**
368
+ *
369
+ * @type {number}
370
+ * @memberof GetIdentity200ResponseOrgCC
371
+ */
372
+ 'numQuestions'?: number;
373
+ /**
374
+ *
375
+ * @type {string}
376
+ * @memberof GetIdentity200ResponseOrgCC
377
+ */
378
+ 'status'?: string;
379
+ /**
380
+ *
381
+ * @type {number}
382
+ * @memberof GetIdentity200ResponseOrgCC
383
+ */
384
+ 'maxRegisteredUsers'?: number;
385
+ /**
386
+ *
387
+ * @type {string}
388
+ * @memberof GetIdentity200ResponseOrgCC
389
+ */
390
+ 'pod'?: string;
391
+ /**
392
+ *
393
+ * @type {boolean}
394
+ * @memberof GetIdentity200ResponseOrgCC
395
+ */
396
+ 'pwdResetPersonalPhone'?: boolean;
397
+ /**
398
+ *
399
+ * @type {boolean}
400
+ * @memberof GetIdentity200ResponseOrgCC
401
+ */
402
+ 'pwdResetPersonalEmail'?: boolean;
403
+ /**
404
+ *
405
+ * @type {boolean}
406
+ * @memberof GetIdentity200ResponseOrgCC
407
+ */
408
+ 'pwdResetKba'?: boolean;
409
+ /**
410
+ *
411
+ * @type {boolean}
412
+ * @memberof GetIdentity200ResponseOrgCC
413
+ */
414
+ 'pwdResetEmail'?: boolean;
415
+ /**
416
+ *
417
+ * @type {boolean}
418
+ * @memberof GetIdentity200ResponseOrgCC
419
+ */
420
+ 'pwdResetDuo'?: boolean;
421
+ /**
422
+ *
423
+ * @type {boolean}
424
+ * @memberof GetIdentity200ResponseOrgCC
425
+ */
426
+ 'pwdResetPhoneMask'?: boolean;
427
+ /**
428
+ *
429
+ * @type {object}
430
+ * @memberof GetIdentity200ResponseOrgCC
431
+ */
432
+ 'authErrorText'?: object;
433
+ /**
434
+ *
435
+ * @type {boolean}
436
+ * @memberof GetIdentity200ResponseOrgCC
437
+ */
438
+ 'strongAuthKba'?: boolean;
439
+ /**
440
+ *
441
+ * @type {boolean}
442
+ * @memberof GetIdentity200ResponseOrgCC
443
+ */
444
+ 'strongAuthPersonalPhone'?: boolean;
445
+ /**
446
+ *
447
+ * @type {boolean}
448
+ * @memberof GetIdentity200ResponseOrgCC
449
+ */
450
+ 'strongAuthPersonalEmail'?: boolean;
451
+ /**
452
+ *
453
+ * @type {Array<object>}
454
+ * @memberof GetIdentity200ResponseOrgCC
455
+ */
456
+ 'integrations'?: Array<object>;
457
+ /**
458
+ *
459
+ * @type {string}
460
+ * @memberof GetIdentity200ResponseOrgCC
461
+ */
462
+ 'productName'?: string;
463
+ /**
464
+ *
465
+ * @type {number}
466
+ * @memberof GetIdentity200ResponseOrgCC
467
+ */
468
+ 'kbaReqForAuthn'?: number;
469
+ /**
470
+ *
471
+ * @type {number}
472
+ * @memberof GetIdentity200ResponseOrgCC
473
+ */
474
+ 'kbaReqAnswers'?: number;
475
+ /**
476
+ *
477
+ * @type {number}
478
+ * @memberof GetIdentity200ResponseOrgCC
479
+ */
480
+ 'lockoutAttemptThreshold'?: number;
481
+ /**
482
+ *
483
+ * @type {number}
484
+ * @memberof GetIdentity200ResponseOrgCC
485
+ */
486
+ 'lockoutTimeMinutes'?: number;
487
+ /**
488
+ *
489
+ * @type {boolean}
490
+ * @memberof GetIdentity200ResponseOrgCC
491
+ */
492
+ 'usageCertRequired'?: boolean;
493
+ /**
494
+ *
495
+ * @type {boolean}
496
+ * @memberof GetIdentity200ResponseOrgCC
497
+ */
498
+ 'adminStrongAuthRequired'?: boolean;
499
+ /**
500
+ *
501
+ * @type {boolean}
502
+ * @memberof GetIdentity200ResponseOrgCC
503
+ */
504
+ 'enableExternalPasswordChange'?: boolean;
505
+ /**
506
+ *
507
+ * @type {boolean}
508
+ * @memberof GetIdentity200ResponseOrgCC
509
+ */
510
+ 'enablePasswordReplay'?: boolean;
511
+ /**
512
+ *
513
+ * @type {boolean}
514
+ * @memberof GetIdentity200ResponseOrgCC
515
+ */
516
+ 'enableAutomaticPasswordReplay'?: boolean;
517
+ /**
518
+ *
519
+ * @type {boolean}
520
+ * @memberof GetIdentity200ResponseOrgCC
521
+ */
522
+ 'notifyAuthenticationSettingChange'?: boolean;
523
+ /**
524
+ *
525
+ * @type {object}
526
+ * @memberof GetIdentity200ResponseOrgCC
527
+ */
528
+ 'netmasks'?: object;
529
+ /**
530
+ *
531
+ * @type {object}
532
+ * @memberof GetIdentity200ResponseOrgCC
533
+ */
534
+ 'countryCodes'?: object;
535
+ /**
536
+ *
537
+ * @type {boolean}
538
+ * @memberof GetIdentity200ResponseOrgCC
539
+ */
540
+ 'whiteList'?: boolean;
541
+ /**
542
+ *
543
+ * @type {object}
544
+ * @memberof GetIdentity200ResponseOrgCC
545
+ */
546
+ 'usernameEmptyText'?: object;
547
+ /**
548
+ *
549
+ * @type {object}
550
+ * @memberof GetIdentity200ResponseOrgCC
551
+ */
552
+ 'usernameLabel'?: object;
553
+ /**
554
+ *
555
+ * @type {boolean}
556
+ * @memberof GetIdentity200ResponseOrgCC
557
+ */
558
+ 'enableAutomationGeneration'?: boolean;
559
+ /**
560
+ *
561
+ * @type {boolean}
562
+ * @memberof GetIdentity200ResponseOrgCC
563
+ */
564
+ 'emailTestMode'?: boolean;
565
+ /**
566
+ *
567
+ * @type {string}
568
+ * @memberof GetIdentity200ResponseOrgCC
569
+ */
570
+ 'emailTestAddress'?: string;
571
+ /**
572
+ *
573
+ * @type {string}
574
+ * @memberof GetIdentity200ResponseOrgCC
575
+ */
576
+ 'orgType'?: string;
577
+ /**
578
+ *
579
+ * @type {string}
580
+ * @memberof GetIdentity200ResponseOrgCC
581
+ */
582
+ 'passwordReplayState'?: string;
583
+ /**
584
+ *
585
+ * @type {string}
586
+ * @memberof GetIdentity200ResponseOrgCC
587
+ */
588
+ 'systemNotificationConfig'?: string;
589
+ /**
590
+ *
591
+ * @type {string}
592
+ * @memberof GetIdentity200ResponseOrgCC
593
+ */
594
+ 'redirectPatterns'?: string;
595
+ /**
596
+ *
597
+ * @type {string}
598
+ * @memberof GetIdentity200ResponseOrgCC
599
+ */
600
+ 'maxClusterDebugHours'?: string;
601
+ /**
602
+ *
603
+ * @type {string}
604
+ * @memberof GetIdentity200ResponseOrgCC
605
+ */
606
+ 'brandName'?: string;
607
+ /**
608
+ *
609
+ * @type {object}
610
+ * @memberof GetIdentity200ResponseOrgCC
611
+ */
612
+ 'logo'?: object;
613
+ /**
614
+ *
615
+ * @type {object}
616
+ * @memberof GetIdentity200ResponseOrgCC
617
+ */
618
+ 'emailFromAddress'?: object;
619
+ /**
620
+ *
621
+ * @type {object}
622
+ * @memberof GetIdentity200ResponseOrgCC
623
+ */
624
+ 'standardLogoUrl'?: object;
625
+ /**
626
+ *
627
+ * @type {object}
628
+ * @memberof GetIdentity200ResponseOrgCC
629
+ */
630
+ 'narrowLogoUrl'?: object;
631
+ /**
632
+ *
633
+ * @type {string}
634
+ * @memberof GetIdentity200ResponseOrgCC
635
+ */
636
+ 'actionButtonColor'?: string;
637
+ /**
638
+ *
639
+ * @type {string}
640
+ * @memberof GetIdentity200ResponseOrgCC
641
+ */
642
+ 'activeLinkColor'?: string;
643
+ /**
644
+ *
645
+ * @type {string}
646
+ * @memberof GetIdentity200ResponseOrgCC
647
+ */
648
+ 'navigationColor'?: string;
649
+ }
71
650
  /**
72
651
  *
73
652
  * @export
74
653
  * @interface ImportConnectorConfigRequestCC
75
654
  */
76
- export interface ImportConnectorConfigRequestCC {
655
+ export interface ImportConnectorConfigRequestCC {
656
+ /**
657
+ * This is the connector config zip bundle which gets uploaded.
658
+ * @type {any}
659
+ * @memberof ImportConnectorConfigRequestCC
660
+ */
661
+ 'file'?: any;
662
+ }
663
+ /**
664
+ *
665
+ * @export
666
+ * @interface ListApplications200ResponseInnerAccountServicePoliciesInnerCC
667
+ */
668
+ export interface ListApplications200ResponseInnerAccountServicePoliciesInnerCC {
669
+ /**
670
+ *
671
+ * @type {string}
672
+ * @memberof ListApplications200ResponseInnerAccountServicePoliciesInnerCC
673
+ */
674
+ 'policyId'?: string;
675
+ /**
676
+ *
677
+ * @type {string}
678
+ * @memberof ListApplications200ResponseInnerAccountServicePoliciesInnerCC
679
+ */
680
+ 'policyName'?: string;
681
+ /**
682
+ *
683
+ * @type {object}
684
+ * @memberof ListApplications200ResponseInnerAccountServicePoliciesInnerCC
685
+ */
686
+ 'selectors'?: object;
687
+ }
688
+ /**
689
+ *
690
+ * @export
691
+ * @interface ListApplications200ResponseInnerAppProfilesInnerCC
692
+ */
693
+ export interface ListApplications200ResponseInnerAppProfilesInnerCC {
694
+ /**
695
+ *
696
+ * @type {number}
697
+ * @memberof ListApplications200ResponseInnerAppProfilesInnerCC
698
+ */
699
+ 'id'?: number;
700
+ /**
701
+ *
702
+ * @type {string}
703
+ * @memberof ListApplications200ResponseInnerAppProfilesInnerCC
704
+ */
705
+ 'filename'?: string;
706
+ /**
707
+ *
708
+ * @type {string}
709
+ * @memberof ListApplications200ResponseInnerAppProfilesInnerCC
710
+ */
711
+ 'createdBy'?: string;
712
+ /**
713
+ *
714
+ * @type {string}
715
+ * @memberof ListApplications200ResponseInnerAppProfilesInnerCC
716
+ */
717
+ 'dateCreated'?: string;
718
+ /**
719
+ *
720
+ * @type {string}
721
+ * @memberof ListApplications200ResponseInnerAppProfilesInnerCC
722
+ */
723
+ 'xsdVersion'?: string;
724
+ }
725
+ /**
726
+ *
727
+ * @export
728
+ * @interface ListApplications200ResponseInnerCC
729
+ */
730
+ export interface ListApplications200ResponseInnerCC {
731
+ /**
732
+ *
733
+ * @type {string}
734
+ * @memberof ListApplications200ResponseInnerCC
735
+ */
736
+ 'id'?: string;
737
+ /**
738
+ *
739
+ * @type {string}
740
+ * @memberof ListApplications200ResponseInnerCC
741
+ */
742
+ 'appId'?: string;
743
+ /**
744
+ *
745
+ * @type {string}
746
+ * @memberof ListApplications200ResponseInnerCC
747
+ */
748
+ 'serviceId'?: string;
749
+ /**
750
+ *
751
+ * @type {string}
752
+ * @memberof ListApplications200ResponseInnerCC
753
+ */
754
+ 'serviceAppId'?: string;
755
+ /**
756
+ *
757
+ * @type {string}
758
+ * @memberof ListApplications200ResponseInnerCC
759
+ */
760
+ 'name'?: string;
761
+ /**
762
+ *
763
+ * @type {string}
764
+ * @memberof ListApplications200ResponseInnerCC
765
+ */
766
+ 'description'?: string;
767
+ /**
768
+ *
769
+ * @type {boolean}
770
+ * @memberof ListApplications200ResponseInnerCC
771
+ */
772
+ 'appCenterEnabled'?: boolean;
773
+ /**
774
+ *
775
+ * @type {boolean}
776
+ * @memberof ListApplications200ResponseInnerCC
777
+ */
778
+ 'provisionRequestEnabled'?: boolean;
779
+ /**
780
+ *
781
+ * @type {string}
782
+ * @memberof ListApplications200ResponseInnerCC
783
+ */
784
+ 'controlType'?: string;
785
+ /**
786
+ *
787
+ * @type {boolean}
788
+ * @memberof ListApplications200ResponseInnerCC
789
+ */
790
+ 'mobile'?: boolean;
791
+ /**
792
+ *
793
+ * @type {boolean}
794
+ * @memberof ListApplications200ResponseInnerCC
795
+ */
796
+ 'privateApp'?: boolean;
797
+ /**
798
+ *
799
+ * @type {string}
800
+ * @memberof ListApplications200ResponseInnerCC
801
+ */
802
+ 'scriptName'?: string;
803
+ /**
804
+ *
805
+ * @type {string}
806
+ * @memberof ListApplications200ResponseInnerCC
807
+ */
808
+ 'status'?: string;
809
+ /**
810
+ *
811
+ * @type {string}
812
+ * @memberof ListApplications200ResponseInnerCC
813
+ */
814
+ 'icon'?: string;
815
+ /**
816
+ *
817
+ * @type {ListApplications200ResponseInnerHealthCC}
818
+ * @memberof ListApplications200ResponseInnerCC
819
+ */
820
+ 'health'?: ListApplications200ResponseInnerHealthCC;
821
+ /**
822
+ *
823
+ * @type {boolean}
824
+ * @memberof ListApplications200ResponseInnerCC
825
+ */
826
+ 'enableSso'?: boolean;
827
+ /**
828
+ *
829
+ * @type {string}
830
+ * @memberof ListApplications200ResponseInnerCC
831
+ */
832
+ 'ssoMethod'?: string;
833
+ /**
834
+ *
835
+ * @type {boolean}
836
+ * @memberof ListApplications200ResponseInnerCC
837
+ */
838
+ 'hasLinks'?: boolean;
839
+ /**
840
+ *
841
+ * @type {boolean}
842
+ * @memberof ListApplications200ResponseInnerCC
843
+ */
844
+ 'hasAutomations'?: boolean;
845
+ /**
846
+ *
847
+ * @type {object}
848
+ * @memberof ListApplications200ResponseInnerCC
849
+ */
850
+ 'stepUpAuthData'?: object;
851
+ /**
852
+ *
853
+ * @type {string}
854
+ * @memberof ListApplications200ResponseInnerCC
855
+ */
856
+ 'stepUpAuthType'?: string;
857
+ /**
858
+ *
859
+ * @type {boolean}
860
+ * @memberof ListApplications200ResponseInnerCC
861
+ */
862
+ 'usageAnalytics'?: boolean;
863
+ /**
864
+ *
865
+ * @type {boolean}
866
+ * @memberof ListApplications200ResponseInnerCC
867
+ */
868
+ 'usageCertRequired'?: boolean;
869
+ /**
870
+ *
871
+ * @type {object}
872
+ * @memberof ListApplications200ResponseInnerCC
873
+ */
874
+ 'usageCertText'?: object;
875
+ /**
876
+ *
877
+ * @type {boolean}
878
+ * @memberof ListApplications200ResponseInnerCC
879
+ */
880
+ 'launchpadEnabled'?: boolean;
881
+ /**
882
+ *
883
+ * @type {boolean}
884
+ * @memberof ListApplications200ResponseInnerCC
885
+ */
886
+ 'passwordManaged'?: boolean;
887
+ /**
888
+ *
889
+ * @type {ListApplications200ResponseInnerOwnerCC}
890
+ * @memberof ListApplications200ResponseInnerCC
891
+ */
892
+ 'owner'?: ListApplications200ResponseInnerOwnerCC;
893
+ /**
894
+ *
895
+ * @type {number}
896
+ * @memberof ListApplications200ResponseInnerCC
897
+ */
898
+ 'dateCreated'?: number;
899
+ /**
900
+ *
901
+ * @type {number}
902
+ * @memberof ListApplications200ResponseInnerCC
903
+ */
904
+ 'lastUpdated'?: number;
905
+ /**
906
+ *
907
+ * @type {object}
908
+ * @memberof ListApplications200ResponseInnerCC
909
+ */
910
+ 'defaultAccessProfile'?: object;
911
+ /**
912
+ *
913
+ * @type {string}
914
+ * @memberof ListApplications200ResponseInnerCC
915
+ */
916
+ 'service'?: string;
917
+ /**
918
+ *
919
+ * @type {string}
920
+ * @memberof ListApplications200ResponseInnerCC
921
+ */
922
+ 'selectedSsoMethod'?: string;
923
+ /**
924
+ *
925
+ * @type {number}
926
+ * @memberof ListApplications200ResponseInnerCC
927
+ */
928
+ 'supportedSsoMethods'?: number;
929
+ /**
930
+ *
931
+ * @type {object}
932
+ * @memberof ListApplications200ResponseInnerCC
933
+ */
934
+ 'offNetworkBlockedRoles'?: object;
935
+ /**
936
+ *
937
+ * @type {string}
938
+ * @memberof ListApplications200ResponseInnerCC
939
+ */
940
+ 'supportedOffNetwork'?: string;
941
+ /**
942
+ *
943
+ * @type {number}
944
+ * @memberof ListApplications200ResponseInnerCC
945
+ */
946
+ 'accountServiceId'?: number;
947
+ /**
948
+ *
949
+ * @type {number}
950
+ * @memberof ListApplications200ResponseInnerCC
951
+ */
952
+ 'launcherCount'?: number;
953
+ /**
954
+ *
955
+ * @type {string}
956
+ * @memberof ListApplications200ResponseInnerCC
957
+ */
958
+ 'accountServiceName'?: string;
959
+ /**
960
+ *
961
+ * @type {string}
962
+ * @memberof ListApplications200ResponseInnerCC
963
+ */
964
+ 'accountServiceExternalId'?: string;
965
+ /**
966
+ *
967
+ * @type {boolean}
968
+ * @memberof ListApplications200ResponseInnerCC
969
+ */
970
+ 'accountServiceMatchAllAccounts'?: boolean;
971
+ /**
972
+ *
973
+ * @type {string}
974
+ * @memberof ListApplications200ResponseInnerCC
975
+ */
976
+ 'externalId'?: string;
977
+ /**
978
+ *
979
+ * @type {boolean}
980
+ * @memberof ListApplications200ResponseInnerCC
981
+ */
982
+ 'accountServiceUseForPasswordManagement'?: boolean;
983
+ /**
984
+ *
985
+ * @type {string}
986
+ * @memberof ListApplications200ResponseInnerCC
987
+ */
988
+ 'accountServicePolicyId'?: string;
989
+ /**
990
+ *
991
+ * @type {string}
992
+ * @memberof ListApplications200ResponseInnerCC
993
+ */
994
+ 'accountServicePolicyName'?: string;
995
+ /**
996
+ *
997
+ * @type {boolean}
998
+ * @memberof ListApplications200ResponseInnerCC
999
+ */
1000
+ 'requireStrongAuthn'?: boolean;
1001
+ /**
1002
+ *
1003
+ * @type {Array<ListApplications200ResponseInnerAccountServicePoliciesInnerCC>}
1004
+ * @memberof ListApplications200ResponseInnerCC
1005
+ */
1006
+ 'accountServicePolicies'?: Array<ListApplications200ResponseInnerAccountServicePoliciesInnerCC>;
1007
+ /**
1008
+ *
1009
+ * @type {string}
1010
+ * @memberof ListApplications200ResponseInnerCC
1011
+ */
1012
+ 'xsdVersion'?: string;
1013
+ /**
1014
+ *
1015
+ * @type {Array<ListApplications200ResponseInnerAppProfilesInnerCC>}
1016
+ * @memberof ListApplications200ResponseInnerCC
1017
+ */
1018
+ 'appProfiles'?: Array<ListApplications200ResponseInnerAppProfilesInnerCC>;
1019
+ /**
1020
+ *
1021
+ * @type {number}
1022
+ * @memberof ListApplications200ResponseInnerCC
1023
+ */
1024
+ 'passwordServiceId'?: number;
1025
+ /**
1026
+ *
1027
+ * @type {object}
1028
+ * @memberof ListApplications200ResponseInnerCC
1029
+ */
1030
+ 'accessProfileIds'?: object;
1031
+ }
1032
+ /**
1033
+ *
1034
+ * @export
1035
+ * @interface ListApplications200ResponseInnerHealthCC
1036
+ */
1037
+ export interface ListApplications200ResponseInnerHealthCC {
77
1038
  /**
78
- * This is the connector config zip bundle which gets uploaded.
79
- * @type {any}
80
- * @memberof ImportConnectorConfigRequestCC
1039
+ *
1040
+ * @type {string}
1041
+ * @memberof ListApplications200ResponseInnerHealthCC
81
1042
  */
82
- 'file'?: any;
1043
+ 'status'?: string;
1044
+ /**
1045
+ *
1046
+ * @type {string}
1047
+ * @memberof ListApplications200ResponseInnerHealthCC
1048
+ */
1049
+ 'lastChanged'?: string;
1050
+ /**
1051
+ *
1052
+ * @type {number}
1053
+ * @memberof ListApplications200ResponseInnerHealthCC
1054
+ */
1055
+ 'since'?: number;
1056
+ /**
1057
+ *
1058
+ * @type {boolean}
1059
+ * @memberof ListApplications200ResponseInnerHealthCC
1060
+ */
1061
+ 'healthy'?: boolean;
1062
+ }
1063
+ /**
1064
+ *
1065
+ * @export
1066
+ * @interface ListApplications200ResponseInnerOwnerCC
1067
+ */
1068
+ export interface ListApplications200ResponseInnerOwnerCC {
1069
+ /**
1070
+ *
1071
+ * @type {string}
1072
+ * @memberof ListApplications200ResponseInnerOwnerCC
1073
+ */
1074
+ 'id'?: string;
1075
+ /**
1076
+ *
1077
+ * @type {string}
1078
+ * @memberof ListApplications200ResponseInnerOwnerCC
1079
+ */
1080
+ 'name'?: string;
83
1081
  }
84
1082
  /**
85
1083
  *
@@ -332,7 +1330,7 @@ export declare const ApplicationsCCApiFp: (configuration?: Configuration) => {
332
1330
  * @param {*} [axiosOptions] Override http request option.
333
1331
  * @throws {RequiredError}
334
1332
  */
335
- getApplication(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1333
+ getApplication(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListApplications200ResponseInnerCC>>;
336
1334
  /**
337
1335
  *
338
1336
  * @summary Get Access Profiles for Application
@@ -347,7 +1345,7 @@ export declare const ApplicationsCCApiFp: (configuration?: Configuration) => {
347
1345
  * @param {*} [axiosOptions] Override http request option.
348
1346
  * @throws {RequiredError}
349
1347
  */
350
- listApplications(axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1348
+ listApplications(axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ListApplications200ResponseInnerCC>>>;
351
1349
  /**
352
1350
  *
353
1351
  * @summary Update Application
@@ -386,7 +1384,7 @@ export declare const ApplicationsCCApiFactory: (configuration?: Configuration, b
386
1384
  * @param {*} [axiosOptions] Override http request option.
387
1385
  * @throws {RequiredError}
388
1386
  */
389
- getApplication(id: string, axiosOptions?: any): AxiosPromise<void>;
1387
+ getApplication(id: string, axiosOptions?: any): AxiosPromise<ListApplications200ResponseInnerCC>;
390
1388
  /**
391
1389
  *
392
1390
  * @summary Get Access Profiles for Application
@@ -401,7 +1399,7 @@ export declare const ApplicationsCCApiFactory: (configuration?: Configuration, b
401
1399
  * @param {*} [axiosOptions] Override http request option.
402
1400
  * @throws {RequiredError}
403
1401
  */
404
- listApplications(axiosOptions?: any): AxiosPromise<void>;
1402
+ listApplications(axiosOptions?: any): AxiosPromise<Array<ListApplications200ResponseInnerCC>>;
405
1403
  /**
406
1404
  *
407
1405
  * @summary Update Application
@@ -516,7 +1514,7 @@ export declare class ApplicationsCCApi extends BaseAPI {
516
1514
  * @throws {RequiredError}
517
1515
  * @memberof ApplicationsCCApi
518
1516
  */
519
- getApplication(requestParameters: ApplicationsCCApiGetApplicationRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1517
+ getApplication(requestParameters: ApplicationsCCApiGetApplicationRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListApplications200ResponseInnerCC, any>>;
520
1518
  /**
521
1519
  *
522
1520
  * @summary Get Access Profiles for Application
@@ -533,7 +1531,7 @@ export declare class ApplicationsCCApi extends BaseAPI {
533
1531
  * @throws {RequiredError}
534
1532
  * @memberof ApplicationsCCApi
535
1533
  */
536
- listApplications(axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1534
+ listApplications(axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListApplications200ResponseInnerCC[], any>>;
537
1535
  /**
538
1536
  *
539
1537
  * @summary Update Application
@@ -1094,6 +2092,14 @@ export declare class SystemCCApi extends BaseAPI {
1094
2092
  * @export
1095
2093
  */
1096
2094
  export declare const UserCCApiAxiosParamCreator: (configuration?: Configuration) => {
2095
+ /**
2096
+ *
2097
+ * @summary Get Single Identity
2098
+ * @param {string} id
2099
+ * @param {*} [axiosOptions] Override http request option.
2100
+ * @throws {RequiredError}
2101
+ */
2102
+ getIdentity: (id: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
1097
2103
  /**
1098
2104
  *
1099
2105
  * @summary Update User Permissions
@@ -1108,6 +2114,14 @@ export declare const UserCCApiAxiosParamCreator: (configuration?: Configuration)
1108
2114
  * @export
1109
2115
  */
1110
2116
  export declare const UserCCApiFp: (configuration?: Configuration) => {
2117
+ /**
2118
+ *
2119
+ * @summary Get Single Identity
2120
+ * @param {string} id
2121
+ * @param {*} [axiosOptions] Override http request option.
2122
+ * @throws {RequiredError}
2123
+ */
2124
+ getIdentity(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetIdentity200ResponseCC>>;
1111
2125
  /**
1112
2126
  *
1113
2127
  * @summary Update User Permissions
@@ -1122,6 +2136,14 @@ export declare const UserCCApiFp: (configuration?: Configuration) => {
1122
2136
  * @export
1123
2137
  */
1124
2138
  export declare const UserCCApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
2139
+ /**
2140
+ *
2141
+ * @summary Get Single Identity
2142
+ * @param {string} id
2143
+ * @param {*} [axiosOptions] Override http request option.
2144
+ * @throws {RequiredError}
2145
+ */
2146
+ getIdentity(id: string, axiosOptions?: any): AxiosPromise<GetIdentity200ResponseCC>;
1125
2147
  /**
1126
2148
  *
1127
2149
  * @summary Update User Permissions
@@ -1131,6 +2153,19 @@ export declare const UserCCApiFactory: (configuration?: Configuration, basePath?
1131
2153
  */
1132
2154
  updateUserPermissions(updateUserPermissionsRequestCC?: UpdateUserPermissionsRequestCC, axiosOptions?: any): AxiosPromise<void>;
1133
2155
  };
2156
+ /**
2157
+ * Request parameters for getIdentity operation in UserCCApi.
2158
+ * @export
2159
+ * @interface UserCCApiGetIdentityRequest
2160
+ */
2161
+ export interface UserCCApiGetIdentityRequest {
2162
+ /**
2163
+ *
2164
+ * @type {string}
2165
+ * @memberof UserCCApiGetIdentity
2166
+ */
2167
+ readonly id: string;
2168
+ }
1134
2169
  /**
1135
2170
  * Request parameters for updateUserPermissions operation in UserCCApi.
1136
2171
  * @export
@@ -1151,6 +2186,15 @@ export interface UserCCApiUpdateUserPermissionsRequest {
1151
2186
  * @extends {BaseAPI}
1152
2187
  */
1153
2188
  export declare class UserCCApi extends BaseAPI {
2189
+ /**
2190
+ *
2191
+ * @summary Get Single Identity
2192
+ * @param {UserCCApiGetIdentityRequest} requestParameters Request parameters.
2193
+ * @param {*} [axiosOptions] Override http request option.
2194
+ * @throws {RequiredError}
2195
+ * @memberof UserCCApi
2196
+ */
2197
+ getIdentity(requestParameters: UserCCApiGetIdentityRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetIdentity200ResponseCC, any>>;
1154
2198
  /**
1155
2199
  *
1156
2200
  * @summary Update User Permissions