authentik-client 3.2025061.1

Making authentication simple.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# PatchedNotificationTransportRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> |  | [optional]
**mode** | Option<[**models::NotificationTransportModeEnum**]NotificationTransportModeEnum.md> |  | [optional]
**webhook_url** | Option<**String**> |  | [optional]
**webhook_mapping_body** | Option<[**uuid::Uuid**]uuid::Uuid.md> | Customize the body of the request. Mapping should return data that is JSON-serializable. | [optional]
**webhook_mapping_headers** | Option<[**uuid::Uuid**]uuid::Uuid.md> | Configure additional headers to be sent. Mapping should return a dictionary of key-value pairs | [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)