PartialWebhookConnectionSettingsInput
The Webhook Data Source connection settings.
fields
basicAuth optional HttpBasicAuthInput
The HTTP basic authentication settings for the Webhook Data Source URL. If this parameter is not provided, anyone with the webhook URL will be able to send events. While it's OK to test without HTTP Basic authentication, we recommend enabling it. If not provided this property will not be modified.
The fields for specifying an HTTP Data Source's Basic authentication settings.
basicAuth.username required String
The username for HTTP Basic authentication that must be included in the Authorization header when uploading new data.
basicAuth.password required String
The password for HTTP Basic authentication that must be included in the Authorization header when uploading new data.
basicAuthEnabled optional Boolean
Set this to
false
to disable HTTP Basic authentication. Any previously stored HTTP Basic authentication settings will be cleared out. If not provided this property will not be modified.