# WebhookConfigWrite ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | Option<**String**> | human readable name for this webhook e.g. for UI display. | [optional] **auth_token** | Option<**String**> | an auth token, to be passed as the value for an HTTP Authorization header. | [optional] **validation_url** | Option<**String**> | if supplied, the webhook config will be validated by checking that this URL returns a 2xx response. | [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)