Sha256: d302537efc244f1c9511e27fdfb91232d6a150a178e2651508fdc2db6123d689
Contents?: true
Size: 1.89 KB
Versions: 13
Compression:
Stored size: 1.89 KB
Contents
# CloudsmithApi::WebhooksCreate ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **events** | **Array<String>** | None | **is_active** | **BOOLEAN** | If enabled, the webhook will trigger on events and send payloads to the configured target URL. | [optional] **request_body_format** | **String** | The format of the payloads for webhook requests. | [optional] **request_body_template_format** | **String** | The format of the payloads for webhook requests. | [optional] **request_content_type** | **String** | The value that will be sent for the 'Content Type' header. | [optional] **secret_header** | **String** | The header to send the predefined secret in. This must be unique from existing headers or it won't be sent. You can use this as a form of authentication on the endpoint side. | [optional] **secret_value** | **String** | The value for the predefined secret (note: this is treated as a passphrase and is encrypted when we store it). You can use this as a form of authentication on the endpoint side. | [optional] **signature_key** | **String** | The value for the signature key - This is used to generate an HMAC-based hex digest of the request body, which we send as the X-Cloudsmith-Signature header so that you can ensure that the request wasn't modified by a malicious party (note: this is treated as a passphrase and is encrypted when we store it). | [optional] **target_url** | **String** | The destination URL that webhook payloads will be POST'ed to. | **templates** | [**Array<WebhooksownerrepoTemplates>**](WebhooksownerrepoTemplates.md) | None | **verify_ssl** | **BOOLEAN** | If enabled, SSL certificates is verified when webhooks are sent. It's recommended to leave this enabled as not verifying the integrity of SSL certificates leaves you susceptible to Man-in-the-Middle (MITM) attacks. | [optional]
Version data entries
13 entries across 13 versions & 1 rubygems