@goauthentik/api 2024.8.3-1729630021 → 2024.8.3-1729753499
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 +15 -0
- package/dist/apis/PropertymappingsApi.d.ts +86 -1
- package/dist/apis/PropertymappingsApi.js +271 -0
- package/dist/apis/RbacApi.d.ts +8 -0
- package/dist/apis/RbacApi.js +8 -0
- package/dist/apis/SourcesApi.d.ts +257 -1
- package/dist/apis/SourcesApi.js +841 -28
- package/dist/esm/apis/PropertymappingsApi.d.ts +86 -1
- package/dist/esm/apis/PropertymappingsApi.js +272 -1
- package/dist/esm/apis/RbacApi.d.ts +8 -0
- package/dist/esm/apis/RbacApi.js +8 -0
- package/dist/esm/apis/SourcesApi.d.ts +257 -1
- package/dist/esm/apis/SourcesApi.js +842 -29
- package/dist/esm/models/AppEnum.d.ts +1 -0
- package/dist/esm/models/AppEnum.js +1 -0
- package/dist/esm/models/BackendsEnum.d.ts +1 -0
- package/dist/esm/models/BackendsEnum.js +1 -0
- package/dist/esm/models/DeviceChallenge.d.ts +6 -0
- package/dist/esm/models/DeviceChallenge.js +3 -0
- package/dist/esm/models/DeviceChallengeRequest.d.ts +6 -0
- package/dist/esm/models/DeviceChallengeRequest.js +3 -0
- package/dist/esm/models/GroupKerberosSourceConnection.d.ts +56 -0
- package/dist/esm/models/GroupKerberosSourceConnection.js +50 -0
- package/dist/esm/models/KerberosSource.d.ts +198 -0
- package/dist/esm/models/KerberosSource.js +103 -0
- package/dist/esm/models/KerberosSourcePropertyMapping.d.ts +73 -0
- package/dist/esm/models/KerberosSourcePropertyMapping.js +59 -0
- package/dist/esm/models/KerberosSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/esm/models/KerberosSourcePropertyMappingRequest.js +49 -0
- package/dist/esm/models/KerberosSourceRequest.d.ts +166 -0
- package/dist/esm/models/KerberosSourceRequest.js +93 -0
- package/dist/esm/models/KerberosSyncStatus.d.ts +38 -0
- package/dist/esm/models/KerberosSyncStatus.js +44 -0
- package/dist/esm/models/ModelEnum.d.ts +4 -0
- package/dist/esm/models/ModelEnum.js +4 -0
- package/dist/esm/models/PaginatedGroupKerberosSourceConnectionList.d.ts +39 -0
- package/dist/esm/models/PaginatedGroupKerberosSourceConnectionList.js +48 -0
- package/dist/esm/models/PaginatedKerberosSourceList.d.ts +39 -0
- package/dist/esm/models/PaginatedKerberosSourceList.js +48 -0
- package/dist/esm/models/PaginatedKerberosSourcePropertyMappingList.d.ts +39 -0
- package/dist/esm/models/PaginatedKerberosSourcePropertyMappingList.js +48 -0
- package/dist/esm/models/PaginatedUserKerberosSourceConnectionList.d.ts +39 -0
- package/dist/esm/models/PaginatedUserKerberosSourceConnectionList.js +48 -0
- package/dist/esm/models/PatchedKerberosSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/esm/models/PatchedKerberosSourcePropertyMappingRequest.js +47 -0
- package/dist/esm/models/PatchedKerberosSourceRequest.d.ts +166 -0
- package/dist/esm/models/PatchedKerberosSourceRequest.js +90 -0
- package/dist/esm/models/PatchedUserKerberosSourceConnectionRequest.d.ts +37 -0
- package/dist/esm/models/PatchedUserKerberosSourceConnectionRequest.js +45 -0
- package/dist/esm/models/UserKerberosSourceConnection.d.ts +56 -0
- package/dist/esm/models/UserKerberosSourceConnection.js +53 -0
- package/dist/esm/models/UserKerberosSourceConnectionRequest.d.ts +37 -0
- package/dist/esm/models/UserKerberosSourceConnectionRequest.js +46 -0
- package/dist/esm/models/index.d.ts +15 -0
- package/dist/esm/models/index.js +15 -0
- package/dist/models/AppEnum.d.ts +1 -0
- package/dist/models/AppEnum.js +1 -0
- package/dist/models/BackendsEnum.d.ts +1 -0
- package/dist/models/BackendsEnum.js +1 -0
- package/dist/models/DeviceChallenge.d.ts +6 -0
- package/dist/models/DeviceChallenge.js +3 -0
- package/dist/models/DeviceChallengeRequest.d.ts +6 -0
- package/dist/models/DeviceChallengeRequest.js +3 -0
- package/dist/models/GroupKerberosSourceConnection.d.ts +56 -0
- package/dist/models/GroupKerberosSourceConnection.js +57 -0
- package/dist/models/KerberosSource.d.ts +198 -0
- package/dist/models/KerberosSource.js +110 -0
- package/dist/models/KerberosSourcePropertyMapping.d.ts +73 -0
- package/dist/models/KerberosSourcePropertyMapping.js +66 -0
- package/dist/models/KerberosSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/models/KerberosSourcePropertyMappingRequest.js +56 -0
- package/dist/models/KerberosSourceRequest.d.ts +166 -0
- package/dist/models/KerberosSourceRequest.js +100 -0
- package/dist/models/KerberosSyncStatus.d.ts +38 -0
- package/dist/models/KerberosSyncStatus.js +51 -0
- package/dist/models/ModelEnum.d.ts +4 -0
- package/dist/models/ModelEnum.js +4 -0
- package/dist/models/PaginatedGroupKerberosSourceConnectionList.d.ts +39 -0
- package/dist/models/PaginatedGroupKerberosSourceConnectionList.js +55 -0
- package/dist/models/PaginatedKerberosSourceList.d.ts +39 -0
- package/dist/models/PaginatedKerberosSourceList.js +55 -0
- package/dist/models/PaginatedKerberosSourcePropertyMappingList.d.ts +39 -0
- package/dist/models/PaginatedKerberosSourcePropertyMappingList.js +55 -0
- package/dist/models/PaginatedUserKerberosSourceConnectionList.d.ts +39 -0
- package/dist/models/PaginatedUserKerberosSourceConnectionList.js +55 -0
- package/dist/models/PatchedKerberosSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/models/PatchedKerberosSourcePropertyMappingRequest.js +54 -0
- package/dist/models/PatchedKerberosSourceRequest.d.ts +166 -0
- package/dist/models/PatchedKerberosSourceRequest.js +97 -0
- package/dist/models/PatchedUserKerberosSourceConnectionRequest.d.ts +37 -0
- package/dist/models/PatchedUserKerberosSourceConnectionRequest.js +52 -0
- package/dist/models/UserKerberosSourceConnection.d.ts +56 -0
- package/dist/models/UserKerberosSourceConnection.js +60 -0
- package/dist/models/UserKerberosSourceConnectionRequest.d.ts +37 -0
- package/dist/models/UserKerberosSourceConnectionRequest.js +53 -0
- package/dist/models/index.d.ts +15 -0
- package/dist/models/index.js +15 -0
- package/package.json +1 -1
- package/src/apis/PropertymappingsApi.ts +350 -0
- package/src/apis/RbacApi.ts +8 -0
- package/src/apis/SourcesApi.ts +1200 -153
- package/src/models/AppEnum.ts +1 -0
- package/src/models/BackendsEnum.ts +1 -0
- package/src/models/DeviceChallenge.ts +9 -0
- package/src/models/DeviceChallengeRequest.ts +9 -0
- package/src/models/GroupKerberosSourceConnection.ts +104 -0
- package/src/models/KerberosSource.ts +303 -0
- package/src/models/KerberosSourcePropertyMapping.ts +123 -0
- package/src/models/KerberosSourcePropertyMappingRequest.ts +83 -0
- package/src/models/KerberosSourceRequest.ts +263 -0
- package/src/models/KerberosSyncStatus.ts +80 -0
- package/src/models/ModelEnum.ts +4 -0
- package/src/models/PaginatedGroupKerberosSourceConnectionList.ts +88 -0
- package/src/models/PaginatedKerberosSourceList.ts +88 -0
- package/src/models/PaginatedKerberosSourcePropertyMappingList.ts +88 -0
- package/src/models/PaginatedUserKerberosSourceConnectionList.ts +88 -0
- package/src/models/PatchedKerberosSourcePropertyMappingRequest.ts +81 -0
- package/src/models/PatchedKerberosSourceRequest.ts +260 -0
- package/src/models/PatchedUserKerberosSourceConnectionRequest.ts +73 -0
- package/src/models/UserKerberosSourceConnection.ts +106 -0
- package/src/models/UserKerberosSourceConnectionRequest.ts +75 -0
- package/src/models/index.ts +15 -0
|
@@ -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, LDAPSourcePropertyMapping, LDAPSourcePropertyMappingRequest, MicrosoftEntraProviderMapping, MicrosoftEntraProviderMappingRequest, NotificationWebhookMapping, NotificationWebhookMappingRequest, OAuthSourcePropertyMapping, OAuthSourcePropertyMappingRequest, PaginatedGoogleWorkspaceProviderMappingList, PaginatedLDAPSourcePropertyMappingList, PaginatedMicrosoftEntraProviderMappingList, PaginatedNotificationWebhookMappingList, PaginatedOAuthSourcePropertyMappingList, PaginatedPlexSourcePropertyMappingList, PaginatedPropertyMappingList, PaginatedRACPropertyMappingList, PaginatedRadiusProviderPropertyMappingList, PaginatedSAMLPropertyMappingList, PaginatedSAMLSourcePropertyMappingList, PaginatedSCIMMappingList, PaginatedSCIMSourcePropertyMappingList, PaginatedScopeMappingList, PatchedGoogleWorkspaceProviderMappingRequest, PatchedLDAPSourcePropertyMappingRequest, PatchedMicrosoftEntraProviderMappingRequest, PatchedNotificationWebhookMappingRequest, PatchedOAuthSourcePropertyMappingRequest, PatchedPlexSourcePropertyMappingRequest, PatchedRACPropertyMappingRequest, PatchedRadiusProviderPropertyMappingRequest, PatchedSAMLPropertyMappingRequest, PatchedSAMLSourcePropertyMappingRequest, PatchedSCIMMappingRequest, PatchedSCIMSourcePropertyMappingRequest, PatchedScopeMappingRequest, PlexSourcePropertyMapping, PlexSourcePropertyMappingRequest, PropertyMapping, PropertyMappingTestRequest, PropertyMappingTestResult, RACPropertyMapping, RACPropertyMappingRequest, RadiusProviderPropertyMapping, RadiusProviderPropertyMappingRequest, SAMLPropertyMapping, SAMLPropertyMappingRequest, SAMLSourcePropertyMapping, SAMLSourcePropertyMappingRequest, SCIMMapping, SCIMMappingRequest, SCIMSourcePropertyMapping, SCIMSourcePropertyMappingRequest, ScopeMapping, ScopeMappingRequest, TypeCreate, UsedBy } from '../models';
|
|
13
|
+
import type { GoogleWorkspaceProviderMapping, GoogleWorkspaceProviderMappingRequest, KerberosSourcePropertyMapping, KerberosSourcePropertyMappingRequest, LDAPSourcePropertyMapping, LDAPSourcePropertyMappingRequest, MicrosoftEntraProviderMapping, MicrosoftEntraProviderMappingRequest, NotificationWebhookMapping, NotificationWebhookMappingRequest, OAuthSourcePropertyMapping, OAuthSourcePropertyMappingRequest, PaginatedGoogleWorkspaceProviderMappingList, PaginatedKerberosSourcePropertyMappingList, PaginatedLDAPSourcePropertyMappingList, PaginatedMicrosoftEntraProviderMappingList, PaginatedNotificationWebhookMappingList, PaginatedOAuthSourcePropertyMappingList, PaginatedPlexSourcePropertyMappingList, PaginatedPropertyMappingList, PaginatedRACPropertyMappingList, PaginatedRadiusProviderPropertyMappingList, PaginatedSAMLPropertyMappingList, PaginatedSAMLSourcePropertyMappingList, PaginatedSCIMMappingList, PaginatedSCIMSourcePropertyMappingList, PaginatedScopeMappingList, PatchedGoogleWorkspaceProviderMappingRequest, PatchedKerberosSourcePropertyMappingRequest, PatchedLDAPSourcePropertyMappingRequest, PatchedMicrosoftEntraProviderMappingRequest, PatchedNotificationWebhookMappingRequest, PatchedOAuthSourcePropertyMappingRequest, PatchedPlexSourcePropertyMappingRequest, PatchedRACPropertyMappingRequest, PatchedRadiusProviderPropertyMappingRequest, PatchedSAMLPropertyMappingRequest, PatchedSAMLSourcePropertyMappingRequest, PatchedSCIMMappingRequest, PatchedSCIMSourcePropertyMappingRequest, PatchedScopeMappingRequest, PlexSourcePropertyMapping, PlexSourcePropertyMappingRequest, PropertyMapping, PropertyMappingTestRequest, PropertyMappingTestResult, RACPropertyMapping, RACPropertyMappingRequest, RadiusProviderPropertyMapping, RadiusProviderPropertyMappingRequest, SAMLPropertyMapping, SAMLPropertyMappingRequest, SAMLSourcePropertyMapping, SAMLSourcePropertyMappingRequest, SCIMMapping, SCIMMappingRequest, SCIMSourcePropertyMapping, SCIMSourcePropertyMappingRequest, ScopeMapping, ScopeMappingRequest, TypeCreate, UsedBy } from '../models';
|
|
14
14
|
export interface PropertymappingsAllDestroyRequest {
|
|
15
15
|
pmUuid: string;
|
|
16
16
|
}
|
|
@@ -268,6 +268,35 @@ export interface PropertymappingsProviderScopeUpdateRequest {
|
|
|
268
268
|
export interface PropertymappingsProviderScopeUsedByListRequest {
|
|
269
269
|
pmUuid: string;
|
|
270
270
|
}
|
|
271
|
+
export interface PropertymappingsSourceKerberosCreateRequest {
|
|
272
|
+
kerberosSourcePropertyMappingRequest: KerberosSourcePropertyMappingRequest;
|
|
273
|
+
}
|
|
274
|
+
export interface PropertymappingsSourceKerberosDestroyRequest {
|
|
275
|
+
pmUuid: string;
|
|
276
|
+
}
|
|
277
|
+
export interface PropertymappingsSourceKerberosListRequest {
|
|
278
|
+
managed?: Array<string>;
|
|
279
|
+
managedIsnull?: boolean;
|
|
280
|
+
name?: string;
|
|
281
|
+
ordering?: string;
|
|
282
|
+
page?: number;
|
|
283
|
+
pageSize?: number;
|
|
284
|
+
search?: string;
|
|
285
|
+
}
|
|
286
|
+
export interface PropertymappingsSourceKerberosPartialUpdateRequest {
|
|
287
|
+
pmUuid: string;
|
|
288
|
+
patchedKerberosSourcePropertyMappingRequest?: PatchedKerberosSourcePropertyMappingRequest;
|
|
289
|
+
}
|
|
290
|
+
export interface PropertymappingsSourceKerberosRetrieveRequest {
|
|
291
|
+
pmUuid: string;
|
|
292
|
+
}
|
|
293
|
+
export interface PropertymappingsSourceKerberosUpdateRequest {
|
|
294
|
+
pmUuid: string;
|
|
295
|
+
kerberosSourcePropertyMappingRequest: KerberosSourcePropertyMappingRequest;
|
|
296
|
+
}
|
|
297
|
+
export interface PropertymappingsSourceKerberosUsedByListRequest {
|
|
298
|
+
pmUuid: string;
|
|
299
|
+
}
|
|
271
300
|
export interface PropertymappingsSourceLdapCreateRequest {
|
|
272
301
|
lDAPSourcePropertyMappingRequest: LDAPSourcePropertyMappingRequest;
|
|
273
302
|
}
|
|
@@ -913,6 +942,62 @@ export declare class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
913
942
|
* Get a list of all objects that use this object
|
|
914
943
|
*/
|
|
915
944
|
propertymappingsProviderScopeUsedByList(requestParameters: PropertymappingsProviderScopeUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>>;
|
|
945
|
+
/**
|
|
946
|
+
* KerberosSource PropertyMapping Viewset
|
|
947
|
+
*/
|
|
948
|
+
propertymappingsSourceKerberosCreateRaw(requestParameters: PropertymappingsSourceKerberosCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<KerberosSourcePropertyMapping>>;
|
|
949
|
+
/**
|
|
950
|
+
* KerberosSource PropertyMapping Viewset
|
|
951
|
+
*/
|
|
952
|
+
propertymappingsSourceKerberosCreate(requestParameters: PropertymappingsSourceKerberosCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<KerberosSourcePropertyMapping>;
|
|
953
|
+
/**
|
|
954
|
+
* KerberosSource PropertyMapping Viewset
|
|
955
|
+
*/
|
|
956
|
+
propertymappingsSourceKerberosDestroyRaw(requestParameters: PropertymappingsSourceKerberosDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
957
|
+
/**
|
|
958
|
+
* KerberosSource PropertyMapping Viewset
|
|
959
|
+
*/
|
|
960
|
+
propertymappingsSourceKerberosDestroy(requestParameters: PropertymappingsSourceKerberosDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
961
|
+
/**
|
|
962
|
+
* KerberosSource PropertyMapping Viewset
|
|
963
|
+
*/
|
|
964
|
+
propertymappingsSourceKerberosListRaw(requestParameters: PropertymappingsSourceKerberosListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedKerberosSourcePropertyMappingList>>;
|
|
965
|
+
/**
|
|
966
|
+
* KerberosSource PropertyMapping Viewset
|
|
967
|
+
*/
|
|
968
|
+
propertymappingsSourceKerberosList(requestParameters?: PropertymappingsSourceKerberosListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedKerberosSourcePropertyMappingList>;
|
|
969
|
+
/**
|
|
970
|
+
* KerberosSource PropertyMapping Viewset
|
|
971
|
+
*/
|
|
972
|
+
propertymappingsSourceKerberosPartialUpdateRaw(requestParameters: PropertymappingsSourceKerberosPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<KerberosSourcePropertyMapping>>;
|
|
973
|
+
/**
|
|
974
|
+
* KerberosSource PropertyMapping Viewset
|
|
975
|
+
*/
|
|
976
|
+
propertymappingsSourceKerberosPartialUpdate(requestParameters: PropertymappingsSourceKerberosPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<KerberosSourcePropertyMapping>;
|
|
977
|
+
/**
|
|
978
|
+
* KerberosSource PropertyMapping Viewset
|
|
979
|
+
*/
|
|
980
|
+
propertymappingsSourceKerberosRetrieveRaw(requestParameters: PropertymappingsSourceKerberosRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<KerberosSourcePropertyMapping>>;
|
|
981
|
+
/**
|
|
982
|
+
* KerberosSource PropertyMapping Viewset
|
|
983
|
+
*/
|
|
984
|
+
propertymappingsSourceKerberosRetrieve(requestParameters: PropertymappingsSourceKerberosRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<KerberosSourcePropertyMapping>;
|
|
985
|
+
/**
|
|
986
|
+
* KerberosSource PropertyMapping Viewset
|
|
987
|
+
*/
|
|
988
|
+
propertymappingsSourceKerberosUpdateRaw(requestParameters: PropertymappingsSourceKerberosUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<KerberosSourcePropertyMapping>>;
|
|
989
|
+
/**
|
|
990
|
+
* KerberosSource PropertyMapping Viewset
|
|
991
|
+
*/
|
|
992
|
+
propertymappingsSourceKerberosUpdate(requestParameters: PropertymappingsSourceKerberosUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<KerberosSourcePropertyMapping>;
|
|
993
|
+
/**
|
|
994
|
+
* Get a list of all objects that use this object
|
|
995
|
+
*/
|
|
996
|
+
propertymappingsSourceKerberosUsedByListRaw(requestParameters: PropertymappingsSourceKerberosUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UsedBy>>>;
|
|
997
|
+
/**
|
|
998
|
+
* Get a list of all objects that use this object
|
|
999
|
+
*/
|
|
1000
|
+
propertymappingsSourceKerberosUsedByList(requestParameters: PropertymappingsSourceKerberosUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>>;
|
|
916
1001
|
/**
|
|
917
1002
|
* LDAP PropertyMapping Viewset
|
|
918
1003
|
*/
|
|
@@ -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, OAuthSourcePropertyMappingFromJSON, OAuthSourcePropertyMappingRequestToJSON, PaginatedGoogleWorkspaceProviderMappingListFromJSON, PaginatedLDAPSourcePropertyMappingListFromJSON, PaginatedMicrosoftEntraProviderMappingListFromJSON, PaginatedNotificationWebhookMappingListFromJSON, PaginatedOAuthSourcePropertyMappingListFromJSON, PaginatedPlexSourcePropertyMappingListFromJSON, PaginatedPropertyMappingListFromJSON, PaginatedRACPropertyMappingListFromJSON, PaginatedRadiusProviderPropertyMappingListFromJSON, PaginatedSAMLPropertyMappingListFromJSON, PaginatedSAMLSourcePropertyMappingListFromJSON, PaginatedSCIMMappingListFromJSON, PaginatedSCIMSourcePropertyMappingListFromJSON, PaginatedScopeMappingListFromJSON, PatchedGoogleWorkspaceProviderMappingRequestToJSON, PatchedLDAPSourcePropertyMappingRequestToJSON, PatchedMicrosoftEntraProviderMappingRequestToJSON, PatchedNotificationWebhookMappingRequestToJSON, PatchedOAuthSourcePropertyMappingRequestToJSON, PatchedPlexSourcePropertyMappingRequestToJSON, PatchedRACPropertyMappingRequestToJSON, PatchedRadiusProviderPropertyMappingRequestToJSON, PatchedSAMLPropertyMappingRequestToJSON, PatchedSAMLSourcePropertyMappingRequestToJSON, PatchedSCIMMappingRequestToJSON, PatchedSCIMSourcePropertyMappingRequestToJSON, PatchedScopeMappingRequestToJSON, PlexSourcePropertyMappingFromJSON, PlexSourcePropertyMappingRequestToJSON, PropertyMappingFromJSON, PropertyMappingTestRequestToJSON, PropertyMappingTestResultFromJSON, RACPropertyMappingFromJSON, RACPropertyMappingRequestToJSON, RadiusProviderPropertyMappingFromJSON, RadiusProviderPropertyMappingRequestToJSON, SAMLPropertyMappingFromJSON, SAMLPropertyMappingRequestToJSON, SAMLSourcePropertyMappingFromJSON, SAMLSourcePropertyMappingRequestToJSON, SCIMMappingFromJSON, SCIMMappingRequestToJSON, SCIMSourcePropertyMappingFromJSON, SCIMSourcePropertyMappingRequestToJSON, ScopeMappingFromJSON, ScopeMappingRequestToJSON, TypeCreateFromJSON, UsedByFromJSON, } from '../models';
|
|
24
|
+
import { GoogleWorkspaceProviderMappingFromJSON, GoogleWorkspaceProviderMappingRequestToJSON, KerberosSourcePropertyMappingFromJSON, KerberosSourcePropertyMappingRequestToJSON, LDAPSourcePropertyMappingFromJSON, LDAPSourcePropertyMappingRequestToJSON, MicrosoftEntraProviderMappingFromJSON, MicrosoftEntraProviderMappingRequestToJSON, NotificationWebhookMappingFromJSON, NotificationWebhookMappingRequestToJSON, OAuthSourcePropertyMappingFromJSON, OAuthSourcePropertyMappingRequestToJSON, PaginatedGoogleWorkspaceProviderMappingListFromJSON, PaginatedKerberosSourcePropertyMappingListFromJSON, PaginatedLDAPSourcePropertyMappingListFromJSON, PaginatedMicrosoftEntraProviderMappingListFromJSON, PaginatedNotificationWebhookMappingListFromJSON, PaginatedOAuthSourcePropertyMappingListFromJSON, PaginatedPlexSourcePropertyMappingListFromJSON, PaginatedPropertyMappingListFromJSON, PaginatedRACPropertyMappingListFromJSON, PaginatedRadiusProviderPropertyMappingListFromJSON, PaginatedSAMLPropertyMappingListFromJSON, PaginatedSAMLSourcePropertyMappingListFromJSON, PaginatedSCIMMappingListFromJSON, PaginatedSCIMSourcePropertyMappingListFromJSON, PaginatedScopeMappingListFromJSON, PatchedGoogleWorkspaceProviderMappingRequestToJSON, PatchedKerberosSourcePropertyMappingRequestToJSON, PatchedLDAPSourcePropertyMappingRequestToJSON, PatchedMicrosoftEntraProviderMappingRequestToJSON, PatchedNotificationWebhookMappingRequestToJSON, PatchedOAuthSourcePropertyMappingRequestToJSON, PatchedPlexSourcePropertyMappingRequestToJSON, PatchedRACPropertyMappingRequestToJSON, PatchedRadiusProviderPropertyMappingRequestToJSON, PatchedSAMLPropertyMappingRequestToJSON, PatchedSAMLSourcePropertyMappingRequestToJSON, PatchedSCIMMappingRequestToJSON, PatchedSCIMSourcePropertyMappingRequestToJSON, PatchedScopeMappingRequestToJSON, PlexSourcePropertyMappingFromJSON, PlexSourcePropertyMappingRequestToJSON, PropertyMappingFromJSON, PropertyMappingTestRequestToJSON, PropertyMappingTestResultFromJSON, RACPropertyMappingFromJSON, RACPropertyMappingRequestToJSON, RadiusProviderPropertyMappingFromJSON, RadiusProviderPropertyMappingRequestToJSON, SAMLPropertyMappingFromJSON, SAMLPropertyMappingRequestToJSON, SAMLSourcePropertyMappingFromJSON, SAMLSourcePropertyMappingRequestToJSON, SCIMMappingFromJSON, SCIMMappingRequestToJSON, SCIMSourcePropertyMappingFromJSON, SCIMSourcePropertyMappingRequestToJSON, ScopeMappingFromJSON, ScopeMappingRequestToJSON, TypeCreateFromJSON, UsedByFromJSON, } from '../models';
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
@@ -2429,6 +2429,277 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2429
2429
|
return yield response.value();
|
|
2430
2430
|
});
|
|
2431
2431
|
}
|
|
2432
|
+
/**
|
|
2433
|
+
* KerberosSource PropertyMapping Viewset
|
|
2434
|
+
*/
|
|
2435
|
+
propertymappingsSourceKerberosCreateRaw(requestParameters, initOverrides) {
|
|
2436
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2437
|
+
if (requestParameters.kerberosSourcePropertyMappingRequest === null || requestParameters.kerberosSourcePropertyMappingRequest === undefined) {
|
|
2438
|
+
throw new runtime.RequiredError('kerberosSourcePropertyMappingRequest', 'Required parameter requestParameters.kerberosSourcePropertyMappingRequest was null or undefined when calling propertymappingsSourceKerberosCreate.');
|
|
2439
|
+
}
|
|
2440
|
+
const queryParameters = {};
|
|
2441
|
+
const headerParameters = {};
|
|
2442
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
2443
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2444
|
+
const token = this.configuration.accessToken;
|
|
2445
|
+
const tokenString = yield token("authentik", []);
|
|
2446
|
+
if (tokenString) {
|
|
2447
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
2448
|
+
}
|
|
2449
|
+
}
|
|
2450
|
+
const response = yield this.request({
|
|
2451
|
+
path: `/propertymappings/source/kerberos/`,
|
|
2452
|
+
method: 'POST',
|
|
2453
|
+
headers: headerParameters,
|
|
2454
|
+
query: queryParameters,
|
|
2455
|
+
body: KerberosSourcePropertyMappingRequestToJSON(requestParameters.kerberosSourcePropertyMappingRequest),
|
|
2456
|
+
}, initOverrides);
|
|
2457
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => KerberosSourcePropertyMappingFromJSON(jsonValue));
|
|
2458
|
+
});
|
|
2459
|
+
}
|
|
2460
|
+
/**
|
|
2461
|
+
* KerberosSource PropertyMapping Viewset
|
|
2462
|
+
*/
|
|
2463
|
+
propertymappingsSourceKerberosCreate(requestParameters, initOverrides) {
|
|
2464
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2465
|
+
const response = yield this.propertymappingsSourceKerberosCreateRaw(requestParameters, initOverrides);
|
|
2466
|
+
return yield response.value();
|
|
2467
|
+
});
|
|
2468
|
+
}
|
|
2469
|
+
/**
|
|
2470
|
+
* KerberosSource PropertyMapping Viewset
|
|
2471
|
+
*/
|
|
2472
|
+
propertymappingsSourceKerberosDestroyRaw(requestParameters, initOverrides) {
|
|
2473
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2474
|
+
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2475
|
+
throw new runtime.RequiredError('pmUuid', 'Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsSourceKerberosDestroy.');
|
|
2476
|
+
}
|
|
2477
|
+
const queryParameters = {};
|
|
2478
|
+
const headerParameters = {};
|
|
2479
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2480
|
+
const token = this.configuration.accessToken;
|
|
2481
|
+
const tokenString = yield token("authentik", []);
|
|
2482
|
+
if (tokenString) {
|
|
2483
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
2484
|
+
}
|
|
2485
|
+
}
|
|
2486
|
+
const response = yield this.request({
|
|
2487
|
+
path: `/propertymappings/source/kerberos/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2488
|
+
method: 'DELETE',
|
|
2489
|
+
headers: headerParameters,
|
|
2490
|
+
query: queryParameters,
|
|
2491
|
+
}, initOverrides);
|
|
2492
|
+
return new runtime.VoidApiResponse(response);
|
|
2493
|
+
});
|
|
2494
|
+
}
|
|
2495
|
+
/**
|
|
2496
|
+
* KerberosSource PropertyMapping Viewset
|
|
2497
|
+
*/
|
|
2498
|
+
propertymappingsSourceKerberosDestroy(requestParameters, initOverrides) {
|
|
2499
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2500
|
+
yield this.propertymappingsSourceKerberosDestroyRaw(requestParameters, initOverrides);
|
|
2501
|
+
});
|
|
2502
|
+
}
|
|
2503
|
+
/**
|
|
2504
|
+
* KerberosSource PropertyMapping Viewset
|
|
2505
|
+
*/
|
|
2506
|
+
propertymappingsSourceKerberosListRaw(requestParameters, initOverrides) {
|
|
2507
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2508
|
+
const queryParameters = {};
|
|
2509
|
+
if (requestParameters.managed) {
|
|
2510
|
+
queryParameters['managed'] = requestParameters.managed;
|
|
2511
|
+
}
|
|
2512
|
+
if (requestParameters.managedIsnull !== undefined) {
|
|
2513
|
+
queryParameters['managed__isnull'] = requestParameters.managedIsnull;
|
|
2514
|
+
}
|
|
2515
|
+
if (requestParameters.name !== undefined) {
|
|
2516
|
+
queryParameters['name'] = requestParameters.name;
|
|
2517
|
+
}
|
|
2518
|
+
if (requestParameters.ordering !== undefined) {
|
|
2519
|
+
queryParameters['ordering'] = requestParameters.ordering;
|
|
2520
|
+
}
|
|
2521
|
+
if (requestParameters.page !== undefined) {
|
|
2522
|
+
queryParameters['page'] = requestParameters.page;
|
|
2523
|
+
}
|
|
2524
|
+
if (requestParameters.pageSize !== undefined) {
|
|
2525
|
+
queryParameters['page_size'] = requestParameters.pageSize;
|
|
2526
|
+
}
|
|
2527
|
+
if (requestParameters.search !== undefined) {
|
|
2528
|
+
queryParameters['search'] = requestParameters.search;
|
|
2529
|
+
}
|
|
2530
|
+
const headerParameters = {};
|
|
2531
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2532
|
+
const token = this.configuration.accessToken;
|
|
2533
|
+
const tokenString = yield token("authentik", []);
|
|
2534
|
+
if (tokenString) {
|
|
2535
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
2536
|
+
}
|
|
2537
|
+
}
|
|
2538
|
+
const response = yield this.request({
|
|
2539
|
+
path: `/propertymappings/source/kerberos/`,
|
|
2540
|
+
method: 'GET',
|
|
2541
|
+
headers: headerParameters,
|
|
2542
|
+
query: queryParameters,
|
|
2543
|
+
}, initOverrides);
|
|
2544
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => PaginatedKerberosSourcePropertyMappingListFromJSON(jsonValue));
|
|
2545
|
+
});
|
|
2546
|
+
}
|
|
2547
|
+
/**
|
|
2548
|
+
* KerberosSource PropertyMapping Viewset
|
|
2549
|
+
*/
|
|
2550
|
+
propertymappingsSourceKerberosList(requestParameters = {}, initOverrides) {
|
|
2551
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2552
|
+
const response = yield this.propertymappingsSourceKerberosListRaw(requestParameters, initOverrides);
|
|
2553
|
+
return yield response.value();
|
|
2554
|
+
});
|
|
2555
|
+
}
|
|
2556
|
+
/**
|
|
2557
|
+
* KerberosSource PropertyMapping Viewset
|
|
2558
|
+
*/
|
|
2559
|
+
propertymappingsSourceKerberosPartialUpdateRaw(requestParameters, initOverrides) {
|
|
2560
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2561
|
+
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2562
|
+
throw new runtime.RequiredError('pmUuid', 'Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsSourceKerberosPartialUpdate.');
|
|
2563
|
+
}
|
|
2564
|
+
const queryParameters = {};
|
|
2565
|
+
const headerParameters = {};
|
|
2566
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
2567
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2568
|
+
const token = this.configuration.accessToken;
|
|
2569
|
+
const tokenString = yield token("authentik", []);
|
|
2570
|
+
if (tokenString) {
|
|
2571
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
2572
|
+
}
|
|
2573
|
+
}
|
|
2574
|
+
const response = yield this.request({
|
|
2575
|
+
path: `/propertymappings/source/kerberos/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2576
|
+
method: 'PATCH',
|
|
2577
|
+
headers: headerParameters,
|
|
2578
|
+
query: queryParameters,
|
|
2579
|
+
body: PatchedKerberosSourcePropertyMappingRequestToJSON(requestParameters.patchedKerberosSourcePropertyMappingRequest),
|
|
2580
|
+
}, initOverrides);
|
|
2581
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => KerberosSourcePropertyMappingFromJSON(jsonValue));
|
|
2582
|
+
});
|
|
2583
|
+
}
|
|
2584
|
+
/**
|
|
2585
|
+
* KerberosSource PropertyMapping Viewset
|
|
2586
|
+
*/
|
|
2587
|
+
propertymappingsSourceKerberosPartialUpdate(requestParameters, initOverrides) {
|
|
2588
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2589
|
+
const response = yield this.propertymappingsSourceKerberosPartialUpdateRaw(requestParameters, initOverrides);
|
|
2590
|
+
return yield response.value();
|
|
2591
|
+
});
|
|
2592
|
+
}
|
|
2593
|
+
/**
|
|
2594
|
+
* KerberosSource PropertyMapping Viewset
|
|
2595
|
+
*/
|
|
2596
|
+
propertymappingsSourceKerberosRetrieveRaw(requestParameters, initOverrides) {
|
|
2597
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2598
|
+
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2599
|
+
throw new runtime.RequiredError('pmUuid', 'Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsSourceKerberosRetrieve.');
|
|
2600
|
+
}
|
|
2601
|
+
const queryParameters = {};
|
|
2602
|
+
const headerParameters = {};
|
|
2603
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2604
|
+
const token = this.configuration.accessToken;
|
|
2605
|
+
const tokenString = yield token("authentik", []);
|
|
2606
|
+
if (tokenString) {
|
|
2607
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
2608
|
+
}
|
|
2609
|
+
}
|
|
2610
|
+
const response = yield this.request({
|
|
2611
|
+
path: `/propertymappings/source/kerberos/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2612
|
+
method: 'GET',
|
|
2613
|
+
headers: headerParameters,
|
|
2614
|
+
query: queryParameters,
|
|
2615
|
+
}, initOverrides);
|
|
2616
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => KerberosSourcePropertyMappingFromJSON(jsonValue));
|
|
2617
|
+
});
|
|
2618
|
+
}
|
|
2619
|
+
/**
|
|
2620
|
+
* KerberosSource PropertyMapping Viewset
|
|
2621
|
+
*/
|
|
2622
|
+
propertymappingsSourceKerberosRetrieve(requestParameters, initOverrides) {
|
|
2623
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2624
|
+
const response = yield this.propertymappingsSourceKerberosRetrieveRaw(requestParameters, initOverrides);
|
|
2625
|
+
return yield response.value();
|
|
2626
|
+
});
|
|
2627
|
+
}
|
|
2628
|
+
/**
|
|
2629
|
+
* KerberosSource PropertyMapping Viewset
|
|
2630
|
+
*/
|
|
2631
|
+
propertymappingsSourceKerberosUpdateRaw(requestParameters, initOverrides) {
|
|
2632
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2633
|
+
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2634
|
+
throw new runtime.RequiredError('pmUuid', 'Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsSourceKerberosUpdate.');
|
|
2635
|
+
}
|
|
2636
|
+
if (requestParameters.kerberosSourcePropertyMappingRequest === null || requestParameters.kerberosSourcePropertyMappingRequest === undefined) {
|
|
2637
|
+
throw new runtime.RequiredError('kerberosSourcePropertyMappingRequest', 'Required parameter requestParameters.kerberosSourcePropertyMappingRequest was null or undefined when calling propertymappingsSourceKerberosUpdate.');
|
|
2638
|
+
}
|
|
2639
|
+
const queryParameters = {};
|
|
2640
|
+
const headerParameters = {};
|
|
2641
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
2642
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2643
|
+
const token = this.configuration.accessToken;
|
|
2644
|
+
const tokenString = yield token("authentik", []);
|
|
2645
|
+
if (tokenString) {
|
|
2646
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
2647
|
+
}
|
|
2648
|
+
}
|
|
2649
|
+
const response = yield this.request({
|
|
2650
|
+
path: `/propertymappings/source/kerberos/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2651
|
+
method: 'PUT',
|
|
2652
|
+
headers: headerParameters,
|
|
2653
|
+
query: queryParameters,
|
|
2654
|
+
body: KerberosSourcePropertyMappingRequestToJSON(requestParameters.kerberosSourcePropertyMappingRequest),
|
|
2655
|
+
}, initOverrides);
|
|
2656
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => KerberosSourcePropertyMappingFromJSON(jsonValue));
|
|
2657
|
+
});
|
|
2658
|
+
}
|
|
2659
|
+
/**
|
|
2660
|
+
* KerberosSource PropertyMapping Viewset
|
|
2661
|
+
*/
|
|
2662
|
+
propertymappingsSourceKerberosUpdate(requestParameters, initOverrides) {
|
|
2663
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2664
|
+
const response = yield this.propertymappingsSourceKerberosUpdateRaw(requestParameters, initOverrides);
|
|
2665
|
+
return yield response.value();
|
|
2666
|
+
});
|
|
2667
|
+
}
|
|
2668
|
+
/**
|
|
2669
|
+
* Get a list of all objects that use this object
|
|
2670
|
+
*/
|
|
2671
|
+
propertymappingsSourceKerberosUsedByListRaw(requestParameters, initOverrides) {
|
|
2672
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2673
|
+
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2674
|
+
throw new runtime.RequiredError('pmUuid', 'Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsSourceKerberosUsedByList.');
|
|
2675
|
+
}
|
|
2676
|
+
const queryParameters = {};
|
|
2677
|
+
const headerParameters = {};
|
|
2678
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2679
|
+
const token = this.configuration.accessToken;
|
|
2680
|
+
const tokenString = yield token("authentik", []);
|
|
2681
|
+
if (tokenString) {
|
|
2682
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
2683
|
+
}
|
|
2684
|
+
}
|
|
2685
|
+
const response = yield this.request({
|
|
2686
|
+
path: `/propertymappings/source/kerberos/{pm_uuid}/used_by/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2687
|
+
method: 'GET',
|
|
2688
|
+
headers: headerParameters,
|
|
2689
|
+
query: queryParameters,
|
|
2690
|
+
}, initOverrides);
|
|
2691
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(UsedByFromJSON));
|
|
2692
|
+
});
|
|
2693
|
+
}
|
|
2694
|
+
/**
|
|
2695
|
+
* Get a list of all objects that use this object
|
|
2696
|
+
*/
|
|
2697
|
+
propertymappingsSourceKerberosUsedByList(requestParameters, initOverrides) {
|
|
2698
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2699
|
+
const response = yield this.propertymappingsSourceKerberosUsedByListRaw(requestParameters, initOverrides);
|
|
2700
|
+
return yield response.value();
|
|
2701
|
+
});
|
|
2702
|
+
}
|
|
2432
2703
|
/**
|
|
2433
2704
|
* LDAP PropertyMapping Viewset
|
|
2434
2705
|
*/
|
|
@@ -379,6 +379,10 @@ export declare const RbacPermissionsAssignedByRolesListModelEnum: {
|
|
|
379
379
|
readonly ProvidersScimScimmapping: "authentik_providers_scim.scimmapping";
|
|
380
380
|
readonly ProvidersScimScimprovider: "authentik_providers_scim.scimprovider";
|
|
381
381
|
readonly RbacRole: "authentik_rbac.role";
|
|
382
|
+
readonly SourcesKerberosGroupkerberossourceconnection: "authentik_sources_kerberos.groupkerberossourceconnection";
|
|
383
|
+
readonly SourcesKerberosKerberossource: "authentik_sources_kerberos.kerberossource";
|
|
384
|
+
readonly SourcesKerberosKerberossourcepropertymapping: "authentik_sources_kerberos.kerberossourcepropertymapping";
|
|
385
|
+
readonly SourcesKerberosUserkerberossourceconnection: "authentik_sources_kerberos.userkerberossourceconnection";
|
|
382
386
|
readonly SourcesLdapLdapsource: "authentik_sources_ldap.ldapsource";
|
|
383
387
|
readonly SourcesLdapLdapsourcepropertymapping: "authentik_sources_ldap.ldapsourcepropertymapping";
|
|
384
388
|
readonly SourcesOauthGroupoauthsourceconnection: "authentik_sources_oauth.groupoauthsourceconnection";
|
|
@@ -476,6 +480,10 @@ export declare const RbacPermissionsAssignedByUsersListModelEnum: {
|
|
|
476
480
|
readonly ProvidersScimScimmapping: "authentik_providers_scim.scimmapping";
|
|
477
481
|
readonly ProvidersScimScimprovider: "authentik_providers_scim.scimprovider";
|
|
478
482
|
readonly RbacRole: "authentik_rbac.role";
|
|
483
|
+
readonly SourcesKerberosGroupkerberossourceconnection: "authentik_sources_kerberos.groupkerberossourceconnection";
|
|
484
|
+
readonly SourcesKerberosKerberossource: "authentik_sources_kerberos.kerberossource";
|
|
485
|
+
readonly SourcesKerberosKerberossourcepropertymapping: "authentik_sources_kerberos.kerberossourcepropertymapping";
|
|
486
|
+
readonly SourcesKerberosUserkerberossourceconnection: "authentik_sources_kerberos.userkerberossourceconnection";
|
|
479
487
|
readonly SourcesLdapLdapsource: "authentik_sources_ldap.ldapsource";
|
|
480
488
|
readonly SourcesLdapLdapsourcepropertymapping: "authentik_sources_ldap.ldapsourcepropertymapping";
|
|
481
489
|
readonly SourcesOauthGroupoauthsourceconnection: "authentik_sources_oauth.groupoauthsourceconnection";
|
package/dist/esm/apis/RbacApi.js
CHANGED
|
@@ -1078,6 +1078,10 @@ export const RbacPermissionsAssignedByRolesListModelEnum = {
|
|
|
1078
1078
|
ProvidersScimScimmapping: 'authentik_providers_scim.scimmapping',
|
|
1079
1079
|
ProvidersScimScimprovider: 'authentik_providers_scim.scimprovider',
|
|
1080
1080
|
RbacRole: 'authentik_rbac.role',
|
|
1081
|
+
SourcesKerberosGroupkerberossourceconnection: 'authentik_sources_kerberos.groupkerberossourceconnection',
|
|
1082
|
+
SourcesKerberosKerberossource: 'authentik_sources_kerberos.kerberossource',
|
|
1083
|
+
SourcesKerberosKerberossourcepropertymapping: 'authentik_sources_kerberos.kerberossourcepropertymapping',
|
|
1084
|
+
SourcesKerberosUserkerberossourceconnection: 'authentik_sources_kerberos.userkerberossourceconnection',
|
|
1081
1085
|
SourcesLdapLdapsource: 'authentik_sources_ldap.ldapsource',
|
|
1082
1086
|
SourcesLdapLdapsourcepropertymapping: 'authentik_sources_ldap.ldapsourcepropertymapping',
|
|
1083
1087
|
SourcesOauthGroupoauthsourceconnection: 'authentik_sources_oauth.groupoauthsourceconnection',
|
|
@@ -1174,6 +1178,10 @@ export const RbacPermissionsAssignedByUsersListModelEnum = {
|
|
|
1174
1178
|
ProvidersScimScimmapping: 'authentik_providers_scim.scimmapping',
|
|
1175
1179
|
ProvidersScimScimprovider: 'authentik_providers_scim.scimprovider',
|
|
1176
1180
|
RbacRole: 'authentik_rbac.role',
|
|
1181
|
+
SourcesKerberosGroupkerberossourceconnection: 'authentik_sources_kerberos.groupkerberossourceconnection',
|
|
1182
|
+
SourcesKerberosKerberossource: 'authentik_sources_kerberos.kerberossource',
|
|
1183
|
+
SourcesKerberosKerberossourcepropertymapping: 'authentik_sources_kerberos.kerberossourcepropertymapping',
|
|
1184
|
+
SourcesKerberosUserkerberossourceconnection: 'authentik_sources_kerberos.userkerberossourceconnection',
|
|
1177
1185
|
SourcesLdapLdapsource: 'authentik_sources_ldap.ldapsource',
|
|
1178
1186
|
SourcesLdapLdapsourcepropertymapping: 'authentik_sources_ldap.ldapsourcepropertymapping',
|
|
1179
1187
|
SourcesOauthGroupoauthsourceconnection: 'authentik_sources_oauth.groupoauthsourceconnection',
|