@goauthentik/api 2024.6.1-1721909829 → 2024.6.1-1721927330

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 (79) hide show
  1. package/.openapi-generator/FILES +9 -4
  2. package/dist/apis/OutpostsApi.d.ts +7 -28
  3. package/dist/apis/OutpostsApi.js +11 -78
  4. package/dist/apis/PropertymappingsApi.d.ts +173 -87
  5. package/dist/apis/PropertymappingsApi.js +575 -301
  6. package/dist/apis/RbacApi.d.ts +4 -2
  7. package/dist/apis/RbacApi.js +4 -2
  8. package/dist/esm/apis/OutpostsApi.d.ts +7 -28
  9. package/dist/esm/apis/OutpostsApi.js +12 -79
  10. package/dist/esm/apis/PropertymappingsApi.d.ts +173 -87
  11. package/dist/esm/apis/PropertymappingsApi.js +576 -302
  12. package/dist/esm/apis/RbacApi.d.ts +4 -2
  13. package/dist/esm/apis/RbacApi.js +4 -2
  14. package/dist/esm/models/{LDAPPropertyMapping.d.ts → LDAPSourcePropertyMapping.d.ts} +15 -15
  15. package/dist/esm/models/{LDAPPropertyMapping.js → LDAPSourcePropertyMapping.js} +6 -6
  16. package/dist/{models/LDAPPropertyMappingRequest.d.ts → esm/models/LDAPSourcePropertyMappingRequest.d.ts} +10 -10
  17. package/dist/esm/models/{LDAPPropertyMappingRequest.js → LDAPSourcePropertyMappingRequest.js} +6 -6
  18. package/dist/esm/models/ModelEnum.d.ts +2 -1
  19. package/dist/esm/models/ModelEnum.js +2 -1
  20. package/dist/esm/models/PaginatedLDAPSourcePropertyMappingList.d.ts +39 -0
  21. package/dist/esm/models/{PaginatedLDAPPropertyMappingList.js → PaginatedLDAPSourcePropertyMappingList.js} +9 -9
  22. package/dist/esm/models/PaginatedRadiusProviderPropertyMappingList.d.ts +39 -0
  23. package/dist/esm/models/PaginatedRadiusProviderPropertyMappingList.js +48 -0
  24. package/dist/esm/models/PatchedLDAPSourcePropertyMappingRequest.d.ts +43 -0
  25. package/dist/esm/models/{PatchedLDAPPropertyMappingRequest.js → PatchedLDAPSourcePropertyMappingRequest.js} +6 -6
  26. package/dist/esm/models/PatchedRadiusProviderPropertyMappingRequest.d.ts +43 -0
  27. package/dist/esm/models/PatchedRadiusProviderPropertyMappingRequest.js +47 -0
  28. package/dist/esm/models/RadiusCheckAccess.d.ts +38 -0
  29. package/dist/esm/models/RadiusCheckAccess.js +47 -0
  30. package/dist/esm/models/RadiusProviderPropertyMapping.d.ts +73 -0
  31. package/dist/esm/models/RadiusProviderPropertyMapping.js +59 -0
  32. package/dist/esm/models/RadiusProviderPropertyMappingRequest.d.ts +43 -0
  33. package/dist/esm/models/RadiusProviderPropertyMappingRequest.js +49 -0
  34. package/dist/esm/models/index.d.ts +9 -4
  35. package/dist/esm/models/index.js +9 -4
  36. package/dist/models/{LDAPPropertyMapping.d.ts → LDAPSourcePropertyMapping.d.ts} +15 -15
  37. package/dist/models/{LDAPPropertyMapping.js → LDAPSourcePropertyMapping.js} +11 -11
  38. package/dist/{esm/models/LDAPPropertyMappingRequest.d.ts → models/LDAPSourcePropertyMappingRequest.d.ts} +10 -10
  39. package/dist/models/{LDAPPropertyMappingRequest.js → LDAPSourcePropertyMappingRequest.js} +11 -11
  40. package/dist/models/ModelEnum.d.ts +2 -1
  41. package/dist/models/ModelEnum.js +2 -1
  42. package/dist/models/PaginatedLDAPSourcePropertyMappingList.d.ts +39 -0
  43. package/dist/models/PaginatedLDAPSourcePropertyMappingList.js +55 -0
  44. package/dist/models/PaginatedRadiusProviderPropertyMappingList.d.ts +39 -0
  45. package/dist/models/PaginatedRadiusProviderPropertyMappingList.js +55 -0
  46. package/dist/models/PatchedLDAPSourcePropertyMappingRequest.d.ts +43 -0
  47. package/dist/models/PatchedLDAPSourcePropertyMappingRequest.js +54 -0
  48. package/dist/models/PatchedRadiusProviderPropertyMappingRequest.d.ts +43 -0
  49. package/dist/models/PatchedRadiusProviderPropertyMappingRequest.js +54 -0
  50. package/dist/models/RadiusCheckAccess.d.ts +38 -0
  51. package/dist/models/RadiusCheckAccess.js +54 -0
  52. package/dist/models/RadiusProviderPropertyMapping.d.ts +73 -0
  53. package/dist/models/RadiusProviderPropertyMapping.js +66 -0
  54. package/dist/models/RadiusProviderPropertyMappingRequest.d.ts +43 -0
  55. package/dist/models/RadiusProviderPropertyMappingRequest.js +56 -0
  56. package/dist/models/index.d.ts +9 -4
  57. package/dist/models/index.js +9 -4
  58. package/package.json +1 -1
  59. package/src/apis/OutpostsApi.ts +17 -102
  60. package/src/apis/PropertymappingsApi.ts +888 -533
  61. package/src/apis/RbacApi.ts +4 -2
  62. package/src/models/{LDAPPropertyMapping.ts → LDAPSourcePropertyMapping.ts} +16 -16
  63. package/src/models/{LDAPPropertyMappingRequest.ts → LDAPSourcePropertyMappingRequest.ts} +11 -11
  64. package/src/models/ModelEnum.ts +2 -1
  65. package/src/models/PaginatedLDAPSourcePropertyMappingList.ts +88 -0
  66. package/src/models/PaginatedRadiusProviderPropertyMappingList.ts +88 -0
  67. package/src/models/{PatchedLDAPPropertyMappingRequest.ts → PatchedLDAPSourcePropertyMappingRequest.ts} +11 -11
  68. package/src/models/PatchedRadiusProviderPropertyMappingRequest.ts +81 -0
  69. package/src/models/RadiusCheckAccess.ts +81 -0
  70. package/src/models/RadiusProviderPropertyMapping.ts +123 -0
  71. package/src/models/RadiusProviderPropertyMappingRequest.ts +83 -0
  72. package/src/models/index.ts +9 -4
  73. package/dist/esm/models/PaginatedLDAPPropertyMappingList.d.ts +0 -39
  74. package/dist/esm/models/PatchedLDAPPropertyMappingRequest.d.ts +0 -43
  75. package/dist/models/PaginatedLDAPPropertyMappingList.d.ts +0 -39
  76. package/dist/models/PaginatedLDAPPropertyMappingList.js +0 -55
  77. package/dist/models/PatchedLDAPPropertyMappingRequest.d.ts +0 -43
  78. package/dist/models/PatchedLDAPPropertyMappingRequest.js +0 -54
  79. package/src/models/PaginatedLDAPPropertyMappingList.ts +0 -88
@@ -194,11 +194,11 @@ src/models/KubernetesServiceConnectionRequest.ts
194
194
  src/models/LDAPAPIAccessMode.ts
195
195
  src/models/LDAPDebug.ts
196
196
  src/models/LDAPOutpostConfig.ts
197
- src/models/LDAPPropertyMapping.ts
198
- src/models/LDAPPropertyMappingRequest.ts
199
197
  src/models/LDAPProvider.ts
200
198
  src/models/LDAPProviderRequest.ts
201
199
  src/models/LDAPSource.ts
200
+ src/models/LDAPSourcePropertyMapping.ts
201
+ src/models/LDAPSourcePropertyMappingRequest.ts
202
202
  src/models/LDAPSourceRequest.ts
203
203
  src/models/License.ts
204
204
  src/models/LicenseForecast.ts
@@ -290,9 +290,9 @@ src/models/PaginatedInvitationList.ts
290
290
  src/models/PaginatedInvitationStageList.ts
291
291
  src/models/PaginatedKubernetesServiceConnectionList.ts
292
292
  src/models/PaginatedLDAPOutpostConfigList.ts
293
- src/models/PaginatedLDAPPropertyMappingList.ts
294
293
  src/models/PaginatedLDAPProviderList.ts
295
294
  src/models/PaginatedLDAPSourceList.ts
295
+ src/models/PaginatedLDAPSourcePropertyMappingList.ts
296
296
  src/models/PaginatedLicenseList.ts
297
297
  src/models/PaginatedMicrosoftEntraProviderGroupList.ts
298
298
  src/models/PaginatedMicrosoftEntraProviderList.ts
@@ -323,6 +323,7 @@ src/models/PaginatedRACPropertyMappingList.ts
323
323
  src/models/PaginatedRACProviderList.ts
324
324
  src/models/PaginatedRadiusOutpostConfigList.ts
325
325
  src/models/PaginatedRadiusProviderList.ts
326
+ src/models/PaginatedRadiusProviderPropertyMappingList.ts
326
327
  src/models/PaginatedReputationList.ts
327
328
  src/models/PaginatedReputationPolicyList.ts
328
329
  src/models/PaginatedRoleAssignedObjectPermissionList.ts
@@ -403,8 +404,8 @@ src/models/PatchedIdentificationStageRequest.ts
403
404
  src/models/PatchedInvitationRequest.ts
404
405
  src/models/PatchedInvitationStageRequest.ts
405
406
  src/models/PatchedKubernetesServiceConnectionRequest.ts
406
- src/models/PatchedLDAPPropertyMappingRequest.ts
407
407
  src/models/PatchedLDAPProviderRequest.ts
408
+ src/models/PatchedLDAPSourcePropertyMappingRequest.ts
408
409
  src/models/PatchedLDAPSourceRequest.ts
409
410
  src/models/PatchedLicenseRequest.ts
410
411
  src/models/PatchedMicrosoftEntraProviderMappingRequest.ts
@@ -428,6 +429,7 @@ src/models/PatchedPromptStageRequest.ts
428
429
  src/models/PatchedProxyProviderRequest.ts
429
430
  src/models/PatchedRACPropertyMappingRequest.ts
430
431
  src/models/PatchedRACProviderRequest.ts
432
+ src/models/PatchedRadiusProviderPropertyMappingRequest.ts
431
433
  src/models/PatchedRadiusProviderRequest.ts
432
434
  src/models/PatchedReputationPolicyRequest.ts
433
435
  src/models/PatchedRoleRequest.ts
@@ -496,8 +498,11 @@ src/models/RACPropertyMapping.ts
496
498
  src/models/RACPropertyMappingRequest.ts
497
499
  src/models/RACProvider.ts
498
500
  src/models/RACProviderRequest.ts
501
+ src/models/RadiusCheckAccess.ts
499
502
  src/models/RadiusOutpostConfig.ts
500
503
  src/models/RadiusProvider.ts
504
+ src/models/RadiusProviderPropertyMapping.ts
505
+ src/models/RadiusProviderPropertyMappingRequest.ts
501
506
  src/models/RadiusProviderRequest.ts
502
507
  src/models/RedirectChallenge.ts
503
508
  src/models/Reputation.ts
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import * as runtime from '../runtime';
13
- import type { DockerServiceConnection, DockerServiceConnectionRequest, KubernetesServiceConnection, KubernetesServiceConnectionRequest, LDAPOutpostConfig, Outpost, OutpostDefaultConfig, OutpostHealth, OutpostRequest, PaginatedDockerServiceConnectionList, PaginatedKubernetesServiceConnectionList, PaginatedLDAPOutpostConfigList, PaginatedOutpostList, PaginatedProxyOutpostConfigList, PaginatedRadiusOutpostConfigList, PaginatedServiceConnectionList, PatchedDockerServiceConnectionRequest, PatchedKubernetesServiceConnectionRequest, PatchedOutpostRequest, ProxyOutpostConfig, RadiusOutpostConfig, ServiceConnection, ServiceConnectionState, TypeCreate, UsedBy } from '../models';
13
+ import type { DockerServiceConnection, DockerServiceConnectionRequest, KubernetesServiceConnection, KubernetesServiceConnectionRequest, Outpost, OutpostDefaultConfig, OutpostHealth, OutpostRequest, PaginatedDockerServiceConnectionList, PaginatedKubernetesServiceConnectionList, PaginatedLDAPOutpostConfigList, PaginatedOutpostList, PaginatedProxyOutpostConfigList, PaginatedRadiusOutpostConfigList, PaginatedServiceConnectionList, PatchedDockerServiceConnectionRequest, PatchedKubernetesServiceConnectionRequest, PatchedOutpostRequest, RadiusCheckAccess, ServiceConnection, ServiceConnectionState, TypeCreate, UsedBy } from '../models';
14
14
  export interface OutpostsInstancesCreateRequest {
15
15
  outpostRequest: OutpostRequest;
16
16
  }
@@ -65,9 +65,6 @@ export interface OutpostsLdapListRequest {
65
65
  pageSize?: number;
66
66
  search?: string;
67
67
  }
68
- export interface OutpostsLdapRetrieveRequest {
69
- id: number;
70
- }
71
68
  export interface OutpostsProxyListRequest {
72
69
  name?: string;
73
70
  ordering?: string;
@@ -75,8 +72,9 @@ export interface OutpostsProxyListRequest {
75
72
  pageSize?: number;
76
73
  search?: string;
77
74
  }
78
- export interface OutpostsProxyRetrieveRequest {
75
+ export interface OutpostsRadiusCheckAccessRetrieveRequest {
79
76
  id: number;
77
+ appSlug?: string;
80
78
  }
81
79
  export interface OutpostsRadiusListRequest {
82
80
  name?: string;
@@ -85,9 +83,6 @@ export interface OutpostsRadiusListRequest {
85
83
  pageSize?: number;
86
84
  search?: string;
87
85
  }
88
- export interface OutpostsRadiusRetrieveRequest {
89
- id: number;
90
- }
91
86
  export interface OutpostsServiceConnectionsAllDestroyRequest {
92
87
  uuid: string;
93
88
  }
@@ -250,14 +245,6 @@ export declare class OutpostsApi extends runtime.BaseAPI {
250
245
  * LDAPProvider Viewset
251
246
  */
252
247
  outpostsLdapList(requestParameters?: OutpostsLdapListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedLDAPOutpostConfigList>;
253
- /**
254
- * LDAPProvider Viewset
255
- */
256
- outpostsLdapRetrieveRaw(requestParameters: OutpostsLdapRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LDAPOutpostConfig>>;
257
- /**
258
- * LDAPProvider Viewset
259
- */
260
- outpostsLdapRetrieve(requestParameters: OutpostsLdapRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LDAPOutpostConfig>;
261
248
  /**
262
249
  * ProxyProvider Viewset
263
250
  */
@@ -267,13 +254,13 @@ export declare class OutpostsApi extends runtime.BaseAPI {
267
254
  */
268
255
  outpostsProxyList(requestParameters?: OutpostsProxyListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedProxyOutpostConfigList>;
269
256
  /**
270
- * ProxyProvider Viewset
257
+ * Check access to a single application by slug
271
258
  */
272
- outpostsProxyRetrieveRaw(requestParameters: OutpostsProxyRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ProxyOutpostConfig>>;
259
+ outpostsRadiusCheckAccessRetrieveRaw(requestParameters: OutpostsRadiusCheckAccessRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RadiusCheckAccess>>;
273
260
  /**
274
- * ProxyProvider Viewset
261
+ * Check access to a single application by slug
275
262
  */
276
- outpostsProxyRetrieve(requestParameters: OutpostsProxyRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ProxyOutpostConfig>;
263
+ outpostsRadiusCheckAccessRetrieve(requestParameters: OutpostsRadiusCheckAccessRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RadiusCheckAccess>;
277
264
  /**
278
265
  * RadiusProvider Viewset
279
266
  */
@@ -282,14 +269,6 @@ export declare class OutpostsApi extends runtime.BaseAPI {
282
269
  * RadiusProvider Viewset
283
270
  */
284
271
  outpostsRadiusList(requestParameters?: OutpostsRadiusListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedRadiusOutpostConfigList>;
285
- /**
286
- * RadiusProvider Viewset
287
- */
288
- outpostsRadiusRetrieveRaw(requestParameters: OutpostsRadiusRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RadiusOutpostConfig>>;
289
- /**
290
- * RadiusProvider Viewset
291
- */
292
- outpostsRadiusRetrieve(requestParameters: OutpostsRadiusRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RadiusOutpostConfig>;
293
272
  /**
294
273
  * ServiceConnection Viewset
295
274
  */
@@ -459,41 +459,6 @@ class OutpostsApi extends runtime.BaseAPI {
459
459
  return yield response.value();
460
460
  });
461
461
  }
462
- /**
463
- * LDAPProvider Viewset
464
- */
465
- outpostsLdapRetrieveRaw(requestParameters, initOverrides) {
466
- return __awaiter(this, void 0, void 0, function* () {
467
- if (requestParameters.id === null || requestParameters.id === undefined) {
468
- throw new runtime.RequiredError('id', 'Required parameter requestParameters.id was null or undefined when calling outpostsLdapRetrieve.');
469
- }
470
- const queryParameters = {};
471
- const headerParameters = {};
472
- if (this.configuration && this.configuration.accessToken) {
473
- const token = this.configuration.accessToken;
474
- const tokenString = yield token("authentik", []);
475
- if (tokenString) {
476
- headerParameters["Authorization"] = `Bearer ${tokenString}`;
477
- }
478
- }
479
- const response = yield this.request({
480
- path: `/outposts/ldap/{id}/`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters.id))),
481
- method: 'GET',
482
- headers: headerParameters,
483
- query: queryParameters,
484
- }, initOverrides);
485
- return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.LDAPOutpostConfigFromJSON)(jsonValue));
486
- });
487
- }
488
- /**
489
- * LDAPProvider Viewset
490
- */
491
- outpostsLdapRetrieve(requestParameters, initOverrides) {
492
- return __awaiter(this, void 0, void 0, function* () {
493
- const response = yield this.outpostsLdapRetrieveRaw(requestParameters, initOverrides);
494
- return yield response.value();
495
- });
496
- }
497
462
  /**
498
463
  * ProxyProvider Viewset
499
464
  */
@@ -542,14 +507,17 @@ class OutpostsApi extends runtime.BaseAPI {
542
507
  });
543
508
  }
544
509
  /**
545
- * ProxyProvider Viewset
510
+ * Check access to a single application by slug
546
511
  */
547
- outpostsProxyRetrieveRaw(requestParameters, initOverrides) {
512
+ outpostsRadiusCheckAccessRetrieveRaw(requestParameters, initOverrides) {
548
513
  return __awaiter(this, void 0, void 0, function* () {
549
514
  if (requestParameters.id === null || requestParameters.id === undefined) {
550
- throw new runtime.RequiredError('id', 'Required parameter requestParameters.id was null or undefined when calling outpostsProxyRetrieve.');
515
+ throw new runtime.RequiredError('id', 'Required parameter requestParameters.id was null or undefined when calling outpostsRadiusCheckAccessRetrieve.');
551
516
  }
552
517
  const queryParameters = {};
518
+ if (requestParameters.appSlug !== undefined) {
519
+ queryParameters['app_slug'] = requestParameters.appSlug;
520
+ }
553
521
  const headerParameters = {};
554
522
  if (this.configuration && this.configuration.accessToken) {
555
523
  const token = this.configuration.accessToken;
@@ -559,20 +527,20 @@ class OutpostsApi extends runtime.BaseAPI {
559
527
  }
560
528
  }
561
529
  const response = yield this.request({
562
- path: `/outposts/proxy/{id}/`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters.id))),
530
+ path: `/outposts/radius/{id}/check_access/`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters.id))),
563
531
  method: 'GET',
564
532
  headers: headerParameters,
565
533
  query: queryParameters,
566
534
  }, initOverrides);
567
- return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.ProxyOutpostConfigFromJSON)(jsonValue));
535
+ return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.RadiusCheckAccessFromJSON)(jsonValue));
568
536
  });
569
537
  }
570
538
  /**
571
- * ProxyProvider Viewset
539
+ * Check access to a single application by slug
572
540
  */
573
- outpostsProxyRetrieve(requestParameters, initOverrides) {
541
+ outpostsRadiusCheckAccessRetrieve(requestParameters, initOverrides) {
574
542
  return __awaiter(this, void 0, void 0, function* () {
575
- const response = yield this.outpostsProxyRetrieveRaw(requestParameters, initOverrides);
543
+ const response = yield this.outpostsRadiusCheckAccessRetrieveRaw(requestParameters, initOverrides);
576
544
  return yield response.value();
577
545
  });
578
546
  }
@@ -623,41 +591,6 @@ class OutpostsApi extends runtime.BaseAPI {
623
591
  return yield response.value();
624
592
  });
625
593
  }
626
- /**
627
- * RadiusProvider Viewset
628
- */
629
- outpostsRadiusRetrieveRaw(requestParameters, initOverrides) {
630
- return __awaiter(this, void 0, void 0, function* () {
631
- if (requestParameters.id === null || requestParameters.id === undefined) {
632
- throw new runtime.RequiredError('id', 'Required parameter requestParameters.id was null or undefined when calling outpostsRadiusRetrieve.');
633
- }
634
- const queryParameters = {};
635
- const headerParameters = {};
636
- if (this.configuration && this.configuration.accessToken) {
637
- const token = this.configuration.accessToken;
638
- const tokenString = yield token("authentik", []);
639
- if (tokenString) {
640
- headerParameters["Authorization"] = `Bearer ${tokenString}`;
641
- }
642
- }
643
- const response = yield this.request({
644
- path: `/outposts/radius/{id}/`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters.id))),
645
- method: 'GET',
646
- headers: headerParameters,
647
- query: queryParameters,
648
- }, initOverrides);
649
- return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.RadiusOutpostConfigFromJSON)(jsonValue));
650
- });
651
- }
652
- /**
653
- * RadiusProvider Viewset
654
- */
655
- outpostsRadiusRetrieve(requestParameters, initOverrides) {
656
- return __awaiter(this, void 0, void 0, function* () {
657
- const response = yield this.outpostsRadiusRetrieveRaw(requestParameters, initOverrides);
658
- return yield response.value();
659
- });
660
- }
661
594
  /**
662
595
  * ServiceConnection Viewset
663
596
  */
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import * as runtime from '../runtime';
13
- import type { GoogleWorkspaceProviderMapping, GoogleWorkspaceProviderMappingRequest, LDAPPropertyMapping, LDAPPropertyMappingRequest, MicrosoftEntraProviderMapping, MicrosoftEntraProviderMappingRequest, NotificationWebhookMapping, NotificationWebhookMappingRequest, PaginatedGoogleWorkspaceProviderMappingList, PaginatedLDAPPropertyMappingList, PaginatedMicrosoftEntraProviderMappingList, PaginatedNotificationWebhookMappingList, PaginatedPropertyMappingList, PaginatedRACPropertyMappingList, PaginatedSAMLPropertyMappingList, PaginatedSCIMMappingList, PaginatedScopeMappingList, PatchedGoogleWorkspaceProviderMappingRequest, PatchedLDAPPropertyMappingRequest, PatchedMicrosoftEntraProviderMappingRequest, PatchedNotificationWebhookMappingRequest, PatchedRACPropertyMappingRequest, PatchedSAMLPropertyMappingRequest, PatchedSCIMMappingRequest, PatchedScopeMappingRequest, PropertyMapping, PropertyMappingTestRequest, PropertyMappingTestResult, RACPropertyMapping, RACPropertyMappingRequest, SAMLPropertyMapping, SAMLPropertyMappingRequest, SCIMMapping, SCIMMappingRequest, ScopeMapping, ScopeMappingRequest, TypeCreate, UsedBy } from '../models';
13
+ import type { GoogleWorkspaceProviderMapping, GoogleWorkspaceProviderMappingRequest, LDAPSourcePropertyMapping, LDAPSourcePropertyMappingRequest, MicrosoftEntraProviderMapping, MicrosoftEntraProviderMappingRequest, NotificationWebhookMapping, NotificationWebhookMappingRequest, PaginatedGoogleWorkspaceProviderMappingList, PaginatedLDAPSourcePropertyMappingList, PaginatedMicrosoftEntraProviderMappingList, PaginatedNotificationWebhookMappingList, PaginatedPropertyMappingList, PaginatedRACPropertyMappingList, PaginatedRadiusProviderPropertyMappingList, PaginatedSAMLPropertyMappingList, PaginatedSCIMMappingList, PaginatedScopeMappingList, PatchedGoogleWorkspaceProviderMappingRequest, PatchedLDAPSourcePropertyMappingRequest, PatchedMicrosoftEntraProviderMappingRequest, PatchedNotificationWebhookMappingRequest, PatchedRACPropertyMappingRequest, PatchedRadiusProviderPropertyMappingRequest, PatchedSAMLPropertyMappingRequest, PatchedSCIMMappingRequest, PatchedScopeMappingRequest, PropertyMapping, PropertyMappingTestRequest, PropertyMappingTestResult, RACPropertyMapping, RACPropertyMappingRequest, RadiusProviderPropertyMapping, RadiusProviderPropertyMappingRequest, SAMLPropertyMapping, SAMLPropertyMappingRequest, SCIMMapping, SCIMMappingRequest, ScopeMapping, ScopeMappingRequest, TypeCreate, UsedBy } from '../models';
14
14
  export interface PropertymappingsAllDestroyRequest {
15
15
  pmUuid: string;
16
16
  }
@@ -32,36 +32,6 @@ export interface PropertymappingsAllTestCreateRequest {
32
32
  export interface PropertymappingsAllUsedByListRequest {
33
33
  pmUuid: string;
34
34
  }
35
- export interface PropertymappingsLdapCreateRequest {
36
- lDAPPropertyMappingRequest: LDAPPropertyMappingRequest;
37
- }
38
- export interface PropertymappingsLdapDestroyRequest {
39
- pmUuid: string;
40
- }
41
- export interface PropertymappingsLdapListRequest {
42
- expression?: string;
43
- managed?: Array<string>;
44
- name?: string;
45
- ordering?: string;
46
- page?: number;
47
- pageSize?: number;
48
- pmUuid?: string;
49
- search?: string;
50
- }
51
- export interface PropertymappingsLdapPartialUpdateRequest {
52
- pmUuid: string;
53
- patchedLDAPPropertyMappingRequest?: PatchedLDAPPropertyMappingRequest;
54
- }
55
- export interface PropertymappingsLdapRetrieveRequest {
56
- pmUuid: string;
57
- }
58
- export interface PropertymappingsLdapUpdateRequest {
59
- pmUuid: string;
60
- lDAPPropertyMappingRequest: LDAPPropertyMappingRequest;
61
- }
62
- export interface PropertymappingsLdapUsedByListRequest {
63
- pmUuid: string;
64
- }
65
35
  export interface PropertymappingsNotificationCreateRequest {
66
36
  notificationWebhookMappingRequest: NotificationWebhookMappingRequest;
67
37
  }
@@ -177,6 +147,36 @@ export interface PropertymappingsRacUpdateRequest {
177
147
  export interface PropertymappingsRacUsedByListRequest {
178
148
  pmUuid: string;
179
149
  }
150
+ export interface PropertymappingsRadiusCreateRequest {
151
+ radiusProviderPropertyMappingRequest: RadiusProviderPropertyMappingRequest;
152
+ }
153
+ export interface PropertymappingsRadiusDestroyRequest {
154
+ pmUuid: string;
155
+ }
156
+ export interface PropertymappingsRadiusListRequest {
157
+ expression?: string;
158
+ managed?: Array<string>;
159
+ name?: string;
160
+ ordering?: string;
161
+ page?: number;
162
+ pageSize?: number;
163
+ pmUuid?: string;
164
+ search?: string;
165
+ }
166
+ export interface PropertymappingsRadiusPartialUpdateRequest {
167
+ pmUuid: string;
168
+ patchedRadiusProviderPropertyMappingRequest?: PatchedRadiusProviderPropertyMappingRequest;
169
+ }
170
+ export interface PropertymappingsRadiusRetrieveRequest {
171
+ pmUuid: string;
172
+ }
173
+ export interface PropertymappingsRadiusUpdateRequest {
174
+ pmUuid: string;
175
+ radiusProviderPropertyMappingRequest: RadiusProviderPropertyMappingRequest;
176
+ }
177
+ export interface PropertymappingsRadiusUsedByListRequest {
178
+ pmUuid: string;
179
+ }
180
180
  export interface PropertymappingsSamlCreateRequest {
181
181
  sAMLPropertyMappingRequest: SAMLPropertyMappingRequest;
182
182
  }
@@ -268,6 +268,36 @@ export interface PropertymappingsScopeUpdateRequest {
268
268
  export interface PropertymappingsScopeUsedByListRequest {
269
269
  pmUuid: string;
270
270
  }
271
+ export interface PropertymappingsSourceLdapCreateRequest {
272
+ lDAPSourcePropertyMappingRequest: LDAPSourcePropertyMappingRequest;
273
+ }
274
+ export interface PropertymappingsSourceLdapDestroyRequest {
275
+ pmUuid: string;
276
+ }
277
+ export interface PropertymappingsSourceLdapListRequest {
278
+ expression?: string;
279
+ managed?: Array<string>;
280
+ name?: string;
281
+ ordering?: string;
282
+ page?: number;
283
+ pageSize?: number;
284
+ pmUuid?: string;
285
+ search?: string;
286
+ }
287
+ export interface PropertymappingsSourceLdapPartialUpdateRequest {
288
+ pmUuid: string;
289
+ patchedLDAPSourcePropertyMappingRequest?: PatchedLDAPSourcePropertyMappingRequest;
290
+ }
291
+ export interface PropertymappingsSourceLdapRetrieveRequest {
292
+ pmUuid: string;
293
+ }
294
+ export interface PropertymappingsSourceLdapUpdateRequest {
295
+ pmUuid: string;
296
+ lDAPSourcePropertyMappingRequest: LDAPSourcePropertyMappingRequest;
297
+ }
298
+ export interface PropertymappingsSourceLdapUsedByListRequest {
299
+ pmUuid: string;
300
+ }
271
301
  /**
272
302
  *
273
303
  */
@@ -320,62 +350,6 @@ export declare class PropertymappingsApi extends runtime.BaseAPI {
320
350
  * Get a list of all objects that use this object
321
351
  */
322
352
  propertymappingsAllUsedByList(requestParameters: PropertymappingsAllUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>>;
323
- /**
324
- * LDAP PropertyMapping Viewset
325
- */
326
- propertymappingsLdapCreateRaw(requestParameters: PropertymappingsLdapCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LDAPPropertyMapping>>;
327
- /**
328
- * LDAP PropertyMapping Viewset
329
- */
330
- propertymappingsLdapCreate(requestParameters: PropertymappingsLdapCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LDAPPropertyMapping>;
331
- /**
332
- * LDAP PropertyMapping Viewset
333
- */
334
- propertymappingsLdapDestroyRaw(requestParameters: PropertymappingsLdapDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
335
- /**
336
- * LDAP PropertyMapping Viewset
337
- */
338
- propertymappingsLdapDestroy(requestParameters: PropertymappingsLdapDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
339
- /**
340
- * LDAP PropertyMapping Viewset
341
- */
342
- propertymappingsLdapListRaw(requestParameters: PropertymappingsLdapListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedLDAPPropertyMappingList>>;
343
- /**
344
- * LDAP PropertyMapping Viewset
345
- */
346
- propertymappingsLdapList(requestParameters?: PropertymappingsLdapListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedLDAPPropertyMappingList>;
347
- /**
348
- * LDAP PropertyMapping Viewset
349
- */
350
- propertymappingsLdapPartialUpdateRaw(requestParameters: PropertymappingsLdapPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LDAPPropertyMapping>>;
351
- /**
352
- * LDAP PropertyMapping Viewset
353
- */
354
- propertymappingsLdapPartialUpdate(requestParameters: PropertymappingsLdapPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LDAPPropertyMapping>;
355
- /**
356
- * LDAP PropertyMapping Viewset
357
- */
358
- propertymappingsLdapRetrieveRaw(requestParameters: PropertymappingsLdapRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LDAPPropertyMapping>>;
359
- /**
360
- * LDAP PropertyMapping Viewset
361
- */
362
- propertymappingsLdapRetrieve(requestParameters: PropertymappingsLdapRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LDAPPropertyMapping>;
363
- /**
364
- * LDAP PropertyMapping Viewset
365
- */
366
- propertymappingsLdapUpdateRaw(requestParameters: PropertymappingsLdapUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LDAPPropertyMapping>>;
367
- /**
368
- * LDAP PropertyMapping Viewset
369
- */
370
- propertymappingsLdapUpdate(requestParameters: PropertymappingsLdapUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LDAPPropertyMapping>;
371
- /**
372
- * Get a list of all objects that use this object
373
- */
374
- propertymappingsLdapUsedByListRaw(requestParameters: PropertymappingsLdapUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UsedBy>>>;
375
- /**
376
- * Get a list of all objects that use this object
377
- */
378
- propertymappingsLdapUsedByList(requestParameters: PropertymappingsLdapUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>>;
379
353
  /**
380
354
  * NotificationWebhookMapping Viewset
381
355
  */
@@ -600,6 +574,62 @@ export declare class PropertymappingsApi extends runtime.BaseAPI {
600
574
  * Get a list of all objects that use this object
601
575
  */
602
576
  propertymappingsRacUsedByList(requestParameters: PropertymappingsRacUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>>;
577
+ /**
578
+ * RadiusProviderPropertyMapping Viewset
579
+ */
580
+ propertymappingsRadiusCreateRaw(requestParameters: PropertymappingsRadiusCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RadiusProviderPropertyMapping>>;
581
+ /**
582
+ * RadiusProviderPropertyMapping Viewset
583
+ */
584
+ propertymappingsRadiusCreate(requestParameters: PropertymappingsRadiusCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RadiusProviderPropertyMapping>;
585
+ /**
586
+ * RadiusProviderPropertyMapping Viewset
587
+ */
588
+ propertymappingsRadiusDestroyRaw(requestParameters: PropertymappingsRadiusDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
589
+ /**
590
+ * RadiusProviderPropertyMapping Viewset
591
+ */
592
+ propertymappingsRadiusDestroy(requestParameters: PropertymappingsRadiusDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
593
+ /**
594
+ * RadiusProviderPropertyMapping Viewset
595
+ */
596
+ propertymappingsRadiusListRaw(requestParameters: PropertymappingsRadiusListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedRadiusProviderPropertyMappingList>>;
597
+ /**
598
+ * RadiusProviderPropertyMapping Viewset
599
+ */
600
+ propertymappingsRadiusList(requestParameters?: PropertymappingsRadiusListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedRadiusProviderPropertyMappingList>;
601
+ /**
602
+ * RadiusProviderPropertyMapping Viewset
603
+ */
604
+ propertymappingsRadiusPartialUpdateRaw(requestParameters: PropertymappingsRadiusPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RadiusProviderPropertyMapping>>;
605
+ /**
606
+ * RadiusProviderPropertyMapping Viewset
607
+ */
608
+ propertymappingsRadiusPartialUpdate(requestParameters: PropertymappingsRadiusPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RadiusProviderPropertyMapping>;
609
+ /**
610
+ * RadiusProviderPropertyMapping Viewset
611
+ */
612
+ propertymappingsRadiusRetrieveRaw(requestParameters: PropertymappingsRadiusRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RadiusProviderPropertyMapping>>;
613
+ /**
614
+ * RadiusProviderPropertyMapping Viewset
615
+ */
616
+ propertymappingsRadiusRetrieve(requestParameters: PropertymappingsRadiusRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RadiusProviderPropertyMapping>;
617
+ /**
618
+ * RadiusProviderPropertyMapping Viewset
619
+ */
620
+ propertymappingsRadiusUpdateRaw(requestParameters: PropertymappingsRadiusUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RadiusProviderPropertyMapping>>;
621
+ /**
622
+ * RadiusProviderPropertyMapping Viewset
623
+ */
624
+ propertymappingsRadiusUpdate(requestParameters: PropertymappingsRadiusUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RadiusProviderPropertyMapping>;
625
+ /**
626
+ * Get a list of all objects that use this object
627
+ */
628
+ propertymappingsRadiusUsedByListRaw(requestParameters: PropertymappingsRadiusUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UsedBy>>>;
629
+ /**
630
+ * Get a list of all objects that use this object
631
+ */
632
+ propertymappingsRadiusUsedByList(requestParameters: PropertymappingsRadiusUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>>;
603
633
  /**
604
634
  * SAMLPropertyMapping Viewset
605
635
  */
@@ -768,4 +798,60 @@ export declare class PropertymappingsApi extends runtime.BaseAPI {
768
798
  * Get a list of all objects that use this object
769
799
  */
770
800
  propertymappingsScopeUsedByList(requestParameters: PropertymappingsScopeUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>>;
801
+ /**
802
+ * LDAP PropertyMapping Viewset
803
+ */
804
+ propertymappingsSourceLdapCreateRaw(requestParameters: PropertymappingsSourceLdapCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LDAPSourcePropertyMapping>>;
805
+ /**
806
+ * LDAP PropertyMapping Viewset
807
+ */
808
+ propertymappingsSourceLdapCreate(requestParameters: PropertymappingsSourceLdapCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LDAPSourcePropertyMapping>;
809
+ /**
810
+ * LDAP PropertyMapping Viewset
811
+ */
812
+ propertymappingsSourceLdapDestroyRaw(requestParameters: PropertymappingsSourceLdapDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
813
+ /**
814
+ * LDAP PropertyMapping Viewset
815
+ */
816
+ propertymappingsSourceLdapDestroy(requestParameters: PropertymappingsSourceLdapDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
817
+ /**
818
+ * LDAP PropertyMapping Viewset
819
+ */
820
+ propertymappingsSourceLdapListRaw(requestParameters: PropertymappingsSourceLdapListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedLDAPSourcePropertyMappingList>>;
821
+ /**
822
+ * LDAP PropertyMapping Viewset
823
+ */
824
+ propertymappingsSourceLdapList(requestParameters?: PropertymappingsSourceLdapListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedLDAPSourcePropertyMappingList>;
825
+ /**
826
+ * LDAP PropertyMapping Viewset
827
+ */
828
+ propertymappingsSourceLdapPartialUpdateRaw(requestParameters: PropertymappingsSourceLdapPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LDAPSourcePropertyMapping>>;
829
+ /**
830
+ * LDAP PropertyMapping Viewset
831
+ */
832
+ propertymappingsSourceLdapPartialUpdate(requestParameters: PropertymappingsSourceLdapPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LDAPSourcePropertyMapping>;
833
+ /**
834
+ * LDAP PropertyMapping Viewset
835
+ */
836
+ propertymappingsSourceLdapRetrieveRaw(requestParameters: PropertymappingsSourceLdapRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LDAPSourcePropertyMapping>>;
837
+ /**
838
+ * LDAP PropertyMapping Viewset
839
+ */
840
+ propertymappingsSourceLdapRetrieve(requestParameters: PropertymappingsSourceLdapRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LDAPSourcePropertyMapping>;
841
+ /**
842
+ * LDAP PropertyMapping Viewset
843
+ */
844
+ propertymappingsSourceLdapUpdateRaw(requestParameters: PropertymappingsSourceLdapUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LDAPSourcePropertyMapping>>;
845
+ /**
846
+ * LDAP PropertyMapping Viewset
847
+ */
848
+ propertymappingsSourceLdapUpdate(requestParameters: PropertymappingsSourceLdapUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LDAPSourcePropertyMapping>;
849
+ /**
850
+ * Get a list of all objects that use this object
851
+ */
852
+ propertymappingsSourceLdapUsedByListRaw(requestParameters: PropertymappingsSourceLdapUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UsedBy>>>;
853
+ /**
854
+ * Get a list of all objects that use this object
855
+ */
856
+ propertymappingsSourceLdapUsedByList(requestParameters: PropertymappingsSourceLdapUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>>;
771
857
  }