Repository Webhook Configuration Args
data class RepositoryWebhookConfigurationArgs(val contentType: Output<String>? = null, val insecureSsl: Output<Boolean>? = null, val secret: Output<String>? = null, val url: Output<String>) : ConvertibleToJava<RepositoryWebhookConfigurationArgs>
Properties
Link copied to clipboard
The content type for the payload. Valid values are either form
or json
.
Link copied to clipboard
Insecure SSL boolean toggle. Defaults to false
.
Link copied to clipboard
The shared secret for the webhook. See API documentation.