WebhookAuthenticationConfigurationArgs

data class WebhookAuthenticationConfigurationArgs(val allowedIpRange: Output<String>? = null, val secretToken: Output<String>? = null) : ConvertibleToJava<WebhookAuthenticationConfigurationArgs>

Constructors

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

Properties

Link copied to clipboard
val allowedIpRange: Output<String>? = null

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

Link copied to clipboard
val secretToken: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): WebhookAuthenticationConfigurationArgs