@goauthentik/api 2024.6.1-1721909829 → 2024.6.1-1721916595
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 +4 -4
- package/dist/apis/PropertymappingsApi.d.ts +87 -87
- package/dist/apis/PropertymappingsApi.js +274 -274
- package/dist/apis/RbacApi.d.ts +2 -2
- package/dist/apis/RbacApi.js +2 -2
- package/dist/esm/apis/PropertymappingsApi.d.ts +87 -87
- package/dist/esm/apis/PropertymappingsApi.js +275 -275
- package/dist/esm/apis/RbacApi.d.ts +2 -2
- package/dist/esm/apis/RbacApi.js +2 -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 +1 -1
- package/dist/esm/models/ModelEnum.js +1 -1
- package/dist/esm/models/PaginatedLDAPSourcePropertyMappingList.d.ts +39 -0
- package/dist/esm/models/{PaginatedLDAPPropertyMappingList.js → PaginatedLDAPSourcePropertyMappingList.js} +9 -9
- package/dist/esm/models/PatchedLDAPSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/esm/models/{PatchedLDAPPropertyMappingRequest.js → PatchedLDAPSourcePropertyMappingRequest.js} +6 -6
- package/dist/esm/models/index.d.ts +4 -4
- package/dist/esm/models/index.js +4 -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 +1 -1
- package/dist/models/ModelEnum.js +1 -1
- package/dist/models/PaginatedLDAPSourcePropertyMappingList.d.ts +39 -0
- package/dist/models/PaginatedLDAPSourcePropertyMappingList.js +55 -0
- package/dist/models/PatchedLDAPSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/models/PatchedLDAPSourcePropertyMappingRequest.js +54 -0
- package/dist/models/index.d.ts +4 -4
- package/dist/models/index.js +4 -4
- package/package.json +1 -1
- package/src/apis/PropertymappingsApi.ts +541 -541
- package/src/apis/RbacApi.ts +2 -2
- package/src/models/{LDAPPropertyMapping.ts → LDAPSourcePropertyMapping.ts} +16 -16
- package/src/models/{LDAPPropertyMappingRequest.ts → LDAPSourcePropertyMappingRequest.ts} +11 -11
- package/src/models/ModelEnum.ts +1 -1
- package/src/models/PaginatedLDAPSourcePropertyMappingList.ts +88 -0
- package/src/models/{PatchedLDAPPropertyMappingRequest.ts → PatchedLDAPSourcePropertyMappingRequest.ts} +11 -11
- package/src/models/index.ts +4 -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/.openapi-generator/FILES
CHANGED
|
@@ -194,11 +194,11 @@ src/models/KubernetesServiceConnectionRequest.ts
|
|
|
194
194
|
src/models/LDAPAPIAccessMode.ts
|
|
195
195
|
src/models/LDAPDebug.ts
|
|
196
196
|
src/models/LDAPOutpostConfig.ts
|
|
197
|
-
src/models/LDAPPropertyMapping.ts
|
|
198
|
-
src/models/LDAPPropertyMappingRequest.ts
|
|
199
197
|
src/models/LDAPProvider.ts
|
|
200
198
|
src/models/LDAPProviderRequest.ts
|
|
201
199
|
src/models/LDAPSource.ts
|
|
200
|
+
src/models/LDAPSourcePropertyMapping.ts
|
|
201
|
+
src/models/LDAPSourcePropertyMappingRequest.ts
|
|
202
202
|
src/models/LDAPSourceRequest.ts
|
|
203
203
|
src/models/License.ts
|
|
204
204
|
src/models/LicenseForecast.ts
|
|
@@ -290,9 +290,9 @@ src/models/PaginatedInvitationList.ts
|
|
|
290
290
|
src/models/PaginatedInvitationStageList.ts
|
|
291
291
|
src/models/PaginatedKubernetesServiceConnectionList.ts
|
|
292
292
|
src/models/PaginatedLDAPOutpostConfigList.ts
|
|
293
|
-
src/models/PaginatedLDAPPropertyMappingList.ts
|
|
294
293
|
src/models/PaginatedLDAPProviderList.ts
|
|
295
294
|
src/models/PaginatedLDAPSourceList.ts
|
|
295
|
+
src/models/PaginatedLDAPSourcePropertyMappingList.ts
|
|
296
296
|
src/models/PaginatedLicenseList.ts
|
|
297
297
|
src/models/PaginatedMicrosoftEntraProviderGroupList.ts
|
|
298
298
|
src/models/PaginatedMicrosoftEntraProviderList.ts
|
|
@@ -403,8 +403,8 @@ src/models/PatchedIdentificationStageRequest.ts
|
|
|
403
403
|
src/models/PatchedInvitationRequest.ts
|
|
404
404
|
src/models/PatchedInvitationStageRequest.ts
|
|
405
405
|
src/models/PatchedKubernetesServiceConnectionRequest.ts
|
|
406
|
-
src/models/PatchedLDAPPropertyMappingRequest.ts
|
|
407
406
|
src/models/PatchedLDAPProviderRequest.ts
|
|
407
|
+
src/models/PatchedLDAPSourcePropertyMappingRequest.ts
|
|
408
408
|
src/models/PatchedLDAPSourceRequest.ts
|
|
409
409
|
src/models/PatchedLicenseRequest.ts
|
|
410
410
|
src/models/PatchedMicrosoftEntraProviderMappingRequest.ts
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type { GoogleWorkspaceProviderMapping, GoogleWorkspaceProviderMappingRequest,
|
|
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';
|
|
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
|
}
|
|
@@ -268,6 +238,36 @@ export interface PropertymappingsScopeUpdateRequest {
|
|
|
268
238
|
export interface PropertymappingsScopeUsedByListRequest {
|
|
269
239
|
pmUuid: string;
|
|
270
240
|
}
|
|
241
|
+
export interface PropertymappingsSourceLdapCreateRequest {
|
|
242
|
+
lDAPSourcePropertyMappingRequest: LDAPSourcePropertyMappingRequest;
|
|
243
|
+
}
|
|
244
|
+
export interface PropertymappingsSourceLdapDestroyRequest {
|
|
245
|
+
pmUuid: string;
|
|
246
|
+
}
|
|
247
|
+
export interface PropertymappingsSourceLdapListRequest {
|
|
248
|
+
expression?: string;
|
|
249
|
+
managed?: Array<string>;
|
|
250
|
+
name?: string;
|
|
251
|
+
ordering?: string;
|
|
252
|
+
page?: number;
|
|
253
|
+
pageSize?: number;
|
|
254
|
+
pmUuid?: string;
|
|
255
|
+
search?: string;
|
|
256
|
+
}
|
|
257
|
+
export interface PropertymappingsSourceLdapPartialUpdateRequest {
|
|
258
|
+
pmUuid: string;
|
|
259
|
+
patchedLDAPSourcePropertyMappingRequest?: PatchedLDAPSourcePropertyMappingRequest;
|
|
260
|
+
}
|
|
261
|
+
export interface PropertymappingsSourceLdapRetrieveRequest {
|
|
262
|
+
pmUuid: string;
|
|
263
|
+
}
|
|
264
|
+
export interface PropertymappingsSourceLdapUpdateRequest {
|
|
265
|
+
pmUuid: string;
|
|
266
|
+
lDAPSourcePropertyMappingRequest: LDAPSourcePropertyMappingRequest;
|
|
267
|
+
}
|
|
268
|
+
export interface PropertymappingsSourceLdapUsedByListRequest {
|
|
269
|
+
pmUuid: string;
|
|
270
|
+
}
|
|
271
271
|
/**
|
|
272
272
|
*
|
|
273
273
|
*/
|
|
@@ -320,62 +320,6 @@ export declare class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
320
320
|
* Get a list of all objects that use this object
|
|
321
321
|
*/
|
|
322
322
|
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
323
|
/**
|
|
380
324
|
* NotificationWebhookMapping Viewset
|
|
381
325
|
*/
|
|
@@ -768,4 +712,60 @@ export declare class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
768
712
|
* Get a list of all objects that use this object
|
|
769
713
|
*/
|
|
770
714
|
propertymappingsScopeUsedByList(requestParameters: PropertymappingsScopeUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>>;
|
|
715
|
+
/**
|
|
716
|
+
* LDAP PropertyMapping Viewset
|
|
717
|
+
*/
|
|
718
|
+
propertymappingsSourceLdapCreateRaw(requestParameters: PropertymappingsSourceLdapCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LDAPSourcePropertyMapping>>;
|
|
719
|
+
/**
|
|
720
|
+
* LDAP PropertyMapping Viewset
|
|
721
|
+
*/
|
|
722
|
+
propertymappingsSourceLdapCreate(requestParameters: PropertymappingsSourceLdapCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LDAPSourcePropertyMapping>;
|
|
723
|
+
/**
|
|
724
|
+
* LDAP PropertyMapping Viewset
|
|
725
|
+
*/
|
|
726
|
+
propertymappingsSourceLdapDestroyRaw(requestParameters: PropertymappingsSourceLdapDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
727
|
+
/**
|
|
728
|
+
* LDAP PropertyMapping Viewset
|
|
729
|
+
*/
|
|
730
|
+
propertymappingsSourceLdapDestroy(requestParameters: PropertymappingsSourceLdapDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
731
|
+
/**
|
|
732
|
+
* LDAP PropertyMapping Viewset
|
|
733
|
+
*/
|
|
734
|
+
propertymappingsSourceLdapListRaw(requestParameters: PropertymappingsSourceLdapListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedLDAPSourcePropertyMappingList>>;
|
|
735
|
+
/**
|
|
736
|
+
* LDAP PropertyMapping Viewset
|
|
737
|
+
*/
|
|
738
|
+
propertymappingsSourceLdapList(requestParameters?: PropertymappingsSourceLdapListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedLDAPSourcePropertyMappingList>;
|
|
739
|
+
/**
|
|
740
|
+
* LDAP PropertyMapping Viewset
|
|
741
|
+
*/
|
|
742
|
+
propertymappingsSourceLdapPartialUpdateRaw(requestParameters: PropertymappingsSourceLdapPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LDAPSourcePropertyMapping>>;
|
|
743
|
+
/**
|
|
744
|
+
* LDAP PropertyMapping Viewset
|
|
745
|
+
*/
|
|
746
|
+
propertymappingsSourceLdapPartialUpdate(requestParameters: PropertymappingsSourceLdapPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LDAPSourcePropertyMapping>;
|
|
747
|
+
/**
|
|
748
|
+
* LDAP PropertyMapping Viewset
|
|
749
|
+
*/
|
|
750
|
+
propertymappingsSourceLdapRetrieveRaw(requestParameters: PropertymappingsSourceLdapRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LDAPSourcePropertyMapping>>;
|
|
751
|
+
/**
|
|
752
|
+
* LDAP PropertyMapping Viewset
|
|
753
|
+
*/
|
|
754
|
+
propertymappingsSourceLdapRetrieve(requestParameters: PropertymappingsSourceLdapRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LDAPSourcePropertyMapping>;
|
|
755
|
+
/**
|
|
756
|
+
* LDAP PropertyMapping Viewset
|
|
757
|
+
*/
|
|
758
|
+
propertymappingsSourceLdapUpdateRaw(requestParameters: PropertymappingsSourceLdapUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LDAPSourcePropertyMapping>>;
|
|
759
|
+
/**
|
|
760
|
+
* LDAP PropertyMapping Viewset
|
|
761
|
+
*/
|
|
762
|
+
propertymappingsSourceLdapUpdate(requestParameters: PropertymappingsSourceLdapUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LDAPSourcePropertyMapping>;
|
|
763
|
+
/**
|
|
764
|
+
* Get a list of all objects that use this object
|
|
765
|
+
*/
|
|
766
|
+
propertymappingsSourceLdapUsedByListRaw(requestParameters: PropertymappingsSourceLdapUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UsedBy>>>;
|
|
767
|
+
/**
|
|
768
|
+
* Get a list of all objects that use this object
|
|
769
|
+
*/
|
|
770
|
+
propertymappingsSourceLdapUsedByList(requestParameters: PropertymappingsSourceLdapUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>>;
|
|
771
771
|
}
|