@goauthentik/api 2024.8.3-1729167001 → 2024.8.3-1729699127
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 +25 -0
- package/dist/apis/AuthenticatorsApi.d.ts +110 -1
- package/dist/apis/AuthenticatorsApi.js +347 -0
- package/dist/apis/PropertymappingsApi.d.ts +86 -1
- package/dist/apis/PropertymappingsApi.js +271 -0
- package/dist/apis/RbacApi.d.ts +10 -0
- package/dist/apis/RbacApi.js +10 -0
- package/dist/apis/SourcesApi.d.ts +257 -1
- package/dist/apis/SourcesApi.js +841 -28
- package/dist/apis/StagesApi.d.ts +85 -1
- package/dist/apis/StagesApi.js +268 -0
- package/dist/esm/apis/AuthenticatorsApi.d.ts +110 -1
- package/dist/esm/apis/AuthenticatorsApi.js +348 -1
- package/dist/esm/apis/PropertymappingsApi.d.ts +86 -1
- package/dist/esm/apis/PropertymappingsApi.js +272 -1
- package/dist/esm/apis/RbacApi.d.ts +10 -0
- package/dist/esm/apis/RbacApi.js +10 -0
- package/dist/esm/apis/SourcesApi.d.ts +257 -1
- package/dist/esm/apis/SourcesApi.js +842 -29
- package/dist/esm/apis/StagesApi.d.ts +85 -1
- package/dist/esm/apis/StagesApi.js +269 -1
- package/dist/esm/models/AppEnum.d.ts +2 -0
- package/dist/esm/models/AppEnum.js +2 -0
- package/dist/esm/models/AuthenticatorEndpointGDTCStage.d.ts +86 -0
- package/dist/esm/models/AuthenticatorEndpointGDTCStage.js +64 -0
- package/dist/esm/models/AuthenticatorEndpointGDTCStageRequest.d.ts +56 -0
- package/dist/esm/models/AuthenticatorEndpointGDTCStageRequest.js +54 -0
- package/dist/esm/models/BackendsEnum.d.ts +1 -0
- package/dist/esm/models/BackendsEnum.js +1 -0
- package/dist/esm/models/ChallengeTypes.d.ts +3 -0
- package/dist/esm/models/ChallengeTypes.js +5 -0
- package/dist/esm/models/Device.d.ts +2 -2
- package/dist/esm/models/EndpointDevice.d.ts +37 -0
- package/dist/esm/models/EndpointDevice.js +46 -0
- package/dist/esm/models/EndpointDeviceRequest.d.ts +37 -0
- package/dist/esm/models/EndpointDeviceRequest.js +46 -0
- package/dist/esm/models/FlowChallengeResponseRequest.d.ts +4 -1
- package/dist/esm/models/FlowChallengeResponseRequest.js +5 -0
- package/dist/esm/models/FrameChallenge.d.ts +65 -0
- package/dist/esm/models/FrameChallenge.js +56 -0
- package/dist/esm/models/FrameChallengeResponseRequest.d.ts +31 -0
- package/dist/esm/models/FrameChallengeResponseRequest.js +43 -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 +5 -0
- package/dist/esm/models/ModelEnum.js +5 -0
- package/dist/esm/models/PaginatedAuthenticatorEndpointGDTCStageList.d.ts +39 -0
- package/dist/esm/models/PaginatedAuthenticatorEndpointGDTCStageList.js +48 -0
- package/dist/esm/models/PaginatedEndpointDeviceList.d.ts +39 -0
- package/dist/esm/models/PaginatedEndpointDeviceList.js +48 -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/PatchedAuthenticatorEndpointGDTCStageRequest.d.ts +56 -0
- package/dist/esm/models/PatchedAuthenticatorEndpointGDTCStageRequest.js +52 -0
- package/dist/esm/models/PatchedEndpointDeviceRequest.d.ts +37 -0
- package/dist/esm/models/PatchedEndpointDeviceRequest.js +45 -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 +25 -0
- package/dist/esm/models/index.js +25 -0
- package/dist/models/AppEnum.d.ts +2 -0
- package/dist/models/AppEnum.js +2 -0
- package/dist/models/AuthenticatorEndpointGDTCStage.d.ts +86 -0
- package/dist/models/AuthenticatorEndpointGDTCStage.js +71 -0
- package/dist/models/AuthenticatorEndpointGDTCStageRequest.d.ts +56 -0
- package/dist/models/AuthenticatorEndpointGDTCStageRequest.js +61 -0
- package/dist/models/BackendsEnum.d.ts +1 -0
- package/dist/models/BackendsEnum.js +1 -0
- package/dist/models/ChallengeTypes.d.ts +3 -0
- package/dist/models/ChallengeTypes.js +5 -0
- package/dist/models/Device.d.ts +2 -2
- package/dist/models/EndpointDevice.d.ts +37 -0
- package/dist/models/EndpointDevice.js +53 -0
- package/dist/models/EndpointDeviceRequest.d.ts +37 -0
- package/dist/models/EndpointDeviceRequest.js +53 -0
- package/dist/models/FlowChallengeResponseRequest.d.ts +4 -1
- package/dist/models/FlowChallengeResponseRequest.js +5 -0
- package/dist/models/FrameChallenge.d.ts +65 -0
- package/dist/models/FrameChallenge.js +63 -0
- package/dist/models/FrameChallengeResponseRequest.d.ts +31 -0
- package/dist/models/FrameChallengeResponseRequest.js +50 -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 +5 -0
- package/dist/models/ModelEnum.js +5 -0
- package/dist/models/PaginatedAuthenticatorEndpointGDTCStageList.d.ts +39 -0
- package/dist/models/PaginatedAuthenticatorEndpointGDTCStageList.js +55 -0
- package/dist/models/PaginatedEndpointDeviceList.d.ts +39 -0
- package/dist/models/PaginatedEndpointDeviceList.js +55 -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/PatchedAuthenticatorEndpointGDTCStageRequest.d.ts +56 -0
- package/dist/models/PatchedAuthenticatorEndpointGDTCStageRequest.js +59 -0
- package/dist/models/PatchedEndpointDeviceRequest.d.ts +37 -0
- package/dist/models/PatchedEndpointDeviceRequest.js +52 -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 +25 -0
- package/dist/models/index.js +25 -0
- package/package.json +1 -1
- package/src/apis/AuthenticatorsApi.ts +444 -0
- package/src/apis/PropertymappingsApi.ts +350 -0
- package/src/apis/RbacApi.ts +10 -0
- package/src/apis/SourcesApi.ts +1200 -153
- package/src/apis/StagesApi.ts +345 -0
- package/src/models/AppEnum.ts +2 -0
- package/src/models/AuthenticatorEndpointGDTCStage.ts +146 -0
- package/src/models/AuthenticatorEndpointGDTCStageRequest.ts +106 -0
- package/src/models/BackendsEnum.ts +1 -0
- package/src/models/ChallengeTypes.ts +12 -1
- package/src/models/Device.ts +2 -2
- package/src/models/EndpointDevice.ts +74 -0
- package/src/models/EndpointDeviceRequest.ts +74 -0
- package/src/models/FlowChallengeResponseRequest.ts +12 -1
- package/src/models/FrameChallenge.ts +120 -0
- package/src/models/FrameChallengeResponseRequest.ts +65 -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 +5 -0
- package/src/models/PaginatedAuthenticatorEndpointGDTCStageList.ts +88 -0
- package/src/models/PaginatedEndpointDeviceList.ts +88 -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/PatchedAuthenticatorEndpointGDTCStageRequest.ts +104 -0
- package/src/models/PatchedEndpointDeviceRequest.ts +73 -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 +25 -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
|
*/
|
|
@@ -2432,6 +2432,277 @@ class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2432
2432
|
return yield response.value();
|
|
2433
2433
|
});
|
|
2434
2434
|
}
|
|
2435
|
+
/**
|
|
2436
|
+
* KerberosSource PropertyMapping Viewset
|
|
2437
|
+
*/
|
|
2438
|
+
propertymappingsSourceKerberosCreateRaw(requestParameters, initOverrides) {
|
|
2439
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2440
|
+
if (requestParameters.kerberosSourcePropertyMappingRequest === null || requestParameters.kerberosSourcePropertyMappingRequest === undefined) {
|
|
2441
|
+
throw new runtime.RequiredError('kerberosSourcePropertyMappingRequest', 'Required parameter requestParameters.kerberosSourcePropertyMappingRequest was null or undefined when calling propertymappingsSourceKerberosCreate.');
|
|
2442
|
+
}
|
|
2443
|
+
const queryParameters = {};
|
|
2444
|
+
const headerParameters = {};
|
|
2445
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
2446
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2447
|
+
const token = this.configuration.accessToken;
|
|
2448
|
+
const tokenString = yield token("authentik", []);
|
|
2449
|
+
if (tokenString) {
|
|
2450
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
2451
|
+
}
|
|
2452
|
+
}
|
|
2453
|
+
const response = yield this.request({
|
|
2454
|
+
path: `/propertymappings/source/kerberos/`,
|
|
2455
|
+
method: 'POST',
|
|
2456
|
+
headers: headerParameters,
|
|
2457
|
+
query: queryParameters,
|
|
2458
|
+
body: (0, models_1.KerberosSourcePropertyMappingRequestToJSON)(requestParameters.kerberosSourcePropertyMappingRequest),
|
|
2459
|
+
}, initOverrides);
|
|
2460
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.KerberosSourcePropertyMappingFromJSON)(jsonValue));
|
|
2461
|
+
});
|
|
2462
|
+
}
|
|
2463
|
+
/**
|
|
2464
|
+
* KerberosSource PropertyMapping Viewset
|
|
2465
|
+
*/
|
|
2466
|
+
propertymappingsSourceKerberosCreate(requestParameters, initOverrides) {
|
|
2467
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2468
|
+
const response = yield this.propertymappingsSourceKerberosCreateRaw(requestParameters, initOverrides);
|
|
2469
|
+
return yield response.value();
|
|
2470
|
+
});
|
|
2471
|
+
}
|
|
2472
|
+
/**
|
|
2473
|
+
* KerberosSource PropertyMapping Viewset
|
|
2474
|
+
*/
|
|
2475
|
+
propertymappingsSourceKerberosDestroyRaw(requestParameters, initOverrides) {
|
|
2476
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2477
|
+
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2478
|
+
throw new runtime.RequiredError('pmUuid', 'Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsSourceKerberosDestroy.');
|
|
2479
|
+
}
|
|
2480
|
+
const queryParameters = {};
|
|
2481
|
+
const headerParameters = {};
|
|
2482
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2483
|
+
const token = this.configuration.accessToken;
|
|
2484
|
+
const tokenString = yield token("authentik", []);
|
|
2485
|
+
if (tokenString) {
|
|
2486
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
2487
|
+
}
|
|
2488
|
+
}
|
|
2489
|
+
const response = yield this.request({
|
|
2490
|
+
path: `/propertymappings/source/kerberos/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2491
|
+
method: 'DELETE',
|
|
2492
|
+
headers: headerParameters,
|
|
2493
|
+
query: queryParameters,
|
|
2494
|
+
}, initOverrides);
|
|
2495
|
+
return new runtime.VoidApiResponse(response);
|
|
2496
|
+
});
|
|
2497
|
+
}
|
|
2498
|
+
/**
|
|
2499
|
+
* KerberosSource PropertyMapping Viewset
|
|
2500
|
+
*/
|
|
2501
|
+
propertymappingsSourceKerberosDestroy(requestParameters, initOverrides) {
|
|
2502
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2503
|
+
yield this.propertymappingsSourceKerberosDestroyRaw(requestParameters, initOverrides);
|
|
2504
|
+
});
|
|
2505
|
+
}
|
|
2506
|
+
/**
|
|
2507
|
+
* KerberosSource PropertyMapping Viewset
|
|
2508
|
+
*/
|
|
2509
|
+
propertymappingsSourceKerberosListRaw(requestParameters, initOverrides) {
|
|
2510
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2511
|
+
const queryParameters = {};
|
|
2512
|
+
if (requestParameters.managed) {
|
|
2513
|
+
queryParameters['managed'] = requestParameters.managed;
|
|
2514
|
+
}
|
|
2515
|
+
if (requestParameters.managedIsnull !== undefined) {
|
|
2516
|
+
queryParameters['managed__isnull'] = requestParameters.managedIsnull;
|
|
2517
|
+
}
|
|
2518
|
+
if (requestParameters.name !== undefined) {
|
|
2519
|
+
queryParameters['name'] = requestParameters.name;
|
|
2520
|
+
}
|
|
2521
|
+
if (requestParameters.ordering !== undefined) {
|
|
2522
|
+
queryParameters['ordering'] = requestParameters.ordering;
|
|
2523
|
+
}
|
|
2524
|
+
if (requestParameters.page !== undefined) {
|
|
2525
|
+
queryParameters['page'] = requestParameters.page;
|
|
2526
|
+
}
|
|
2527
|
+
if (requestParameters.pageSize !== undefined) {
|
|
2528
|
+
queryParameters['page_size'] = requestParameters.pageSize;
|
|
2529
|
+
}
|
|
2530
|
+
if (requestParameters.search !== undefined) {
|
|
2531
|
+
queryParameters['search'] = requestParameters.search;
|
|
2532
|
+
}
|
|
2533
|
+
const headerParameters = {};
|
|
2534
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2535
|
+
const token = this.configuration.accessToken;
|
|
2536
|
+
const tokenString = yield token("authentik", []);
|
|
2537
|
+
if (tokenString) {
|
|
2538
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
2539
|
+
}
|
|
2540
|
+
}
|
|
2541
|
+
const response = yield this.request({
|
|
2542
|
+
path: `/propertymappings/source/kerberos/`,
|
|
2543
|
+
method: 'GET',
|
|
2544
|
+
headers: headerParameters,
|
|
2545
|
+
query: queryParameters,
|
|
2546
|
+
}, initOverrides);
|
|
2547
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.PaginatedKerberosSourcePropertyMappingListFromJSON)(jsonValue));
|
|
2548
|
+
});
|
|
2549
|
+
}
|
|
2550
|
+
/**
|
|
2551
|
+
* KerberosSource PropertyMapping Viewset
|
|
2552
|
+
*/
|
|
2553
|
+
propertymappingsSourceKerberosList(requestParameters = {}, initOverrides) {
|
|
2554
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2555
|
+
const response = yield this.propertymappingsSourceKerberosListRaw(requestParameters, initOverrides);
|
|
2556
|
+
return yield response.value();
|
|
2557
|
+
});
|
|
2558
|
+
}
|
|
2559
|
+
/**
|
|
2560
|
+
* KerberosSource PropertyMapping Viewset
|
|
2561
|
+
*/
|
|
2562
|
+
propertymappingsSourceKerberosPartialUpdateRaw(requestParameters, initOverrides) {
|
|
2563
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2564
|
+
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2565
|
+
throw new runtime.RequiredError('pmUuid', 'Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsSourceKerberosPartialUpdate.');
|
|
2566
|
+
}
|
|
2567
|
+
const queryParameters = {};
|
|
2568
|
+
const headerParameters = {};
|
|
2569
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
2570
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2571
|
+
const token = this.configuration.accessToken;
|
|
2572
|
+
const tokenString = yield token("authentik", []);
|
|
2573
|
+
if (tokenString) {
|
|
2574
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
2575
|
+
}
|
|
2576
|
+
}
|
|
2577
|
+
const response = yield this.request({
|
|
2578
|
+
path: `/propertymappings/source/kerberos/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2579
|
+
method: 'PATCH',
|
|
2580
|
+
headers: headerParameters,
|
|
2581
|
+
query: queryParameters,
|
|
2582
|
+
body: (0, models_1.PatchedKerberosSourcePropertyMappingRequestToJSON)(requestParameters.patchedKerberosSourcePropertyMappingRequest),
|
|
2583
|
+
}, initOverrides);
|
|
2584
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.KerberosSourcePropertyMappingFromJSON)(jsonValue));
|
|
2585
|
+
});
|
|
2586
|
+
}
|
|
2587
|
+
/**
|
|
2588
|
+
* KerberosSource PropertyMapping Viewset
|
|
2589
|
+
*/
|
|
2590
|
+
propertymappingsSourceKerberosPartialUpdate(requestParameters, initOverrides) {
|
|
2591
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2592
|
+
const response = yield this.propertymappingsSourceKerberosPartialUpdateRaw(requestParameters, initOverrides);
|
|
2593
|
+
return yield response.value();
|
|
2594
|
+
});
|
|
2595
|
+
}
|
|
2596
|
+
/**
|
|
2597
|
+
* KerberosSource PropertyMapping Viewset
|
|
2598
|
+
*/
|
|
2599
|
+
propertymappingsSourceKerberosRetrieveRaw(requestParameters, initOverrides) {
|
|
2600
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2601
|
+
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2602
|
+
throw new runtime.RequiredError('pmUuid', 'Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsSourceKerberosRetrieve.');
|
|
2603
|
+
}
|
|
2604
|
+
const queryParameters = {};
|
|
2605
|
+
const headerParameters = {};
|
|
2606
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2607
|
+
const token = this.configuration.accessToken;
|
|
2608
|
+
const tokenString = yield token("authentik", []);
|
|
2609
|
+
if (tokenString) {
|
|
2610
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
2611
|
+
}
|
|
2612
|
+
}
|
|
2613
|
+
const response = yield this.request({
|
|
2614
|
+
path: `/propertymappings/source/kerberos/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2615
|
+
method: 'GET',
|
|
2616
|
+
headers: headerParameters,
|
|
2617
|
+
query: queryParameters,
|
|
2618
|
+
}, initOverrides);
|
|
2619
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.KerberosSourcePropertyMappingFromJSON)(jsonValue));
|
|
2620
|
+
});
|
|
2621
|
+
}
|
|
2622
|
+
/**
|
|
2623
|
+
* KerberosSource PropertyMapping Viewset
|
|
2624
|
+
*/
|
|
2625
|
+
propertymappingsSourceKerberosRetrieve(requestParameters, initOverrides) {
|
|
2626
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2627
|
+
const response = yield this.propertymappingsSourceKerberosRetrieveRaw(requestParameters, initOverrides);
|
|
2628
|
+
return yield response.value();
|
|
2629
|
+
});
|
|
2630
|
+
}
|
|
2631
|
+
/**
|
|
2632
|
+
* KerberosSource PropertyMapping Viewset
|
|
2633
|
+
*/
|
|
2634
|
+
propertymappingsSourceKerberosUpdateRaw(requestParameters, initOverrides) {
|
|
2635
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2636
|
+
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2637
|
+
throw new runtime.RequiredError('pmUuid', 'Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsSourceKerberosUpdate.');
|
|
2638
|
+
}
|
|
2639
|
+
if (requestParameters.kerberosSourcePropertyMappingRequest === null || requestParameters.kerberosSourcePropertyMappingRequest === undefined) {
|
|
2640
|
+
throw new runtime.RequiredError('kerberosSourcePropertyMappingRequest', 'Required parameter requestParameters.kerberosSourcePropertyMappingRequest was null or undefined when calling propertymappingsSourceKerberosUpdate.');
|
|
2641
|
+
}
|
|
2642
|
+
const queryParameters = {};
|
|
2643
|
+
const headerParameters = {};
|
|
2644
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
2645
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2646
|
+
const token = this.configuration.accessToken;
|
|
2647
|
+
const tokenString = yield token("authentik", []);
|
|
2648
|
+
if (tokenString) {
|
|
2649
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
2650
|
+
}
|
|
2651
|
+
}
|
|
2652
|
+
const response = yield this.request({
|
|
2653
|
+
path: `/propertymappings/source/kerberos/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2654
|
+
method: 'PUT',
|
|
2655
|
+
headers: headerParameters,
|
|
2656
|
+
query: queryParameters,
|
|
2657
|
+
body: (0, models_1.KerberosSourcePropertyMappingRequestToJSON)(requestParameters.kerberosSourcePropertyMappingRequest),
|
|
2658
|
+
}, initOverrides);
|
|
2659
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.KerberosSourcePropertyMappingFromJSON)(jsonValue));
|
|
2660
|
+
});
|
|
2661
|
+
}
|
|
2662
|
+
/**
|
|
2663
|
+
* KerberosSource PropertyMapping Viewset
|
|
2664
|
+
*/
|
|
2665
|
+
propertymappingsSourceKerberosUpdate(requestParameters, initOverrides) {
|
|
2666
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2667
|
+
const response = yield this.propertymappingsSourceKerberosUpdateRaw(requestParameters, initOverrides);
|
|
2668
|
+
return yield response.value();
|
|
2669
|
+
});
|
|
2670
|
+
}
|
|
2671
|
+
/**
|
|
2672
|
+
* Get a list of all objects that use this object
|
|
2673
|
+
*/
|
|
2674
|
+
propertymappingsSourceKerberosUsedByListRaw(requestParameters, initOverrides) {
|
|
2675
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2676
|
+
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2677
|
+
throw new runtime.RequiredError('pmUuid', 'Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsSourceKerberosUsedByList.');
|
|
2678
|
+
}
|
|
2679
|
+
const queryParameters = {};
|
|
2680
|
+
const headerParameters = {};
|
|
2681
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2682
|
+
const token = this.configuration.accessToken;
|
|
2683
|
+
const tokenString = yield token("authentik", []);
|
|
2684
|
+
if (tokenString) {
|
|
2685
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
2686
|
+
}
|
|
2687
|
+
}
|
|
2688
|
+
const response = yield this.request({
|
|
2689
|
+
path: `/propertymappings/source/kerberos/{pm_uuid}/used_by/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2690
|
+
method: 'GET',
|
|
2691
|
+
headers: headerParameters,
|
|
2692
|
+
query: queryParameters,
|
|
2693
|
+
}, initOverrides);
|
|
2694
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(models_1.UsedByFromJSON));
|
|
2695
|
+
});
|
|
2696
|
+
}
|
|
2697
|
+
/**
|
|
2698
|
+
* Get a list of all objects that use this object
|
|
2699
|
+
*/
|
|
2700
|
+
propertymappingsSourceKerberosUsedByList(requestParameters, initOverrides) {
|
|
2701
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2702
|
+
const response = yield this.propertymappingsSourceKerberosUsedByListRaw(requestParameters, initOverrides);
|
|
2703
|
+
return yield response.value();
|
|
2704
|
+
});
|
|
2705
|
+
}
|
|
2435
2706
|
/**
|
|
2436
2707
|
* LDAP PropertyMapping Viewset
|
|
2437
2708
|
*/
|
package/dist/apis/RbacApi.d.ts
CHANGED
|
@@ -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";
|
|
@@ -397,6 +401,7 @@ export declare const RbacPermissionsAssignedByRolesListModelEnum: {
|
|
|
397
401
|
readonly SourcesScimScimsourcepropertymapping: "authentik_sources_scim.scimsourcepropertymapping";
|
|
398
402
|
readonly StagesAuthenticatorDuoAuthenticatorduostage: "authentik_stages_authenticator_duo.authenticatorduostage";
|
|
399
403
|
readonly StagesAuthenticatorDuoDuodevice: "authentik_stages_authenticator_duo.duodevice";
|
|
404
|
+
readonly StagesAuthenticatorEndpointGdtcAuthenticatorendpointgdtcstage: "authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage";
|
|
400
405
|
readonly StagesAuthenticatorSmsAuthenticatorsmsstage: "authentik_stages_authenticator_sms.authenticatorsmsstage";
|
|
401
406
|
readonly StagesAuthenticatorSmsSmsdevice: "authentik_stages_authenticator_sms.smsdevice";
|
|
402
407
|
readonly StagesAuthenticatorStaticAuthenticatorstaticstage: "authentik_stages_authenticator_static.authenticatorstaticstage";
|
|
@@ -475,6 +480,10 @@ export declare const RbacPermissionsAssignedByUsersListModelEnum: {
|
|
|
475
480
|
readonly ProvidersScimScimmapping: "authentik_providers_scim.scimmapping";
|
|
476
481
|
readonly ProvidersScimScimprovider: "authentik_providers_scim.scimprovider";
|
|
477
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";
|
|
478
487
|
readonly SourcesLdapLdapsource: "authentik_sources_ldap.ldapsource";
|
|
479
488
|
readonly SourcesLdapLdapsourcepropertymapping: "authentik_sources_ldap.ldapsourcepropertymapping";
|
|
480
489
|
readonly SourcesOauthGroupoauthsourceconnection: "authentik_sources_oauth.groupoauthsourceconnection";
|
|
@@ -493,6 +502,7 @@ export declare const RbacPermissionsAssignedByUsersListModelEnum: {
|
|
|
493
502
|
readonly SourcesScimScimsourcepropertymapping: "authentik_sources_scim.scimsourcepropertymapping";
|
|
494
503
|
readonly StagesAuthenticatorDuoAuthenticatorduostage: "authentik_stages_authenticator_duo.authenticatorduostage";
|
|
495
504
|
readonly StagesAuthenticatorDuoDuodevice: "authentik_stages_authenticator_duo.duodevice";
|
|
505
|
+
readonly StagesAuthenticatorEndpointGdtcAuthenticatorendpointgdtcstage: "authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage";
|
|
496
506
|
readonly StagesAuthenticatorSmsAuthenticatorsmsstage: "authentik_stages_authenticator_sms.authenticatorsmsstage";
|
|
497
507
|
readonly StagesAuthenticatorSmsSmsdevice: "authentik_stages_authenticator_sms.smsdevice";
|
|
498
508
|
readonly StagesAuthenticatorStaticAuthenticatorstaticstage: "authentik_stages_authenticator_static.authenticatorstaticstage";
|
package/dist/apis/RbacApi.js
CHANGED
|
@@ -1082,6 +1082,10 @@ exports.RbacPermissionsAssignedByRolesListModelEnum = {
|
|
|
1082
1082
|
ProvidersScimScimmapping: 'authentik_providers_scim.scimmapping',
|
|
1083
1083
|
ProvidersScimScimprovider: 'authentik_providers_scim.scimprovider',
|
|
1084
1084
|
RbacRole: 'authentik_rbac.role',
|
|
1085
|
+
SourcesKerberosGroupkerberossourceconnection: 'authentik_sources_kerberos.groupkerberossourceconnection',
|
|
1086
|
+
SourcesKerberosKerberossource: 'authentik_sources_kerberos.kerberossource',
|
|
1087
|
+
SourcesKerberosKerberossourcepropertymapping: 'authentik_sources_kerberos.kerberossourcepropertymapping',
|
|
1088
|
+
SourcesKerberosUserkerberossourceconnection: 'authentik_sources_kerberos.userkerberossourceconnection',
|
|
1085
1089
|
SourcesLdapLdapsource: 'authentik_sources_ldap.ldapsource',
|
|
1086
1090
|
SourcesLdapLdapsourcepropertymapping: 'authentik_sources_ldap.ldapsourcepropertymapping',
|
|
1087
1091
|
SourcesOauthGroupoauthsourceconnection: 'authentik_sources_oauth.groupoauthsourceconnection',
|
|
@@ -1100,6 +1104,7 @@ exports.RbacPermissionsAssignedByRolesListModelEnum = {
|
|
|
1100
1104
|
SourcesScimScimsourcepropertymapping: 'authentik_sources_scim.scimsourcepropertymapping',
|
|
1101
1105
|
StagesAuthenticatorDuoAuthenticatorduostage: 'authentik_stages_authenticator_duo.authenticatorduostage',
|
|
1102
1106
|
StagesAuthenticatorDuoDuodevice: 'authentik_stages_authenticator_duo.duodevice',
|
|
1107
|
+
StagesAuthenticatorEndpointGdtcAuthenticatorendpointgdtcstage: 'authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage',
|
|
1103
1108
|
StagesAuthenticatorSmsAuthenticatorsmsstage: 'authentik_stages_authenticator_sms.authenticatorsmsstage',
|
|
1104
1109
|
StagesAuthenticatorSmsSmsdevice: 'authentik_stages_authenticator_sms.smsdevice',
|
|
1105
1110
|
StagesAuthenticatorStaticAuthenticatorstaticstage: 'authentik_stages_authenticator_static.authenticatorstaticstage',
|
|
@@ -1177,6 +1182,10 @@ exports.RbacPermissionsAssignedByUsersListModelEnum = {
|
|
|
1177
1182
|
ProvidersScimScimmapping: 'authentik_providers_scim.scimmapping',
|
|
1178
1183
|
ProvidersScimScimprovider: 'authentik_providers_scim.scimprovider',
|
|
1179
1184
|
RbacRole: 'authentik_rbac.role',
|
|
1185
|
+
SourcesKerberosGroupkerberossourceconnection: 'authentik_sources_kerberos.groupkerberossourceconnection',
|
|
1186
|
+
SourcesKerberosKerberossource: 'authentik_sources_kerberos.kerberossource',
|
|
1187
|
+
SourcesKerberosKerberossourcepropertymapping: 'authentik_sources_kerberos.kerberossourcepropertymapping',
|
|
1188
|
+
SourcesKerberosUserkerberossourceconnection: 'authentik_sources_kerberos.userkerberossourceconnection',
|
|
1180
1189
|
SourcesLdapLdapsource: 'authentik_sources_ldap.ldapsource',
|
|
1181
1190
|
SourcesLdapLdapsourcepropertymapping: 'authentik_sources_ldap.ldapsourcepropertymapping',
|
|
1182
1191
|
SourcesOauthGroupoauthsourceconnection: 'authentik_sources_oauth.groupoauthsourceconnection',
|
|
@@ -1195,6 +1204,7 @@ exports.RbacPermissionsAssignedByUsersListModelEnum = {
|
|
|
1195
1204
|
SourcesScimScimsourcepropertymapping: 'authentik_sources_scim.scimsourcepropertymapping',
|
|
1196
1205
|
StagesAuthenticatorDuoAuthenticatorduostage: 'authentik_stages_authenticator_duo.authenticatorduostage',
|
|
1197
1206
|
StagesAuthenticatorDuoDuodevice: 'authentik_stages_authenticator_duo.duodevice',
|
|
1207
|
+
StagesAuthenticatorEndpointGdtcAuthenticatorendpointgdtcstage: 'authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage',
|
|
1198
1208
|
StagesAuthenticatorSmsAuthenticatorsmsstage: 'authentik_stages_authenticator_sms.authenticatorsmsstage',
|
|
1199
1209
|
StagesAuthenticatorSmsSmsdevice: 'authentik_stages_authenticator_sms.smsdevice',
|
|
1200
1210
|
StagesAuthenticatorStaticAuthenticatorstaticstage: 'authentik_stages_authenticator_static.authenticatorstaticstage',
|