authentik-client 2026.2.2-rc2

Making authentication simple.
Documentation
# NotificationTransport

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pk** | **uuid::Uuid** |  | [readonly]
**name** | **String** |  | 
**mode** | Option<[**models::NotificationTransportModeEnum**]NotificationTransportModeEnum.md> |  | [optional]
**mode_verbose** | **String** | Return selected mode with a UI Label | [readonly]
**webhook_url** | Option<**String**> |  | [optional]
**webhook_mapping_body** | Option<**uuid::Uuid**> | Customize the body of the request. Mapping should return data that is JSON-serializable. | [optional]
**webhook_mapping_headers** | Option<**uuid::Uuid**> | Configure additional headers to be sent. Mapping should return a dictionary of key-value pairs | [optional]
**email_subject_prefix** | Option<**String**> |  | [optional]
**email_template** | Option<**String**> |  | [optional]
**send_once** | Option<**bool**> | Only send notification once, for example when sending a webhook into a chat channel. | [optional]

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