@goauthentik/api 2024.6.1-1721909829 → 2024.6.1-1721927330

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -0,0 +1,38 @@
1
+ /**
2
+ * authentik
3
+ * Making authentication simple.
4
+ *
5
+ * The version of the OpenAPI document: 2024.6.1
6
+ * Contact: hello@goauthentik.io
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 type { PolicyTestResult } from './PolicyTestResult';
13
+ /**
14
+ * Base serializer class which doesn't implement create/update methods
15
+ * @export
16
+ * @interface RadiusCheckAccess
17
+ */
18
+ export interface RadiusCheckAccess {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof RadiusCheckAccess
23
+ */
24
+ attributes?: string;
25
+ /**
26
+ *
27
+ * @type {PolicyTestResult}
28
+ * @memberof RadiusCheckAccess
29
+ */
30
+ access: PolicyTestResult;
31
+ }
32
+ /**
33
+ * Check if a given object implements the RadiusCheckAccess interface.
34
+ */
35
+ export declare function instanceOfRadiusCheckAccess(value: object): boolean;
36
+ export declare function RadiusCheckAccessFromJSON(json: any): RadiusCheckAccess;
37
+ export declare function RadiusCheckAccessFromJSONTyped(json: any, ignoreDiscriminator: boolean): RadiusCheckAccess;
38
+ export declare function RadiusCheckAccessToJSON(value?: RadiusCheckAccess | null): any;
@@ -0,0 +1,47 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * authentik
5
+ * Making authentication simple.
6
+ *
7
+ * The version of the OpenAPI document: 2024.6.1
8
+ * Contact: hello@goauthentik.io
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { exists } from '../runtime';
15
+ import { PolicyTestResultFromJSON, PolicyTestResultToJSON, } from './PolicyTestResult';
16
+ /**
17
+ * Check if a given object implements the RadiusCheckAccess interface.
18
+ */
19
+ export function instanceOfRadiusCheckAccess(value) {
20
+ let isInstance = true;
21
+ isInstance = isInstance && "access" in value;
22
+ return isInstance;
23
+ }
24
+ export function RadiusCheckAccessFromJSON(json) {
25
+ return RadiusCheckAccessFromJSONTyped(json, false);
26
+ }
27
+ export function RadiusCheckAccessFromJSONTyped(json, ignoreDiscriminator) {
28
+ if ((json === undefined) || (json === null)) {
29
+ return json;
30
+ }
31
+ return {
32
+ 'attributes': !exists(json, 'attributes') ? undefined : json['attributes'],
33
+ 'access': PolicyTestResultFromJSON(json['access']),
34
+ };
35
+ }
36
+ export function RadiusCheckAccessToJSON(value) {
37
+ if (value === undefined) {
38
+ return undefined;
39
+ }
40
+ if (value === null) {
41
+ return null;
42
+ }
43
+ return {
44
+ 'attributes': value.attributes,
45
+ 'access': PolicyTestResultToJSON(value.access),
46
+ };
47
+ }
@@ -0,0 +1,73 @@
1
+ /**
2
+ * authentik
3
+ * Making authentication simple.
4
+ *
5
+ * The version of the OpenAPI document: 2024.6.1
6
+ * Contact: hello@goauthentik.io
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
+ /**
13
+ * RadiusProviderPropertyMapping Serializer
14
+ * @export
15
+ * @interface RadiusProviderPropertyMapping
16
+ */
17
+ export interface RadiusProviderPropertyMapping {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof RadiusProviderPropertyMapping
22
+ */
23
+ readonly pk: string;
24
+ /**
25
+ * Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.
26
+ * @type {string}
27
+ * @memberof RadiusProviderPropertyMapping
28
+ */
29
+ managed?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof RadiusProviderPropertyMapping
34
+ */
35
+ name: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof RadiusProviderPropertyMapping
40
+ */
41
+ expression: string;
42
+ /**
43
+ * Get object's component so that we know how to edit the object
44
+ * @type {string}
45
+ * @memberof RadiusProviderPropertyMapping
46
+ */
47
+ readonly component: string;
48
+ /**
49
+ * Return object's verbose_name
50
+ * @type {string}
51
+ * @memberof RadiusProviderPropertyMapping
52
+ */
53
+ readonly verboseName: string;
54
+ /**
55
+ * Return object's plural verbose_name
56
+ * @type {string}
57
+ * @memberof RadiusProviderPropertyMapping
58
+ */
59
+ readonly verboseNamePlural: string;
60
+ /**
61
+ * Return internal model name
62
+ * @type {string}
63
+ * @memberof RadiusProviderPropertyMapping
64
+ */
65
+ readonly metaModelName: string;
66
+ }
67
+ /**
68
+ * Check if a given object implements the RadiusProviderPropertyMapping interface.
69
+ */
70
+ export declare function instanceOfRadiusProviderPropertyMapping(value: object): boolean;
71
+ export declare function RadiusProviderPropertyMappingFromJSON(json: any): RadiusProviderPropertyMapping;
72
+ export declare function RadiusProviderPropertyMappingFromJSONTyped(json: any, ignoreDiscriminator: boolean): RadiusProviderPropertyMapping;
73
+ export declare function RadiusProviderPropertyMappingToJSON(value?: RadiusProviderPropertyMapping | null): any;
@@ -0,0 +1,59 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * authentik
5
+ * Making authentication simple.
6
+ *
7
+ * The version of the OpenAPI document: 2024.6.1
8
+ * Contact: hello@goauthentik.io
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { exists } from '../runtime';
15
+ /**
16
+ * Check if a given object implements the RadiusProviderPropertyMapping interface.
17
+ */
18
+ export function instanceOfRadiusProviderPropertyMapping(value) {
19
+ let isInstance = true;
20
+ isInstance = isInstance && "pk" in value;
21
+ isInstance = isInstance && "name" in value;
22
+ isInstance = isInstance && "expression" in value;
23
+ isInstance = isInstance && "component" in value;
24
+ isInstance = isInstance && "verboseName" in value;
25
+ isInstance = isInstance && "verboseNamePlural" in value;
26
+ isInstance = isInstance && "metaModelName" in value;
27
+ return isInstance;
28
+ }
29
+ export function RadiusProviderPropertyMappingFromJSON(json) {
30
+ return RadiusProviderPropertyMappingFromJSONTyped(json, false);
31
+ }
32
+ export function RadiusProviderPropertyMappingFromJSONTyped(json, ignoreDiscriminator) {
33
+ if ((json === undefined) || (json === null)) {
34
+ return json;
35
+ }
36
+ return {
37
+ 'pk': json['pk'],
38
+ 'managed': !exists(json, 'managed') ? undefined : json['managed'],
39
+ 'name': json['name'],
40
+ 'expression': json['expression'],
41
+ 'component': json['component'],
42
+ 'verboseName': json['verbose_name'],
43
+ 'verboseNamePlural': json['verbose_name_plural'],
44
+ 'metaModelName': json['meta_model_name'],
45
+ };
46
+ }
47
+ export function RadiusProviderPropertyMappingToJSON(value) {
48
+ if (value === undefined) {
49
+ return undefined;
50
+ }
51
+ if (value === null) {
52
+ return null;
53
+ }
54
+ return {
55
+ 'managed': value.managed,
56
+ 'name': value.name,
57
+ 'expression': value.expression,
58
+ };
59
+ }
@@ -0,0 +1,43 @@
1
+ /**
2
+ * authentik
3
+ * Making authentication simple.
4
+ *
5
+ * The version of the OpenAPI document: 2024.6.1
6
+ * Contact: hello@goauthentik.io
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
+ /**
13
+ * RadiusProviderPropertyMapping Serializer
14
+ * @export
15
+ * @interface RadiusProviderPropertyMappingRequest
16
+ */
17
+ export interface RadiusProviderPropertyMappingRequest {
18
+ /**
19
+ * Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.
20
+ * @type {string}
21
+ * @memberof RadiusProviderPropertyMappingRequest
22
+ */
23
+ managed?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof RadiusProviderPropertyMappingRequest
28
+ */
29
+ name: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof RadiusProviderPropertyMappingRequest
34
+ */
35
+ expression: string;
36
+ }
37
+ /**
38
+ * Check if a given object implements the RadiusProviderPropertyMappingRequest interface.
39
+ */
40
+ export declare function instanceOfRadiusProviderPropertyMappingRequest(value: object): boolean;
41
+ export declare function RadiusProviderPropertyMappingRequestFromJSON(json: any): RadiusProviderPropertyMappingRequest;
42
+ export declare function RadiusProviderPropertyMappingRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): RadiusProviderPropertyMappingRequest;
43
+ export declare function RadiusProviderPropertyMappingRequestToJSON(value?: RadiusProviderPropertyMappingRequest | null): any;
@@ -0,0 +1,49 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * authentik
5
+ * Making authentication simple.
6
+ *
7
+ * The version of the OpenAPI document: 2024.6.1
8
+ * Contact: hello@goauthentik.io
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { exists } from '../runtime';
15
+ /**
16
+ * Check if a given object implements the RadiusProviderPropertyMappingRequest interface.
17
+ */
18
+ export function instanceOfRadiusProviderPropertyMappingRequest(value) {
19
+ let isInstance = true;
20
+ isInstance = isInstance && "name" in value;
21
+ isInstance = isInstance && "expression" in value;
22
+ return isInstance;
23
+ }
24
+ export function RadiusProviderPropertyMappingRequestFromJSON(json) {
25
+ return RadiusProviderPropertyMappingRequestFromJSONTyped(json, false);
26
+ }
27
+ export function RadiusProviderPropertyMappingRequestFromJSONTyped(json, ignoreDiscriminator) {
28
+ if ((json === undefined) || (json === null)) {
29
+ return json;
30
+ }
31
+ return {
32
+ 'managed': !exists(json, 'managed') ? undefined : json['managed'],
33
+ 'name': json['name'],
34
+ 'expression': json['expression'],
35
+ };
36
+ }
37
+ export function RadiusProviderPropertyMappingRequestToJSON(value) {
38
+ if (value === undefined) {
39
+ return undefined;
40
+ }
41
+ if (value === null) {
42
+ return null;
43
+ }
44
+ return {
45
+ 'managed': value.managed,
46
+ 'name': value.name,
47
+ 'expression': value.expression,
48
+ };
49
+ }
@@ -167,11 +167,11 @@ export * from './KubernetesServiceConnectionRequest';
167
167
  export * from './LDAPAPIAccessMode';
168
168
  export * from './LDAPDebug';
169
169
  export * from './LDAPOutpostConfig';
170
- export * from './LDAPPropertyMapping';
171
- export * from './LDAPPropertyMappingRequest';
172
170
  export * from './LDAPProvider';
173
171
  export * from './LDAPProviderRequest';
174
172
  export * from './LDAPSource';
173
+ export * from './LDAPSourcePropertyMapping';
174
+ export * from './LDAPSourcePropertyMappingRequest';
175
175
  export * from './LDAPSourceRequest';
176
176
  export * from './License';
177
177
  export * from './LicenseForecast';
@@ -263,9 +263,9 @@ export * from './PaginatedInvitationList';
263
263
  export * from './PaginatedInvitationStageList';
264
264
  export * from './PaginatedKubernetesServiceConnectionList';
265
265
  export * from './PaginatedLDAPOutpostConfigList';
266
- export * from './PaginatedLDAPPropertyMappingList';
267
266
  export * from './PaginatedLDAPProviderList';
268
267
  export * from './PaginatedLDAPSourceList';
268
+ export * from './PaginatedLDAPSourcePropertyMappingList';
269
269
  export * from './PaginatedLicenseList';
270
270
  export * from './PaginatedMicrosoftEntraProviderGroupList';
271
271
  export * from './PaginatedMicrosoftEntraProviderList';
@@ -296,6 +296,7 @@ export * from './PaginatedRACPropertyMappingList';
296
296
  export * from './PaginatedRACProviderList';
297
297
  export * from './PaginatedRadiusOutpostConfigList';
298
298
  export * from './PaginatedRadiusProviderList';
299
+ export * from './PaginatedRadiusProviderPropertyMappingList';
299
300
  export * from './PaginatedReputationList';
300
301
  export * from './PaginatedReputationPolicyList';
301
302
  export * from './PaginatedRoleAssignedObjectPermissionList';
@@ -376,8 +377,8 @@ export * from './PatchedIdentificationStageRequest';
376
377
  export * from './PatchedInvitationRequest';
377
378
  export * from './PatchedInvitationStageRequest';
378
379
  export * from './PatchedKubernetesServiceConnectionRequest';
379
- export * from './PatchedLDAPPropertyMappingRequest';
380
380
  export * from './PatchedLDAPProviderRequest';
381
+ export * from './PatchedLDAPSourcePropertyMappingRequest';
381
382
  export * from './PatchedLDAPSourceRequest';
382
383
  export * from './PatchedLicenseRequest';
383
384
  export * from './PatchedMicrosoftEntraProviderMappingRequest';
@@ -401,6 +402,7 @@ export * from './PatchedPromptStageRequest';
401
402
  export * from './PatchedProxyProviderRequest';
402
403
  export * from './PatchedRACPropertyMappingRequest';
403
404
  export * from './PatchedRACProviderRequest';
405
+ export * from './PatchedRadiusProviderPropertyMappingRequest';
404
406
  export * from './PatchedRadiusProviderRequest';
405
407
  export * from './PatchedReputationPolicyRequest';
406
408
  export * from './PatchedRoleRequest';
@@ -469,8 +471,11 @@ export * from './RACPropertyMapping';
469
471
  export * from './RACPropertyMappingRequest';
470
472
  export * from './RACProvider';
471
473
  export * from './RACProviderRequest';
474
+ export * from './RadiusCheckAccess';
472
475
  export * from './RadiusOutpostConfig';
473
476
  export * from './RadiusProvider';
477
+ export * from './RadiusProviderPropertyMapping';
478
+ export * from './RadiusProviderPropertyMappingRequest';
474
479
  export * from './RadiusProviderRequest';
475
480
  export * from './RedirectChallenge';
476
481
  export * from './Reputation';
@@ -169,11 +169,11 @@ export * from './KubernetesServiceConnectionRequest';
169
169
  export * from './LDAPAPIAccessMode';
170
170
  export * from './LDAPDebug';
171
171
  export * from './LDAPOutpostConfig';
172
- export * from './LDAPPropertyMapping';
173
- export * from './LDAPPropertyMappingRequest';
174
172
  export * from './LDAPProvider';
175
173
  export * from './LDAPProviderRequest';
176
174
  export * from './LDAPSource';
175
+ export * from './LDAPSourcePropertyMapping';
176
+ export * from './LDAPSourcePropertyMappingRequest';
177
177
  export * from './LDAPSourceRequest';
178
178
  export * from './License';
179
179
  export * from './LicenseForecast';
@@ -265,9 +265,9 @@ export * from './PaginatedInvitationList';
265
265
  export * from './PaginatedInvitationStageList';
266
266
  export * from './PaginatedKubernetesServiceConnectionList';
267
267
  export * from './PaginatedLDAPOutpostConfigList';
268
- export * from './PaginatedLDAPPropertyMappingList';
269
268
  export * from './PaginatedLDAPProviderList';
270
269
  export * from './PaginatedLDAPSourceList';
270
+ export * from './PaginatedLDAPSourcePropertyMappingList';
271
271
  export * from './PaginatedLicenseList';
272
272
  export * from './PaginatedMicrosoftEntraProviderGroupList';
273
273
  export * from './PaginatedMicrosoftEntraProviderList';
@@ -298,6 +298,7 @@ export * from './PaginatedRACPropertyMappingList';
298
298
  export * from './PaginatedRACProviderList';
299
299
  export * from './PaginatedRadiusOutpostConfigList';
300
300
  export * from './PaginatedRadiusProviderList';
301
+ export * from './PaginatedRadiusProviderPropertyMappingList';
301
302
  export * from './PaginatedReputationList';
302
303
  export * from './PaginatedReputationPolicyList';
303
304
  export * from './PaginatedRoleAssignedObjectPermissionList';
@@ -378,8 +379,8 @@ export * from './PatchedIdentificationStageRequest';
378
379
  export * from './PatchedInvitationRequest';
379
380
  export * from './PatchedInvitationStageRequest';
380
381
  export * from './PatchedKubernetesServiceConnectionRequest';
381
- export * from './PatchedLDAPPropertyMappingRequest';
382
382
  export * from './PatchedLDAPProviderRequest';
383
+ export * from './PatchedLDAPSourcePropertyMappingRequest';
383
384
  export * from './PatchedLDAPSourceRequest';
384
385
  export * from './PatchedLicenseRequest';
385
386
  export * from './PatchedMicrosoftEntraProviderMappingRequest';
@@ -403,6 +404,7 @@ export * from './PatchedPromptStageRequest';
403
404
  export * from './PatchedProxyProviderRequest';
404
405
  export * from './PatchedRACPropertyMappingRequest';
405
406
  export * from './PatchedRACProviderRequest';
407
+ export * from './PatchedRadiusProviderPropertyMappingRequest';
406
408
  export * from './PatchedRadiusProviderRequest';
407
409
  export * from './PatchedReputationPolicyRequest';
408
410
  export * from './PatchedRoleRequest';
@@ -471,8 +473,11 @@ export * from './RACPropertyMapping';
471
473
  export * from './RACPropertyMappingRequest';
472
474
  export * from './RACProvider';
473
475
  export * from './RACProviderRequest';
476
+ export * from './RadiusCheckAccess';
474
477
  export * from './RadiusOutpostConfig';
475
478
  export * from './RadiusProvider';
479
+ export * from './RadiusProviderPropertyMapping';
480
+ export * from './RadiusProviderPropertyMappingRequest';
476
481
  export * from './RadiusProviderRequest';
477
482
  export * from './RedirectChallenge';
478
483
  export * from './Reputation';
@@ -12,62 +12,62 @@
12
12
  /**
13
13
  * LDAP PropertyMapping Serializer
14
14
  * @export
15
- * @interface LDAPPropertyMapping
15
+ * @interface LDAPSourcePropertyMapping
16
16
  */
17
- export interface LDAPPropertyMapping {
17
+ export interface LDAPSourcePropertyMapping {
18
18
  /**
19
19
  *
20
20
  * @type {string}
21
- * @memberof LDAPPropertyMapping
21
+ * @memberof LDAPSourcePropertyMapping
22
22
  */
23
23
  readonly pk: string;
24
24
  /**
25
25
  * Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.
26
26
  * @type {string}
27
- * @memberof LDAPPropertyMapping
27
+ * @memberof LDAPSourcePropertyMapping
28
28
  */
29
29
  managed?: string | null;
30
30
  /**
31
31
  *
32
32
  * @type {string}
33
- * @memberof LDAPPropertyMapping
33
+ * @memberof LDAPSourcePropertyMapping
34
34
  */
35
35
  name: string;
36
36
  /**
37
37
  *
38
38
  * @type {string}
39
- * @memberof LDAPPropertyMapping
39
+ * @memberof LDAPSourcePropertyMapping
40
40
  */
41
41
  expression: string;
42
42
  /**
43
43
  * Get object's component so that we know how to edit the object
44
44
  * @type {string}
45
- * @memberof LDAPPropertyMapping
45
+ * @memberof LDAPSourcePropertyMapping
46
46
  */
47
47
  readonly component: string;
48
48
  /**
49
49
  * Return object's verbose_name
50
50
  * @type {string}
51
- * @memberof LDAPPropertyMapping
51
+ * @memberof LDAPSourcePropertyMapping
52
52
  */
53
53
  readonly verboseName: string;
54
54
  /**
55
55
  * Return object's plural verbose_name
56
56
  * @type {string}
57
- * @memberof LDAPPropertyMapping
57
+ * @memberof LDAPSourcePropertyMapping
58
58
  */
59
59
  readonly verboseNamePlural: string;
60
60
  /**
61
61
  * Return internal model name
62
62
  * @type {string}
63
- * @memberof LDAPPropertyMapping
63
+ * @memberof LDAPSourcePropertyMapping
64
64
  */
65
65
  readonly metaModelName: string;
66
66
  }
67
67
  /**
68
- * Check if a given object implements the LDAPPropertyMapping interface.
68
+ * Check if a given object implements the LDAPSourcePropertyMapping interface.
69
69
  */
70
- export declare function instanceOfLDAPPropertyMapping(value: object): boolean;
71
- export declare function LDAPPropertyMappingFromJSON(json: any): LDAPPropertyMapping;
72
- export declare function LDAPPropertyMappingFromJSONTyped(json: any, ignoreDiscriminator: boolean): LDAPPropertyMapping;
73
- export declare function LDAPPropertyMappingToJSON(value?: LDAPPropertyMapping | null): any;
70
+ export declare function instanceOfLDAPSourcePropertyMapping(value: object): boolean;
71
+ export declare function LDAPSourcePropertyMappingFromJSON(json: any): LDAPSourcePropertyMapping;
72
+ export declare function LDAPSourcePropertyMappingFromJSONTyped(json: any, ignoreDiscriminator: boolean): LDAPSourcePropertyMapping;
73
+ export declare function LDAPSourcePropertyMappingToJSON(value?: LDAPSourcePropertyMapping | null): any;
@@ -13,12 +13,12 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.LDAPPropertyMappingToJSON = exports.LDAPPropertyMappingFromJSONTyped = exports.LDAPPropertyMappingFromJSON = exports.instanceOfLDAPPropertyMapping = void 0;
16
+ exports.LDAPSourcePropertyMappingToJSON = exports.LDAPSourcePropertyMappingFromJSONTyped = exports.LDAPSourcePropertyMappingFromJSON = exports.instanceOfLDAPSourcePropertyMapping = void 0;
17
17
  const runtime_1 = require("../runtime");
18
18
  /**
19
- * Check if a given object implements the LDAPPropertyMapping interface.
19
+ * Check if a given object implements the LDAPSourcePropertyMapping interface.
20
20
  */
21
- function instanceOfLDAPPropertyMapping(value) {
21
+ function instanceOfLDAPSourcePropertyMapping(value) {
22
22
  let isInstance = true;
23
23
  isInstance = isInstance && "pk" in value;
24
24
  isInstance = isInstance && "name" in value;
@@ -29,12 +29,12 @@ function instanceOfLDAPPropertyMapping(value) {
29
29
  isInstance = isInstance && "metaModelName" in value;
30
30
  return isInstance;
31
31
  }
32
- exports.instanceOfLDAPPropertyMapping = instanceOfLDAPPropertyMapping;
33
- function LDAPPropertyMappingFromJSON(json) {
34
- return LDAPPropertyMappingFromJSONTyped(json, false);
32
+ exports.instanceOfLDAPSourcePropertyMapping = instanceOfLDAPSourcePropertyMapping;
33
+ function LDAPSourcePropertyMappingFromJSON(json) {
34
+ return LDAPSourcePropertyMappingFromJSONTyped(json, false);
35
35
  }
36
- exports.LDAPPropertyMappingFromJSON = LDAPPropertyMappingFromJSON;
37
- function LDAPPropertyMappingFromJSONTyped(json, ignoreDiscriminator) {
36
+ exports.LDAPSourcePropertyMappingFromJSON = LDAPSourcePropertyMappingFromJSON;
37
+ function LDAPSourcePropertyMappingFromJSONTyped(json, ignoreDiscriminator) {
38
38
  if ((json === undefined) || (json === null)) {
39
39
  return json;
40
40
  }
@@ -49,8 +49,8 @@ function LDAPPropertyMappingFromJSONTyped(json, ignoreDiscriminator) {
49
49
  'metaModelName': json['meta_model_name'],
50
50
  };
51
51
  }
52
- exports.LDAPPropertyMappingFromJSONTyped = LDAPPropertyMappingFromJSONTyped;
53
- function LDAPPropertyMappingToJSON(value) {
52
+ exports.LDAPSourcePropertyMappingFromJSONTyped = LDAPSourcePropertyMappingFromJSONTyped;
53
+ function LDAPSourcePropertyMappingToJSON(value) {
54
54
  if (value === undefined) {
55
55
  return undefined;
56
56
  }
@@ -63,4 +63,4 @@ function LDAPPropertyMappingToJSON(value) {
63
63
  'expression': value.expression,
64
64
  };
65
65
  }
66
- exports.LDAPPropertyMappingToJSON = LDAPPropertyMappingToJSON;
66
+ exports.LDAPSourcePropertyMappingToJSON = LDAPSourcePropertyMappingToJSON;
@@ -12,32 +12,32 @@
12
12
  /**
13
13
  * LDAP PropertyMapping Serializer
14
14
  * @export
15
- * @interface LDAPPropertyMappingRequest
15
+ * @interface LDAPSourcePropertyMappingRequest
16
16
  */
17
- export interface LDAPPropertyMappingRequest {
17
+ export interface LDAPSourcePropertyMappingRequest {
18
18
  /**
19
19
  * Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.
20
20
  * @type {string}
21
- * @memberof LDAPPropertyMappingRequest
21
+ * @memberof LDAPSourcePropertyMappingRequest
22
22
  */
23
23
  managed?: string | null;
24
24
  /**
25
25
  *
26
26
  * @type {string}
27
- * @memberof LDAPPropertyMappingRequest
27
+ * @memberof LDAPSourcePropertyMappingRequest
28
28
  */
29
29
  name: string;
30
30
  /**
31
31
  *
32
32
  * @type {string}
33
- * @memberof LDAPPropertyMappingRequest
33
+ * @memberof LDAPSourcePropertyMappingRequest
34
34
  */
35
35
  expression: string;
36
36
  }
37
37
  /**
38
- * Check if a given object implements the LDAPPropertyMappingRequest interface.
38
+ * Check if a given object implements the LDAPSourcePropertyMappingRequest interface.
39
39
  */
40
- export declare function instanceOfLDAPPropertyMappingRequest(value: object): boolean;
41
- export declare function LDAPPropertyMappingRequestFromJSON(json: any): LDAPPropertyMappingRequest;
42
- export declare function LDAPPropertyMappingRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): LDAPPropertyMappingRequest;
43
- export declare function LDAPPropertyMappingRequestToJSON(value?: LDAPPropertyMappingRequest | null): any;
40
+ export declare function instanceOfLDAPSourcePropertyMappingRequest(value: object): boolean;
41
+ export declare function LDAPSourcePropertyMappingRequestFromJSON(json: any): LDAPSourcePropertyMappingRequest;
42
+ export declare function LDAPSourcePropertyMappingRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): LDAPSourcePropertyMappingRequest;
43
+ export declare function LDAPSourcePropertyMappingRequestToJSON(value?: LDAPSourcePropertyMappingRequest | null): any;
@@ -13,23 +13,23 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.LDAPPropertyMappingRequestToJSON = exports.LDAPPropertyMappingRequestFromJSONTyped = exports.LDAPPropertyMappingRequestFromJSON = exports.instanceOfLDAPPropertyMappingRequest = void 0;
16
+ exports.LDAPSourcePropertyMappingRequestToJSON = exports.LDAPSourcePropertyMappingRequestFromJSONTyped = exports.LDAPSourcePropertyMappingRequestFromJSON = exports.instanceOfLDAPSourcePropertyMappingRequest = void 0;
17
17
  const runtime_1 = require("../runtime");
18
18
  /**
19
- * Check if a given object implements the LDAPPropertyMappingRequest interface.
19
+ * Check if a given object implements the LDAPSourcePropertyMappingRequest interface.
20
20
  */
21
- function instanceOfLDAPPropertyMappingRequest(value) {
21
+ function instanceOfLDAPSourcePropertyMappingRequest(value) {
22
22
  let isInstance = true;
23
23
  isInstance = isInstance && "name" in value;
24
24
  isInstance = isInstance && "expression" in value;
25
25
  return isInstance;
26
26
  }
27
- exports.instanceOfLDAPPropertyMappingRequest = instanceOfLDAPPropertyMappingRequest;
28
- function LDAPPropertyMappingRequestFromJSON(json) {
29
- return LDAPPropertyMappingRequestFromJSONTyped(json, false);
27
+ exports.instanceOfLDAPSourcePropertyMappingRequest = instanceOfLDAPSourcePropertyMappingRequest;
28
+ function LDAPSourcePropertyMappingRequestFromJSON(json) {
29
+ return LDAPSourcePropertyMappingRequestFromJSONTyped(json, false);
30
30
  }
31
- exports.LDAPPropertyMappingRequestFromJSON = LDAPPropertyMappingRequestFromJSON;
32
- function LDAPPropertyMappingRequestFromJSONTyped(json, ignoreDiscriminator) {
31
+ exports.LDAPSourcePropertyMappingRequestFromJSON = LDAPSourcePropertyMappingRequestFromJSON;
32
+ function LDAPSourcePropertyMappingRequestFromJSONTyped(json, ignoreDiscriminator) {
33
33
  if ((json === undefined) || (json === null)) {
34
34
  return json;
35
35
  }
@@ -39,8 +39,8 @@ function LDAPPropertyMappingRequestFromJSONTyped(json, ignoreDiscriminator) {
39
39
  'expression': json['expression'],
40
40
  };
41
41
  }
42
- exports.LDAPPropertyMappingRequestFromJSONTyped = LDAPPropertyMappingRequestFromJSONTyped;
43
- function LDAPPropertyMappingRequestToJSON(value) {
42
+ exports.LDAPSourcePropertyMappingRequestFromJSONTyped = LDAPSourcePropertyMappingRequestFromJSONTyped;
43
+ function LDAPSourcePropertyMappingRequestToJSON(value) {
44
44
  if (value === undefined) {
45
45
  return undefined;
46
46
  }
@@ -53,4 +53,4 @@ function LDAPPropertyMappingRequestToJSON(value) {
53
53
  'expression': value.expression,
54
54
  };
55
55
  }
56
- exports.LDAPPropertyMappingRequestToJSON = LDAPPropertyMappingRequestToJSON;
56
+ exports.LDAPSourcePropertyMappingRequestToJSON = LDAPSourcePropertyMappingRequestToJSON;