@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.
- package/.openapi-generator/FILES +9 -4
- package/dist/apis/OutpostsApi.d.ts +7 -28
- package/dist/apis/OutpostsApi.js +11 -78
- package/dist/apis/PropertymappingsApi.d.ts +173 -87
- package/dist/apis/PropertymappingsApi.js +575 -301
- package/dist/apis/RbacApi.d.ts +4 -2
- package/dist/apis/RbacApi.js +4 -2
- package/dist/esm/apis/OutpostsApi.d.ts +7 -28
- package/dist/esm/apis/OutpostsApi.js +12 -79
- package/dist/esm/apis/PropertymappingsApi.d.ts +173 -87
- package/dist/esm/apis/PropertymappingsApi.js +576 -302
- package/dist/esm/apis/RbacApi.d.ts +4 -2
- package/dist/esm/apis/RbacApi.js +4 -2
- package/dist/esm/models/{LDAPPropertyMapping.d.ts → LDAPSourcePropertyMapping.d.ts} +15 -15
- package/dist/esm/models/{LDAPPropertyMapping.js → LDAPSourcePropertyMapping.js} +6 -6
- package/dist/{models/LDAPPropertyMappingRequest.d.ts → esm/models/LDAPSourcePropertyMappingRequest.d.ts} +10 -10
- package/dist/esm/models/{LDAPPropertyMappingRequest.js → LDAPSourcePropertyMappingRequest.js} +6 -6
- package/dist/esm/models/ModelEnum.d.ts +2 -1
- package/dist/esm/models/ModelEnum.js +2 -1
- package/dist/esm/models/PaginatedLDAPSourcePropertyMappingList.d.ts +39 -0
- package/dist/esm/models/{PaginatedLDAPPropertyMappingList.js → PaginatedLDAPSourcePropertyMappingList.js} +9 -9
- package/dist/esm/models/PaginatedRadiusProviderPropertyMappingList.d.ts +39 -0
- package/dist/esm/models/PaginatedRadiusProviderPropertyMappingList.js +48 -0
- package/dist/esm/models/PatchedLDAPSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/esm/models/{PatchedLDAPPropertyMappingRequest.js → PatchedLDAPSourcePropertyMappingRequest.js} +6 -6
- 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 +9 -4
- package/dist/esm/models/index.js +9 -4
- package/dist/models/{LDAPPropertyMapping.d.ts → LDAPSourcePropertyMapping.d.ts} +15 -15
- package/dist/models/{LDAPPropertyMapping.js → LDAPSourcePropertyMapping.js} +11 -11
- package/dist/{esm/models/LDAPPropertyMappingRequest.d.ts → models/LDAPSourcePropertyMappingRequest.d.ts} +10 -10
- package/dist/models/{LDAPPropertyMappingRequest.js → LDAPSourcePropertyMappingRequest.js} +11 -11
- package/dist/models/ModelEnum.d.ts +2 -1
- package/dist/models/ModelEnum.js +2 -1
- package/dist/models/PaginatedLDAPSourcePropertyMappingList.d.ts +39 -0
- package/dist/models/PaginatedLDAPSourcePropertyMappingList.js +55 -0
- package/dist/models/PaginatedRadiusProviderPropertyMappingList.d.ts +39 -0
- package/dist/models/PaginatedRadiusProviderPropertyMappingList.js +55 -0
- package/dist/models/PatchedLDAPSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/models/PatchedLDAPSourcePropertyMappingRequest.js +54 -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 +9 -4
- package/dist/models/index.js +9 -4
- package/package.json +1 -1
- package/src/apis/OutpostsApi.ts +17 -102
- package/src/apis/PropertymappingsApi.ts +888 -533
- package/src/apis/RbacApi.ts +4 -2
- package/src/models/{LDAPPropertyMapping.ts → LDAPSourcePropertyMapping.ts} +16 -16
- package/src/models/{LDAPPropertyMappingRequest.ts → LDAPSourcePropertyMappingRequest.ts} +11 -11
- package/src/models/ModelEnum.ts +2 -1
- package/src/models/PaginatedLDAPSourcePropertyMappingList.ts +88 -0
- package/src/models/PaginatedRadiusProviderPropertyMappingList.ts +88 -0
- package/src/models/{PatchedLDAPPropertyMappingRequest.ts → PatchedLDAPSourcePropertyMappingRequest.ts} +11 -11
- 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 +9 -4
- package/dist/esm/models/PaginatedLDAPPropertyMappingList.d.ts +0 -39
- package/dist/esm/models/PatchedLDAPPropertyMappingRequest.d.ts +0 -43
- package/dist/models/PaginatedLDAPPropertyMappingList.d.ts +0 -39
- package/dist/models/PaginatedLDAPPropertyMappingList.js +0 -55
- package/dist/models/PatchedLDAPPropertyMappingRequest.d.ts +0 -43
- package/dist/models/PatchedLDAPPropertyMappingRequest.js +0 -54
- package/src/models/PaginatedLDAPPropertyMappingList.ts +0 -88
package/dist/apis/RbacApi.d.ts
CHANGED
@@ -280,13 +280,14 @@ 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";
|
286
287
|
readonly ProvidersScimScimprovider: "authentik_providers_scim.scimprovider";
|
287
288
|
readonly RbacRole: "authentik_rbac.role";
|
288
|
-
readonly SourcesLdapLdappropertymapping: "authentik_sources_ldap.ldappropertymapping";
|
289
289
|
readonly SourcesLdapLdapsource: "authentik_sources_ldap.ldapsource";
|
290
|
+
readonly SourcesLdapLdapsourcepropertymapping: "authentik_sources_ldap.ldapsourcepropertymapping";
|
290
291
|
readonly SourcesOauthOauthsource: "authentik_sources_oauth.oauthsource";
|
291
292
|
readonly SourcesOauthUseroauthsourceconnection: "authentik_sources_oauth.useroauthsourceconnection";
|
292
293
|
readonly SourcesPlexPlexsource: "authentik_sources_plex.plexsource";
|
@@ -367,13 +368,14 @@ 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";
|
373
375
|
readonly ProvidersScimScimprovider: "authentik_providers_scim.scimprovider";
|
374
376
|
readonly RbacRole: "authentik_rbac.role";
|
375
|
-
readonly SourcesLdapLdappropertymapping: "authentik_sources_ldap.ldappropertymapping";
|
376
377
|
readonly SourcesLdapLdapsource: "authentik_sources_ldap.ldapsource";
|
378
|
+
readonly SourcesLdapLdapsourcepropertymapping: "authentik_sources_ldap.ldapsourcepropertymapping";
|
377
379
|
readonly SourcesOauthOauthsource: "authentik_sources_oauth.oauthsource";
|
378
380
|
readonly SourcesOauthUseroauthsourceconnection: "authentik_sources_oauth.useroauthsourceconnection";
|
379
381
|
readonly SourcesPlexPlexsource: "authentik_sources_plex.plexsource";
|
package/dist/apis/RbacApi.js
CHANGED
@@ -787,13 +787,14 @@ exports.RbacPermissionsAssignedByRolesListModelEnum = {
|
|
787
787
|
ProvidersRacRacpropertymapping: 'authentik_providers_rac.racpropertymapping',
|
788
788
|
ProvidersRacRacprovider: 'authentik_providers_rac.racprovider',
|
789
789
|
ProvidersRadiusRadiusprovider: 'authentik_providers_radius.radiusprovider',
|
790
|
+
ProvidersRadiusRadiusproviderpropertymapping: 'authentik_providers_radius.radiusproviderpropertymapping',
|
790
791
|
ProvidersSamlSamlpropertymapping: 'authentik_providers_saml.samlpropertymapping',
|
791
792
|
ProvidersSamlSamlprovider: 'authentik_providers_saml.samlprovider',
|
792
793
|
ProvidersScimScimmapping: 'authentik_providers_scim.scimmapping',
|
793
794
|
ProvidersScimScimprovider: 'authentik_providers_scim.scimprovider',
|
794
795
|
RbacRole: 'authentik_rbac.role',
|
795
|
-
SourcesLdapLdappropertymapping: 'authentik_sources_ldap.ldappropertymapping',
|
796
796
|
SourcesLdapLdapsource: 'authentik_sources_ldap.ldapsource',
|
797
|
+
SourcesLdapLdapsourcepropertymapping: 'authentik_sources_ldap.ldapsourcepropertymapping',
|
797
798
|
SourcesOauthOauthsource: 'authentik_sources_oauth.oauthsource',
|
798
799
|
SourcesOauthUseroauthsourceconnection: 'authentik_sources_oauth.useroauthsourceconnection',
|
799
800
|
SourcesPlexPlexsource: 'authentik_sources_plex.plexsource',
|
@@ -873,13 +874,14 @@ exports.RbacPermissionsAssignedByUsersListModelEnum = {
|
|
873
874
|
ProvidersRacRacpropertymapping: 'authentik_providers_rac.racpropertymapping',
|
874
875
|
ProvidersRacRacprovider: 'authentik_providers_rac.racprovider',
|
875
876
|
ProvidersRadiusRadiusprovider: 'authentik_providers_radius.radiusprovider',
|
877
|
+
ProvidersRadiusRadiusproviderpropertymapping: 'authentik_providers_radius.radiusproviderpropertymapping',
|
876
878
|
ProvidersSamlSamlpropertymapping: 'authentik_providers_saml.samlpropertymapping',
|
877
879
|
ProvidersSamlSamlprovider: 'authentik_providers_saml.samlprovider',
|
878
880
|
ProvidersScimScimmapping: 'authentik_providers_scim.scimmapping',
|
879
881
|
ProvidersScimScimprovider: 'authentik_providers_scim.scimprovider',
|
880
882
|
RbacRole: 'authentik_rbac.role',
|
881
|
-
SourcesLdapLdappropertymapping: 'authentik_sources_ldap.ldappropertymapping',
|
882
883
|
SourcesLdapLdapsource: 'authentik_sources_ldap.ldapsource',
|
884
|
+
SourcesLdapLdapsourcepropertymapping: 'authentik_sources_ldap.ldapsourcepropertymapping',
|
883
885
|
SourcesOauthOauthsource: 'authentik_sources_oauth.oauthsource',
|
884
886
|
SourcesOauthUseroauthsourceconnection: 'authentik_sources_oauth.useroauthsourceconnection',
|
885
887
|
SourcesPlexPlexsource: 'authentik_sources_plex.plexsource',
|
@@ -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,
|
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
|
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
|
-
*
|
257
|
+
* Check access to a single application by slug
|
271
258
|
*/
|
272
|
-
|
259
|
+
outpostsRadiusCheckAccessRetrieveRaw(requestParameters: OutpostsRadiusCheckAccessRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RadiusCheckAccess>>;
|
273
260
|
/**
|
274
|
-
*
|
261
|
+
* Check access to a single application by slug
|
275
262
|
*/
|
276
|
-
|
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
|
*/
|
@@ -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 { DockerServiceConnectionFromJSON, DockerServiceConnectionRequestToJSON, KubernetesServiceConnectionFromJSON, KubernetesServiceConnectionRequestToJSON,
|
24
|
+
import { DockerServiceConnectionFromJSON, DockerServiceConnectionRequestToJSON, KubernetesServiceConnectionFromJSON, KubernetesServiceConnectionRequestToJSON, OutpostFromJSON, OutpostDefaultConfigFromJSON, OutpostHealthFromJSON, OutpostRequestToJSON, PaginatedDockerServiceConnectionListFromJSON, PaginatedKubernetesServiceConnectionListFromJSON, PaginatedLDAPOutpostConfigListFromJSON, PaginatedOutpostListFromJSON, PaginatedProxyOutpostConfigListFromJSON, PaginatedRadiusOutpostConfigListFromJSON, PaginatedServiceConnectionListFromJSON, PatchedDockerServiceConnectionRequestToJSON, PatchedKubernetesServiceConnectionRequestToJSON, PatchedOutpostRequestToJSON, RadiusCheckAccessFromJSON, ServiceConnectionFromJSON, ServiceConnectionStateFromJSON, TypeCreateFromJSON, UsedByFromJSON, } from '../models';
|
25
25
|
/**
|
26
26
|
*
|
27
27
|
*/
|
@@ -456,41 +456,6 @@ export class OutpostsApi extends runtime.BaseAPI {
|
|
456
456
|
return yield response.value();
|
457
457
|
});
|
458
458
|
}
|
459
|
-
/**
|
460
|
-
* LDAPProvider Viewset
|
461
|
-
*/
|
462
|
-
outpostsLdapRetrieveRaw(requestParameters, initOverrides) {
|
463
|
-
return __awaiter(this, void 0, void 0, function* () {
|
464
|
-
if (requestParameters.id === null || requestParameters.id === undefined) {
|
465
|
-
throw new runtime.RequiredError('id', 'Required parameter requestParameters.id was null or undefined when calling outpostsLdapRetrieve.');
|
466
|
-
}
|
467
|
-
const queryParameters = {};
|
468
|
-
const headerParameters = {};
|
469
|
-
if (this.configuration && this.configuration.accessToken) {
|
470
|
-
const token = this.configuration.accessToken;
|
471
|
-
const tokenString = yield token("authentik", []);
|
472
|
-
if (tokenString) {
|
473
|
-
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
474
|
-
}
|
475
|
-
}
|
476
|
-
const response = yield this.request({
|
477
|
-
path: `/outposts/ldap/{id}/`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters.id))),
|
478
|
-
method: 'GET',
|
479
|
-
headers: headerParameters,
|
480
|
-
query: queryParameters,
|
481
|
-
}, initOverrides);
|
482
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => LDAPOutpostConfigFromJSON(jsonValue));
|
483
|
-
});
|
484
|
-
}
|
485
|
-
/**
|
486
|
-
* LDAPProvider Viewset
|
487
|
-
*/
|
488
|
-
outpostsLdapRetrieve(requestParameters, initOverrides) {
|
489
|
-
return __awaiter(this, void 0, void 0, function* () {
|
490
|
-
const response = yield this.outpostsLdapRetrieveRaw(requestParameters, initOverrides);
|
491
|
-
return yield response.value();
|
492
|
-
});
|
493
|
-
}
|
494
459
|
/**
|
495
460
|
* ProxyProvider Viewset
|
496
461
|
*/
|
@@ -539,14 +504,17 @@ export class OutpostsApi extends runtime.BaseAPI {
|
|
539
504
|
});
|
540
505
|
}
|
541
506
|
/**
|
542
|
-
*
|
507
|
+
* Check access to a single application by slug
|
543
508
|
*/
|
544
|
-
|
509
|
+
outpostsRadiusCheckAccessRetrieveRaw(requestParameters, initOverrides) {
|
545
510
|
return __awaiter(this, void 0, void 0, function* () {
|
546
511
|
if (requestParameters.id === null || requestParameters.id === undefined) {
|
547
|
-
throw new runtime.RequiredError('id', 'Required parameter requestParameters.id was null or undefined when calling
|
512
|
+
throw new runtime.RequiredError('id', 'Required parameter requestParameters.id was null or undefined when calling outpostsRadiusCheckAccessRetrieve.');
|
548
513
|
}
|
549
514
|
const queryParameters = {};
|
515
|
+
if (requestParameters.appSlug !== undefined) {
|
516
|
+
queryParameters['app_slug'] = requestParameters.appSlug;
|
517
|
+
}
|
550
518
|
const headerParameters = {};
|
551
519
|
if (this.configuration && this.configuration.accessToken) {
|
552
520
|
const token = this.configuration.accessToken;
|
@@ -556,20 +524,20 @@ export class OutpostsApi extends runtime.BaseAPI {
|
|
556
524
|
}
|
557
525
|
}
|
558
526
|
const response = yield this.request({
|
559
|
-
path: `/outposts/
|
527
|
+
path: `/outposts/radius/{id}/check_access/`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters.id))),
|
560
528
|
method: 'GET',
|
561
529
|
headers: headerParameters,
|
562
530
|
query: queryParameters,
|
563
531
|
}, initOverrides);
|
564
|
-
return new runtime.JSONApiResponse(response, (jsonValue) =>
|
532
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => RadiusCheckAccessFromJSON(jsonValue));
|
565
533
|
});
|
566
534
|
}
|
567
535
|
/**
|
568
|
-
*
|
536
|
+
* Check access to a single application by slug
|
569
537
|
*/
|
570
|
-
|
538
|
+
outpostsRadiusCheckAccessRetrieve(requestParameters, initOverrides) {
|
571
539
|
return __awaiter(this, void 0, void 0, function* () {
|
572
|
-
const response = yield this.
|
540
|
+
const response = yield this.outpostsRadiusCheckAccessRetrieveRaw(requestParameters, initOverrides);
|
573
541
|
return yield response.value();
|
574
542
|
});
|
575
543
|
}
|
@@ -620,41 +588,6 @@ export class OutpostsApi extends runtime.BaseAPI {
|
|
620
588
|
return yield response.value();
|
621
589
|
});
|
622
590
|
}
|
623
|
-
/**
|
624
|
-
* RadiusProvider Viewset
|
625
|
-
*/
|
626
|
-
outpostsRadiusRetrieveRaw(requestParameters, initOverrides) {
|
627
|
-
return __awaiter(this, void 0, void 0, function* () {
|
628
|
-
if (requestParameters.id === null || requestParameters.id === undefined) {
|
629
|
-
throw new runtime.RequiredError('id', 'Required parameter requestParameters.id was null or undefined when calling outpostsRadiusRetrieve.');
|
630
|
-
}
|
631
|
-
const queryParameters = {};
|
632
|
-
const headerParameters = {};
|
633
|
-
if (this.configuration && this.configuration.accessToken) {
|
634
|
-
const token = this.configuration.accessToken;
|
635
|
-
const tokenString = yield token("authentik", []);
|
636
|
-
if (tokenString) {
|
637
|
-
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
638
|
-
}
|
639
|
-
}
|
640
|
-
const response = yield this.request({
|
641
|
-
path: `/outposts/radius/{id}/`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters.id))),
|
642
|
-
method: 'GET',
|
643
|
-
headers: headerParameters,
|
644
|
-
query: queryParameters,
|
645
|
-
}, initOverrides);
|
646
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => RadiusOutpostConfigFromJSON(jsonValue));
|
647
|
-
});
|
648
|
-
}
|
649
|
-
/**
|
650
|
-
* RadiusProvider Viewset
|
651
|
-
*/
|
652
|
-
outpostsRadiusRetrieve(requestParameters, initOverrides) {
|
653
|
-
return __awaiter(this, void 0, void 0, function* () {
|
654
|
-
const response = yield this.outpostsRadiusRetrieveRaw(requestParameters, initOverrides);
|
655
|
-
return yield response.value();
|
656
|
-
});
|
657
|
-
}
|
658
591
|
/**
|
659
592
|
* ServiceConnection Viewset
|
660
593
|
*/
|
@@ -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,
|
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
|
}
|