authentik-client 2026.2.3

Making authentication simple.
Documentation
# TelegramSourceRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Source's display Name. | 
**slug** | **String** | Internal source name, used in URLs. | 
**enabled** | Option<**bool**> |  | [optional]
**promoted** | Option<**bool**> | When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. | [optional]
**authentication_flow** | Option<**uuid::Uuid**> | Flow to use when authenticating existing users. | [optional]
**enrollment_flow** | Option<**uuid::Uuid**> | Flow to use when enrolling new users. | [optional]
**user_property_mappings** | Option<**Vec<uuid::Uuid>**> |  | [optional]
**group_property_mappings** | Option<**Vec<uuid::Uuid>**> |  | [optional]
**policy_engine_mode** | Option<[**models::PolicyEngineMode**]PolicyEngineMode.md> |  | [optional]
**user_matching_mode** | Option<[**models::UserMatchingModeEnum**]UserMatchingModeEnum.md> | How the source determines if an existing user should be authenticated or a new user enrolled. | [optional]
**user_path_template** | Option<**String**> |  | [optional]
**icon** | Option<**String**> |  | [optional]
**bot_username** | **String** | Telegram bot username | 
**bot_token** | **String** | Telegram bot token | 
**request_message_access** | Option<**bool**> | Request access to send messages from your bot. | [optional]
**pre_authentication_flow** | **uuid::Uuid** | Flow used before authentication. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)