WebhookAuthenticationConfiguration

data class WebhookAuthenticationConfiguration(val allowedIpRange: String? = null, val secretToken: String? = null)

Constructors

Link copied to clipboard
constructor(allowedIpRange: String? = null, secretToken: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowedIpRange: String? = null

A valid CIDR block for IP filtering. Required for IP.

Link copied to clipboard
val secretToken: String? = null

The shared secret for the GitHub repository webhook. Set this as secret in your github_repository_webhook's configuration block. Required for GITHUB_HMAC.