RepositoryWebhookConfigurationArgs

data class RepositoryWebhookConfigurationArgs(val contentType: Output<String>? = null, val insecureSsl: Output<Boolean>? = null, val secret: Output<String>? = null, val url: Output<String>) : ConvertibleToJava<RepositoryWebhookConfigurationArgs>

Constructors

Link copied to clipboard
constructor(contentType: Output<String>? = null, insecureSsl: Output<Boolean>? = null, secret: Output<String>? = null, url: Output<String>)

Properties

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

The content type for the payload. Valid values are either form or json.

Link copied to clipboard
val insecureSsl: Output<Boolean>? = null

Insecure SSL boolean toggle. Defaults to false.

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

The shared secret for the webhook. See API documentation.

Link copied to clipboard
val url: Output<String>

The URL of the webhook.

Functions

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