Skip to content

Commit 192b496

Browse files
Update API Client
#### What's New --- ##### `GET` /propertymappings/source/kerberos/ ##### `POST` /propertymappings/source/kerberos/ ##### `GET` /propertymappings/source/kerberos/{pm_uuid}/ ##### `PUT` /propertymappings/source/kerberos/{pm_uuid}/ ##### `DELETE` /propertymappings/source/kerberos/{pm_uuid}/ ##### `PATCH` /propertymappings/source/kerberos/{pm_uuid}/ ##### `GET` /propertymappings/source/kerberos/{pm_uuid}/used_by/ ##### `GET` /sources/group_connections/kerberos/ ##### `GET` /sources/group_connections/kerberos/{id}/ ##### `PUT` /sources/group_connections/kerberos/{id}/ ##### `DELETE` /sources/group_connections/kerberos/{id}/ ##### `PATCH` /sources/group_connections/kerberos/{id}/ ##### `GET` /sources/group_connections/kerberos/{id}/used_by/ ##### `GET` /sources/kerberos/ ##### `POST` /sources/kerberos/ ##### `GET` /sources/kerberos/{slug}/ ##### `PUT` /sources/kerberos/{slug}/ ##### `DELETE` /sources/kerberos/{slug}/ ##### `PATCH` /sources/kerberos/{slug}/ ##### `GET` /sources/kerberos/{slug}/sync/status/ ##### `GET` /sources/kerberos/{slug}/used_by/ ##### `GET` /sources/user_connections/kerberos/ ##### `POST` /sources/user_connections/kerberos/ ##### `GET` /sources/user_connections/kerberos/{id}/ ##### `PUT` /sources/user_connections/kerberos/{id}/ ##### `DELETE` /sources/user_connections/kerberos/{id}/ ##### `PATCH` /sources/user_connections/kerberos/{id}/ ##### `GET` /sources/user_connections/kerberos/{id}/used_by/ #### What's Changed --- ##### `GET` /policies/event_matcher/{policy_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `app` (string) > Match events created by selected application. When left empty, all applications are matched. Added enum value: * `authentik.sources.kerberos` * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Added enum values: * `authentik_sources_kerberos.kerberossource` * `authentik_sources_kerberos.kerberossourcepropertymapping` * `authentik_sources_kerberos.userkerberossourceconnection` * `authentik_sources_kerberos.groupkerberossourceconnection` ##### `PUT` /policies/event_matcher/{policy_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `app` (string) > Match events created by selected application. When left empty, all applications are matched. Added enum value: * `authentik.sources.kerberos` * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Added enum values: * `authentik_sources_kerberos.kerberossource` * `authentik_sources_kerberos.kerberossourcepropertymapping` * `authentik_sources_kerberos.userkerberossourceconnection` * `authentik_sources_kerberos.groupkerberossourceconnection` ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `app` (string) > Match events created by selected application. When left empty, all applications are matched. Added enum value: * `authentik.sources.kerberos` * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Added enum values: * `authentik_sources_kerberos.kerberossource` * `authentik_sources_kerberos.kerberossourcepropertymapping` * `authentik_sources_kerberos.userkerberossourceconnection` * `authentik_sources_kerberos.groupkerberossourceconnection` ##### `PATCH` /policies/event_matcher/{policy_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `app` (string) > Match events created by selected application. When left empty, all applications are matched. Added enum value: * `authentik.sources.kerberos` * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Added enum values: * `authentik_sources_kerberos.kerberossource` * `authentik_sources_kerberos.kerberossourcepropertymapping` * `authentik_sources_kerberos.userkerberossourceconnection` * `authentik_sources_kerberos.groupkerberossourceconnection` ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `app` (string) > Match events created by selected application. When left empty, all applications are matched. Added enum value: * `authentik.sources.kerberos` * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Added enum values: * `authentik_sources_kerberos.kerberossource` * `authentik_sources_kerberos.kerberossourcepropertymapping` * `authentik_sources_kerberos.userkerberossourceconnection` * `authentik_sources_kerberos.groupkerberossourceconnection` ##### `POST` /policies/event_matcher/ ###### Request: Changed content type : `application/json` * Changed property `app` (string) > Match events created by selected application. When left empty, all applications are matched. Added enum value: * `authentik.sources.kerberos` * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Added enum values: * `authentik_sources_kerberos.kerberossource` * `authentik_sources_kerberos.kerberossourcepropertymapping` * `authentik_sources_kerberos.userkerberossourceconnection` * `authentik_sources_kerberos.groupkerberossourceconnection` ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `app` (string) > Match events created by selected application. When left empty, all applications are matched. Added enum value: * `authentik.sources.kerberos` * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Added enum values: * `authentik_sources_kerberos.kerberossource` * `authentik_sources_kerberos.kerberossourcepropertymapping` * `authentik_sources_kerberos.userkerberossourceconnection` * `authentik_sources_kerberos.groupkerberossourceconnection` ##### `GET` /policies/event_matcher/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Event Matcher Policy Serializer * Changed property `app` (string) > Match events created by selected application. When left empty, all applications are matched. Added enum value: * `authentik.sources.kerberos` * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Added enum values: * `authentik_sources_kerberos.kerberossource` * `authentik_sources_kerberos.kerberossourcepropertymapping` * `authentik_sources_kerberos.userkerberossourceconnection` * `authentik_sources_kerberos.groupkerberossourceconnection` ##### `POST` /rbac/permissions/assigned_by_roles/{uuid}/assign/ ###### Request: Changed content type : `application/json` * Changed property `model` (string) Added enum values: * `authentik_sources_kerberos.kerberossource` * `authentik_sources_kerberos.kerberossourcepropertymapping` * `authentik_sources_kerberos.userkerberossourceconnection` * `authentik_sources_kerberos.groupkerberossourceconnection` ##### `PATCH` /rbac/permissions/assigned_by_roles/{uuid}/unassign/ ###### Request: Changed content type : `application/json` * Changed property `model` (string) Added enum values: * `authentik_sources_kerberos.kerberossource` * `authentik_sources_kerberos.kerberossourcepropertymapping` * `authentik_sources_kerberos.userkerberossourceconnection` * `authentik_sources_kerberos.groupkerberossourceconnection` ##### `POST` /rbac/permissions/assigned_by_users/{id}/assign/ ###### Request: Changed content type : `application/json` * Changed property `model` (string) Added enum values: * `authentik_sources_kerberos.kerberossource` * `authentik_sources_kerberos.kerberossourcepropertymapping` * `authentik_sources_kerberos.userkerberossourceconnection` * `authentik_sources_kerberos.groupkerberossourceconnection` ##### `PATCH` /rbac/permissions/assigned_by_users/{id}/unassign/ ###### Request: Changed content type : `application/json` * Changed property `model` (string) Added enum values: * `authentik_sources_kerberos.kerberossource` * `authentik_sources_kerberos.kerberossourcepropertymapping` * `authentik_sources_kerberos.userkerberossourceconnection` * `authentik_sources_kerberos.groupkerberossourceconnection` ##### `GET` /rbac/permissions/assigned_by_roles/ ###### Parameters: Changed: `model` in `query` ##### `GET` /rbac/permissions/assigned_by_users/ ###### Parameters: Changed: `model` in `query` ##### `GET` /stages/password/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `backends` (array) > Selection of backends to test the password against. Changed items (string): Added enum value: * `authentik.sources.kerberos.auth.KerberosBackend` ##### `PUT` /stages/password/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `backends` (array) > Selection of backends to test the password against. Changed items (string): Added enum value: * `authentik.sources.kerberos.auth.KerberosBackend` ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `backends` (array) > Selection of backends to test the password against. Changed items (string): Added enum value: * `authentik.sources.kerberos.auth.KerberosBackend` ##### `PATCH` /stages/password/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `backends` (array) > Selection of backends to test the password against. Changed items (string): Added enum value: * `authentik.sources.kerberos.auth.KerberosBackend` ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `backends` (array) > Selection of backends to test the password against. Changed items (string): Added enum value: * `authentik.sources.kerberos.auth.KerberosBackend` ##### `POST` /stages/password/ ###### Request: Changed content type : `application/json` * Changed property `backends` (array) > Selection of backends to test the password against. Changed items (string): Added enum value: * `authentik.sources.kerberos.auth.KerberosBackend` ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `backends` (array) > Selection of backends to test the password against. Changed items (string): Added enum value: * `authentik.sources.kerberos.auth.KerberosBackend` ##### `GET` /stages/password/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > PasswordStage Serializer * Changed property `backends` (array) > Selection of backends to test the password against. Changed items (string): Added enum value: * `authentik.sources.kerberos.auth.KerberosBackend`
1 parent f39e1f8 commit 192b496

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+23398
-5438
lines changed

.openapi-generator/FILES

+30
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ docs/GoogleWorkspaceProviderRequest.md
194194
docs/GoogleWorkspaceProviderUser.md
195195
docs/GoogleWorkspaceProviderUserRequest.md
196196
docs/Group.md
197+
docs/GroupKerberosSourceConnection.md
197198
docs/GroupMatchingModeEnum.md
198199
docs/GroupMember.md
199200
docs/GroupMemberRequest.md
@@ -213,6 +214,11 @@ docs/InvitationRequest.md
213214
docs/InvitationStage.md
214215
docs/InvitationStageRequest.md
215216
docs/IssuerModeEnum.md
217+
docs/KerberosSource.md
218+
docs/KerberosSourcePropertyMapping.md
219+
docs/KerberosSourcePropertyMappingRequest.md
220+
docs/KerberosSourceRequest.md
221+
docs/KerberosSyncStatus.md
216222
docs/KubernetesServiceConnection.md
217223
docs/KubernetesServiceConnectionRequest.md
218224
docs/LDAPAPIAccessMode.md
@@ -319,13 +325,16 @@ docs/PaginatedGoogleWorkspaceProviderGroupList.md
319325
docs/PaginatedGoogleWorkspaceProviderList.md
320326
docs/PaginatedGoogleWorkspaceProviderMappingList.md
321327
docs/PaginatedGoogleWorkspaceProviderUserList.md
328+
docs/PaginatedGroupKerberosSourceConnectionList.md
322329
docs/PaginatedGroupList.md
323330
docs/PaginatedGroupOAuthSourceConnectionList.md
324331
docs/PaginatedGroupPlexSourceConnectionList.md
325332
docs/PaginatedGroupSAMLSourceConnectionList.md
326333
docs/PaginatedIdentificationStageList.md
327334
docs/PaginatedInvitationList.md
328335
docs/PaginatedInvitationStageList.md
336+
docs/PaginatedKerberosSourceList.md
337+
docs/PaginatedKerberosSourcePropertyMappingList.md
329338
docs/PaginatedKubernetesServiceConnectionList.md
330339
docs/PaginatedLDAPOutpostConfigList.md
331340
docs/PaginatedLDAPProviderList.md
@@ -394,6 +403,7 @@ docs/PaginatedTokenModelList.md
394403
docs/PaginatedUserAssignedObjectPermissionList.md
395404
docs/PaginatedUserConsentList.md
396405
docs/PaginatedUserDeleteStageList.md
406+
docs/PaginatedUserKerberosSourceConnectionList.md
397407
docs/PaginatedUserList.md
398408
docs/PaginatedUserLoginStageList.md
399409
docs/PaginatedUserLogoutStageList.md
@@ -450,6 +460,8 @@ docs/PatchedGroupRequest.md
450460
docs/PatchedIdentificationStageRequest.md
451461
docs/PatchedInvitationRequest.md
452462
docs/PatchedInvitationStageRequest.md
463+
docs/PatchedKerberosSourcePropertyMappingRequest.md
464+
docs/PatchedKerberosSourceRequest.md
453465
docs/PatchedKubernetesServiceConnectionRequest.md
454466
docs/PatchedLDAPProviderRequest.md
455467
docs/PatchedLDAPSourcePropertyMappingRequest.md
@@ -500,6 +512,7 @@ docs/PatchedTOTPDeviceRequest.md
500512
docs/PatchedTenantRequest.md
501513
docs/PatchedTokenRequest.md
502514
docs/PatchedUserDeleteStageRequest.md
515+
docs/PatchedUserKerberosSourceConnectionRequest.md
503516
docs/PatchedUserLoginStageRequest.md
504517
docs/PatchedUserLogoutStageRequest.md
505518
docs/PatchedUserOAuthSourceConnectionRequest.md
@@ -665,6 +678,8 @@ docs/UserDeleteStageRequest.md
665678
docs/UserFieldsEnum.md
666679
docs/UserGroup.md
667680
docs/UserGroupRequest.md
681+
docs/UserKerberosSourceConnection.md
682+
docs/UserKerberosSourceConnectionRequest.md
668683
docs/UserLoginChallenge.md
669684
docs/UserLoginChallengeResponseRequest.md
670685
docs/UserLoginStage.md
@@ -868,6 +883,7 @@ model_google_workspace_provider_request.go
868883
model_google_workspace_provider_user.go
869884
model_google_workspace_provider_user_request.go
870885
model_group.go
886+
model_group_kerberos_source_connection.go
871887
model_group_matching_mode_enum.go
872888
model_group_member.go
873889
model_group_member_request.go
@@ -887,6 +903,11 @@ model_invitation_request.go
887903
model_invitation_stage.go
888904
model_invitation_stage_request.go
889905
model_issuer_mode_enum.go
906+
model_kerberos_source.go
907+
model_kerberos_source_property_mapping.go
908+
model_kerberos_source_property_mapping_request.go
909+
model_kerberos_source_request.go
910+
model_kerberos_sync_status.go
890911
model_kubernetes_service_connection.go
891912
model_kubernetes_service_connection_request.go
892913
model_ldap_check_access.go
@@ -990,13 +1011,16 @@ model_paginated_google_workspace_provider_group_list.go
9901011
model_paginated_google_workspace_provider_list.go
9911012
model_paginated_google_workspace_provider_mapping_list.go
9921013
model_paginated_google_workspace_provider_user_list.go
1014+
model_paginated_group_kerberos_source_connection_list.go
9931015
model_paginated_group_list.go
9941016
model_paginated_group_o_auth_source_connection_list.go
9951017
model_paginated_group_plex_source_connection_list.go
9961018
model_paginated_group_saml_source_connection_list.go
9971019
model_paginated_identification_stage_list.go
9981020
model_paginated_invitation_list.go
9991021
model_paginated_invitation_stage_list.go
1022+
model_paginated_kerberos_source_list.go
1023+
model_paginated_kerberos_source_property_mapping_list.go
10001024
model_paginated_kubernetes_service_connection_list.go
10011025
model_paginated_ldap_outpost_config_list.go
10021026
model_paginated_ldap_provider_list.go
@@ -1065,6 +1089,7 @@ model_paginated_totp_device_list.go
10651089
model_paginated_user_assigned_object_permission_list.go
10661090
model_paginated_user_consent_list.go
10671091
model_paginated_user_delete_stage_list.go
1092+
model_paginated_user_kerberos_source_connection_list.go
10681093
model_paginated_user_list.go
10691094
model_paginated_user_login_stage_list.go
10701095
model_paginated_user_logout_stage_list.go
@@ -1121,6 +1146,8 @@ model_patched_group_request.go
11211146
model_patched_identification_stage_request.go
11221147
model_patched_invitation_request.go
11231148
model_patched_invitation_stage_request.go
1149+
model_patched_kerberos_source_property_mapping_request.go
1150+
model_patched_kerberos_source_request.go
11241151
model_patched_kubernetes_service_connection_request.go
11251152
model_patched_ldap_provider_request.go
11261153
model_patched_ldap_source_property_mapping_request.go
@@ -1171,6 +1198,7 @@ model_patched_tenant_request.go
11711198
model_patched_token_request.go
11721199
model_patched_totp_device_request.go
11731200
model_patched_user_delete_stage_request.go
1201+
model_patched_user_kerberos_source_connection_request.go
11741202
model_patched_user_login_stage_request.go
11751203
model_patched_user_logout_stage_request.go
11761204
model_patched_user_o_auth_source_connection_request.go
@@ -1326,6 +1354,8 @@ model_user_delete_stage_request.go
13261354
model_user_fields_enum.go
13271355
model_user_group.go
13281356
model_user_group_request.go
1357+
model_user_kerberos_source_connection.go
1358+
model_user_kerberos_source_connection_request.go
13291359
model_user_login_challenge.go
13301360
model_user_login_challenge_response_request.go
13311361
model_user_login_stage.go

README.md

+43
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,13 @@ Class | Method | HTTP request | Description
448448
*PropertymappingsApi* | [**PropertymappingsProviderScopeRetrieve**](docs/PropertymappingsApi.md#propertymappingsproviderscoperetrieve) | **Get** /propertymappings/provider/scope/{pm_uuid}/ |
449449
*PropertymappingsApi* | [**PropertymappingsProviderScopeUpdate**](docs/PropertymappingsApi.md#propertymappingsproviderscopeupdate) | **Put** /propertymappings/provider/scope/{pm_uuid}/ |
450450
*PropertymappingsApi* | [**PropertymappingsProviderScopeUsedByList**](docs/PropertymappingsApi.md#propertymappingsproviderscopeusedbylist) | **Get** /propertymappings/provider/scope/{pm_uuid}/used_by/ |
451+
*PropertymappingsApi* | [**PropertymappingsSourceKerberosCreate**](docs/PropertymappingsApi.md#propertymappingssourcekerberoscreate) | **Post** /propertymappings/source/kerberos/ |
452+
*PropertymappingsApi* | [**PropertymappingsSourceKerberosDestroy**](docs/PropertymappingsApi.md#propertymappingssourcekerberosdestroy) | **Delete** /propertymappings/source/kerberos/{pm_uuid}/ |
453+
*PropertymappingsApi* | [**PropertymappingsSourceKerberosList**](docs/PropertymappingsApi.md#propertymappingssourcekerberoslist) | **Get** /propertymappings/source/kerberos/ |
454+
*PropertymappingsApi* | [**PropertymappingsSourceKerberosPartialUpdate**](docs/PropertymappingsApi.md#propertymappingssourcekerberospartialupdate) | **Patch** /propertymappings/source/kerberos/{pm_uuid}/ |
455+
*PropertymappingsApi* | [**PropertymappingsSourceKerberosRetrieve**](docs/PropertymappingsApi.md#propertymappingssourcekerberosretrieve) | **Get** /propertymappings/source/kerberos/{pm_uuid}/ |
456+
*PropertymappingsApi* | [**PropertymappingsSourceKerberosUpdate**](docs/PropertymappingsApi.md#propertymappingssourcekerberosupdate) | **Put** /propertymappings/source/kerberos/{pm_uuid}/ |
457+
*PropertymappingsApi* | [**PropertymappingsSourceKerberosUsedByList**](docs/PropertymappingsApi.md#propertymappingssourcekerberosusedbylist) | **Get** /propertymappings/source/kerberos/{pm_uuid}/used_by/ |
451458
*PropertymappingsApi* | [**PropertymappingsSourceLdapCreate**](docs/PropertymappingsApi.md#propertymappingssourceldapcreate) | **Post** /propertymappings/source/ldap/ |
452459
*PropertymappingsApi* | [**PropertymappingsSourceLdapDestroy**](docs/PropertymappingsApi.md#propertymappingssourceldapdestroy) | **Delete** /propertymappings/source/ldap/{pm_uuid}/ |
453460
*PropertymappingsApi* | [**PropertymappingsSourceLdapList**](docs/PropertymappingsApi.md#propertymappingssourceldaplist) | **Get** /propertymappings/source/ldap/ |
@@ -640,6 +647,12 @@ Class | Method | HTTP request | Description
640647
*SourcesApi* | [**SourcesAllTypesList**](docs/SourcesApi.md#sourcesalltypeslist) | **Get** /sources/all/types/ |
641648
*SourcesApi* | [**SourcesAllUsedByList**](docs/SourcesApi.md#sourcesallusedbylist) | **Get** /sources/all/{slug}/used_by/ |
642649
*SourcesApi* | [**SourcesAllUserSettingsList**](docs/SourcesApi.md#sourcesallusersettingslist) | **Get** /sources/all/user_settings/ |
650+
*SourcesApi* | [**SourcesGroupConnectionsKerberosDestroy**](docs/SourcesApi.md#sourcesgroupconnectionskerberosdestroy) | **Delete** /sources/group_connections/kerberos/{id}/ |
651+
*SourcesApi* | [**SourcesGroupConnectionsKerberosList**](docs/SourcesApi.md#sourcesgroupconnectionskerberoslist) | **Get** /sources/group_connections/kerberos/ |
652+
*SourcesApi* | [**SourcesGroupConnectionsKerberosPartialUpdate**](docs/SourcesApi.md#sourcesgroupconnectionskerberospartialupdate) | **Patch** /sources/group_connections/kerberos/{id}/ |
653+
*SourcesApi* | [**SourcesGroupConnectionsKerberosRetrieve**](docs/SourcesApi.md#sourcesgroupconnectionskerberosretrieve) | **Get** /sources/group_connections/kerberos/{id}/ |
654+
*SourcesApi* | [**SourcesGroupConnectionsKerberosUpdate**](docs/SourcesApi.md#sourcesgroupconnectionskerberosupdate) | **Put** /sources/group_connections/kerberos/{id}/ |
655+
*SourcesApi* | [**SourcesGroupConnectionsKerberosUsedByList**](docs/SourcesApi.md#sourcesgroupconnectionskerberosusedbylist) | **Get** /sources/group_connections/kerberos/{id}/used_by/ |
643656
*SourcesApi* | [**SourcesGroupConnectionsOauthCreate**](docs/SourcesApi.md#sourcesgroupconnectionsoauthcreate) | **Post** /sources/group_connections/oauth/ |
644657
*SourcesApi* | [**SourcesGroupConnectionsOauthDestroy**](docs/SourcesApi.md#sourcesgroupconnectionsoauthdestroy) | **Delete** /sources/group_connections/oauth/{id}/ |
645658
*SourcesApi* | [**SourcesGroupConnectionsOauthList**](docs/SourcesApi.md#sourcesgroupconnectionsoauthlist) | **Get** /sources/group_connections/oauth/ |
@@ -660,6 +673,14 @@ Class | Method | HTTP request | Description
660673
*SourcesApi* | [**SourcesGroupConnectionsSamlRetrieve**](docs/SourcesApi.md#sourcesgroupconnectionssamlretrieve) | **Get** /sources/group_connections/saml/{id}/ |
661674
*SourcesApi* | [**SourcesGroupConnectionsSamlUpdate**](docs/SourcesApi.md#sourcesgroupconnectionssamlupdate) | **Put** /sources/group_connections/saml/{id}/ |
662675
*SourcesApi* | [**SourcesGroupConnectionsSamlUsedByList**](docs/SourcesApi.md#sourcesgroupconnectionssamlusedbylist) | **Get** /sources/group_connections/saml/{id}/used_by/ |
676+
*SourcesApi* | [**SourcesKerberosCreate**](docs/SourcesApi.md#sourceskerberoscreate) | **Post** /sources/kerberos/ |
677+
*SourcesApi* | [**SourcesKerberosDestroy**](docs/SourcesApi.md#sourceskerberosdestroy) | **Delete** /sources/kerberos/{slug}/ |
678+
*SourcesApi* | [**SourcesKerberosList**](docs/SourcesApi.md#sourceskerberoslist) | **Get** /sources/kerberos/ |
679+
*SourcesApi* | [**SourcesKerberosPartialUpdate**](docs/SourcesApi.md#sourceskerberospartialupdate) | **Patch** /sources/kerberos/{slug}/ |
680+
*SourcesApi* | [**SourcesKerberosRetrieve**](docs/SourcesApi.md#sourceskerberosretrieve) | **Get** /sources/kerberos/{slug}/ |
681+
*SourcesApi* | [**SourcesKerberosSyncStatusRetrieve**](docs/SourcesApi.md#sourceskerberossyncstatusretrieve) | **Get** /sources/kerberos/{slug}/sync/status/ |
682+
*SourcesApi* | [**SourcesKerberosUpdate**](docs/SourcesApi.md#sourceskerberosupdate) | **Put** /sources/kerberos/{slug}/ |
683+
*SourcesApi* | [**SourcesKerberosUsedByList**](docs/SourcesApi.md#sourceskerberosusedbylist) | **Get** /sources/kerberos/{slug}/used_by/ |
663684
*SourcesApi* | [**SourcesLdapCreate**](docs/SourcesApi.md#sourcesldapcreate) | **Post** /sources/ldap/ |
664685
*SourcesApi* | [**SourcesLdapDebugRetrieve**](docs/SourcesApi.md#sourcesldapdebugretrieve) | **Get** /sources/ldap/{slug}/debug/ |
665686
*SourcesApi* | [**SourcesLdapDestroy**](docs/SourcesApi.md#sourcesldapdestroy) | **Delete** /sources/ldap/{slug}/ |
@@ -721,6 +742,13 @@ Class | Method | HTTP request | Description
721742
*SourcesApi* | [**SourcesUserConnectionsAllRetrieve**](docs/SourcesApi.md#sourcesuserconnectionsallretrieve) | **Get** /sources/user_connections/all/{id}/ |
722743
*SourcesApi* | [**SourcesUserConnectionsAllUpdate**](docs/SourcesApi.md#sourcesuserconnectionsallupdate) | **Put** /sources/user_connections/all/{id}/ |
723744
*SourcesApi* | [**SourcesUserConnectionsAllUsedByList**](docs/SourcesApi.md#sourcesuserconnectionsallusedbylist) | **Get** /sources/user_connections/all/{id}/used_by/ |
745+
*SourcesApi* | [**SourcesUserConnectionsKerberosCreate**](docs/SourcesApi.md#sourcesuserconnectionskerberoscreate) | **Post** /sources/user_connections/kerberos/ |
746+
*SourcesApi* | [**SourcesUserConnectionsKerberosDestroy**](docs/SourcesApi.md#sourcesuserconnectionskerberosdestroy) | **Delete** /sources/user_connections/kerberos/{id}/ |
747+
*SourcesApi* | [**SourcesUserConnectionsKerberosList**](docs/SourcesApi.md#sourcesuserconnectionskerberoslist) | **Get** /sources/user_connections/kerberos/ |
748+
*SourcesApi* | [**SourcesUserConnectionsKerberosPartialUpdate**](docs/SourcesApi.md#sourcesuserconnectionskerberospartialupdate) | **Patch** /sources/user_connections/kerberos/{id}/ |
749+
*SourcesApi* | [**SourcesUserConnectionsKerberosRetrieve**](docs/SourcesApi.md#sourcesuserconnectionskerberosretrieve) | **Get** /sources/user_connections/kerberos/{id}/ |
750+
*SourcesApi* | [**SourcesUserConnectionsKerberosUpdate**](docs/SourcesApi.md#sourcesuserconnectionskerberosupdate) | **Put** /sources/user_connections/kerberos/{id}/ |
751+
*SourcesApi* | [**SourcesUserConnectionsKerberosUsedByList**](docs/SourcesApi.md#sourcesuserconnectionskerberosusedbylist) | **Get** /sources/user_connections/kerberos/{id}/used_by/ |
724752
*SourcesApi* | [**SourcesUserConnectionsOauthCreate**](docs/SourcesApi.md#sourcesuserconnectionsoauthcreate) | **Post** /sources/user_connections/oauth/ |
725753
*SourcesApi* | [**SourcesUserConnectionsOauthDestroy**](docs/SourcesApi.md#sourcesuserconnectionsoauthdestroy) | **Delete** /sources/user_connections/oauth/{id}/ |
726754
*SourcesApi* | [**SourcesUserConnectionsOauthList**](docs/SourcesApi.md#sourcesuserconnectionsoauthlist) | **Get** /sources/user_connections/oauth/ |
@@ -1097,6 +1125,7 @@ Class | Method | HTTP request | Description
10971125
- [GoogleWorkspaceProviderUser](docs/GoogleWorkspaceProviderUser.md)
10981126
- [GoogleWorkspaceProviderUserRequest](docs/GoogleWorkspaceProviderUserRequest.md)
10991127
- [Group](docs/Group.md)
1128+
- [GroupKerberosSourceConnection](docs/GroupKerberosSourceConnection.md)
11001129
- [GroupMatchingModeEnum](docs/GroupMatchingModeEnum.md)
11011130
- [GroupMember](docs/GroupMember.md)
11021131
- [GroupMemberRequest](docs/GroupMemberRequest.md)
@@ -1116,6 +1145,11 @@ Class | Method | HTTP request | Description
11161145
- [InvitationStage](docs/InvitationStage.md)
11171146
- [InvitationStageRequest](docs/InvitationStageRequest.md)
11181147
- [IssuerModeEnum](docs/IssuerModeEnum.md)
1148+
- [KerberosSource](docs/KerberosSource.md)
1149+
- [KerberosSourcePropertyMapping](docs/KerberosSourcePropertyMapping.md)
1150+
- [KerberosSourcePropertyMappingRequest](docs/KerberosSourcePropertyMappingRequest.md)
1151+
- [KerberosSourceRequest](docs/KerberosSourceRequest.md)
1152+
- [KerberosSyncStatus](docs/KerberosSyncStatus.md)
11191153
- [KubernetesServiceConnection](docs/KubernetesServiceConnection.md)
11201154
- [KubernetesServiceConnectionRequest](docs/KubernetesServiceConnectionRequest.md)
11211155
- [LDAPAPIAccessMode](docs/LDAPAPIAccessMode.md)
@@ -1219,13 +1253,16 @@ Class | Method | HTTP request | Description
12191253
- [PaginatedGoogleWorkspaceProviderList](docs/PaginatedGoogleWorkspaceProviderList.md)
12201254
- [PaginatedGoogleWorkspaceProviderMappingList](docs/PaginatedGoogleWorkspaceProviderMappingList.md)
12211255
- [PaginatedGoogleWorkspaceProviderUserList](docs/PaginatedGoogleWorkspaceProviderUserList.md)
1256+
- [PaginatedGroupKerberosSourceConnectionList](docs/PaginatedGroupKerberosSourceConnectionList.md)
12221257
- [PaginatedGroupList](docs/PaginatedGroupList.md)
12231258
- [PaginatedGroupOAuthSourceConnectionList](docs/PaginatedGroupOAuthSourceConnectionList.md)
12241259
- [PaginatedGroupPlexSourceConnectionList](docs/PaginatedGroupPlexSourceConnectionList.md)
12251260
- [PaginatedGroupSAMLSourceConnectionList](docs/PaginatedGroupSAMLSourceConnectionList.md)
12261261
- [PaginatedIdentificationStageList](docs/PaginatedIdentificationStageList.md)
12271262
- [PaginatedInvitationList](docs/PaginatedInvitationList.md)
12281263
- [PaginatedInvitationStageList](docs/PaginatedInvitationStageList.md)
1264+
- [PaginatedKerberosSourceList](docs/PaginatedKerberosSourceList.md)
1265+
- [PaginatedKerberosSourcePropertyMappingList](docs/PaginatedKerberosSourcePropertyMappingList.md)
12291266
- [PaginatedKubernetesServiceConnectionList](docs/PaginatedKubernetesServiceConnectionList.md)
12301267
- [PaginatedLDAPOutpostConfigList](docs/PaginatedLDAPOutpostConfigList.md)
12311268
- [PaginatedLDAPProviderList](docs/PaginatedLDAPProviderList.md)
@@ -1294,6 +1331,7 @@ Class | Method | HTTP request | Description
12941331
- [PaginatedUserAssignedObjectPermissionList](docs/PaginatedUserAssignedObjectPermissionList.md)
12951332
- [PaginatedUserConsentList](docs/PaginatedUserConsentList.md)
12961333
- [PaginatedUserDeleteStageList](docs/PaginatedUserDeleteStageList.md)
1334+
- [PaginatedUserKerberosSourceConnectionList](docs/PaginatedUserKerberosSourceConnectionList.md)
12971335
- [PaginatedUserList](docs/PaginatedUserList.md)
12981336
- [PaginatedUserLoginStageList](docs/PaginatedUserLoginStageList.md)
12991337
- [PaginatedUserLogoutStageList](docs/PaginatedUserLogoutStageList.md)
@@ -1350,6 +1388,8 @@ Class | Method | HTTP request | Description
13501388
- [PatchedIdentificationStageRequest](docs/PatchedIdentificationStageRequest.md)
13511389
- [PatchedInvitationRequest](docs/PatchedInvitationRequest.md)
13521390
- [PatchedInvitationStageRequest](docs/PatchedInvitationStageRequest.md)
1391+
- [PatchedKerberosSourcePropertyMappingRequest](docs/PatchedKerberosSourcePropertyMappingRequest.md)
1392+
- [PatchedKerberosSourceRequest](docs/PatchedKerberosSourceRequest.md)
13531393
- [PatchedKubernetesServiceConnectionRequest](docs/PatchedKubernetesServiceConnectionRequest.md)
13541394
- [PatchedLDAPProviderRequest](docs/PatchedLDAPProviderRequest.md)
13551395
- [PatchedLDAPSourcePropertyMappingRequest](docs/PatchedLDAPSourcePropertyMappingRequest.md)
@@ -1400,6 +1440,7 @@ Class | Method | HTTP request | Description
14001440
- [PatchedTenantRequest](docs/PatchedTenantRequest.md)
14011441
- [PatchedTokenRequest](docs/PatchedTokenRequest.md)
14021442
- [PatchedUserDeleteStageRequest](docs/PatchedUserDeleteStageRequest.md)
1443+
- [PatchedUserKerberosSourceConnectionRequest](docs/PatchedUserKerberosSourceConnectionRequest.md)
14031444
- [PatchedUserLoginStageRequest](docs/PatchedUserLoginStageRequest.md)
14041445
- [PatchedUserLogoutStageRequest](docs/PatchedUserLogoutStageRequest.md)
14051446
- [PatchedUserOAuthSourceConnectionRequest](docs/PatchedUserOAuthSourceConnectionRequest.md)
@@ -1555,6 +1596,8 @@ Class | Method | HTTP request | Description
15551596
- [UserFieldsEnum](docs/UserFieldsEnum.md)
15561597
- [UserGroup](docs/UserGroup.md)
15571598
- [UserGroupRequest](docs/UserGroupRequest.md)
1599+
- [UserKerberosSourceConnection](docs/UserKerberosSourceConnection.md)
1600+
- [UserKerberosSourceConnectionRequest](docs/UserKerberosSourceConnectionRequest.md)
15581601
- [UserLoginChallenge](docs/UserLoginChallenge.md)
15591602
- [UserLoginChallengeResponseRequest](docs/UserLoginChallengeResponseRequest.md)
15601603
- [UserLoginStage](docs/UserLoginStage.md)

0 commit comments

Comments
 (0)