@goauthentik/api 2024.6.1-1721916595 → 2024.6.1-1722014086
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +5 -0
- package/dist/apis/OutpostsApi.d.ts +7 -28
- package/dist/apis/OutpostsApi.js +11 -78
- package/dist/apis/PropertymappingsApi.d.ts +92 -9
- package/dist/apis/PropertymappingsApi.js +289 -24
- package/dist/apis/RbacApi.d.ts +2 -0
- package/dist/apis/RbacApi.js +2 -0
- package/dist/esm/apis/OutpostsApi.d.ts +7 -28
- package/dist/esm/apis/OutpostsApi.js +12 -79
- package/dist/esm/apis/PropertymappingsApi.d.ts +92 -9
- package/dist/esm/apis/PropertymappingsApi.js +290 -25
- package/dist/esm/apis/RbacApi.d.ts +2 -0
- package/dist/esm/apis/RbacApi.js +2 -0
- package/dist/esm/models/ModelEnum.d.ts +1 -0
- package/dist/esm/models/ModelEnum.js +1 -0
- package/dist/esm/models/PaginatedRadiusProviderPropertyMappingList.d.ts +39 -0
- package/dist/esm/models/PaginatedRadiusProviderPropertyMappingList.js +48 -0
- package/dist/esm/models/PatchedRadiusProviderPropertyMappingRequest.d.ts +43 -0
- package/dist/esm/models/PatchedRadiusProviderPropertyMappingRequest.js +47 -0
- package/dist/esm/models/RadiusCheckAccess.d.ts +38 -0
- package/dist/esm/models/RadiusCheckAccess.js +47 -0
- package/dist/esm/models/RadiusProviderPropertyMapping.d.ts +73 -0
- package/dist/esm/models/RadiusProviderPropertyMapping.js +59 -0
- package/dist/esm/models/RadiusProviderPropertyMappingRequest.d.ts +43 -0
- package/dist/esm/models/RadiusProviderPropertyMappingRequest.js +49 -0
- package/dist/esm/models/index.d.ts +5 -0
- package/dist/esm/models/index.js +5 -0
- package/dist/models/ModelEnum.d.ts +1 -0
- package/dist/models/ModelEnum.js +1 -0
- package/dist/models/PaginatedRadiusProviderPropertyMappingList.d.ts +39 -0
- package/dist/models/PaginatedRadiusProviderPropertyMappingList.js +55 -0
- package/dist/models/PatchedRadiusProviderPropertyMappingRequest.d.ts +43 -0
- package/dist/models/PatchedRadiusProviderPropertyMappingRequest.js +54 -0
- package/dist/models/RadiusCheckAccess.d.ts +38 -0
- package/dist/models/RadiusCheckAccess.js +54 -0
- package/dist/models/RadiusProviderPropertyMapping.d.ts +73 -0
- package/dist/models/RadiusProviderPropertyMapping.js +66 -0
- package/dist/models/RadiusProviderPropertyMappingRequest.d.ts +43 -0
- package/dist/models/RadiusProviderPropertyMappingRequest.js +56 -0
- package/dist/models/index.d.ts +5 -0
- package/dist/models/index.js +5 -0
- package/package.json +1 -1
- package/src/apis/OutpostsApi.ts +17 -102
- package/src/apis/PropertymappingsApi.ts +380 -40
- package/src/apis/RbacApi.ts +2 -0
- package/src/models/ModelEnum.ts +1 -0
- package/src/models/PaginatedRadiusProviderPropertyMappingList.ts +88 -0
- package/src/models/PatchedRadiusProviderPropertyMappingRequest.ts +81 -0
- package/src/models/RadiusCheckAccess.ts +81 -0
- package/src/models/RadiusProviderPropertyMapping.ts +123 -0
- package/src/models/RadiusProviderPropertyMappingRequest.ts +83 -0
- package/src/models/index.ts +5 -0
|
@@ -10,12 +10,14 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type { GoogleWorkspaceProviderMapping, GoogleWorkspaceProviderMappingRequest, LDAPSourcePropertyMapping, LDAPSourcePropertyMappingRequest, MicrosoftEntraProviderMapping, MicrosoftEntraProviderMappingRequest, NotificationWebhookMapping, NotificationWebhookMappingRequest, PaginatedGoogleWorkspaceProviderMappingList, PaginatedLDAPSourcePropertyMappingList, PaginatedMicrosoftEntraProviderMappingList, PaginatedNotificationWebhookMappingList, PaginatedPropertyMappingList, PaginatedRACPropertyMappingList, PaginatedSAMLPropertyMappingList, PaginatedSCIMMappingList, PaginatedScopeMappingList, PatchedGoogleWorkspaceProviderMappingRequest, PatchedLDAPSourcePropertyMappingRequest, 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
|
}
|
|
17
17
|
export interface PropertymappingsAllListRequest {
|
|
18
|
+
managed?: Array<string>;
|
|
18
19
|
managedIsnull?: boolean;
|
|
20
|
+
name?: string;
|
|
19
21
|
ordering?: string;
|
|
20
22
|
page?: number;
|
|
21
23
|
pageSize?: number;
|
|
@@ -147,6 +149,35 @@ export interface PropertymappingsRacUpdateRequest {
|
|
|
147
149
|
export interface PropertymappingsRacUsedByListRequest {
|
|
148
150
|
pmUuid: string;
|
|
149
151
|
}
|
|
152
|
+
export interface PropertymappingsRadiusCreateRequest {
|
|
153
|
+
radiusProviderPropertyMappingRequest: RadiusProviderPropertyMappingRequest;
|
|
154
|
+
}
|
|
155
|
+
export interface PropertymappingsRadiusDestroyRequest {
|
|
156
|
+
pmUuid: string;
|
|
157
|
+
}
|
|
158
|
+
export interface PropertymappingsRadiusListRequest {
|
|
159
|
+
managed?: Array<string>;
|
|
160
|
+
managedIsnull?: boolean;
|
|
161
|
+
name?: string;
|
|
162
|
+
ordering?: string;
|
|
163
|
+
page?: number;
|
|
164
|
+
pageSize?: number;
|
|
165
|
+
search?: string;
|
|
166
|
+
}
|
|
167
|
+
export interface PropertymappingsRadiusPartialUpdateRequest {
|
|
168
|
+
pmUuid: string;
|
|
169
|
+
patchedRadiusProviderPropertyMappingRequest?: PatchedRadiusProviderPropertyMappingRequest;
|
|
170
|
+
}
|
|
171
|
+
export interface PropertymappingsRadiusRetrieveRequest {
|
|
172
|
+
pmUuid: string;
|
|
173
|
+
}
|
|
174
|
+
export interface PropertymappingsRadiusUpdateRequest {
|
|
175
|
+
pmUuid: string;
|
|
176
|
+
radiusProviderPropertyMappingRequest: RadiusProviderPropertyMappingRequest;
|
|
177
|
+
}
|
|
178
|
+
export interface PropertymappingsRadiusUsedByListRequest {
|
|
179
|
+
pmUuid: string;
|
|
180
|
+
}
|
|
150
181
|
export interface PropertymappingsSamlCreateRequest {
|
|
151
182
|
sAMLPropertyMappingRequest: SAMLPropertyMappingRequest;
|
|
152
183
|
}
|
|
@@ -154,15 +185,12 @@ export interface PropertymappingsSamlDestroyRequest {
|
|
|
154
185
|
pmUuid: string;
|
|
155
186
|
}
|
|
156
187
|
export interface PropertymappingsSamlListRequest {
|
|
157
|
-
expression?: string;
|
|
158
|
-
friendlyName?: string;
|
|
159
188
|
managed?: Array<string>;
|
|
189
|
+
managedIsnull?: boolean;
|
|
160
190
|
name?: string;
|
|
161
191
|
ordering?: string;
|
|
162
192
|
page?: number;
|
|
163
193
|
pageSize?: number;
|
|
164
|
-
pmUuid?: string;
|
|
165
|
-
samlName?: string;
|
|
166
194
|
search?: string;
|
|
167
195
|
}
|
|
168
196
|
export interface PropertymappingsSamlPartialUpdateRequest {
|
|
@@ -186,13 +214,12 @@ export interface PropertymappingsScimDestroyRequest {
|
|
|
186
214
|
pmUuid: string;
|
|
187
215
|
}
|
|
188
216
|
export interface PropertymappingsScimListRequest {
|
|
189
|
-
expression?: string;
|
|
190
217
|
managed?: Array<string>;
|
|
218
|
+
managedIsnull?: boolean;
|
|
191
219
|
name?: string;
|
|
192
220
|
ordering?: string;
|
|
193
221
|
page?: number;
|
|
194
222
|
pageSize?: number;
|
|
195
|
-
pmUuid?: string;
|
|
196
223
|
search?: string;
|
|
197
224
|
}
|
|
198
225
|
export interface PropertymappingsScimPartialUpdateRequest {
|
|
@@ -217,6 +244,7 @@ export interface PropertymappingsScopeDestroyRequest {
|
|
|
217
244
|
}
|
|
218
245
|
export interface PropertymappingsScopeListRequest {
|
|
219
246
|
managed?: Array<string>;
|
|
247
|
+
managedIsnull?: boolean;
|
|
220
248
|
name?: string;
|
|
221
249
|
ordering?: string;
|
|
222
250
|
page?: number;
|
|
@@ -245,13 +273,12 @@ export interface PropertymappingsSourceLdapDestroyRequest {
|
|
|
245
273
|
pmUuid: string;
|
|
246
274
|
}
|
|
247
275
|
export interface PropertymappingsSourceLdapListRequest {
|
|
248
|
-
expression?: string;
|
|
249
276
|
managed?: Array<string>;
|
|
277
|
+
managedIsnull?: boolean;
|
|
250
278
|
name?: string;
|
|
251
279
|
ordering?: string;
|
|
252
280
|
page?: number;
|
|
253
281
|
pageSize?: number;
|
|
254
|
-
pmUuid?: string;
|
|
255
282
|
search?: string;
|
|
256
283
|
}
|
|
257
284
|
export interface PropertymappingsSourceLdapPartialUpdateRequest {
|
|
@@ -544,6 +571,62 @@ export declare class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
544
571
|
* Get a list of all objects that use this object
|
|
545
572
|
*/
|
|
546
573
|
propertymappingsRacUsedByList(requestParameters: PropertymappingsRacUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>>;
|
|
574
|
+
/**
|
|
575
|
+
* RadiusProviderPropertyMapping Viewset
|
|
576
|
+
*/
|
|
577
|
+
propertymappingsRadiusCreateRaw(requestParameters: PropertymappingsRadiusCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RadiusProviderPropertyMapping>>;
|
|
578
|
+
/**
|
|
579
|
+
* RadiusProviderPropertyMapping Viewset
|
|
580
|
+
*/
|
|
581
|
+
propertymappingsRadiusCreate(requestParameters: PropertymappingsRadiusCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RadiusProviderPropertyMapping>;
|
|
582
|
+
/**
|
|
583
|
+
* RadiusProviderPropertyMapping Viewset
|
|
584
|
+
*/
|
|
585
|
+
propertymappingsRadiusDestroyRaw(requestParameters: PropertymappingsRadiusDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
586
|
+
/**
|
|
587
|
+
* RadiusProviderPropertyMapping Viewset
|
|
588
|
+
*/
|
|
589
|
+
propertymappingsRadiusDestroy(requestParameters: PropertymappingsRadiusDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
590
|
+
/**
|
|
591
|
+
* RadiusProviderPropertyMapping Viewset
|
|
592
|
+
*/
|
|
593
|
+
propertymappingsRadiusListRaw(requestParameters: PropertymappingsRadiusListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedRadiusProviderPropertyMappingList>>;
|
|
594
|
+
/**
|
|
595
|
+
* RadiusProviderPropertyMapping Viewset
|
|
596
|
+
*/
|
|
597
|
+
propertymappingsRadiusList(requestParameters?: PropertymappingsRadiusListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedRadiusProviderPropertyMappingList>;
|
|
598
|
+
/**
|
|
599
|
+
* RadiusProviderPropertyMapping Viewset
|
|
600
|
+
*/
|
|
601
|
+
propertymappingsRadiusPartialUpdateRaw(requestParameters: PropertymappingsRadiusPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RadiusProviderPropertyMapping>>;
|
|
602
|
+
/**
|
|
603
|
+
* RadiusProviderPropertyMapping Viewset
|
|
604
|
+
*/
|
|
605
|
+
propertymappingsRadiusPartialUpdate(requestParameters: PropertymappingsRadiusPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RadiusProviderPropertyMapping>;
|
|
606
|
+
/**
|
|
607
|
+
* RadiusProviderPropertyMapping Viewset
|
|
608
|
+
*/
|
|
609
|
+
propertymappingsRadiusRetrieveRaw(requestParameters: PropertymappingsRadiusRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RadiusProviderPropertyMapping>>;
|
|
610
|
+
/**
|
|
611
|
+
* RadiusProviderPropertyMapping Viewset
|
|
612
|
+
*/
|
|
613
|
+
propertymappingsRadiusRetrieve(requestParameters: PropertymappingsRadiusRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RadiusProviderPropertyMapping>;
|
|
614
|
+
/**
|
|
615
|
+
* RadiusProviderPropertyMapping Viewset
|
|
616
|
+
*/
|
|
617
|
+
propertymappingsRadiusUpdateRaw(requestParameters: PropertymappingsRadiusUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RadiusProviderPropertyMapping>>;
|
|
618
|
+
/**
|
|
619
|
+
* RadiusProviderPropertyMapping Viewset
|
|
620
|
+
*/
|
|
621
|
+
propertymappingsRadiusUpdate(requestParameters: PropertymappingsRadiusUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RadiusProviderPropertyMapping>;
|
|
622
|
+
/**
|
|
623
|
+
* Get a list of all objects that use this object
|
|
624
|
+
*/
|
|
625
|
+
propertymappingsRadiusUsedByListRaw(requestParameters: PropertymappingsRadiusUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UsedBy>>>;
|
|
626
|
+
/**
|
|
627
|
+
* Get a list of all objects that use this object
|
|
628
|
+
*/
|
|
629
|
+
propertymappingsRadiusUsedByList(requestParameters: PropertymappingsRadiusUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>>;
|
|
547
630
|
/**
|
|
548
631
|
* SAMLPropertyMapping Viewset
|
|
549
632
|
*/
|
|
@@ -21,7 +21,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
21
21
|
});
|
|
22
22
|
};
|
|
23
23
|
import * as runtime from '../runtime';
|
|
24
|
-
import { GoogleWorkspaceProviderMappingFromJSON, GoogleWorkspaceProviderMappingRequestToJSON, LDAPSourcePropertyMappingFromJSON, LDAPSourcePropertyMappingRequestToJSON, MicrosoftEntraProviderMappingFromJSON, MicrosoftEntraProviderMappingRequestToJSON, NotificationWebhookMappingFromJSON, NotificationWebhookMappingRequestToJSON, PaginatedGoogleWorkspaceProviderMappingListFromJSON, PaginatedLDAPSourcePropertyMappingListFromJSON, PaginatedMicrosoftEntraProviderMappingListFromJSON, PaginatedNotificationWebhookMappingListFromJSON, PaginatedPropertyMappingListFromJSON, PaginatedRACPropertyMappingListFromJSON, PaginatedSAMLPropertyMappingListFromJSON, PaginatedSCIMMappingListFromJSON, PaginatedScopeMappingListFromJSON, PatchedGoogleWorkspaceProviderMappingRequestToJSON, PatchedLDAPSourcePropertyMappingRequestToJSON, PatchedMicrosoftEntraProviderMappingRequestToJSON, PatchedNotificationWebhookMappingRequestToJSON, PatchedRACPropertyMappingRequestToJSON, PatchedSAMLPropertyMappingRequestToJSON, PatchedSCIMMappingRequestToJSON, PatchedScopeMappingRequestToJSON, PropertyMappingFromJSON, PropertyMappingTestRequestToJSON, PropertyMappingTestResultFromJSON, RACPropertyMappingFromJSON, RACPropertyMappingRequestToJSON, SAMLPropertyMappingFromJSON, SAMLPropertyMappingRequestToJSON, SCIMMappingFromJSON, SCIMMappingRequestToJSON, ScopeMappingFromJSON, ScopeMappingRequestToJSON, TypeCreateFromJSON, UsedByFromJSON, } from '../models';
|
|
24
|
+
import { GoogleWorkspaceProviderMappingFromJSON, GoogleWorkspaceProviderMappingRequestToJSON, LDAPSourcePropertyMappingFromJSON, LDAPSourcePropertyMappingRequestToJSON, MicrosoftEntraProviderMappingFromJSON, MicrosoftEntraProviderMappingRequestToJSON, NotificationWebhookMappingFromJSON, NotificationWebhookMappingRequestToJSON, PaginatedGoogleWorkspaceProviderMappingListFromJSON, PaginatedLDAPSourcePropertyMappingListFromJSON, PaginatedMicrosoftEntraProviderMappingListFromJSON, PaginatedNotificationWebhookMappingListFromJSON, PaginatedPropertyMappingListFromJSON, PaginatedRACPropertyMappingListFromJSON, PaginatedRadiusProviderPropertyMappingListFromJSON, PaginatedSAMLPropertyMappingListFromJSON, PaginatedSCIMMappingListFromJSON, PaginatedScopeMappingListFromJSON, PatchedGoogleWorkspaceProviderMappingRequestToJSON, PatchedLDAPSourcePropertyMappingRequestToJSON, PatchedMicrosoftEntraProviderMappingRequestToJSON, PatchedNotificationWebhookMappingRequestToJSON, PatchedRACPropertyMappingRequestToJSON, PatchedRadiusProviderPropertyMappingRequestToJSON, PatchedSAMLPropertyMappingRequestToJSON, PatchedSCIMMappingRequestToJSON, PatchedScopeMappingRequestToJSON, PropertyMappingFromJSON, PropertyMappingTestRequestToJSON, PropertyMappingTestResultFromJSON, RACPropertyMappingFromJSON, RACPropertyMappingRequestToJSON, RadiusProviderPropertyMappingFromJSON, RadiusProviderPropertyMappingRequestToJSON, SAMLPropertyMappingFromJSON, SAMLPropertyMappingRequestToJSON, SCIMMappingFromJSON, SCIMMappingRequestToJSON, ScopeMappingFromJSON, ScopeMappingRequestToJSON, TypeCreateFromJSON, UsedByFromJSON, } from '../models';
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
@@ -66,9 +66,15 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
66
66
|
propertymappingsAllListRaw(requestParameters, initOverrides) {
|
|
67
67
|
return __awaiter(this, void 0, void 0, function* () {
|
|
68
68
|
const queryParameters = {};
|
|
69
|
+
if (requestParameters.managed) {
|
|
70
|
+
queryParameters['managed'] = requestParameters.managed;
|
|
71
|
+
}
|
|
69
72
|
if (requestParameters.managedIsnull !== undefined) {
|
|
70
73
|
queryParameters['managed__isnull'] = requestParameters.managedIsnull;
|
|
71
74
|
}
|
|
75
|
+
if (requestParameters.name !== undefined) {
|
|
76
|
+
queryParameters['name'] = requestParameters.name;
|
|
77
|
+
}
|
|
72
78
|
if (requestParameters.ordering !== undefined) {
|
|
73
79
|
queryParameters['ordering'] = requestParameters.ordering;
|
|
74
80
|
}
|
|
@@ -1330,6 +1336,277 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
1330
1336
|
return yield response.value();
|
|
1331
1337
|
});
|
|
1332
1338
|
}
|
|
1339
|
+
/**
|
|
1340
|
+
* RadiusProviderPropertyMapping Viewset
|
|
1341
|
+
*/
|
|
1342
|
+
propertymappingsRadiusCreateRaw(requestParameters, initOverrides) {
|
|
1343
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1344
|
+
if (requestParameters.radiusProviderPropertyMappingRequest === null || requestParameters.radiusProviderPropertyMappingRequest === undefined) {
|
|
1345
|
+
throw new runtime.RequiredError('radiusProviderPropertyMappingRequest', 'Required parameter requestParameters.radiusProviderPropertyMappingRequest was null or undefined when calling propertymappingsRadiusCreate.');
|
|
1346
|
+
}
|
|
1347
|
+
const queryParameters = {};
|
|
1348
|
+
const headerParameters = {};
|
|
1349
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
1350
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1351
|
+
const token = this.configuration.accessToken;
|
|
1352
|
+
const tokenString = yield token("authentik", []);
|
|
1353
|
+
if (tokenString) {
|
|
1354
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
1355
|
+
}
|
|
1356
|
+
}
|
|
1357
|
+
const response = yield this.request({
|
|
1358
|
+
path: `/propertymappings/radius/`,
|
|
1359
|
+
method: 'POST',
|
|
1360
|
+
headers: headerParameters,
|
|
1361
|
+
query: queryParameters,
|
|
1362
|
+
body: RadiusProviderPropertyMappingRequestToJSON(requestParameters.radiusProviderPropertyMappingRequest),
|
|
1363
|
+
}, initOverrides);
|
|
1364
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => RadiusProviderPropertyMappingFromJSON(jsonValue));
|
|
1365
|
+
});
|
|
1366
|
+
}
|
|
1367
|
+
/**
|
|
1368
|
+
* RadiusProviderPropertyMapping Viewset
|
|
1369
|
+
*/
|
|
1370
|
+
propertymappingsRadiusCreate(requestParameters, initOverrides) {
|
|
1371
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1372
|
+
const response = yield this.propertymappingsRadiusCreateRaw(requestParameters, initOverrides);
|
|
1373
|
+
return yield response.value();
|
|
1374
|
+
});
|
|
1375
|
+
}
|
|
1376
|
+
/**
|
|
1377
|
+
* RadiusProviderPropertyMapping Viewset
|
|
1378
|
+
*/
|
|
1379
|
+
propertymappingsRadiusDestroyRaw(requestParameters, initOverrides) {
|
|
1380
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1381
|
+
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
1382
|
+
throw new runtime.RequiredError('pmUuid', 'Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsRadiusDestroy.');
|
|
1383
|
+
}
|
|
1384
|
+
const queryParameters = {};
|
|
1385
|
+
const headerParameters = {};
|
|
1386
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1387
|
+
const token = this.configuration.accessToken;
|
|
1388
|
+
const tokenString = yield token("authentik", []);
|
|
1389
|
+
if (tokenString) {
|
|
1390
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
1391
|
+
}
|
|
1392
|
+
}
|
|
1393
|
+
const response = yield this.request({
|
|
1394
|
+
path: `/propertymappings/radius/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
1395
|
+
method: 'DELETE',
|
|
1396
|
+
headers: headerParameters,
|
|
1397
|
+
query: queryParameters,
|
|
1398
|
+
}, initOverrides);
|
|
1399
|
+
return new runtime.VoidApiResponse(response);
|
|
1400
|
+
});
|
|
1401
|
+
}
|
|
1402
|
+
/**
|
|
1403
|
+
* RadiusProviderPropertyMapping Viewset
|
|
1404
|
+
*/
|
|
1405
|
+
propertymappingsRadiusDestroy(requestParameters, initOverrides) {
|
|
1406
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1407
|
+
yield this.propertymappingsRadiusDestroyRaw(requestParameters, initOverrides);
|
|
1408
|
+
});
|
|
1409
|
+
}
|
|
1410
|
+
/**
|
|
1411
|
+
* RadiusProviderPropertyMapping Viewset
|
|
1412
|
+
*/
|
|
1413
|
+
propertymappingsRadiusListRaw(requestParameters, initOverrides) {
|
|
1414
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1415
|
+
const queryParameters = {};
|
|
1416
|
+
if (requestParameters.managed) {
|
|
1417
|
+
queryParameters['managed'] = requestParameters.managed;
|
|
1418
|
+
}
|
|
1419
|
+
if (requestParameters.managedIsnull !== undefined) {
|
|
1420
|
+
queryParameters['managed__isnull'] = requestParameters.managedIsnull;
|
|
1421
|
+
}
|
|
1422
|
+
if (requestParameters.name !== undefined) {
|
|
1423
|
+
queryParameters['name'] = requestParameters.name;
|
|
1424
|
+
}
|
|
1425
|
+
if (requestParameters.ordering !== undefined) {
|
|
1426
|
+
queryParameters['ordering'] = requestParameters.ordering;
|
|
1427
|
+
}
|
|
1428
|
+
if (requestParameters.page !== undefined) {
|
|
1429
|
+
queryParameters['page'] = requestParameters.page;
|
|
1430
|
+
}
|
|
1431
|
+
if (requestParameters.pageSize !== undefined) {
|
|
1432
|
+
queryParameters['page_size'] = requestParameters.pageSize;
|
|
1433
|
+
}
|
|
1434
|
+
if (requestParameters.search !== undefined) {
|
|
1435
|
+
queryParameters['search'] = requestParameters.search;
|
|
1436
|
+
}
|
|
1437
|
+
const headerParameters = {};
|
|
1438
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1439
|
+
const token = this.configuration.accessToken;
|
|
1440
|
+
const tokenString = yield token("authentik", []);
|
|
1441
|
+
if (tokenString) {
|
|
1442
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
1443
|
+
}
|
|
1444
|
+
}
|
|
1445
|
+
const response = yield this.request({
|
|
1446
|
+
path: `/propertymappings/radius/`,
|
|
1447
|
+
method: 'GET',
|
|
1448
|
+
headers: headerParameters,
|
|
1449
|
+
query: queryParameters,
|
|
1450
|
+
}, initOverrides);
|
|
1451
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => PaginatedRadiusProviderPropertyMappingListFromJSON(jsonValue));
|
|
1452
|
+
});
|
|
1453
|
+
}
|
|
1454
|
+
/**
|
|
1455
|
+
* RadiusProviderPropertyMapping Viewset
|
|
1456
|
+
*/
|
|
1457
|
+
propertymappingsRadiusList(requestParameters = {}, initOverrides) {
|
|
1458
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1459
|
+
const response = yield this.propertymappingsRadiusListRaw(requestParameters, initOverrides);
|
|
1460
|
+
return yield response.value();
|
|
1461
|
+
});
|
|
1462
|
+
}
|
|
1463
|
+
/**
|
|
1464
|
+
* RadiusProviderPropertyMapping Viewset
|
|
1465
|
+
*/
|
|
1466
|
+
propertymappingsRadiusPartialUpdateRaw(requestParameters, initOverrides) {
|
|
1467
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1468
|
+
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
1469
|
+
throw new runtime.RequiredError('pmUuid', 'Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsRadiusPartialUpdate.');
|
|
1470
|
+
}
|
|
1471
|
+
const queryParameters = {};
|
|
1472
|
+
const headerParameters = {};
|
|
1473
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
1474
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1475
|
+
const token = this.configuration.accessToken;
|
|
1476
|
+
const tokenString = yield token("authentik", []);
|
|
1477
|
+
if (tokenString) {
|
|
1478
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
1479
|
+
}
|
|
1480
|
+
}
|
|
1481
|
+
const response = yield this.request({
|
|
1482
|
+
path: `/propertymappings/radius/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
1483
|
+
method: 'PATCH',
|
|
1484
|
+
headers: headerParameters,
|
|
1485
|
+
query: queryParameters,
|
|
1486
|
+
body: PatchedRadiusProviderPropertyMappingRequestToJSON(requestParameters.patchedRadiusProviderPropertyMappingRequest),
|
|
1487
|
+
}, initOverrides);
|
|
1488
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => RadiusProviderPropertyMappingFromJSON(jsonValue));
|
|
1489
|
+
});
|
|
1490
|
+
}
|
|
1491
|
+
/**
|
|
1492
|
+
* RadiusProviderPropertyMapping Viewset
|
|
1493
|
+
*/
|
|
1494
|
+
propertymappingsRadiusPartialUpdate(requestParameters, initOverrides) {
|
|
1495
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1496
|
+
const response = yield this.propertymappingsRadiusPartialUpdateRaw(requestParameters, initOverrides);
|
|
1497
|
+
return yield response.value();
|
|
1498
|
+
});
|
|
1499
|
+
}
|
|
1500
|
+
/**
|
|
1501
|
+
* RadiusProviderPropertyMapping Viewset
|
|
1502
|
+
*/
|
|
1503
|
+
propertymappingsRadiusRetrieveRaw(requestParameters, initOverrides) {
|
|
1504
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1505
|
+
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
1506
|
+
throw new runtime.RequiredError('pmUuid', 'Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsRadiusRetrieve.');
|
|
1507
|
+
}
|
|
1508
|
+
const queryParameters = {};
|
|
1509
|
+
const headerParameters = {};
|
|
1510
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1511
|
+
const token = this.configuration.accessToken;
|
|
1512
|
+
const tokenString = yield token("authentik", []);
|
|
1513
|
+
if (tokenString) {
|
|
1514
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
1515
|
+
}
|
|
1516
|
+
}
|
|
1517
|
+
const response = yield this.request({
|
|
1518
|
+
path: `/propertymappings/radius/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
1519
|
+
method: 'GET',
|
|
1520
|
+
headers: headerParameters,
|
|
1521
|
+
query: queryParameters,
|
|
1522
|
+
}, initOverrides);
|
|
1523
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => RadiusProviderPropertyMappingFromJSON(jsonValue));
|
|
1524
|
+
});
|
|
1525
|
+
}
|
|
1526
|
+
/**
|
|
1527
|
+
* RadiusProviderPropertyMapping Viewset
|
|
1528
|
+
*/
|
|
1529
|
+
propertymappingsRadiusRetrieve(requestParameters, initOverrides) {
|
|
1530
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1531
|
+
const response = yield this.propertymappingsRadiusRetrieveRaw(requestParameters, initOverrides);
|
|
1532
|
+
return yield response.value();
|
|
1533
|
+
});
|
|
1534
|
+
}
|
|
1535
|
+
/**
|
|
1536
|
+
* RadiusProviderPropertyMapping Viewset
|
|
1537
|
+
*/
|
|
1538
|
+
propertymappingsRadiusUpdateRaw(requestParameters, initOverrides) {
|
|
1539
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1540
|
+
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
1541
|
+
throw new runtime.RequiredError('pmUuid', 'Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsRadiusUpdate.');
|
|
1542
|
+
}
|
|
1543
|
+
if (requestParameters.radiusProviderPropertyMappingRequest === null || requestParameters.radiusProviderPropertyMappingRequest === undefined) {
|
|
1544
|
+
throw new runtime.RequiredError('radiusProviderPropertyMappingRequest', 'Required parameter requestParameters.radiusProviderPropertyMappingRequest was null or undefined when calling propertymappingsRadiusUpdate.');
|
|
1545
|
+
}
|
|
1546
|
+
const queryParameters = {};
|
|
1547
|
+
const headerParameters = {};
|
|
1548
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
1549
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1550
|
+
const token = this.configuration.accessToken;
|
|
1551
|
+
const tokenString = yield token("authentik", []);
|
|
1552
|
+
if (tokenString) {
|
|
1553
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
1554
|
+
}
|
|
1555
|
+
}
|
|
1556
|
+
const response = yield this.request({
|
|
1557
|
+
path: `/propertymappings/radius/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
1558
|
+
method: 'PUT',
|
|
1559
|
+
headers: headerParameters,
|
|
1560
|
+
query: queryParameters,
|
|
1561
|
+
body: RadiusProviderPropertyMappingRequestToJSON(requestParameters.radiusProviderPropertyMappingRequest),
|
|
1562
|
+
}, initOverrides);
|
|
1563
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => RadiusProviderPropertyMappingFromJSON(jsonValue));
|
|
1564
|
+
});
|
|
1565
|
+
}
|
|
1566
|
+
/**
|
|
1567
|
+
* RadiusProviderPropertyMapping Viewset
|
|
1568
|
+
*/
|
|
1569
|
+
propertymappingsRadiusUpdate(requestParameters, initOverrides) {
|
|
1570
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1571
|
+
const response = yield this.propertymappingsRadiusUpdateRaw(requestParameters, initOverrides);
|
|
1572
|
+
return yield response.value();
|
|
1573
|
+
});
|
|
1574
|
+
}
|
|
1575
|
+
/**
|
|
1576
|
+
* Get a list of all objects that use this object
|
|
1577
|
+
*/
|
|
1578
|
+
propertymappingsRadiusUsedByListRaw(requestParameters, initOverrides) {
|
|
1579
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1580
|
+
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
1581
|
+
throw new runtime.RequiredError('pmUuid', 'Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsRadiusUsedByList.');
|
|
1582
|
+
}
|
|
1583
|
+
const queryParameters = {};
|
|
1584
|
+
const headerParameters = {};
|
|
1585
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1586
|
+
const token = this.configuration.accessToken;
|
|
1587
|
+
const tokenString = yield token("authentik", []);
|
|
1588
|
+
if (tokenString) {
|
|
1589
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
1590
|
+
}
|
|
1591
|
+
}
|
|
1592
|
+
const response = yield this.request({
|
|
1593
|
+
path: `/propertymappings/radius/{pm_uuid}/used_by/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
1594
|
+
method: 'GET',
|
|
1595
|
+
headers: headerParameters,
|
|
1596
|
+
query: queryParameters,
|
|
1597
|
+
}, initOverrides);
|
|
1598
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(UsedByFromJSON));
|
|
1599
|
+
});
|
|
1600
|
+
}
|
|
1601
|
+
/**
|
|
1602
|
+
* Get a list of all objects that use this object
|
|
1603
|
+
*/
|
|
1604
|
+
propertymappingsRadiusUsedByList(requestParameters, initOverrides) {
|
|
1605
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1606
|
+
const response = yield this.propertymappingsRadiusUsedByListRaw(requestParameters, initOverrides);
|
|
1607
|
+
return yield response.value();
|
|
1608
|
+
});
|
|
1609
|
+
}
|
|
1333
1610
|
/**
|
|
1334
1611
|
* SAMLPropertyMapping Viewset
|
|
1335
1612
|
*/
|
|
@@ -1407,15 +1684,12 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
1407
1684
|
propertymappingsSamlListRaw(requestParameters, initOverrides) {
|
|
1408
1685
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1409
1686
|
const queryParameters = {};
|
|
1410
|
-
if (requestParameters.expression !== undefined) {
|
|
1411
|
-
queryParameters['expression'] = requestParameters.expression;
|
|
1412
|
-
}
|
|
1413
|
-
if (requestParameters.friendlyName !== undefined) {
|
|
1414
|
-
queryParameters['friendly_name'] = requestParameters.friendlyName;
|
|
1415
|
-
}
|
|
1416
1687
|
if (requestParameters.managed) {
|
|
1417
1688
|
queryParameters['managed'] = requestParameters.managed;
|
|
1418
1689
|
}
|
|
1690
|
+
if (requestParameters.managedIsnull !== undefined) {
|
|
1691
|
+
queryParameters['managed__isnull'] = requestParameters.managedIsnull;
|
|
1692
|
+
}
|
|
1419
1693
|
if (requestParameters.name !== undefined) {
|
|
1420
1694
|
queryParameters['name'] = requestParameters.name;
|
|
1421
1695
|
}
|
|
@@ -1428,12 +1702,6 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
1428
1702
|
if (requestParameters.pageSize !== undefined) {
|
|
1429
1703
|
queryParameters['page_size'] = requestParameters.pageSize;
|
|
1430
1704
|
}
|
|
1431
|
-
if (requestParameters.pmUuid !== undefined) {
|
|
1432
|
-
queryParameters['pm_uuid'] = requestParameters.pmUuid;
|
|
1433
|
-
}
|
|
1434
|
-
if (requestParameters.samlName !== undefined) {
|
|
1435
|
-
queryParameters['saml_name'] = requestParameters.samlName;
|
|
1436
|
-
}
|
|
1437
1705
|
if (requestParameters.search !== undefined) {
|
|
1438
1706
|
queryParameters['search'] = requestParameters.search;
|
|
1439
1707
|
}
|
|
@@ -1687,12 +1955,12 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
1687
1955
|
propertymappingsScimListRaw(requestParameters, initOverrides) {
|
|
1688
1956
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1689
1957
|
const queryParameters = {};
|
|
1690
|
-
if (requestParameters.expression !== undefined) {
|
|
1691
|
-
queryParameters['expression'] = requestParameters.expression;
|
|
1692
|
-
}
|
|
1693
1958
|
if (requestParameters.managed) {
|
|
1694
1959
|
queryParameters['managed'] = requestParameters.managed;
|
|
1695
1960
|
}
|
|
1961
|
+
if (requestParameters.managedIsnull !== undefined) {
|
|
1962
|
+
queryParameters['managed__isnull'] = requestParameters.managedIsnull;
|
|
1963
|
+
}
|
|
1696
1964
|
if (requestParameters.name !== undefined) {
|
|
1697
1965
|
queryParameters['name'] = requestParameters.name;
|
|
1698
1966
|
}
|
|
@@ -1705,9 +1973,6 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
1705
1973
|
if (requestParameters.pageSize !== undefined) {
|
|
1706
1974
|
queryParameters['page_size'] = requestParameters.pageSize;
|
|
1707
1975
|
}
|
|
1708
|
-
if (requestParameters.pmUuid !== undefined) {
|
|
1709
|
-
queryParameters['pm_uuid'] = requestParameters.pmUuid;
|
|
1710
|
-
}
|
|
1711
1976
|
if (requestParameters.search !== undefined) {
|
|
1712
1977
|
queryParameters['search'] = requestParameters.search;
|
|
1713
1978
|
}
|
|
@@ -1964,6 +2229,9 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
1964
2229
|
if (requestParameters.managed) {
|
|
1965
2230
|
queryParameters['managed'] = requestParameters.managed;
|
|
1966
2231
|
}
|
|
2232
|
+
if (requestParameters.managedIsnull !== undefined) {
|
|
2233
|
+
queryParameters['managed__isnull'] = requestParameters.managedIsnull;
|
|
2234
|
+
}
|
|
1967
2235
|
if (requestParameters.name !== undefined) {
|
|
1968
2236
|
queryParameters['name'] = requestParameters.name;
|
|
1969
2237
|
}
|
|
@@ -2232,12 +2500,12 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2232
2500
|
propertymappingsSourceLdapListRaw(requestParameters, initOverrides) {
|
|
2233
2501
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2234
2502
|
const queryParameters = {};
|
|
2235
|
-
if (requestParameters.expression !== undefined) {
|
|
2236
|
-
queryParameters['expression'] = requestParameters.expression;
|
|
2237
|
-
}
|
|
2238
2503
|
if (requestParameters.managed) {
|
|
2239
2504
|
queryParameters['managed'] = requestParameters.managed;
|
|
2240
2505
|
}
|
|
2506
|
+
if (requestParameters.managedIsnull !== undefined) {
|
|
2507
|
+
queryParameters['managed__isnull'] = requestParameters.managedIsnull;
|
|
2508
|
+
}
|
|
2241
2509
|
if (requestParameters.name !== undefined) {
|
|
2242
2510
|
queryParameters['name'] = requestParameters.name;
|
|
2243
2511
|
}
|
|
@@ -2250,9 +2518,6 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2250
2518
|
if (requestParameters.pageSize !== undefined) {
|
|
2251
2519
|
queryParameters['page_size'] = requestParameters.pageSize;
|
|
2252
2520
|
}
|
|
2253
|
-
if (requestParameters.pmUuid !== undefined) {
|
|
2254
|
-
queryParameters['pm_uuid'] = requestParameters.pmUuid;
|
|
2255
|
-
}
|
|
2256
2521
|
if (requestParameters.search !== undefined) {
|
|
2257
2522
|
queryParameters['search'] = requestParameters.search;
|
|
2258
2523
|
}
|
|
@@ -280,6 +280,7 @@ export declare const RbacPermissionsAssignedByRolesListModelEnum: {
|
|
|
280
280
|
readonly ProvidersRacRacpropertymapping: "authentik_providers_rac.racpropertymapping";
|
|
281
281
|
readonly ProvidersRacRacprovider: "authentik_providers_rac.racprovider";
|
|
282
282
|
readonly ProvidersRadiusRadiusprovider: "authentik_providers_radius.radiusprovider";
|
|
283
|
+
readonly ProvidersRadiusRadiusproviderpropertymapping: "authentik_providers_radius.radiusproviderpropertymapping";
|
|
283
284
|
readonly ProvidersSamlSamlpropertymapping: "authentik_providers_saml.samlpropertymapping";
|
|
284
285
|
readonly ProvidersSamlSamlprovider: "authentik_providers_saml.samlprovider";
|
|
285
286
|
readonly ProvidersScimScimmapping: "authentik_providers_scim.scimmapping";
|
|
@@ -367,6 +368,7 @@ export declare const RbacPermissionsAssignedByUsersListModelEnum: {
|
|
|
367
368
|
readonly ProvidersRacRacpropertymapping: "authentik_providers_rac.racpropertymapping";
|
|
368
369
|
readonly ProvidersRacRacprovider: "authentik_providers_rac.racprovider";
|
|
369
370
|
readonly ProvidersRadiusRadiusprovider: "authentik_providers_radius.radiusprovider";
|
|
371
|
+
readonly ProvidersRadiusRadiusproviderpropertymapping: "authentik_providers_radius.radiusproviderpropertymapping";
|
|
370
372
|
readonly ProvidersSamlSamlpropertymapping: "authentik_providers_saml.samlpropertymapping";
|
|
371
373
|
readonly ProvidersSamlSamlprovider: "authentik_providers_saml.samlprovider";
|
|
372
374
|
readonly ProvidersScimScimmapping: "authentik_providers_scim.scimmapping";
|
package/dist/esm/apis/RbacApi.js
CHANGED
|
@@ -783,6 +783,7 @@ export const RbacPermissionsAssignedByRolesListModelEnum = {
|
|
|
783
783
|
ProvidersRacRacpropertymapping: 'authentik_providers_rac.racpropertymapping',
|
|
784
784
|
ProvidersRacRacprovider: 'authentik_providers_rac.racprovider',
|
|
785
785
|
ProvidersRadiusRadiusprovider: 'authentik_providers_radius.radiusprovider',
|
|
786
|
+
ProvidersRadiusRadiusproviderpropertymapping: 'authentik_providers_radius.radiusproviderpropertymapping',
|
|
786
787
|
ProvidersSamlSamlpropertymapping: 'authentik_providers_saml.samlpropertymapping',
|
|
787
788
|
ProvidersSamlSamlprovider: 'authentik_providers_saml.samlprovider',
|
|
788
789
|
ProvidersScimScimmapping: 'authentik_providers_scim.scimmapping',
|
|
@@ -869,6 +870,7 @@ export const RbacPermissionsAssignedByUsersListModelEnum = {
|
|
|
869
870
|
ProvidersRacRacpropertymapping: 'authentik_providers_rac.racpropertymapping',
|
|
870
871
|
ProvidersRacRacprovider: 'authentik_providers_rac.racprovider',
|
|
871
872
|
ProvidersRadiusRadiusprovider: 'authentik_providers_radius.radiusprovider',
|
|
873
|
+
ProvidersRadiusRadiusproviderpropertymapping: 'authentik_providers_radius.radiusproviderpropertymapping',
|
|
872
874
|
ProvidersSamlSamlpropertymapping: 'authentik_providers_saml.samlpropertymapping',
|
|
873
875
|
ProvidersSamlSamlprovider: 'authentik_providers_saml.samlprovider',
|
|
874
876
|
ProvidersScimScimmapping: 'authentik_providers_scim.scimmapping',
|
|
@@ -33,6 +33,7 @@ export declare const ModelEnum: {
|
|
|
33
33
|
readonly ProvidersOauth2Oauth2provider: "authentik_providers_oauth2.oauth2provider";
|
|
34
34
|
readonly ProvidersProxyProxyprovider: "authentik_providers_proxy.proxyprovider";
|
|
35
35
|
readonly ProvidersRadiusRadiusprovider: "authentik_providers_radius.radiusprovider";
|
|
36
|
+
readonly ProvidersRadiusRadiusproviderpropertymapping: "authentik_providers_radius.radiusproviderpropertymapping";
|
|
36
37
|
readonly ProvidersSamlSamlprovider: "authentik_providers_saml.samlprovider";
|
|
37
38
|
readonly ProvidersSamlSamlpropertymapping: "authentik_providers_saml.samlpropertymapping";
|
|
38
39
|
readonly ProvidersScimScimprovider: "authentik_providers_scim.scimprovider";
|
|
@@ -35,6 +35,7 @@ export const ModelEnum = {
|
|
|
35
35
|
ProvidersOauth2Oauth2provider: 'authentik_providers_oauth2.oauth2provider',
|
|
36
36
|
ProvidersProxyProxyprovider: 'authentik_providers_proxy.proxyprovider',
|
|
37
37
|
ProvidersRadiusRadiusprovider: 'authentik_providers_radius.radiusprovider',
|
|
38
|
+
ProvidersRadiusRadiusproviderpropertymapping: 'authentik_providers_radius.radiusproviderpropertymapping',
|
|
38
39
|
ProvidersSamlSamlprovider: 'authentik_providers_saml.samlprovider',
|
|
39
40
|
ProvidersSamlSamlpropertymapping: 'authentik_providers_saml.samlpropertymapping',
|
|
40
41
|
ProvidersScimScimprovider: 'authentik_providers_scim.scimprovider',
|
|
@@ -0,0 +1,39 @@
|
|
|
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 { Pagination } from './Pagination';
|
|
13
|
+
import type { RadiusProviderPropertyMapping } from './RadiusProviderPropertyMapping';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface PaginatedRadiusProviderPropertyMappingList
|
|
18
|
+
*/
|
|
19
|
+
export interface PaginatedRadiusProviderPropertyMappingList {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {Pagination}
|
|
23
|
+
* @memberof PaginatedRadiusProviderPropertyMappingList
|
|
24
|
+
*/
|
|
25
|
+
pagination: Pagination;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<RadiusProviderPropertyMapping>}
|
|
29
|
+
* @memberof PaginatedRadiusProviderPropertyMappingList
|
|
30
|
+
*/
|
|
31
|
+
results: Array<RadiusProviderPropertyMapping>;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Check if a given object implements the PaginatedRadiusProviderPropertyMappingList interface.
|
|
35
|
+
*/
|
|
36
|
+
export declare function instanceOfPaginatedRadiusProviderPropertyMappingList(value: object): boolean;
|
|
37
|
+
export declare function PaginatedRadiusProviderPropertyMappingListFromJSON(json: any): PaginatedRadiusProviderPropertyMappingList;
|
|
38
|
+
export declare function PaginatedRadiusProviderPropertyMappingListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedRadiusProviderPropertyMappingList;
|
|
39
|
+
export declare function PaginatedRadiusProviderPropertyMappingListToJSON(value?: PaginatedRadiusProviderPropertyMappingList | null): any;
|