sailpoint-api-client 1.2.3 → 1.3.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/beta/README.md +2 -2
- package/beta/api.ts +5063 -1735
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/cc/README.md +2 -2
- package/cc/api.ts +758 -68
- package/cc/common.ts +2 -2
- package/cc/package.json +1 -1
- package/dist/beta/api.d.ts +3834 -1499
- package/dist/beta/api.js +2938 -852
- package/dist/beta/api.js.map +1 -1
- package/dist/beta/common.js +2 -2
- package/dist/cc/api.d.ts +785 -108
- package/dist/cc/api.js +120 -10
- package/dist/cc/api.js.map +1 -1
- package/dist/cc/common.js +2 -2
- package/dist/v2/common.js +2 -2
- package/dist/v3/api.d.ts +2265 -570
- package/dist/v3/api.js +1732 -269
- package/dist/v3/api.js.map +1 -1
- package/dist/v3/common.js +2 -2
- package/package.json +1 -1
- package/v2/README.md +2 -2
- package/v2/common.ts +2 -2
- package/v2/package.json +1 -1
- package/v3/README.md +2 -2
- package/v3/api.ts +3010 -605
- package/v3/common.ts +2 -2
- package/v3/package.json +1 -1
package/dist/cc/api.d.ts
CHANGED
|
@@ -68,6 +68,313 @@ export interface CreateConnectorRequestCC {
|
|
|
68
68
|
*/
|
|
69
69
|
'status'?: string;
|
|
70
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
|
+
}
|
|
71
378
|
/**
|
|
72
379
|
*
|
|
73
380
|
* @export
|
|
@@ -525,140 +832,268 @@ export interface GetIdentity200ResponseOrgCC {
|
|
|
525
832
|
* @type {object}
|
|
526
833
|
* @memberof GetIdentity200ResponseOrgCC
|
|
527
834
|
*/
|
|
528
|
-
'netmasks'?: object;
|
|
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 {
|
|
529
976
|
/**
|
|
530
977
|
*
|
|
531
|
-
* @type {
|
|
532
|
-
* @memberof
|
|
978
|
+
* @type {string}
|
|
979
|
+
* @memberof ListAccounts200ResponseInnerCC
|
|
533
980
|
*/
|
|
534
|
-
'
|
|
981
|
+
'id'?: string;
|
|
535
982
|
/**
|
|
536
983
|
*
|
|
537
|
-
* @type {
|
|
538
|
-
* @memberof
|
|
984
|
+
* @type {string}
|
|
985
|
+
* @memberof ListAccounts200ResponseInnerCC
|
|
539
986
|
*/
|
|
540
|
-
'
|
|
987
|
+
'type'?: string;
|
|
541
988
|
/**
|
|
542
989
|
*
|
|
543
|
-
* @type {
|
|
544
|
-
* @memberof
|
|
990
|
+
* @type {string}
|
|
991
|
+
* @memberof ListAccounts200ResponseInnerCC
|
|
545
992
|
*/
|
|
546
|
-
'
|
|
993
|
+
'displayName'?: string;
|
|
547
994
|
/**
|
|
548
995
|
*
|
|
549
|
-
* @type {
|
|
550
|
-
* @memberof
|
|
996
|
+
* @type {string}
|
|
997
|
+
* @memberof ListAccounts200ResponseInnerCC
|
|
551
998
|
*/
|
|
552
|
-
'
|
|
999
|
+
'username'?: string;
|
|
553
1000
|
/**
|
|
554
1001
|
*
|
|
555
1002
|
* @type {boolean}
|
|
556
|
-
* @memberof
|
|
1003
|
+
* @memberof ListAccounts200ResponseInnerCC
|
|
557
1004
|
*/
|
|
558
|
-
'
|
|
1005
|
+
'passwordRequired'?: boolean;
|
|
559
1006
|
/**
|
|
560
1007
|
*
|
|
561
1008
|
* @type {boolean}
|
|
562
|
-
* @memberof
|
|
1009
|
+
* @memberof ListAccounts200ResponseInnerCC
|
|
563
1010
|
*/
|
|
564
|
-
'
|
|
1011
|
+
'passwordProvided'?: boolean;
|
|
565
1012
|
/**
|
|
566
1013
|
*
|
|
567
|
-
* @type {
|
|
568
|
-
* @memberof
|
|
1014
|
+
* @type {Array<object>}
|
|
1015
|
+
* @memberof ListAccounts200ResponseInnerCC
|
|
569
1016
|
*/
|
|
570
|
-
'
|
|
1017
|
+
'apps'?: Array<object>;
|
|
571
1018
|
/**
|
|
572
1019
|
*
|
|
573
1020
|
* @type {string}
|
|
574
|
-
* @memberof
|
|
1021
|
+
* @memberof ListAccounts200ResponseInnerCC
|
|
575
1022
|
*/
|
|
576
|
-
'
|
|
1023
|
+
'ssoMethod'?: string;
|
|
577
1024
|
/**
|
|
578
1025
|
*
|
|
579
1026
|
* @type {string}
|
|
580
|
-
* @memberof
|
|
1027
|
+
* @memberof ListAccounts200ResponseInnerCC
|
|
581
1028
|
*/
|
|
582
|
-
'
|
|
1029
|
+
'idEncryption'?: string;
|
|
583
1030
|
/**
|
|
584
1031
|
*
|
|
585
1032
|
* @type {string}
|
|
586
|
-
* @memberof
|
|
1033
|
+
* @memberof ListAccounts200ResponseInnerCC
|
|
587
1034
|
*/
|
|
588
|
-
'
|
|
1035
|
+
'passwordEncryption'?: string;
|
|
589
1036
|
/**
|
|
590
1037
|
*
|
|
591
1038
|
* @type {string}
|
|
592
|
-
* @memberof
|
|
1039
|
+
* @memberof ListAccounts200ResponseInnerCC
|
|
593
1040
|
*/
|
|
594
|
-
'
|
|
1041
|
+
'lastPasswdChange'?: string | null;
|
|
595
1042
|
/**
|
|
596
1043
|
*
|
|
597
1044
|
* @type {string}
|
|
598
|
-
* @memberof
|
|
1045
|
+
* @memberof ListAccounts200ResponseInnerCC
|
|
599
1046
|
*/
|
|
600
|
-
'
|
|
1047
|
+
'serviceName'?: string;
|
|
601
1048
|
/**
|
|
602
1049
|
*
|
|
603
1050
|
* @type {string}
|
|
604
|
-
* @memberof
|
|
605
|
-
*/
|
|
606
|
-
'brandName'?: string;
|
|
607
|
-
/**
|
|
608
|
-
*
|
|
609
|
-
* @type {object}
|
|
610
|
-
* @memberof GetIdentity200ResponseOrgCC
|
|
611
|
-
*/
|
|
612
|
-
'logo'?: object;
|
|
613
|
-
/**
|
|
614
|
-
*
|
|
615
|
-
* @type {object}
|
|
616
|
-
* @memberof GetIdentity200ResponseOrgCC
|
|
1051
|
+
* @memberof ListAccounts200ResponseInnerCC
|
|
617
1052
|
*/
|
|
618
|
-
'
|
|
1053
|
+
'dateDisabled'?: string | null;
|
|
619
1054
|
/**
|
|
620
1055
|
*
|
|
621
|
-
* @type {
|
|
622
|
-
* @memberof
|
|
1056
|
+
* @type {number}
|
|
1057
|
+
* @memberof ListAccounts200ResponseInnerCC
|
|
623
1058
|
*/
|
|
624
|
-
'
|
|
1059
|
+
'accountServiceId'?: number;
|
|
625
1060
|
/**
|
|
626
1061
|
*
|
|
627
|
-
* @type {
|
|
628
|
-
* @memberof
|
|
1062
|
+
* @type {number}
|
|
1063
|
+
* @memberof ListAccounts200ResponseInnerCC
|
|
629
1064
|
*/
|
|
630
|
-
'
|
|
1065
|
+
'serviceId'?: number;
|
|
631
1066
|
/**
|
|
632
1067
|
*
|
|
633
1068
|
* @type {string}
|
|
634
|
-
* @memberof
|
|
1069
|
+
* @memberof ListAccounts200ResponseInnerCC
|
|
635
1070
|
*/
|
|
636
|
-
'
|
|
1071
|
+
'pendingPasswordRequestId'?: string | null;
|
|
637
1072
|
/**
|
|
638
1073
|
*
|
|
639
1074
|
* @type {string}
|
|
640
|
-
* @memberof
|
|
1075
|
+
* @memberof ListAccounts200ResponseInnerCC
|
|
641
1076
|
*/
|
|
642
|
-
'
|
|
1077
|
+
'passwordChangeStatus'?: string;
|
|
643
1078
|
/**
|
|
644
1079
|
*
|
|
645
|
-
* @type {
|
|
646
|
-
* @memberof
|
|
1080
|
+
* @type {ListAccounts200ResponseInnerPasswordChangeResultCC}
|
|
1081
|
+
* @memberof ListAccounts200ResponseInnerCC
|
|
647
1082
|
*/
|
|
648
|
-
'
|
|
1083
|
+
'passwordChangeResult'?: ListAccounts200ResponseInnerPasswordChangeResultCC;
|
|
649
1084
|
}
|
|
650
1085
|
/**
|
|
651
1086
|
*
|
|
652
1087
|
* @export
|
|
653
|
-
* @interface
|
|
1088
|
+
* @interface ListAccounts200ResponseInnerPasswordChangeResultCC
|
|
654
1089
|
*/
|
|
655
|
-
export interface
|
|
1090
|
+
export interface ListAccounts200ResponseInnerPasswordChangeResultCC {
|
|
656
1091
|
/**
|
|
657
|
-
*
|
|
658
|
-
* @type {
|
|
659
|
-
* @memberof
|
|
1092
|
+
*
|
|
1093
|
+
* @type {string}
|
|
1094
|
+
* @memberof ListAccounts200ResponseInnerPasswordChangeResultCC
|
|
660
1095
|
*/
|
|
661
|
-
'
|
|
1096
|
+
'completionStatus'?: string;
|
|
662
1097
|
}
|
|
663
1098
|
/**
|
|
664
1099
|
*
|
|
@@ -1024,10 +1459,10 @@ export interface ListApplications200ResponseInnerCC {
|
|
|
1024
1459
|
'passwordServiceId'?: number;
|
|
1025
1460
|
/**
|
|
1026
1461
|
*
|
|
1027
|
-
* @type {
|
|
1462
|
+
* @type {Array<string>}
|
|
1028
1463
|
* @memberof ListApplications200ResponseInnerCC
|
|
1029
1464
|
*/
|
|
1030
|
-
'accessProfileIds'?:
|
|
1465
|
+
'accessProfileIds'?: Array<string>;
|
|
1031
1466
|
}
|
|
1032
1467
|
/**
|
|
1033
1468
|
*
|
|
@@ -1079,6 +1514,140 @@ export interface ListApplications200ResponseInnerOwnerCC {
|
|
|
1079
1514
|
*/
|
|
1080
1515
|
'name'?: string;
|
|
1081
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
|
+
}
|
|
1082
1651
|
/**
|
|
1083
1652
|
*
|
|
1084
1653
|
* @export
|
|
@@ -1098,6 +1667,19 @@ export interface LoadAccountsRequestCC {
|
|
|
1098
1667
|
*/
|
|
1099
1668
|
'file'?: any;
|
|
1100
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
|
+
}
|
|
1101
1683
|
/**
|
|
1102
1684
|
*
|
|
1103
1685
|
* @export
|
|
@@ -1160,19 +1742,6 @@ export interface RefreshIdentitiesRequestRefreshArgsCC {
|
|
|
1160
1742
|
*/
|
|
1161
1743
|
'provision'?: boolean;
|
|
1162
1744
|
}
|
|
1163
|
-
/**
|
|
1164
|
-
*
|
|
1165
|
-
* @export
|
|
1166
|
-
* @interface UpdateApplicationRequestCC
|
|
1167
|
-
*/
|
|
1168
|
-
export interface UpdateApplicationRequestCC {
|
|
1169
|
-
/**
|
|
1170
|
-
*
|
|
1171
|
-
* @type {string}
|
|
1172
|
-
* @memberof UpdateApplicationRequestCC
|
|
1173
|
-
*/
|
|
1174
|
-
'description'?: string;
|
|
1175
|
-
}
|
|
1176
1745
|
/**
|
|
1177
1746
|
*
|
|
1178
1747
|
* @export
|
|
@@ -1241,7 +1810,7 @@ export declare const AccountsCCApiFp: (configuration?: Configuration) => {
|
|
|
1241
1810
|
* @param {*} [axiosOptions] Override http request option.
|
|
1242
1811
|
* @throws {RequiredError}
|
|
1243
1812
|
*/
|
|
1244
|
-
listAccounts(axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
1813
|
+
listAccounts(axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ListAccounts200ResponseInnerCC>>>;
|
|
1245
1814
|
/**
|
|
1246
1815
|
*
|
|
1247
1816
|
* @summary Remove Account
|
|
@@ -1262,7 +1831,7 @@ export declare const AccountsCCApiFactory: (configuration?: Configuration, baseP
|
|
|
1262
1831
|
* @param {*} [axiosOptions] Override http request option.
|
|
1263
1832
|
* @throws {RequiredError}
|
|
1264
1833
|
*/
|
|
1265
|
-
listAccounts(axiosOptions?: any): AxiosPromise<
|
|
1834
|
+
listAccounts(axiosOptions?: any): AxiosPromise<Array<ListAccounts200ResponseInnerCC>>;
|
|
1266
1835
|
/**
|
|
1267
1836
|
*
|
|
1268
1837
|
* @summary Remove Account
|
|
@@ -1299,7 +1868,7 @@ export declare class AccountsCCApi extends BaseAPI {
|
|
|
1299
1868
|
* @throws {RequiredError}
|
|
1300
1869
|
* @memberof AccountsCCApi
|
|
1301
1870
|
*/
|
|
1302
|
-
listAccounts(axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
1871
|
+
listAccounts(axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListAccounts200ResponseInnerCC[], any>>;
|
|
1303
1872
|
/**
|
|
1304
1873
|
*
|
|
1305
1874
|
* @summary Remove Account
|
|
@@ -1358,11 +1927,13 @@ export declare const ApplicationsCCApiAxiosParamCreator: (configuration?: Config
|
|
|
1358
1927
|
*
|
|
1359
1928
|
* @summary Update Application
|
|
1360
1929
|
* @param {string} id
|
|
1361
|
-
* @param {
|
|
1930
|
+
* @param {{ [key: string]: any; }} [requestBody]
|
|
1362
1931
|
* @param {*} [axiosOptions] Override http request option.
|
|
1363
1932
|
* @throws {RequiredError}
|
|
1364
1933
|
*/
|
|
1365
|
-
updateApplication: (id: string,
|
|
1934
|
+
updateApplication: (id: string, requestBody?: {
|
|
1935
|
+
[key: string]: any;
|
|
1936
|
+
}, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1366
1937
|
};
|
|
1367
1938
|
/**
|
|
1368
1939
|
* ApplicationsCCApi - functional programming interface
|
|
@@ -1376,7 +1947,9 @@ export declare const ApplicationsCCApiFp: (configuration?: Configuration) => {
|
|
|
1376
1947
|
* @param {*} [axiosOptions] Override http request option.
|
|
1377
1948
|
* @throws {RequiredError}
|
|
1378
1949
|
*/
|
|
1379
|
-
createApplication(createApplicationRequestCC?: CreateApplicationRequestCC, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
1950
|
+
createApplication(createApplicationRequestCC?: CreateApplicationRequestCC, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
1951
|
+
[key: string]: any;
|
|
1952
|
+
}>>;
|
|
1380
1953
|
/**
|
|
1381
1954
|
*
|
|
1382
1955
|
* @summary Delete Application
|
|
@@ -1392,7 +1965,7 @@ export declare const ApplicationsCCApiFp: (configuration?: Configuration) => {
|
|
|
1392
1965
|
* @param {*} [axiosOptions] Override http request option.
|
|
1393
1966
|
* @throws {RequiredError}
|
|
1394
1967
|
*/
|
|
1395
|
-
getApplication(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
1968
|
+
getApplication(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetApplication200ResponseCC>>;
|
|
1396
1969
|
/**
|
|
1397
1970
|
*
|
|
1398
1971
|
* @summary Get Access Profiles for Application
|
|
@@ -1400,7 +1973,9 @@ export declare const ApplicationsCCApiFp: (configuration?: Configuration) => {
|
|
|
1400
1973
|
* @param {*} [axiosOptions] Override http request option.
|
|
1401
1974
|
* @throws {RequiredError}
|
|
1402
1975
|
*/
|
|
1403
|
-
getApplicationAccessProfiles(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
1976
|
+
getApplicationAccessProfiles(id: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
1977
|
+
[key: string]: any;
|
|
1978
|
+
}>>;
|
|
1404
1979
|
/**
|
|
1405
1980
|
*
|
|
1406
1981
|
* @summary List Applications
|
|
@@ -1412,11 +1987,15 @@ export declare const ApplicationsCCApiFp: (configuration?: Configuration) => {
|
|
|
1412
1987
|
*
|
|
1413
1988
|
* @summary Update Application
|
|
1414
1989
|
* @param {string} id
|
|
1415
|
-
* @param {
|
|
1990
|
+
* @param {{ [key: string]: any; }} [requestBody]
|
|
1416
1991
|
* @param {*} [axiosOptions] Override http request option.
|
|
1417
1992
|
* @throws {RequiredError}
|
|
1418
1993
|
*/
|
|
1419
|
-
updateApplication(id: string,
|
|
1994
|
+
updateApplication(id: string, requestBody?: {
|
|
1995
|
+
[key: string]: any;
|
|
1996
|
+
}, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
1997
|
+
[key: string]: any;
|
|
1998
|
+
}>>;
|
|
1420
1999
|
};
|
|
1421
2000
|
/**
|
|
1422
2001
|
* ApplicationsCCApi - factory interface
|
|
@@ -1430,7 +2009,9 @@ export declare const ApplicationsCCApiFactory: (configuration?: Configuration, b
|
|
|
1430
2009
|
* @param {*} [axiosOptions] Override http request option.
|
|
1431
2010
|
* @throws {RequiredError}
|
|
1432
2011
|
*/
|
|
1433
|
-
createApplication(createApplicationRequestCC?: CreateApplicationRequestCC, axiosOptions?: any): AxiosPromise<
|
|
2012
|
+
createApplication(createApplicationRequestCC?: CreateApplicationRequestCC, axiosOptions?: any): AxiosPromise<{
|
|
2013
|
+
[key: string]: any;
|
|
2014
|
+
}>;
|
|
1434
2015
|
/**
|
|
1435
2016
|
*
|
|
1436
2017
|
* @summary Delete Application
|
|
@@ -1446,7 +2027,7 @@ export declare const ApplicationsCCApiFactory: (configuration?: Configuration, b
|
|
|
1446
2027
|
* @param {*} [axiosOptions] Override http request option.
|
|
1447
2028
|
* @throws {RequiredError}
|
|
1448
2029
|
*/
|
|
1449
|
-
getApplication(id: string, axiosOptions?: any): AxiosPromise<
|
|
2030
|
+
getApplication(id: string, axiosOptions?: any): AxiosPromise<GetApplication200ResponseCC>;
|
|
1450
2031
|
/**
|
|
1451
2032
|
*
|
|
1452
2033
|
* @summary Get Access Profiles for Application
|
|
@@ -1454,7 +2035,9 @@ export declare const ApplicationsCCApiFactory: (configuration?: Configuration, b
|
|
|
1454
2035
|
* @param {*} [axiosOptions] Override http request option.
|
|
1455
2036
|
* @throws {RequiredError}
|
|
1456
2037
|
*/
|
|
1457
|
-
getApplicationAccessProfiles(id: string, axiosOptions?: any): AxiosPromise<
|
|
2038
|
+
getApplicationAccessProfiles(id: string, axiosOptions?: any): AxiosPromise<{
|
|
2039
|
+
[key: string]: any;
|
|
2040
|
+
}>;
|
|
1458
2041
|
/**
|
|
1459
2042
|
*
|
|
1460
2043
|
* @summary List Applications
|
|
@@ -1466,11 +2049,15 @@ export declare const ApplicationsCCApiFactory: (configuration?: Configuration, b
|
|
|
1466
2049
|
*
|
|
1467
2050
|
* @summary Update Application
|
|
1468
2051
|
* @param {string} id
|
|
1469
|
-
* @param {
|
|
2052
|
+
* @param {{ [key: string]: any; }} [requestBody]
|
|
1470
2053
|
* @param {*} [axiosOptions] Override http request option.
|
|
1471
2054
|
* @throws {RequiredError}
|
|
1472
2055
|
*/
|
|
1473
|
-
updateApplication(id: string,
|
|
2056
|
+
updateApplication(id: string, requestBody?: {
|
|
2057
|
+
[key: string]: any;
|
|
2058
|
+
}, axiosOptions?: any): AxiosPromise<{
|
|
2059
|
+
[key: string]: any;
|
|
2060
|
+
}>;
|
|
1474
2061
|
};
|
|
1475
2062
|
/**
|
|
1476
2063
|
* Request parameters for createApplication operation in ApplicationsCCApi.
|
|
@@ -1538,10 +2125,12 @@ export interface ApplicationsCCApiUpdateApplicationRequest {
|
|
|
1538
2125
|
readonly id: string;
|
|
1539
2126
|
/**
|
|
1540
2127
|
*
|
|
1541
|
-
* @type {
|
|
2128
|
+
* @type {{ [key: string]: any; }}
|
|
1542
2129
|
* @memberof ApplicationsCCApiUpdateApplication
|
|
1543
2130
|
*/
|
|
1544
|
-
readonly
|
|
2131
|
+
readonly requestBody?: {
|
|
2132
|
+
[key: string]: any;
|
|
2133
|
+
};
|
|
1545
2134
|
}
|
|
1546
2135
|
/**
|
|
1547
2136
|
* ApplicationsCCApi - object-oriented interface
|
|
@@ -1558,7 +2147,9 @@ export declare class ApplicationsCCApi extends BaseAPI {
|
|
|
1558
2147
|
* @throws {RequiredError}
|
|
1559
2148
|
* @memberof ApplicationsCCApi
|
|
1560
2149
|
*/
|
|
1561
|
-
createApplication(requestParameters?: ApplicationsCCApiCreateApplicationRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
2150
|
+
createApplication(requestParameters?: ApplicationsCCApiCreateApplicationRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
2151
|
+
[key: string]: any;
|
|
2152
|
+
}, any>>;
|
|
1562
2153
|
/**
|
|
1563
2154
|
*
|
|
1564
2155
|
* @summary Delete Application
|
|
@@ -1576,7 +2167,7 @@ export declare class ApplicationsCCApi extends BaseAPI {
|
|
|
1576
2167
|
* @throws {RequiredError}
|
|
1577
2168
|
* @memberof ApplicationsCCApi
|
|
1578
2169
|
*/
|
|
1579
|
-
getApplication(requestParameters: ApplicationsCCApiGetApplicationRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
2170
|
+
getApplication(requestParameters: ApplicationsCCApiGetApplicationRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetApplication200ResponseCC, any>>;
|
|
1580
2171
|
/**
|
|
1581
2172
|
*
|
|
1582
2173
|
* @summary Get Access Profiles for Application
|
|
@@ -1585,7 +2176,9 @@ export declare class ApplicationsCCApi extends BaseAPI {
|
|
|
1585
2176
|
* @throws {RequiredError}
|
|
1586
2177
|
* @memberof ApplicationsCCApi
|
|
1587
2178
|
*/
|
|
1588
|
-
getApplicationAccessProfiles(requestParameters: ApplicationsCCApiGetApplicationAccessProfilesRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
2179
|
+
getApplicationAccessProfiles(requestParameters: ApplicationsCCApiGetApplicationAccessProfilesRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
2180
|
+
[key: string]: any;
|
|
2181
|
+
}, any>>;
|
|
1589
2182
|
/**
|
|
1590
2183
|
*
|
|
1591
2184
|
* @summary List Applications
|
|
@@ -1602,7 +2195,9 @@ export declare class ApplicationsCCApi extends BaseAPI {
|
|
|
1602
2195
|
* @throws {RequiredError}
|
|
1603
2196
|
* @memberof ApplicationsCCApi
|
|
1604
2197
|
*/
|
|
1605
|
-
updateApplication(requestParameters: ApplicationsCCApiUpdateApplicationRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
2198
|
+
updateApplication(requestParameters: ApplicationsCCApiUpdateApplicationRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
2199
|
+
[key: string]: any;
|
|
2200
|
+
}, any>>;
|
|
1606
2201
|
}
|
|
1607
2202
|
/**
|
|
1608
2203
|
* ConnectorsCCApi - axios parameter creator
|
|
@@ -1704,7 +2299,7 @@ export declare const ConnectorsCCApiFp: (configuration?: Configuration) => {
|
|
|
1704
2299
|
* @param {*} [axiosOptions] Override http request option.
|
|
1705
2300
|
* @throws {RequiredError}
|
|
1706
2301
|
*/
|
|
1707
|
-
listConnectors(axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
2302
|
+
listConnectors(axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListConnectors200ResponseCC>>;
|
|
1708
2303
|
};
|
|
1709
2304
|
/**
|
|
1710
2305
|
* ConnectorsCCApi - factory interface
|
|
@@ -1755,7 +2350,7 @@ export declare const ConnectorsCCApiFactory: (configuration?: Configuration, bas
|
|
|
1755
2350
|
* @param {*} [axiosOptions] Override http request option.
|
|
1756
2351
|
* @throws {RequiredError}
|
|
1757
2352
|
*/
|
|
1758
|
-
listConnectors(axiosOptions?: any): AxiosPromise<
|
|
2353
|
+
listConnectors(axiosOptions?: any): AxiosPromise<ListConnectors200ResponseCC>;
|
|
1759
2354
|
};
|
|
1760
2355
|
/**
|
|
1761
2356
|
* Request parameters for createConnector operation in ConnectorsCCApi.
|
|
@@ -1895,7 +2490,7 @@ export declare class ConnectorsCCApi extends BaseAPI {
|
|
|
1895
2490
|
* @throws {RequiredError}
|
|
1896
2491
|
* @memberof ConnectorsCCApi
|
|
1897
2492
|
*/
|
|
1898
|
-
listConnectors(axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
2493
|
+
listConnectors(axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListConnectors200ResponseCC, any>>;
|
|
1899
2494
|
}
|
|
1900
2495
|
/**
|
|
1901
2496
|
* SourcesAccountsCCApi - axios parameter creator
|
|
@@ -1985,6 +2580,16 @@ export declare const SourcesAggregationCCApiAxiosParamCreator: (configuration?:
|
|
|
1985
2580
|
* @throws {RequiredError}
|
|
1986
2581
|
*/
|
|
1987
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>;
|
|
1988
2593
|
};
|
|
1989
2594
|
/**
|
|
1990
2595
|
* SourcesAggregationCCApi - functional programming interface
|
|
@@ -2001,7 +2606,21 @@ export declare const SourcesAggregationCCApiFp: (configuration?: Configuration)
|
|
|
2001
2606
|
* @param {*} [axiosOptions] Override http request option.
|
|
2002
2607
|
* @throws {RequiredError}
|
|
2003
2608
|
*/
|
|
2004
|
-
loadAccounts(id: string, contentType?: string, disableOptimization?: boolean, file?: any, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
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
|
+
}>>;
|
|
2005
2624
|
};
|
|
2006
2625
|
/**
|
|
2007
2626
|
* SourcesAggregationCCApi - factory interface
|
|
@@ -2018,7 +2637,21 @@ export declare const SourcesAggregationCCApiFactory: (configuration?: Configurat
|
|
|
2018
2637
|
* @param {*} [axiosOptions] Override http request option.
|
|
2019
2638
|
* @throws {RequiredError}
|
|
2020
2639
|
*/
|
|
2021
|
-
loadAccounts(id: string, contentType?: string, disableOptimization?: boolean, file?: any, axiosOptions?: any): AxiosPromise<
|
|
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
|
+
}>;
|
|
2022
2655
|
};
|
|
2023
2656
|
/**
|
|
2024
2657
|
* Request parameters for loadAccounts operation in SourcesAggregationCCApi.
|
|
@@ -2051,6 +2684,31 @@ export interface SourcesAggregationCCApiLoadAccountsRequest {
|
|
|
2051
2684
|
*/
|
|
2052
2685
|
readonly file?: any;
|
|
2053
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
|
+
}
|
|
2054
2712
|
/**
|
|
2055
2713
|
* SourcesAggregationCCApi - object-oriented interface
|
|
2056
2714
|
* @export
|
|
@@ -2066,7 +2724,20 @@ export declare class SourcesAggregationCCApi extends BaseAPI {
|
|
|
2066
2724
|
* @throws {RequiredError}
|
|
2067
2725
|
* @memberof SourcesAggregationCCApi
|
|
2068
2726
|
*/
|
|
2069
|
-
loadAccounts(requestParameters: SourcesAggregationCCApiLoadAccountsRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
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>>;
|
|
2070
2741
|
}
|
|
2071
2742
|
/**
|
|
2072
2743
|
* SystemCCApi - axios parameter creator
|
|
@@ -2096,7 +2767,9 @@ export declare const SystemCCApiFp: (configuration?: Configuration) => {
|
|
|
2096
2767
|
* @param {*} [axiosOptions] Override http request option.
|
|
2097
2768
|
* @throws {RequiredError}
|
|
2098
2769
|
*/
|
|
2099
|
-
refreshIdentities(contentType?: string, refreshIdentitiesRequestCC?: RefreshIdentitiesRequestCC, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
2770
|
+
refreshIdentities(contentType?: string, refreshIdentitiesRequestCC?: RefreshIdentitiesRequestCC, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
2771
|
+
[key: string]: any;
|
|
2772
|
+
}>>;
|
|
2100
2773
|
};
|
|
2101
2774
|
/**
|
|
2102
2775
|
* SystemCCApi - factory interface
|
|
@@ -2111,7 +2784,9 @@ export declare const SystemCCApiFactory: (configuration?: Configuration, basePat
|
|
|
2111
2784
|
* @param {*} [axiosOptions] Override http request option.
|
|
2112
2785
|
* @throws {RequiredError}
|
|
2113
2786
|
*/
|
|
2114
|
-
refreshIdentities(contentType?: string, refreshIdentitiesRequestCC?: RefreshIdentitiesRequestCC, axiosOptions?: any): AxiosPromise<
|
|
2787
|
+
refreshIdentities(contentType?: string, refreshIdentitiesRequestCC?: RefreshIdentitiesRequestCC, axiosOptions?: any): AxiosPromise<{
|
|
2788
|
+
[key: string]: any;
|
|
2789
|
+
}>;
|
|
2115
2790
|
};
|
|
2116
2791
|
/**
|
|
2117
2792
|
* Request parameters for refreshIdentities operation in SystemCCApi.
|
|
@@ -2147,7 +2822,9 @@ export declare class SystemCCApi extends BaseAPI {
|
|
|
2147
2822
|
* @throws {RequiredError}
|
|
2148
2823
|
* @memberof SystemCCApi
|
|
2149
2824
|
*/
|
|
2150
|
-
refreshIdentities(requestParameters?: SystemCCApiRefreshIdentitiesRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
2825
|
+
refreshIdentities(requestParameters?: SystemCCApiRefreshIdentitiesRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
2826
|
+
[key: string]: any;
|
|
2827
|
+
}, any>>;
|
|
2151
2828
|
}
|
|
2152
2829
|
/**
|
|
2153
2830
|
* UserCCApi - axios parameter creator
|