Webhook Authentication Configuration Args
data class WebhookAuthenticationConfigurationArgs(val allowedIpRange: Output<String>? = null, val secretToken: Output<String>? = null) : ConvertibleToJava<WebhookAuthenticationConfigurationArgs>
Constructors
Link copied to clipboard
fun WebhookAuthenticationConfigurationArgs(allowedIpRange: Output<String>? = null, secretToken: Output<String>? = null)