@goauthentik/api 2025.2.4-1744288676 → 2025.2.4-1744646168
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 +14 -0
- package/dist/apis/CoreApi.d.ts +2 -2
- package/dist/apis/CoreApi.js +6 -6
- package/dist/apis/RbacApi.d.ts +90 -1
- package/dist/apis/RbacApi.js +271 -0
- package/dist/apis/SourcesApi.d.ts +169 -1
- package/dist/apis/SourcesApi.js +536 -0
- package/dist/esm/apis/CoreApi.d.ts +2 -2
- package/dist/esm/apis/CoreApi.js +6 -6
- package/dist/esm/apis/RbacApi.d.ts +90 -1
- package/dist/esm/apis/RbacApi.js +272 -1
- package/dist/esm/apis/SourcesApi.d.ts +169 -1
- package/dist/esm/apis/SourcesApi.js +537 -1
- package/dist/esm/models/AuthenticatedSession.d.ts +4 -4
- package/dist/esm/models/AuthenticatedSession.js +6 -5
- package/dist/esm/models/GroupLDAPSourceConnection.d.ts +69 -0
- package/dist/esm/models/GroupLDAPSourceConnection.js +64 -0
- package/dist/esm/models/GroupLDAPSourceConnectionRequest.d.ts +44 -0
- package/dist/esm/models/GroupLDAPSourceConnectionRequest.js +51 -0
- package/dist/esm/models/InitialPermissions.d.ts +64 -0
- package/dist/esm/models/InitialPermissions.js +61 -0
- package/dist/esm/models/InitialPermissionsModeEnum.d.ts +26 -0
- package/dist/esm/models/InitialPermissionsModeEnum.js +44 -0
- package/dist/esm/models/InitialPermissionsRequest.d.ts +51 -0
- package/dist/esm/models/InitialPermissionsRequest.js +54 -0
- package/dist/esm/models/ModelEnum.d.ts +3 -0
- package/dist/esm/models/ModelEnum.js +3 -0
- package/dist/esm/models/PaginatedGroupLDAPSourceConnectionList.d.ts +40 -0
- package/dist/esm/models/PaginatedGroupLDAPSourceConnectionList.js +49 -0
- package/dist/esm/models/PaginatedInitialPermissionsList.d.ts +40 -0
- package/dist/esm/models/PaginatedInitialPermissionsList.js +49 -0
- package/dist/esm/models/PaginatedUserLDAPSourceConnectionList.d.ts +40 -0
- package/dist/esm/models/PaginatedUserLDAPSourceConnectionList.js +49 -0
- package/dist/esm/models/PatchedGroupLDAPSourceConnectionRequest.d.ts +44 -0
- package/dist/esm/models/PatchedGroupLDAPSourceConnectionRequest.js +45 -0
- package/dist/esm/models/PatchedInitialPermissionsRequest.d.ts +51 -0
- package/dist/esm/models/PatchedInitialPermissionsRequest.js +48 -0
- package/dist/esm/models/PatchedSettingsRequest.d.ts +12 -0
- package/dist/esm/models/PatchedSettingsRequest.js +4 -0
- package/dist/esm/models/PatchedUserLDAPSourceConnectionRequest.d.ts +44 -0
- package/dist/esm/models/PatchedUserLDAPSourceConnectionRequest.js +45 -0
- package/dist/esm/models/PermissionRequest.d.ts +38 -0
- package/dist/esm/models/PermissionRequest.js +47 -0
- package/dist/esm/models/Settings.d.ts +12 -0
- package/dist/esm/models/Settings.js +4 -0
- package/dist/esm/models/SettingsRequest.d.ts +12 -0
- package/dist/esm/models/SettingsRequest.js +4 -0
- package/dist/esm/models/UserLDAPSourceConnection.d.ts +69 -0
- package/dist/esm/models/UserLDAPSourceConnection.js +64 -0
- package/dist/esm/models/UserLDAPSourceConnectionRequest.d.ts +44 -0
- package/dist/esm/models/UserLDAPSourceConnectionRequest.js +51 -0
- package/dist/esm/models/index.d.ts +14 -0
- package/dist/esm/models/index.js +14 -0
- package/dist/models/AuthenticatedSession.d.ts +4 -4
- package/dist/models/AuthenticatedSession.js +6 -5
- package/dist/models/GroupLDAPSourceConnection.d.ts +69 -0
- package/dist/models/GroupLDAPSourceConnection.js +71 -0
- package/dist/models/GroupLDAPSourceConnectionRequest.d.ts +44 -0
- package/dist/models/GroupLDAPSourceConnectionRequest.js +58 -0
- package/dist/models/InitialPermissions.d.ts +64 -0
- package/dist/models/InitialPermissions.js +68 -0
- package/dist/models/InitialPermissionsModeEnum.d.ts +26 -0
- package/dist/models/InitialPermissionsModeEnum.js +52 -0
- package/dist/models/InitialPermissionsRequest.d.ts +51 -0
- package/dist/models/InitialPermissionsRequest.js +61 -0
- package/dist/models/ModelEnum.d.ts +3 -0
- package/dist/models/ModelEnum.js +3 -0
- package/dist/models/PaginatedGroupLDAPSourceConnectionList.d.ts +40 -0
- package/dist/models/PaginatedGroupLDAPSourceConnectionList.js +56 -0
- package/dist/models/PaginatedInitialPermissionsList.d.ts +40 -0
- package/dist/models/PaginatedInitialPermissionsList.js +56 -0
- package/dist/models/PaginatedUserLDAPSourceConnectionList.d.ts +40 -0
- package/dist/models/PaginatedUserLDAPSourceConnectionList.js +56 -0
- package/dist/models/PatchedGroupLDAPSourceConnectionRequest.d.ts +44 -0
- package/dist/models/PatchedGroupLDAPSourceConnectionRequest.js +52 -0
- package/dist/models/PatchedInitialPermissionsRequest.d.ts +51 -0
- package/dist/models/PatchedInitialPermissionsRequest.js +55 -0
- package/dist/models/PatchedSettingsRequest.d.ts +12 -0
- package/dist/models/PatchedSettingsRequest.js +4 -0
- package/dist/models/PatchedUserLDAPSourceConnectionRequest.d.ts +44 -0
- package/dist/models/PatchedUserLDAPSourceConnectionRequest.js +52 -0
- package/dist/models/PermissionRequest.d.ts +38 -0
- package/dist/models/PermissionRequest.js +54 -0
- package/dist/models/Settings.d.ts +12 -0
- package/dist/models/Settings.js +4 -0
- package/dist/models/SettingsRequest.d.ts +12 -0
- package/dist/models/SettingsRequest.js +4 -0
- package/dist/models/UserLDAPSourceConnection.d.ts +69 -0
- package/dist/models/UserLDAPSourceConnection.js +71 -0
- package/dist/models/UserLDAPSourceConnectionRequest.d.ts +44 -0
- package/dist/models/UserLDAPSourceConnectionRequest.js +58 -0
- package/dist/models/index.d.ts +14 -0
- package/dist/models/index.js +14 -0
- package/package.json +1 -1
- package/src/apis/CoreApi.ts +10 -10
- package/src/apis/RbacApi.ts +367 -0
- package/src/apis/SourcesApi.ts +1929 -1197
- package/src/models/AuthenticatedSession.ts +8 -9
- package/src/models/GroupLDAPSourceConnection.ts +124 -0
- package/src/models/GroupLDAPSourceConnectionRequest.ts +84 -0
- package/src/models/InitialPermissions.ts +125 -0
- package/src/models/InitialPermissionsModeEnum.ts +54 -0
- package/src/models/InitialPermissionsRequest.ts +102 -0
- package/src/models/ModelEnum.ts +3 -0
- package/src/models/PaginatedGroupLDAPSourceConnectionList.ts +90 -0
- package/src/models/PaginatedInitialPermissionsList.ts +90 -0
- package/src/models/PaginatedUserLDAPSourceConnectionList.ts +90 -0
- package/src/models/PatchedGroupLDAPSourceConnectionRequest.ts +81 -0
- package/src/models/PatchedInitialPermissionsRequest.ts +99 -0
- package/src/models/PatchedSettingsRequest.ts +16 -0
- package/src/models/PatchedUserLDAPSourceConnectionRequest.ts +81 -0
- package/src/models/PermissionRequest.ts +75 -0
- package/src/models/Settings.ts +16 -0
- package/src/models/SettingsRequest.ts +16 -0
- package/src/models/UserLDAPSourceConnection.ts +124 -0
- package/src/models/UserLDAPSourceConnectionRequest.ts +84 -0
- package/src/models/index.ts +14 -0
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* authentik
|
|
5
|
+
* Making authentication simple.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2025.2.4
|
|
8
|
+
* Contact: hello@goauthentik.io
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { Source } from './Source';
|
|
17
|
+
import {
|
|
18
|
+
SourceFromJSON,
|
|
19
|
+
SourceFromJSONTyped,
|
|
20
|
+
SourceToJSON,
|
|
21
|
+
SourceToJSONTyped,
|
|
22
|
+
} from './Source';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* User source connection
|
|
26
|
+
* @export
|
|
27
|
+
* @interface UserLDAPSourceConnection
|
|
28
|
+
*/
|
|
29
|
+
export interface UserLDAPSourceConnection {
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof UserLDAPSourceConnection
|
|
34
|
+
*/
|
|
35
|
+
readonly pk: number;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof UserLDAPSourceConnection
|
|
40
|
+
*/
|
|
41
|
+
user: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof UserLDAPSourceConnection
|
|
46
|
+
*/
|
|
47
|
+
source: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {Source}
|
|
51
|
+
* @memberof UserLDAPSourceConnection
|
|
52
|
+
*/
|
|
53
|
+
readonly sourceObj: Source;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof UserLDAPSourceConnection
|
|
58
|
+
*/
|
|
59
|
+
identifier: string;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {Date}
|
|
63
|
+
* @memberof UserLDAPSourceConnection
|
|
64
|
+
*/
|
|
65
|
+
readonly created: Date;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {Date}
|
|
69
|
+
* @memberof UserLDAPSourceConnection
|
|
70
|
+
*/
|
|
71
|
+
readonly lastUpdated: Date;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Check if a given object implements the UserLDAPSourceConnection interface.
|
|
76
|
+
*/
|
|
77
|
+
export function instanceOfUserLDAPSourceConnection(value: object): value is UserLDAPSourceConnection {
|
|
78
|
+
if (!('pk' in value) || value['pk'] === undefined) return false;
|
|
79
|
+
if (!('user' in value) || value['user'] === undefined) return false;
|
|
80
|
+
if (!('source' in value) || value['source'] === undefined) return false;
|
|
81
|
+
if (!('sourceObj' in value) || value['sourceObj'] === undefined) return false;
|
|
82
|
+
if (!('identifier' in value) || value['identifier'] === undefined) return false;
|
|
83
|
+
if (!('created' in value) || value['created'] === undefined) return false;
|
|
84
|
+
if (!('lastUpdated' in value) || value['lastUpdated'] === undefined) return false;
|
|
85
|
+
return true;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export function UserLDAPSourceConnectionFromJSON(json: any): UserLDAPSourceConnection {
|
|
89
|
+
return UserLDAPSourceConnectionFromJSONTyped(json, false);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export function UserLDAPSourceConnectionFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserLDAPSourceConnection {
|
|
93
|
+
if (json == null) {
|
|
94
|
+
return json;
|
|
95
|
+
}
|
|
96
|
+
return {
|
|
97
|
+
|
|
98
|
+
'pk': json['pk'],
|
|
99
|
+
'user': json['user'],
|
|
100
|
+
'source': json['source'],
|
|
101
|
+
'sourceObj': SourceFromJSON(json['source_obj']),
|
|
102
|
+
'identifier': json['identifier'],
|
|
103
|
+
'created': (new Date(json['created'])),
|
|
104
|
+
'lastUpdated': (new Date(json['last_updated'])),
|
|
105
|
+
};
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
export function UserLDAPSourceConnectionToJSON(json: any): UserLDAPSourceConnection {
|
|
109
|
+
return UserLDAPSourceConnectionToJSONTyped(json, false);
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export function UserLDAPSourceConnectionToJSONTyped(value?: Omit<UserLDAPSourceConnection, 'pk'|'source_obj'|'created'|'last_updated'> | null, ignoreDiscriminator: boolean = false): any {
|
|
113
|
+
if (value == null) {
|
|
114
|
+
return value;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
return {
|
|
118
|
+
|
|
119
|
+
'user': value['user'],
|
|
120
|
+
'source': value['source'],
|
|
121
|
+
'identifier': value['identifier'],
|
|
122
|
+
};
|
|
123
|
+
}
|
|
124
|
+
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* authentik
|
|
5
|
+
* Making authentication simple.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2025.2.4
|
|
8
|
+
* Contact: hello@goauthentik.io
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
* User source connection
|
|
18
|
+
* @export
|
|
19
|
+
* @interface UserLDAPSourceConnectionRequest
|
|
20
|
+
*/
|
|
21
|
+
export interface UserLDAPSourceConnectionRequest {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof UserLDAPSourceConnectionRequest
|
|
26
|
+
*/
|
|
27
|
+
user: number;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof UserLDAPSourceConnectionRequest
|
|
32
|
+
*/
|
|
33
|
+
source: string;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof UserLDAPSourceConnectionRequest
|
|
38
|
+
*/
|
|
39
|
+
identifier: string;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Check if a given object implements the UserLDAPSourceConnectionRequest interface.
|
|
44
|
+
*/
|
|
45
|
+
export function instanceOfUserLDAPSourceConnectionRequest(value: object): value is UserLDAPSourceConnectionRequest {
|
|
46
|
+
if (!('user' in value) || value['user'] === undefined) return false;
|
|
47
|
+
if (!('source' in value) || value['source'] === undefined) return false;
|
|
48
|
+
if (!('identifier' in value) || value['identifier'] === undefined) return false;
|
|
49
|
+
return true;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export function UserLDAPSourceConnectionRequestFromJSON(json: any): UserLDAPSourceConnectionRequest {
|
|
53
|
+
return UserLDAPSourceConnectionRequestFromJSONTyped(json, false);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export function UserLDAPSourceConnectionRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserLDAPSourceConnectionRequest {
|
|
57
|
+
if (json == null) {
|
|
58
|
+
return json;
|
|
59
|
+
}
|
|
60
|
+
return {
|
|
61
|
+
|
|
62
|
+
'user': json['user'],
|
|
63
|
+
'source': json['source'],
|
|
64
|
+
'identifier': json['identifier'],
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export function UserLDAPSourceConnectionRequestToJSON(json: any): UserLDAPSourceConnectionRequest {
|
|
69
|
+
return UserLDAPSourceConnectionRequestToJSONTyped(json, false);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export function UserLDAPSourceConnectionRequestToJSONTyped(value?: UserLDAPSourceConnectionRequest | null, ignoreDiscriminator: boolean = false): any {
|
|
73
|
+
if (value == null) {
|
|
74
|
+
return value;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
return {
|
|
78
|
+
|
|
79
|
+
'user': value['user'],
|
|
80
|
+
'source': value['source'],
|
|
81
|
+
'identifier': value['identifier'],
|
|
82
|
+
};
|
|
83
|
+
}
|
|
84
|
+
|
package/src/models/index.ts
CHANGED
|
@@ -176,6 +176,8 @@ export * from './GoogleWorkspaceProviderUserRequest';
|
|
|
176
176
|
export * from './Group';
|
|
177
177
|
export * from './GroupKerberosSourceConnection';
|
|
178
178
|
export * from './GroupKerberosSourceConnectionRequest';
|
|
179
|
+
export * from './GroupLDAPSourceConnection';
|
|
180
|
+
export * from './GroupLDAPSourceConnectionRequest';
|
|
179
181
|
export * from './GroupMatchingModeEnum';
|
|
180
182
|
export * from './GroupMember';
|
|
181
183
|
export * from './GroupMemberRequest';
|
|
@@ -193,6 +195,9 @@ export * from './IdentificationChallengeResponseRequest';
|
|
|
193
195
|
export * from './IdentificationStage';
|
|
194
196
|
export * from './IdentificationStageRequest';
|
|
195
197
|
export * from './ImpersonationRequest';
|
|
198
|
+
export * from './InitialPermissions';
|
|
199
|
+
export * from './InitialPermissionsModeEnum';
|
|
200
|
+
export * from './InitialPermissionsRequest';
|
|
196
201
|
export * from './InstallID';
|
|
197
202
|
export * from './IntentEnum';
|
|
198
203
|
export * from './InvalidResponseActionEnum';
|
|
@@ -315,12 +320,14 @@ export * from './PaginatedGoogleWorkspaceProviderList';
|
|
|
315
320
|
export * from './PaginatedGoogleWorkspaceProviderMappingList';
|
|
316
321
|
export * from './PaginatedGoogleWorkspaceProviderUserList';
|
|
317
322
|
export * from './PaginatedGroupKerberosSourceConnectionList';
|
|
323
|
+
export * from './PaginatedGroupLDAPSourceConnectionList';
|
|
318
324
|
export * from './PaginatedGroupList';
|
|
319
325
|
export * from './PaginatedGroupOAuthSourceConnectionList';
|
|
320
326
|
export * from './PaginatedGroupPlexSourceConnectionList';
|
|
321
327
|
export * from './PaginatedGroupSAMLSourceConnectionList';
|
|
322
328
|
export * from './PaginatedGroupSourceConnectionList';
|
|
323
329
|
export * from './PaginatedIdentificationStageList';
|
|
330
|
+
export * from './PaginatedInitialPermissionsList';
|
|
324
331
|
export * from './PaginatedInvitationList';
|
|
325
332
|
export * from './PaginatedInvitationStageList';
|
|
326
333
|
export * from './PaginatedKerberosSourceList';
|
|
@@ -397,6 +404,7 @@ export * from './PaginatedUserAssignedObjectPermissionList';
|
|
|
397
404
|
export * from './PaginatedUserConsentList';
|
|
398
405
|
export * from './PaginatedUserDeleteStageList';
|
|
399
406
|
export * from './PaginatedUserKerberosSourceConnectionList';
|
|
407
|
+
export * from './PaginatedUserLDAPSourceConnectionList';
|
|
400
408
|
export * from './PaginatedUserList';
|
|
401
409
|
export * from './PaginatedUserLoginStageList';
|
|
402
410
|
export * from './PaginatedUserLogoutStageList';
|
|
@@ -453,12 +461,14 @@ export * from './PatchedGeoIPPolicyRequest';
|
|
|
453
461
|
export * from './PatchedGoogleWorkspaceProviderMappingRequest';
|
|
454
462
|
export * from './PatchedGoogleWorkspaceProviderRequest';
|
|
455
463
|
export * from './PatchedGroupKerberosSourceConnectionRequest';
|
|
464
|
+
export * from './PatchedGroupLDAPSourceConnectionRequest';
|
|
456
465
|
export * from './PatchedGroupOAuthSourceConnectionRequest';
|
|
457
466
|
export * from './PatchedGroupPlexSourceConnectionRequest';
|
|
458
467
|
export * from './PatchedGroupRequest';
|
|
459
468
|
export * from './PatchedGroupSAMLSourceConnectionRequest';
|
|
460
469
|
export * from './PatchedGroupSourceConnectionRequest';
|
|
461
470
|
export * from './PatchedIdentificationStageRequest';
|
|
471
|
+
export * from './PatchedInitialPermissionsRequest';
|
|
462
472
|
export * from './PatchedInvitationRequest';
|
|
463
473
|
export * from './PatchedInvitationStageRequest';
|
|
464
474
|
export * from './PatchedKerberosSourcePropertyMappingRequest';
|
|
@@ -516,6 +526,7 @@ export * from './PatchedTenantRequest';
|
|
|
516
526
|
export * from './PatchedTokenRequest';
|
|
517
527
|
export * from './PatchedUserDeleteStageRequest';
|
|
518
528
|
export * from './PatchedUserKerberosSourceConnectionRequest';
|
|
529
|
+
export * from './PatchedUserLDAPSourceConnectionRequest';
|
|
519
530
|
export * from './PatchedUserLoginStageRequest';
|
|
520
531
|
export * from './PatchedUserLogoutStageRequest';
|
|
521
532
|
export * from './PatchedUserOAuthSourceConnectionRequest';
|
|
@@ -528,6 +539,7 @@ export * from './PatchedWebAuthnDeviceRequest';
|
|
|
528
539
|
export * from './Permission';
|
|
529
540
|
export * from './PermissionAssignRequest';
|
|
530
541
|
export * from './PermissionAssignResult';
|
|
542
|
+
export * from './PermissionRequest';
|
|
531
543
|
export * from './PlexAuthenticationChallenge';
|
|
532
544
|
export * from './PlexAuthenticationChallengeResponseRequest';
|
|
533
545
|
export * from './PlexSource';
|
|
@@ -684,6 +696,8 @@ export * from './UserGroup';
|
|
|
684
696
|
export * from './UserGroupRequest';
|
|
685
697
|
export * from './UserKerberosSourceConnection';
|
|
686
698
|
export * from './UserKerberosSourceConnectionRequest';
|
|
699
|
+
export * from './UserLDAPSourceConnection';
|
|
700
|
+
export * from './UserLDAPSourceConnectionRequest';
|
|
687
701
|
export * from './UserLoginChallenge';
|
|
688
702
|
export * from './UserLoginChallengeResponseRequest';
|
|
689
703
|
export * from './UserLoginStage';
|