sailpoint-api-client 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. package/beta/.openapi-generator/FILES +11 -0
  2. package/beta/.openapi-generator/VERSION +1 -0
  3. package/beta/.openapi-generator-ignore +23 -0
  4. package/beta/README.md +45 -0
  5. package/beta/api.ts +63833 -0
  6. package/beta/base.ts +71 -0
  7. package/beta/common.ts +141 -0
  8. package/beta/configuration.ts +101 -0
  9. package/beta/git_push.sh +57 -0
  10. package/beta/index.ts +17 -0
  11. package/beta/package.json +35 -0
  12. package/beta/tsconfig.json +21 -0
  13. package/cc/.openapi-generator/FILES +11 -0
  14. package/cc/.openapi-generator/VERSION +1 -0
  15. package/cc/.openapi-generator-ignore +23 -0
  16. package/cc/README.md +45 -0
  17. package/cc/api.ts +2028 -0
  18. package/cc/base.ts +71 -0
  19. package/cc/common.ts +141 -0
  20. package/cc/configuration.ts +101 -0
  21. package/cc/git_push.sh +57 -0
  22. package/cc/index.ts +17 -0
  23. package/cc/package.json +35 -0
  24. package/cc/tsconfig.json +21 -0
  25. package/configuration.ts +217 -0
  26. package/dist/beta/api.d.ts +44076 -0
  27. package/dist/beta/api.js +42294 -0
  28. package/dist/beta/api.js.map +1 -0
  29. package/dist/beta/base.d.ts +55 -0
  30. package/dist/beta/base.js +83 -0
  31. package/dist/beta/base.js.map +1 -0
  32. package/dist/beta/common.d.ts +65 -0
  33. package/dist/beta/common.js +247 -0
  34. package/dist/beta/common.js.map +1 -0
  35. package/dist/beta/configuration.d.ts +83 -0
  36. package/dist/beta/configuration.js +45 -0
  37. package/dist/beta/configuration.js.map +1 -0
  38. package/dist/beta/index.d.ts +12 -0
  39. package/dist/beta/index.js +31 -0
  40. package/dist/beta/index.js.map +1 -0
  41. package/dist/cc/api.d.ts +1163 -0
  42. package/dist/cc/api.js +2047 -0
  43. package/dist/cc/api.js.map +1 -0
  44. package/dist/cc/base.d.ts +55 -0
  45. package/dist/cc/base.js +83 -0
  46. package/dist/cc/base.js.map +1 -0
  47. package/dist/cc/common.d.ts +65 -0
  48. package/dist/cc/common.js +247 -0
  49. package/dist/cc/common.js.map +1 -0
  50. package/dist/cc/configuration.d.ts +83 -0
  51. package/dist/cc/configuration.js +45 -0
  52. package/dist/cc/configuration.js.map +1 -0
  53. package/dist/cc/index.d.ts +12 -0
  54. package/dist/cc/index.js +31 -0
  55. package/dist/cc/index.js.map +1 -0
  56. package/dist/configuration.d.ts +147 -0
  57. package/dist/configuration.js +126 -0
  58. package/dist/configuration.js.map +1 -0
  59. package/dist/index.d.ts +22 -0
  60. package/dist/index.js +47 -0
  61. package/dist/index.js.map +1 -0
  62. package/dist/paginator.d.ts +41 -0
  63. package/dist/paginator.js +126 -0
  64. package/dist/paginator.js.map +1 -0
  65. package/dist/v2/api.d.ts +1359 -0
  66. package/dist/v2/api.js +1239 -0
  67. package/dist/v2/api.js.map +1 -0
  68. package/dist/v2/base.d.ts +55 -0
  69. package/dist/v2/base.js +83 -0
  70. package/dist/v2/base.js.map +1 -0
  71. package/dist/v2/common.d.ts +65 -0
  72. package/dist/v2/common.js +247 -0
  73. package/dist/v2/common.js.map +1 -0
  74. package/dist/v2/configuration.d.ts +83 -0
  75. package/dist/v2/configuration.js +45 -0
  76. package/dist/v2/configuration.js.map +1 -0
  77. package/dist/v2/index.d.ts +12 -0
  78. package/dist/v2/index.js +31 -0
  79. package/dist/v2/index.js.map +1 -0
  80. package/dist/v3/api.d.ts +23657 -0
  81. package/dist/v3/api.js +18302 -0
  82. package/dist/v3/api.js.map +1 -0
  83. package/dist/v3/base.d.ts +55 -0
  84. package/dist/v3/base.js +83 -0
  85. package/dist/v3/base.js.map +1 -0
  86. package/dist/v3/common.d.ts +65 -0
  87. package/dist/v3/common.js +247 -0
  88. package/dist/v3/common.js.map +1 -0
  89. package/dist/v3/configuration.d.ts +83 -0
  90. package/dist/v3/configuration.js +45 -0
  91. package/dist/v3/configuration.js.map +1 -0
  92. package/dist/v3/index.d.ts +12 -0
  93. package/dist/v3/index.js +31 -0
  94. package/dist/v3/index.js.map +1 -0
  95. package/index.ts +33 -0
  96. package/package.json +39 -0
  97. package/paginator.ts +99 -0
  98. package/readme.md +53 -0
  99. package/tsconfig.json +22 -0
  100. package/v2/.openapi-generator/FILES +11 -0
  101. package/v2/.openapi-generator/VERSION +1 -0
  102. package/v2/.openapi-generator-ignore +23 -0
  103. package/v2/README.md +45 -0
  104. package/v2/api.ts +1900 -0
  105. package/v2/base.ts +71 -0
  106. package/v2/common.ts +141 -0
  107. package/v2/configuration.ts +101 -0
  108. package/v2/git_push.sh +57 -0
  109. package/v2/index.ts +17 -0
  110. package/v2/package.json +35 -0
  111. package/v2/tsconfig.json +21 -0
  112. package/v3/.openapi-generator/FILES +11 -0
  113. package/v3/.openapi-generator/VERSION +1 -0
  114. package/v3/.openapi-generator-ignore +23 -0
  115. package/v3/README.md +45 -0
  116. package/v3/api.ts +32081 -0
  117. package/v3/base.ts +71 -0
  118. package/v3/common.ts +141 -0
  119. package/v3/configuration.ts +101 -0
  120. package/v3/git_push.sh +57 -0
  121. package/v3/index.ts +17 -0
  122. package/v3/package.json +35 -0
  123. package/v3/tsconfig.json +21 -0
@@ -0,0 +1,1359 @@
1
+ /**
2
+ * SailPoint SaaS API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 2.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { Configuration } from '../configuration';
13
+ import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
14
+ import { RequestArgs, BaseAPI } from './base';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface BulkDeleteWorkGroups200ResponseV2
19
+ */
20
+ export interface BulkDeleteWorkGroups200ResponseV2 {
21
+ /**
22
+ *
23
+ * @type {Array<string>}
24
+ * @memberof BulkDeleteWorkGroups200ResponseV2
25
+ */
26
+ 'deleted'?: Array<string>;
27
+ /**
28
+ *
29
+ * @type {Array<string>}
30
+ * @memberof BulkDeleteWorkGroups200ResponseV2
31
+ */
32
+ 'inUse'?: Array<string>;
33
+ /**
34
+ *
35
+ * @type {Array<string>}
36
+ * @memberof BulkDeleteWorkGroups200ResponseV2
37
+ */
38
+ 'notFound'?: Array<string>;
39
+ }
40
+ /**
41
+ *
42
+ * @export
43
+ * @interface BulkDeleteWorkGroupsRequestV2
44
+ */
45
+ export interface BulkDeleteWorkGroupsRequestV2 {
46
+ /**
47
+ *
48
+ * @type {Array<string>}
49
+ * @memberof BulkDeleteWorkGroupsRequestV2
50
+ */
51
+ 'ids'?: Array<string>;
52
+ }
53
+ /**
54
+ *
55
+ * @export
56
+ * @interface CreateWorkgroupRequestOwnerV2
57
+ */
58
+ export interface CreateWorkgroupRequestOwnerV2 {
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof CreateWorkgroupRequestOwnerV2
63
+ */
64
+ 'id'?: string;
65
+ }
66
+ /**
67
+ *
68
+ * @export
69
+ * @interface CreateWorkgroupRequestV2
70
+ */
71
+ export interface CreateWorkgroupRequestV2 {
72
+ /**
73
+ *
74
+ * @type {string}
75
+ * @memberof CreateWorkgroupRequestV2
76
+ */
77
+ 'name'?: string;
78
+ /**
79
+ *
80
+ * @type {string}
81
+ * @memberof CreateWorkgroupRequestV2
82
+ */
83
+ 'description'?: string;
84
+ /**
85
+ *
86
+ * @type {CreateWorkgroupRequestOwnerV2}
87
+ * @memberof CreateWorkgroupRequestV2
88
+ */
89
+ 'owner'?: CreateWorkgroupRequestOwnerV2;
90
+ }
91
+ /**
92
+ *
93
+ * @export
94
+ * @interface GetOrgSettings200ResponseApprovalConfigV2
95
+ */
96
+ export interface GetOrgSettings200ResponseApprovalConfigV2 {
97
+ /**
98
+ *
99
+ * @type {number}
100
+ * @memberof GetOrgSettings200ResponseApprovalConfigV2
101
+ */
102
+ 'daysTillEscalation': number;
103
+ /**
104
+ *
105
+ * @type {number}
106
+ * @memberof GetOrgSettings200ResponseApprovalConfigV2
107
+ */
108
+ 'daysBetweenReminders': number;
109
+ /**
110
+ *
111
+ * @type {number}
112
+ * @memberof GetOrgSettings200ResponseApprovalConfigV2
113
+ */
114
+ 'maxReminders': number;
115
+ /**
116
+ *
117
+ * @type {string}
118
+ * @memberof GetOrgSettings200ResponseApprovalConfigV2
119
+ */
120
+ 'fallbackApprover': string;
121
+ }
122
+ /**
123
+ *
124
+ * @export
125
+ * @interface GetOrgSettings200ResponseSystemNotificationConfigNotificationsInnerThresholdsV2
126
+ */
127
+ export interface GetOrgSettings200ResponseSystemNotificationConfigNotificationsInnerThresholdsV2 {
128
+ /**
129
+ *
130
+ * @type {string}
131
+ * @memberof GetOrgSettings200ResponseSystemNotificationConfigNotificationsInnerThresholdsV2
132
+ */
133
+ 'healthy'?: string;
134
+ /**
135
+ *
136
+ * @type {string}
137
+ * @memberof GetOrgSettings200ResponseSystemNotificationConfigNotificationsInnerThresholdsV2
138
+ */
139
+ 'unhealthy'?: string;
140
+ }
141
+ /**
142
+ *
143
+ * @export
144
+ * @interface GetOrgSettings200ResponseSystemNotificationConfigNotificationsInnerV2
145
+ */
146
+ export interface GetOrgSettings200ResponseSystemNotificationConfigNotificationsInnerV2 {
147
+ /**
148
+ *
149
+ * @type {string}
150
+ * @memberof GetOrgSettings200ResponseSystemNotificationConfigNotificationsInnerV2
151
+ */
152
+ 'type'?: string;
153
+ /**
154
+ *
155
+ * @type {boolean}
156
+ * @memberof GetOrgSettings200ResponseSystemNotificationConfigNotificationsInnerV2
157
+ */
158
+ 'byEmail'?: boolean;
159
+ /**
160
+ *
161
+ * @type {GetOrgSettings200ResponseSystemNotificationConfigNotificationsInnerThresholdsV2}
162
+ * @memberof GetOrgSettings200ResponseSystemNotificationConfigNotificationsInnerV2
163
+ */
164
+ 'thresholds'?: GetOrgSettings200ResponseSystemNotificationConfigNotificationsInnerThresholdsV2;
165
+ }
166
+ /**
167
+ *
168
+ * @export
169
+ * @interface GetOrgSettings200ResponseSystemNotificationConfigV2
170
+ */
171
+ export interface GetOrgSettings200ResponseSystemNotificationConfigV2 {
172
+ /**
173
+ *
174
+ * @type {Array<GetOrgSettings200ResponseSystemNotificationConfigNotificationsInnerV2>}
175
+ * @memberof GetOrgSettings200ResponseSystemNotificationConfigV2
176
+ */
177
+ 'notifications'?: Array<GetOrgSettings200ResponseSystemNotificationConfigNotificationsInnerV2>;
178
+ /**
179
+ *
180
+ * @type {string}
181
+ * @memberof GetOrgSettings200ResponseSystemNotificationConfigV2
182
+ */
183
+ 'recipientType'?: GetOrgSettings200ResponseSystemNotificationConfigV2RecipientTypeEnum;
184
+ }
185
+ export declare const GetOrgSettings200ResponseSystemNotificationConfigV2RecipientTypeEnum: {
186
+ readonly AllAdmins: "allAdmins";
187
+ readonly SpecificIdentities: "specificIdentities";
188
+ };
189
+ export declare type GetOrgSettings200ResponseSystemNotificationConfigV2RecipientTypeEnum = typeof GetOrgSettings200ResponseSystemNotificationConfigV2RecipientTypeEnum[keyof typeof GetOrgSettings200ResponseSystemNotificationConfigV2RecipientTypeEnum];
190
+ /**
191
+ *
192
+ * @export
193
+ * @interface GetOrgSettings200ResponseV2
194
+ */
195
+ export interface GetOrgSettings200ResponseV2 {
196
+ /**
197
+ *
198
+ * @type {string}
199
+ * @memberof GetOrgSettings200ResponseV2
200
+ */
201
+ 'id'?: string;
202
+ /**
203
+ *
204
+ * @type {string}
205
+ * @memberof GetOrgSettings200ResponseV2
206
+ */
207
+ 'name'?: string;
208
+ /**
209
+ *
210
+ * @type {string}
211
+ * @memberof GetOrgSettings200ResponseV2
212
+ */
213
+ 'description'?: string;
214
+ /**
215
+ *
216
+ * @type {string}
217
+ * @memberof GetOrgSettings200ResponseV2
218
+ */
219
+ 'dateCreated'?: string;
220
+ /**
221
+ *
222
+ * @type {string}
223
+ * @memberof GetOrgSettings200ResponseV2
224
+ */
225
+ 'lastUpdated'?: string;
226
+ /**
227
+ *
228
+ * @type {string}
229
+ * @memberof GetOrgSettings200ResponseV2
230
+ */
231
+ 'scriptName'?: string;
232
+ /**
233
+ *
234
+ * @type {string}
235
+ * @memberof GetOrgSettings200ResponseV2
236
+ */
237
+ 'ssoDomain'?: string;
238
+ /**
239
+ *
240
+ * @type {string}
241
+ * @memberof GetOrgSettings200ResponseV2
242
+ */
243
+ 'status'?: GetOrgSettings200ResponseV2StatusEnum;
244
+ /**
245
+ *
246
+ * @type {number}
247
+ * @memberof GetOrgSettings200ResponseV2
248
+ */
249
+ 'maxRegisteredIdentities'?: number;
250
+ /**
251
+ *
252
+ * @type {number}
253
+ * @memberof GetOrgSettings200ResponseV2
254
+ */
255
+ 'identityCount'?: number;
256
+ /**
257
+ *
258
+ * @type {number}
259
+ * @memberof GetOrgSettings200ResponseV2
260
+ */
261
+ 'kbaReqForAuthn'?: number;
262
+ /**
263
+ *
264
+ * @type {number}
265
+ * @memberof GetOrgSettings200ResponseV2
266
+ */
267
+ 'kbaReqAnswers'?: number;
268
+ /**
269
+ *
270
+ * @type {number}
271
+ * @memberof GetOrgSettings200ResponseV2
272
+ */
273
+ 'lockoutAttemptThreshold'?: number;
274
+ /**
275
+ *
276
+ * @type {number}
277
+ * @memberof GetOrgSettings200ResponseV2
278
+ */
279
+ 'lockoutTimeMinutes'?: number;
280
+ /**
281
+ *
282
+ * @type {boolean}
283
+ * @memberof GetOrgSettings200ResponseV2
284
+ */
285
+ 'usageCertRequired'?: boolean;
286
+ /**
287
+ *
288
+ * @type {boolean}
289
+ * @memberof GetOrgSettings200ResponseV2
290
+ */
291
+ 'adminStrongAuthRequired'?: boolean;
292
+ /**
293
+ *
294
+ * @type {boolean}
295
+ * @memberof GetOrgSettings200ResponseV2
296
+ */
297
+ 'enableExternalPasswordChange'?: boolean;
298
+ /**
299
+ *
300
+ * @type {boolean}
301
+ * @memberof GetOrgSettings200ResponseV2
302
+ */
303
+ 'enablePasswordReplay'?: boolean;
304
+ /**
305
+ *
306
+ * @type {boolean}
307
+ * @memberof GetOrgSettings200ResponseV2
308
+ */
309
+ 'enableAutomaticPasswordReplay'?: boolean;
310
+ /**
311
+ *
312
+ * @type {Array<string>}
313
+ * @memberof GetOrgSettings200ResponseV2
314
+ */
315
+ 'netmasks'?: Array<string>;
316
+ /**
317
+ *
318
+ * @type {Array<string>}
319
+ * @memberof GetOrgSettings200ResponseV2
320
+ */
321
+ 'countryCodes'?: Array<string>;
322
+ /**
323
+ *
324
+ * @type {boolean}
325
+ * @memberof GetOrgSettings200ResponseV2
326
+ */
327
+ 'whiteList'?: boolean;
328
+ /**
329
+ *
330
+ * @type {boolean}
331
+ * @memberof GetOrgSettings200ResponseV2
332
+ */
333
+ 'emailTestMode'?: boolean;
334
+ /**
335
+ *
336
+ * @type {string}
337
+ * @memberof GetOrgSettings200ResponseV2
338
+ */
339
+ 'emailTestAddress'?: string;
340
+ /**
341
+ *
342
+ * @type {string}
343
+ * @memberof GetOrgSettings200ResponseV2
344
+ */
345
+ 'usernameEmptyText'?: string;
346
+ /**
347
+ *
348
+ * @type {string}
349
+ * @memberof GetOrgSettings200ResponseV2
350
+ */
351
+ 'usernameLabel'?: string;
352
+ /**
353
+ *
354
+ * @type {boolean}
355
+ * @memberof GetOrgSettings200ResponseV2
356
+ */
357
+ 'enableAutomationGeneration'?: boolean;
358
+ /**
359
+ *
360
+ * @type {string}
361
+ * @memberof GetOrgSettings200ResponseV2
362
+ */
363
+ 'passwordReplayState'?: GetOrgSettings200ResponseV2PasswordReplayStateEnum;
364
+ /**
365
+ *
366
+ * @type {GetOrgSettings200ResponseSystemNotificationConfigV2}
367
+ * @memberof GetOrgSettings200ResponseV2
368
+ */
369
+ 'systemNotificationConfig'?: GetOrgSettings200ResponseSystemNotificationConfigV2;
370
+ /**
371
+ *
372
+ * @type {Array<string>}
373
+ * @memberof GetOrgSettings200ResponseV2
374
+ */
375
+ 'systemNotificationEmails'?: Array<string>;
376
+ /**
377
+ *
378
+ * @type {string}
379
+ * @memberof GetOrgSettings200ResponseV2
380
+ */
381
+ 'loginUrl'?: string;
382
+ /**
383
+ *
384
+ * @type {Array<string>}
385
+ * @memberof GetOrgSettings200ResponseV2
386
+ */
387
+ 'redirectPatterns'?: Array<string>;
388
+ /**
389
+ *
390
+ * @type {string}
391
+ * @memberof GetOrgSettings200ResponseV2
392
+ */
393
+ 'styleHash'?: string;
394
+ /**
395
+ *
396
+ * @type {GetOrgSettings200ResponseApprovalConfigV2}
397
+ * @memberof GetOrgSettings200ResponseV2
398
+ */
399
+ 'approvalConfig'?: GetOrgSettings200ResponseApprovalConfigV2;
400
+ /**
401
+ *
402
+ * @type {string}
403
+ * @memberof GetOrgSettings200ResponseV2
404
+ */
405
+ 'ssoPartnerSource'?: string;
406
+ }
407
+ export declare const GetOrgSettings200ResponseV2StatusEnum: {
408
+ readonly Inactive: "inactive";
409
+ readonly Active: "active";
410
+ readonly Demo: "demo";
411
+ readonly Test: "test";
412
+ };
413
+ export declare type GetOrgSettings200ResponseV2StatusEnum = typeof GetOrgSettings200ResponseV2StatusEnum[keyof typeof GetOrgSettings200ResponseV2StatusEnum];
414
+ export declare const GetOrgSettings200ResponseV2PasswordReplayStateEnum: {
415
+ readonly Enabled: "enabled";
416
+ readonly Passive: "passive";
417
+ readonly Disabled: "disabled";
418
+ };
419
+ export declare type GetOrgSettings200ResponseV2PasswordReplayStateEnum = typeof GetOrgSettings200ResponseV2PasswordReplayStateEnum[keyof typeof GetOrgSettings200ResponseV2PasswordReplayStateEnum];
420
+ /**
421
+ *
422
+ * @export
423
+ * @interface ListWorkgroupConnections200ResponseInnerV2
424
+ */
425
+ export interface ListWorkgroupConnections200ResponseInnerV2 {
426
+ /**
427
+ *
428
+ * @type {string}
429
+ * @memberof ListWorkgroupConnections200ResponseInnerV2
430
+ */
431
+ 'connectionType'?: string;
432
+ /**
433
+ *
434
+ * @type {string}
435
+ * @memberof ListWorkgroupConnections200ResponseInnerV2
436
+ */
437
+ 'description'?: string;
438
+ /**
439
+ *
440
+ * @type {string}
441
+ * @memberof ListWorkgroupConnections200ResponseInnerV2
442
+ */
443
+ 'name'?: string;
444
+ /**
445
+ *
446
+ * @type {string}
447
+ * @memberof ListWorkgroupConnections200ResponseInnerV2
448
+ */
449
+ 'objectId'?: string;
450
+ /**
451
+ *
452
+ * @type {string}
453
+ * @memberof ListWorkgroupConnections200ResponseInnerV2
454
+ */
455
+ 'objectType'?: string;
456
+ /**
457
+ *
458
+ * @type {string}
459
+ * @memberof ListWorkgroupConnections200ResponseInnerV2
460
+ */
461
+ 'workgroupId'?: string;
462
+ }
463
+ /**
464
+ *
465
+ * @export
466
+ * @interface ListWorkgroupMembers200ResponseInnerV2
467
+ */
468
+ export interface ListWorkgroupMembers200ResponseInnerV2 {
469
+ /**
470
+ *
471
+ * @type {string}
472
+ * @memberof ListWorkgroupMembers200ResponseInnerV2
473
+ */
474
+ 'alias'?: string;
475
+ /**
476
+ *
477
+ * @type {string}
478
+ * @memberof ListWorkgroupMembers200ResponseInnerV2
479
+ */
480
+ 'email'?: string;
481
+ /**
482
+ *
483
+ * @type {string}
484
+ * @memberof ListWorkgroupMembers200ResponseInnerV2
485
+ */
486
+ 'externalId'?: string;
487
+ /**
488
+ *
489
+ * @type {number}
490
+ * @memberof ListWorkgroupMembers200ResponseInnerV2
491
+ */
492
+ 'id'?: number;
493
+ /**
494
+ *
495
+ * @type {string}
496
+ * @memberof ListWorkgroupMembers200ResponseInnerV2
497
+ */
498
+ 'name'?: string;
499
+ }
500
+ /**
501
+ *
502
+ * @export
503
+ * @interface ListWorkgroups200ResponseInnerOwnerV2
504
+ */
505
+ export interface ListWorkgroups200ResponseInnerOwnerV2 {
506
+ /**
507
+ *
508
+ * @type {string}
509
+ * @memberof ListWorkgroups200ResponseInnerOwnerV2
510
+ */
511
+ 'displayName'?: string;
512
+ /**
513
+ *
514
+ * @type {string}
515
+ * @memberof ListWorkgroups200ResponseInnerOwnerV2
516
+ */
517
+ 'emailAddress'?: string;
518
+ /**
519
+ *
520
+ * @type {string}
521
+ * @memberof ListWorkgroups200ResponseInnerOwnerV2
522
+ */
523
+ 'id'?: string;
524
+ /**
525
+ *
526
+ * @type {string}
527
+ * @memberof ListWorkgroups200ResponseInnerOwnerV2
528
+ */
529
+ 'name'?: string;
530
+ }
531
+ /**
532
+ *
533
+ * @export
534
+ * @interface ListWorkgroups200ResponseInnerV2
535
+ */
536
+ export interface ListWorkgroups200ResponseInnerV2 {
537
+ /**
538
+ *
539
+ * @type {number}
540
+ * @memberof ListWorkgroups200ResponseInnerV2
541
+ */
542
+ 'connectionCount'?: number;
543
+ /**
544
+ *
545
+ * @type {number}
546
+ * @memberof ListWorkgroups200ResponseInnerV2
547
+ */
548
+ 'created'?: number;
549
+ /**
550
+ *
551
+ * @type {string}
552
+ * @memberof ListWorkgroups200ResponseInnerV2
553
+ */
554
+ 'description'?: string;
555
+ /**
556
+ *
557
+ * @type {string}
558
+ * @memberof ListWorkgroups200ResponseInnerV2
559
+ */
560
+ 'id'?: string;
561
+ /**
562
+ *
563
+ * @type {number}
564
+ * @memberof ListWorkgroups200ResponseInnerV2
565
+ */
566
+ 'memberCount'?: number;
567
+ /**
568
+ *
569
+ * @type {number}
570
+ * @memberof ListWorkgroups200ResponseInnerV2
571
+ */
572
+ 'modified'?: number;
573
+ /**
574
+ *
575
+ * @type {string}
576
+ * @memberof ListWorkgroups200ResponseInnerV2
577
+ */
578
+ 'name'?: string;
579
+ /**
580
+ *
581
+ * @type {ListWorkgroups200ResponseInnerOwnerV2}
582
+ * @memberof ListWorkgroups200ResponseInnerV2
583
+ */
584
+ 'owner'?: ListWorkgroups200ResponseInnerOwnerV2;
585
+ }
586
+ /**
587
+ *
588
+ * @export
589
+ * @interface ModifyWorkgroupMembersRequestV2
590
+ */
591
+ export interface ModifyWorkgroupMembersRequestV2 {
592
+ /**
593
+ *
594
+ * @type {Array<string>}
595
+ * @memberof ModifyWorkgroupMembersRequestV2
596
+ */
597
+ 'add'?: Array<string>;
598
+ /**
599
+ *
600
+ * @type {Array<string>}
601
+ * @memberof ModifyWorkgroupMembersRequestV2
602
+ */
603
+ 'remove'?: Array<string>;
604
+ }
605
+ /**
606
+ *
607
+ * @export
608
+ * @interface UpdateOrgSettingsRequestV2
609
+ */
610
+ export interface UpdateOrgSettingsRequestV2 {
611
+ /**
612
+ *
613
+ * @type {Array<string>}
614
+ * @memberof UpdateOrgSettingsRequestV2
615
+ */
616
+ 'countryCodes'?: Array<string>;
617
+ /**
618
+ *
619
+ * @type {boolean}
620
+ * @memberof UpdateOrgSettingsRequestV2
621
+ */
622
+ 'enableExternalPasswordChange'?: boolean;
623
+ /**
624
+ *
625
+ * @type {boolean}
626
+ * @memberof UpdateOrgSettingsRequestV2
627
+ */
628
+ 'enableAutomaticPasswordReplay'?: boolean;
629
+ /**
630
+ *
631
+ * @type {boolean}
632
+ * @memberof UpdateOrgSettingsRequestV2
633
+ */
634
+ 'enableAutomationGeneration'?: boolean;
635
+ /**
636
+ *
637
+ * @type {number}
638
+ * @memberof UpdateOrgSettingsRequestV2
639
+ */
640
+ 'kbaReqAnswers'?: number;
641
+ /**
642
+ *
643
+ * @type {number}
644
+ * @memberof UpdateOrgSettingsRequestV2
645
+ */
646
+ 'kbaReqForAuthn'?: number;
647
+ /**
648
+ *
649
+ * @type {number}
650
+ * @memberof UpdateOrgSettingsRequestV2
651
+ */
652
+ 'lockoutAttemptThreshold'?: number;
653
+ /**
654
+ *
655
+ * @type {number}
656
+ * @memberof UpdateOrgSettingsRequestV2
657
+ */
658
+ 'lockoutTimeMinutes'?: number;
659
+ /**
660
+ *
661
+ * @type {string}
662
+ * @memberof UpdateOrgSettingsRequestV2
663
+ */
664
+ 'loginUrl'?: string;
665
+ /**
666
+ *
667
+ * @type {Array<string>}
668
+ * @memberof UpdateOrgSettingsRequestV2
669
+ */
670
+ 'netmasks'?: Array<string>;
671
+ /**
672
+ *
673
+ * @type {boolean}
674
+ * @memberof UpdateOrgSettingsRequestV2
675
+ */
676
+ 'notifyAuthenticationSettingChange'?: boolean;
677
+ /**
678
+ *
679
+ * @type {string}
680
+ * @memberof UpdateOrgSettingsRequestV2
681
+ */
682
+ 'passwordReplayState'?: UpdateOrgSettingsRequestV2PasswordReplayStateEnum;
683
+ /**
684
+ *
685
+ * @type {string}
686
+ * @memberof UpdateOrgSettingsRequestV2
687
+ */
688
+ 'preferredIdentityInviteTemplate'?: string;
689
+ /**
690
+ *
691
+ * @type {Array<string>}
692
+ * @memberof UpdateOrgSettingsRequestV2
693
+ */
694
+ 'redirectPatterns'?: Array<string>;
695
+ /**
696
+ *
697
+ * @type {string}
698
+ * @memberof UpdateOrgSettingsRequestV2
699
+ */
700
+ 'ssoPartnerSource'?: string;
701
+ /**
702
+ *
703
+ * @type {Array<string>}
704
+ * @memberof UpdateOrgSettingsRequestV2
705
+ */
706
+ 'systemNotificationEmails'?: Array<string>;
707
+ /**
708
+ *
709
+ * @type {boolean}
710
+ * @memberof UpdateOrgSettingsRequestV2
711
+ */
712
+ 'trackAnalytics'?: boolean;
713
+ /**
714
+ *
715
+ * @type {boolean}
716
+ * @memberof UpdateOrgSettingsRequestV2
717
+ */
718
+ 'usageCertRequired'?: boolean;
719
+ /**
720
+ *
721
+ * @type {string}
722
+ * @memberof UpdateOrgSettingsRequestV2
723
+ */
724
+ 'usageCertText'?: string;
725
+ /**
726
+ *
727
+ * @type {string}
728
+ * @memberof UpdateOrgSettingsRequestV2
729
+ */
730
+ 'usernameEmptyText'?: string;
731
+ /**
732
+ *
733
+ * @type {string}
734
+ * @memberof UpdateOrgSettingsRequestV2
735
+ */
736
+ 'usernameLabel'?: string;
737
+ /**
738
+ *
739
+ * @type {boolean}
740
+ * @memberof UpdateOrgSettingsRequestV2
741
+ */
742
+ 'whiteList'?: boolean;
743
+ /**
744
+ *
745
+ * @type {GetOrgSettings200ResponseApprovalConfigV2}
746
+ * @memberof UpdateOrgSettingsRequestV2
747
+ */
748
+ 'approvalConfig'?: GetOrgSettings200ResponseApprovalConfigV2;
749
+ }
750
+ export declare const UpdateOrgSettingsRequestV2PasswordReplayStateEnum: {
751
+ readonly Enabled: "enabled";
752
+ readonly Passive: "passive";
753
+ readonly Disabled: "disabled";
754
+ };
755
+ export declare type UpdateOrgSettingsRequestV2PasswordReplayStateEnum = typeof UpdateOrgSettingsRequestV2PasswordReplayStateEnum[keyof typeof UpdateOrgSettingsRequestV2PasswordReplayStateEnum];
756
+ /**
757
+ * GovernanceGroupsV2Api - axios parameter creator
758
+ * @export
759
+ */
760
+ export declare const GovernanceGroupsV2ApiAxiosParamCreator: (configuration?: Configuration) => {
761
+ /**
762
+ * This API allows you to bulk-delete work groups
763
+ * @summary Bulk delete work groups
764
+ * @param {BulkDeleteWorkGroupsRequestV2} bulkDeleteWorkGroupsRequestV2 Work group ids to delete
765
+ * @param {*} [axiosOptions] Override http request option.
766
+ * @throws {RequiredError}
767
+ */
768
+ bulkDeleteWorkGroups: (bulkDeleteWorkGroupsRequestV2: BulkDeleteWorkGroupsRequestV2, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
769
+ /**
770
+ * This API allows you to create a work group
771
+ * @summary Create Work Group
772
+ * @param {CreateWorkgroupRequestV2} createWorkgroupRequestV2 Work group to create.
773
+ * @param {*} [axiosOptions] Override http request option.
774
+ * @throws {RequiredError}
775
+ */
776
+ createWorkgroup: (createWorkgroupRequestV2: CreateWorkgroupRequestV2, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
777
+ /**
778
+ * This API deletes a single workgroup based on the ID
779
+ * @summary Delete Work Group By Id
780
+ * @param {string} workgroupId The workgroup ID
781
+ * @param {*} [axiosOptions] Override http request option.
782
+ * @throws {RequiredError}
783
+ */
784
+ deleteWorkgroup: (workgroupId: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
785
+ /**
786
+ * This API returns the details for a single workgroup based on the ID
787
+ * @summary Get Work Group By Id
788
+ * @param {string} workgroupId The workgroup ID
789
+ * @param {*} [axiosOptions] Override http request option.
790
+ * @throws {RequiredError}
791
+ */
792
+ getWorkgroup: (workgroupId: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
793
+ /**
794
+ * This API returns the connections of a work group
795
+ * @summary List Work Group Connections
796
+ * @param {string} workgroupId The workgroup ID
797
+ * @param {*} [axiosOptions] Override http request option.
798
+ * @throws {RequiredError}
799
+ */
800
+ listWorkgroupConnections: (workgroupId: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
801
+ /**
802
+ * This API returns the members of a work group
803
+ * @summary List Work Group Members
804
+ * @param {string} workgroupId The workgroup ID
805
+ * @param {number} [limit] Max number of results to return
806
+ * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results.
807
+ * @param {string} [filters] Filter results using the following syntax. [{property:name, value: \&quot;Tyler\&quot;, operation: EQ}]
808
+ * @param {*} [axiosOptions] Override http request option.
809
+ * @throws {RequiredError}
810
+ */
811
+ listWorkgroupMembers: (workgroupId: string, limit?: number, offset?: number, filters?: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
812
+ /**
813
+ * This API returns a list of work groups
814
+ * @summary List Work Groups
815
+ * @param {number} [limit] Max number of results to return
816
+ * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results.
817
+ * @param {string} [filters] Filter results using the following syntax. [{property:name, value: \&quot;Tyler\&quot;, operation: EQ}]
818
+ * @param {*} [axiosOptions] Override http request option.
819
+ * @throws {RequiredError}
820
+ */
821
+ listWorkgroups: (limit?: number, offset?: number, filters?: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
822
+ /**
823
+ * This API allows you to modify the members of a work group
824
+ * @summary Modify Work Group Members
825
+ * @param {string} workgroupId The workgroup ID
826
+ * @param {ModifyWorkgroupMembersRequestV2} modifyWorkgroupMembersRequestV2 Add/Remove workgroup member ids.
827
+ * @param {*} [axiosOptions] Override http request option.
828
+ * @throws {RequiredError}
829
+ */
830
+ modifyWorkgroupMembers: (workgroupId: string, modifyWorkgroupMembersRequestV2: ModifyWorkgroupMembersRequestV2, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
831
+ /**
832
+ * This API updates and returns the details for a single workgroup based on the ID
833
+ * @summary Update Work Group By Id
834
+ * @param {string} workgroupId The workgroup ID
835
+ * @param {CreateWorkgroupRequestV2} createWorkgroupRequestV2 Work group to modify.
836
+ * @param {*} [axiosOptions] Override http request option.
837
+ * @throws {RequiredError}
838
+ */
839
+ updateWorkgroup: (workgroupId: string, createWorkgroupRequestV2: CreateWorkgroupRequestV2, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
840
+ };
841
+ /**
842
+ * GovernanceGroupsV2Api - functional programming interface
843
+ * @export
844
+ */
845
+ export declare const GovernanceGroupsV2ApiFp: (configuration?: Configuration) => {
846
+ /**
847
+ * This API allows you to bulk-delete work groups
848
+ * @summary Bulk delete work groups
849
+ * @param {BulkDeleteWorkGroupsRequestV2} bulkDeleteWorkGroupsRequestV2 Work group ids to delete
850
+ * @param {*} [axiosOptions] Override http request option.
851
+ * @throws {RequiredError}
852
+ */
853
+ bulkDeleteWorkGroups(bulkDeleteWorkGroupsRequestV2: BulkDeleteWorkGroupsRequestV2, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BulkDeleteWorkGroups200ResponseV2>>;
854
+ /**
855
+ * This API allows you to create a work group
856
+ * @summary Create Work Group
857
+ * @param {CreateWorkgroupRequestV2} createWorkgroupRequestV2 Work group to create.
858
+ * @param {*} [axiosOptions] Override http request option.
859
+ * @throws {RequiredError}
860
+ */
861
+ createWorkgroup(createWorkgroupRequestV2: CreateWorkgroupRequestV2, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ListWorkgroups200ResponseInnerV2>>>;
862
+ /**
863
+ * This API deletes a single workgroup based on the ID
864
+ * @summary Delete Work Group By Id
865
+ * @param {string} workgroupId The workgroup ID
866
+ * @param {*} [axiosOptions] Override http request option.
867
+ * @throws {RequiredError}
868
+ */
869
+ deleteWorkgroup(workgroupId: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
870
+ /**
871
+ * This API returns the details for a single workgroup based on the ID
872
+ * @summary Get Work Group By Id
873
+ * @param {string} workgroupId The workgroup ID
874
+ * @param {*} [axiosOptions] Override http request option.
875
+ * @throws {RequiredError}
876
+ */
877
+ getWorkgroup(workgroupId: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListWorkgroups200ResponseInnerV2>>;
878
+ /**
879
+ * This API returns the connections of a work group
880
+ * @summary List Work Group Connections
881
+ * @param {string} workgroupId The workgroup ID
882
+ * @param {*} [axiosOptions] Override http request option.
883
+ * @throws {RequiredError}
884
+ */
885
+ listWorkgroupConnections(workgroupId: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ListWorkgroupConnections200ResponseInnerV2>>>;
886
+ /**
887
+ * This API returns the members of a work group
888
+ * @summary List Work Group Members
889
+ * @param {string} workgroupId The workgroup ID
890
+ * @param {number} [limit] Max number of results to return
891
+ * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results.
892
+ * @param {string} [filters] Filter results using the following syntax. [{property:name, value: \&quot;Tyler\&quot;, operation: EQ}]
893
+ * @param {*} [axiosOptions] Override http request option.
894
+ * @throws {RequiredError}
895
+ */
896
+ listWorkgroupMembers(workgroupId: string, limit?: number, offset?: number, filters?: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ListWorkgroupMembers200ResponseInnerV2>>>;
897
+ /**
898
+ * This API returns a list of work groups
899
+ * @summary List Work Groups
900
+ * @param {number} [limit] Max number of results to return
901
+ * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results.
902
+ * @param {string} [filters] Filter results using the following syntax. [{property:name, value: \&quot;Tyler\&quot;, operation: EQ}]
903
+ * @param {*} [axiosOptions] Override http request option.
904
+ * @throws {RequiredError}
905
+ */
906
+ listWorkgroups(limit?: number, offset?: number, filters?: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ListWorkgroups200ResponseInnerV2>>>;
907
+ /**
908
+ * This API allows you to modify the members of a work group
909
+ * @summary Modify Work Group Members
910
+ * @param {string} workgroupId The workgroup ID
911
+ * @param {ModifyWorkgroupMembersRequestV2} modifyWorkgroupMembersRequestV2 Add/Remove workgroup member ids.
912
+ * @param {*} [axiosOptions] Override http request option.
913
+ * @throws {RequiredError}
914
+ */
915
+ modifyWorkgroupMembers(workgroupId: string, modifyWorkgroupMembersRequestV2: ModifyWorkgroupMembersRequestV2, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
916
+ /**
917
+ * This API updates and returns the details for a single workgroup based on the ID
918
+ * @summary Update Work Group By Id
919
+ * @param {string} workgroupId The workgroup ID
920
+ * @param {CreateWorkgroupRequestV2} createWorkgroupRequestV2 Work group to modify.
921
+ * @param {*} [axiosOptions] Override http request option.
922
+ * @throws {RequiredError}
923
+ */
924
+ updateWorkgroup(workgroupId: string, createWorkgroupRequestV2: CreateWorkgroupRequestV2, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListWorkgroups200ResponseInnerV2>>;
925
+ };
926
+ /**
927
+ * GovernanceGroupsV2Api - factory interface
928
+ * @export
929
+ */
930
+ export declare const GovernanceGroupsV2ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
931
+ /**
932
+ * This API allows you to bulk-delete work groups
933
+ * @summary Bulk delete work groups
934
+ * @param {BulkDeleteWorkGroupsRequestV2} bulkDeleteWorkGroupsRequestV2 Work group ids to delete
935
+ * @param {*} [axiosOptions] Override http request option.
936
+ * @throws {RequiredError}
937
+ */
938
+ bulkDeleteWorkGroups(bulkDeleteWorkGroupsRequestV2: BulkDeleteWorkGroupsRequestV2, axiosOptions?: any): AxiosPromise<BulkDeleteWorkGroups200ResponseV2>;
939
+ /**
940
+ * This API allows you to create a work group
941
+ * @summary Create Work Group
942
+ * @param {CreateWorkgroupRequestV2} createWorkgroupRequestV2 Work group to create.
943
+ * @param {*} [axiosOptions] Override http request option.
944
+ * @throws {RequiredError}
945
+ */
946
+ createWorkgroup(createWorkgroupRequestV2: CreateWorkgroupRequestV2, axiosOptions?: any): AxiosPromise<Array<ListWorkgroups200ResponseInnerV2>>;
947
+ /**
948
+ * This API deletes a single workgroup based on the ID
949
+ * @summary Delete Work Group By Id
950
+ * @param {string} workgroupId The workgroup ID
951
+ * @param {*} [axiosOptions] Override http request option.
952
+ * @throws {RequiredError}
953
+ */
954
+ deleteWorkgroup(workgroupId: string, axiosOptions?: any): AxiosPromise<void>;
955
+ /**
956
+ * This API returns the details for a single workgroup based on the ID
957
+ * @summary Get Work Group By Id
958
+ * @param {string} workgroupId The workgroup ID
959
+ * @param {*} [axiosOptions] Override http request option.
960
+ * @throws {RequiredError}
961
+ */
962
+ getWorkgroup(workgroupId: string, axiosOptions?: any): AxiosPromise<ListWorkgroups200ResponseInnerV2>;
963
+ /**
964
+ * This API returns the connections of a work group
965
+ * @summary List Work Group Connections
966
+ * @param {string} workgroupId The workgroup ID
967
+ * @param {*} [axiosOptions] Override http request option.
968
+ * @throws {RequiredError}
969
+ */
970
+ listWorkgroupConnections(workgroupId: string, axiosOptions?: any): AxiosPromise<Array<ListWorkgroupConnections200ResponseInnerV2>>;
971
+ /**
972
+ * This API returns the members of a work group
973
+ * @summary List Work Group Members
974
+ * @param {string} workgroupId The workgroup ID
975
+ * @param {number} [limit] Max number of results to return
976
+ * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results.
977
+ * @param {string} [filters] Filter results using the following syntax. [{property:name, value: \&quot;Tyler\&quot;, operation: EQ}]
978
+ * @param {*} [axiosOptions] Override http request option.
979
+ * @throws {RequiredError}
980
+ */
981
+ listWorkgroupMembers(workgroupId: string, limit?: number, offset?: number, filters?: string, axiosOptions?: any): AxiosPromise<Array<ListWorkgroupMembers200ResponseInnerV2>>;
982
+ /**
983
+ * This API returns a list of work groups
984
+ * @summary List Work Groups
985
+ * @param {number} [limit] Max number of results to return
986
+ * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results.
987
+ * @param {string} [filters] Filter results using the following syntax. [{property:name, value: \&quot;Tyler\&quot;, operation: EQ}]
988
+ * @param {*} [axiosOptions] Override http request option.
989
+ * @throws {RequiredError}
990
+ */
991
+ listWorkgroups(limit?: number, offset?: number, filters?: string, axiosOptions?: any): AxiosPromise<Array<ListWorkgroups200ResponseInnerV2>>;
992
+ /**
993
+ * This API allows you to modify the members of a work group
994
+ * @summary Modify Work Group Members
995
+ * @param {string} workgroupId The workgroup ID
996
+ * @param {ModifyWorkgroupMembersRequestV2} modifyWorkgroupMembersRequestV2 Add/Remove workgroup member ids.
997
+ * @param {*} [axiosOptions] Override http request option.
998
+ * @throws {RequiredError}
999
+ */
1000
+ modifyWorkgroupMembers(workgroupId: string, modifyWorkgroupMembersRequestV2: ModifyWorkgroupMembersRequestV2, axiosOptions?: any): AxiosPromise<void>;
1001
+ /**
1002
+ * This API updates and returns the details for a single workgroup based on the ID
1003
+ * @summary Update Work Group By Id
1004
+ * @param {string} workgroupId The workgroup ID
1005
+ * @param {CreateWorkgroupRequestV2} createWorkgroupRequestV2 Work group to modify.
1006
+ * @param {*} [axiosOptions] Override http request option.
1007
+ * @throws {RequiredError}
1008
+ */
1009
+ updateWorkgroup(workgroupId: string, createWorkgroupRequestV2: CreateWorkgroupRequestV2, axiosOptions?: any): AxiosPromise<ListWorkgroups200ResponseInnerV2>;
1010
+ };
1011
+ /**
1012
+ * Request parameters for bulkDeleteWorkGroups operation in GovernanceGroupsV2Api.
1013
+ * @export
1014
+ * @interface GovernanceGroupsV2ApiBulkDeleteWorkGroupsRequest
1015
+ */
1016
+ export interface GovernanceGroupsV2ApiBulkDeleteWorkGroupsRequest {
1017
+ /**
1018
+ * Work group ids to delete
1019
+ * @type {BulkDeleteWorkGroupsRequestV2}
1020
+ * @memberof GovernanceGroupsV2ApiBulkDeleteWorkGroups
1021
+ */
1022
+ readonly bulkDeleteWorkGroupsRequestV2: BulkDeleteWorkGroupsRequestV2;
1023
+ }
1024
+ /**
1025
+ * Request parameters for createWorkgroup operation in GovernanceGroupsV2Api.
1026
+ * @export
1027
+ * @interface GovernanceGroupsV2ApiCreateWorkgroupRequest
1028
+ */
1029
+ export interface GovernanceGroupsV2ApiCreateWorkgroupRequest {
1030
+ /**
1031
+ * Work group to create.
1032
+ * @type {CreateWorkgroupRequestV2}
1033
+ * @memberof GovernanceGroupsV2ApiCreateWorkgroup
1034
+ */
1035
+ readonly createWorkgroupRequestV2: CreateWorkgroupRequestV2;
1036
+ }
1037
+ /**
1038
+ * Request parameters for deleteWorkgroup operation in GovernanceGroupsV2Api.
1039
+ * @export
1040
+ * @interface GovernanceGroupsV2ApiDeleteWorkgroupRequest
1041
+ */
1042
+ export interface GovernanceGroupsV2ApiDeleteWorkgroupRequest {
1043
+ /**
1044
+ * The workgroup ID
1045
+ * @type {string}
1046
+ * @memberof GovernanceGroupsV2ApiDeleteWorkgroup
1047
+ */
1048
+ readonly workgroupId: string;
1049
+ }
1050
+ /**
1051
+ * Request parameters for getWorkgroup operation in GovernanceGroupsV2Api.
1052
+ * @export
1053
+ * @interface GovernanceGroupsV2ApiGetWorkgroupRequest
1054
+ */
1055
+ export interface GovernanceGroupsV2ApiGetWorkgroupRequest {
1056
+ /**
1057
+ * The workgroup ID
1058
+ * @type {string}
1059
+ * @memberof GovernanceGroupsV2ApiGetWorkgroup
1060
+ */
1061
+ readonly workgroupId: string;
1062
+ }
1063
+ /**
1064
+ * Request parameters for listWorkgroupConnections operation in GovernanceGroupsV2Api.
1065
+ * @export
1066
+ * @interface GovernanceGroupsV2ApiListWorkgroupConnectionsRequest
1067
+ */
1068
+ export interface GovernanceGroupsV2ApiListWorkgroupConnectionsRequest {
1069
+ /**
1070
+ * The workgroup ID
1071
+ * @type {string}
1072
+ * @memberof GovernanceGroupsV2ApiListWorkgroupConnections
1073
+ */
1074
+ readonly workgroupId: string;
1075
+ }
1076
+ /**
1077
+ * Request parameters for listWorkgroupMembers operation in GovernanceGroupsV2Api.
1078
+ * @export
1079
+ * @interface GovernanceGroupsV2ApiListWorkgroupMembersRequest
1080
+ */
1081
+ export interface GovernanceGroupsV2ApiListWorkgroupMembersRequest {
1082
+ /**
1083
+ * The workgroup ID
1084
+ * @type {string}
1085
+ * @memberof GovernanceGroupsV2ApiListWorkgroupMembers
1086
+ */
1087
+ readonly workgroupId: string;
1088
+ /**
1089
+ * Max number of results to return
1090
+ * @type {number}
1091
+ * @memberof GovernanceGroupsV2ApiListWorkgroupMembers
1092
+ */
1093
+ readonly limit?: number;
1094
+ /**
1095
+ * Offset into the full result set. Usually specified with *limit* to paginate through the results.
1096
+ * @type {number}
1097
+ * @memberof GovernanceGroupsV2ApiListWorkgroupMembers
1098
+ */
1099
+ readonly offset?: number;
1100
+ /**
1101
+ * Filter results using the following syntax. [{property:name, value: \&quot;Tyler\&quot;, operation: EQ}]
1102
+ * @type {string}
1103
+ * @memberof GovernanceGroupsV2ApiListWorkgroupMembers
1104
+ */
1105
+ readonly filters?: string;
1106
+ }
1107
+ /**
1108
+ * Request parameters for listWorkgroups operation in GovernanceGroupsV2Api.
1109
+ * @export
1110
+ * @interface GovernanceGroupsV2ApiListWorkgroupsRequest
1111
+ */
1112
+ export interface GovernanceGroupsV2ApiListWorkgroupsRequest {
1113
+ /**
1114
+ * Max number of results to return
1115
+ * @type {number}
1116
+ * @memberof GovernanceGroupsV2ApiListWorkgroups
1117
+ */
1118
+ readonly limit?: number;
1119
+ /**
1120
+ * Offset into the full result set. Usually specified with *limit* to paginate through the results.
1121
+ * @type {number}
1122
+ * @memberof GovernanceGroupsV2ApiListWorkgroups
1123
+ */
1124
+ readonly offset?: number;
1125
+ /**
1126
+ * Filter results using the following syntax. [{property:name, value: \&quot;Tyler\&quot;, operation: EQ}]
1127
+ * @type {string}
1128
+ * @memberof GovernanceGroupsV2ApiListWorkgroups
1129
+ */
1130
+ readonly filters?: string;
1131
+ }
1132
+ /**
1133
+ * Request parameters for modifyWorkgroupMembers operation in GovernanceGroupsV2Api.
1134
+ * @export
1135
+ * @interface GovernanceGroupsV2ApiModifyWorkgroupMembersRequest
1136
+ */
1137
+ export interface GovernanceGroupsV2ApiModifyWorkgroupMembersRequest {
1138
+ /**
1139
+ * The workgroup ID
1140
+ * @type {string}
1141
+ * @memberof GovernanceGroupsV2ApiModifyWorkgroupMembers
1142
+ */
1143
+ readonly workgroupId: string;
1144
+ /**
1145
+ * Add/Remove workgroup member ids.
1146
+ * @type {ModifyWorkgroupMembersRequestV2}
1147
+ * @memberof GovernanceGroupsV2ApiModifyWorkgroupMembers
1148
+ */
1149
+ readonly modifyWorkgroupMembersRequestV2: ModifyWorkgroupMembersRequestV2;
1150
+ }
1151
+ /**
1152
+ * Request parameters for updateWorkgroup operation in GovernanceGroupsV2Api.
1153
+ * @export
1154
+ * @interface GovernanceGroupsV2ApiUpdateWorkgroupRequest
1155
+ */
1156
+ export interface GovernanceGroupsV2ApiUpdateWorkgroupRequest {
1157
+ /**
1158
+ * The workgroup ID
1159
+ * @type {string}
1160
+ * @memberof GovernanceGroupsV2ApiUpdateWorkgroup
1161
+ */
1162
+ readonly workgroupId: string;
1163
+ /**
1164
+ * Work group to modify.
1165
+ * @type {CreateWorkgroupRequestV2}
1166
+ * @memberof GovernanceGroupsV2ApiUpdateWorkgroup
1167
+ */
1168
+ readonly createWorkgroupRequestV2: CreateWorkgroupRequestV2;
1169
+ }
1170
+ /**
1171
+ * GovernanceGroupsV2Api - object-oriented interface
1172
+ * @export
1173
+ * @class GovernanceGroupsV2Api
1174
+ * @extends {BaseAPI}
1175
+ */
1176
+ export declare class GovernanceGroupsV2Api extends BaseAPI {
1177
+ /**
1178
+ * This API allows you to bulk-delete work groups
1179
+ * @summary Bulk delete work groups
1180
+ * @param {GovernanceGroupsV2ApiBulkDeleteWorkGroupsRequest} requestParameters Request parameters.
1181
+ * @param {*} [axiosOptions] Override http request option.
1182
+ * @throws {RequiredError}
1183
+ * @memberof GovernanceGroupsV2Api
1184
+ */
1185
+ bulkDeleteWorkGroups(requestParameters: GovernanceGroupsV2ApiBulkDeleteWorkGroupsRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BulkDeleteWorkGroups200ResponseV2, any>>;
1186
+ /**
1187
+ * This API allows you to create a work group
1188
+ * @summary Create Work Group
1189
+ * @param {GovernanceGroupsV2ApiCreateWorkgroupRequest} requestParameters Request parameters.
1190
+ * @param {*} [axiosOptions] Override http request option.
1191
+ * @throws {RequiredError}
1192
+ * @memberof GovernanceGroupsV2Api
1193
+ */
1194
+ createWorkgroup(requestParameters: GovernanceGroupsV2ApiCreateWorkgroupRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListWorkgroups200ResponseInnerV2[], any>>;
1195
+ /**
1196
+ * This API deletes a single workgroup based on the ID
1197
+ * @summary Delete Work Group By Id
1198
+ * @param {GovernanceGroupsV2ApiDeleteWorkgroupRequest} requestParameters Request parameters.
1199
+ * @param {*} [axiosOptions] Override http request option.
1200
+ * @throws {RequiredError}
1201
+ * @memberof GovernanceGroupsV2Api
1202
+ */
1203
+ deleteWorkgroup(requestParameters: GovernanceGroupsV2ApiDeleteWorkgroupRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1204
+ /**
1205
+ * This API returns the details for a single workgroup based on the ID
1206
+ * @summary Get Work Group By Id
1207
+ * @param {GovernanceGroupsV2ApiGetWorkgroupRequest} requestParameters Request parameters.
1208
+ * @param {*} [axiosOptions] Override http request option.
1209
+ * @throws {RequiredError}
1210
+ * @memberof GovernanceGroupsV2Api
1211
+ */
1212
+ getWorkgroup(requestParameters: GovernanceGroupsV2ApiGetWorkgroupRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListWorkgroups200ResponseInnerV2, any>>;
1213
+ /**
1214
+ * This API returns the connections of a work group
1215
+ * @summary List Work Group Connections
1216
+ * @param {GovernanceGroupsV2ApiListWorkgroupConnectionsRequest} requestParameters Request parameters.
1217
+ * @param {*} [axiosOptions] Override http request option.
1218
+ * @throws {RequiredError}
1219
+ * @memberof GovernanceGroupsV2Api
1220
+ */
1221
+ listWorkgroupConnections(requestParameters: GovernanceGroupsV2ApiListWorkgroupConnectionsRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListWorkgroupConnections200ResponseInnerV2[], any>>;
1222
+ /**
1223
+ * This API returns the members of a work group
1224
+ * @summary List Work Group Members
1225
+ * @param {GovernanceGroupsV2ApiListWorkgroupMembersRequest} requestParameters Request parameters.
1226
+ * @param {*} [axiosOptions] Override http request option.
1227
+ * @throws {RequiredError}
1228
+ * @memberof GovernanceGroupsV2Api
1229
+ */
1230
+ listWorkgroupMembers(requestParameters: GovernanceGroupsV2ApiListWorkgroupMembersRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListWorkgroupMembers200ResponseInnerV2[], any>>;
1231
+ /**
1232
+ * This API returns a list of work groups
1233
+ * @summary List Work Groups
1234
+ * @param {GovernanceGroupsV2ApiListWorkgroupsRequest} requestParameters Request parameters.
1235
+ * @param {*} [axiosOptions] Override http request option.
1236
+ * @throws {RequiredError}
1237
+ * @memberof GovernanceGroupsV2Api
1238
+ */
1239
+ listWorkgroups(requestParameters?: GovernanceGroupsV2ApiListWorkgroupsRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListWorkgroups200ResponseInnerV2[], any>>;
1240
+ /**
1241
+ * This API allows you to modify the members of a work group
1242
+ * @summary Modify Work Group Members
1243
+ * @param {GovernanceGroupsV2ApiModifyWorkgroupMembersRequest} requestParameters Request parameters.
1244
+ * @param {*} [axiosOptions] Override http request option.
1245
+ * @throws {RequiredError}
1246
+ * @memberof GovernanceGroupsV2Api
1247
+ */
1248
+ modifyWorkgroupMembers(requestParameters: GovernanceGroupsV2ApiModifyWorkgroupMembersRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1249
+ /**
1250
+ * This API updates and returns the details for a single workgroup based on the ID
1251
+ * @summary Update Work Group By Id
1252
+ * @param {GovernanceGroupsV2ApiUpdateWorkgroupRequest} requestParameters Request parameters.
1253
+ * @param {*} [axiosOptions] Override http request option.
1254
+ * @throws {RequiredError}
1255
+ * @memberof GovernanceGroupsV2Api
1256
+ */
1257
+ updateWorkgroup(requestParameters: GovernanceGroupsV2ApiUpdateWorkgroupRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListWorkgroups200ResponseInnerV2, any>>;
1258
+ }
1259
+ /**
1260
+ * OrgV2Api - axios parameter creator
1261
+ * @export
1262
+ */
1263
+ export declare const OrgV2ApiAxiosParamCreator: (configuration?: Configuration) => {
1264
+ /**
1265
+ * Retrieves information and operational settings for your org (as determined by the URL domain).
1266
+ * @summary Retrieves your org settings.
1267
+ * @param {*} [axiosOptions] Override http request option.
1268
+ * @throws {RequiredError}
1269
+ */
1270
+ getOrgSettings: (axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
1271
+ /**
1272
+ * Updates one or more attributes for your org.
1273
+ * @summary Updates one or more org attributes.
1274
+ * @param {UpdateOrgSettingsRequestV2} updateOrgSettingsRequestV2 Org settings to update.
1275
+ * @param {*} [axiosOptions] Override http request option.
1276
+ * @throws {RequiredError}
1277
+ */
1278
+ updateOrgSettings: (updateOrgSettingsRequestV2: UpdateOrgSettingsRequestV2, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
1279
+ };
1280
+ /**
1281
+ * OrgV2Api - functional programming interface
1282
+ * @export
1283
+ */
1284
+ export declare const OrgV2ApiFp: (configuration?: Configuration) => {
1285
+ /**
1286
+ * Retrieves information and operational settings for your org (as determined by the URL domain).
1287
+ * @summary Retrieves your org settings.
1288
+ * @param {*} [axiosOptions] Override http request option.
1289
+ * @throws {RequiredError}
1290
+ */
1291
+ getOrgSettings(axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetOrgSettings200ResponseV2>>;
1292
+ /**
1293
+ * Updates one or more attributes for your org.
1294
+ * @summary Updates one or more org attributes.
1295
+ * @param {UpdateOrgSettingsRequestV2} updateOrgSettingsRequestV2 Org settings to update.
1296
+ * @param {*} [axiosOptions] Override http request option.
1297
+ * @throws {RequiredError}
1298
+ */
1299
+ updateOrgSettings(updateOrgSettingsRequestV2: UpdateOrgSettingsRequestV2, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetOrgSettings200ResponseV2>>;
1300
+ };
1301
+ /**
1302
+ * OrgV2Api - factory interface
1303
+ * @export
1304
+ */
1305
+ export declare const OrgV2ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
1306
+ /**
1307
+ * Retrieves information and operational settings for your org (as determined by the URL domain).
1308
+ * @summary Retrieves your org settings.
1309
+ * @param {*} [axiosOptions] Override http request option.
1310
+ * @throws {RequiredError}
1311
+ */
1312
+ getOrgSettings(axiosOptions?: any): AxiosPromise<GetOrgSettings200ResponseV2>;
1313
+ /**
1314
+ * Updates one or more attributes for your org.
1315
+ * @summary Updates one or more org attributes.
1316
+ * @param {UpdateOrgSettingsRequestV2} updateOrgSettingsRequestV2 Org settings to update.
1317
+ * @param {*} [axiosOptions] Override http request option.
1318
+ * @throws {RequiredError}
1319
+ */
1320
+ updateOrgSettings(updateOrgSettingsRequestV2: UpdateOrgSettingsRequestV2, axiosOptions?: any): AxiosPromise<GetOrgSettings200ResponseV2>;
1321
+ };
1322
+ /**
1323
+ * Request parameters for updateOrgSettings operation in OrgV2Api.
1324
+ * @export
1325
+ * @interface OrgV2ApiUpdateOrgSettingsRequest
1326
+ */
1327
+ export interface OrgV2ApiUpdateOrgSettingsRequest {
1328
+ /**
1329
+ * Org settings to update.
1330
+ * @type {UpdateOrgSettingsRequestV2}
1331
+ * @memberof OrgV2ApiUpdateOrgSettings
1332
+ */
1333
+ readonly updateOrgSettingsRequestV2: UpdateOrgSettingsRequestV2;
1334
+ }
1335
+ /**
1336
+ * OrgV2Api - object-oriented interface
1337
+ * @export
1338
+ * @class OrgV2Api
1339
+ * @extends {BaseAPI}
1340
+ */
1341
+ export declare class OrgV2Api extends BaseAPI {
1342
+ /**
1343
+ * Retrieves information and operational settings for your org (as determined by the URL domain).
1344
+ * @summary Retrieves your org settings.
1345
+ * @param {*} [axiosOptions] Override http request option.
1346
+ * @throws {RequiredError}
1347
+ * @memberof OrgV2Api
1348
+ */
1349
+ getOrgSettings(axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetOrgSettings200ResponseV2, any>>;
1350
+ /**
1351
+ * Updates one or more attributes for your org.
1352
+ * @summary Updates one or more org attributes.
1353
+ * @param {OrgV2ApiUpdateOrgSettingsRequest} requestParameters Request parameters.
1354
+ * @param {*} [axiosOptions] Override http request option.
1355
+ * @throws {RequiredError}
1356
+ * @memberof OrgV2Api
1357
+ */
1358
+ updateOrgSettings(requestParameters: OrgV2ApiUpdateOrgSettingsRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetOrgSettings200ResponseV2, any>>;
1359
+ }