OrganizationWebhookConfigurationArgs

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

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

Link copied to clipboard
val url: Output<String>

URL of the webhook

Functions

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