doppler-rs 0.0.1

Unofficial client library for the Doppler API - secure secrets management platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# CreateWebhookRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**url** | **String** | The webhook URL. Must be https | 
**secret** | Option<**String**> | See: https://docs.doppler.com/docs/webhooks#verify-webhook-with-request-signing | [optional]
**authentication** | Option<[**models::WebhookAuthentication**]WebhookAuthentication.md> |  | [optional]
**payload** | Option<**String**> | See: https://docs.doppler.com/docs/webhooks#default-payload | [optional]
**enable_configs** | Option<**Vec<String>**> | Config slugs that the webhook should be enabled for | [optional]
**name** | Option<**String**> | The name of the webhook. | [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)