configuration

@JvmName(name = "ctfermqdonmmiafw")
suspend fun configuration(value: Output<OrganizationWebhookConfigurationArgs>)
@JvmName(name = "ayboywceboffwoay")
suspend fun configuration(value: OrganizationWebhookConfigurationArgs?)

Parameters

value

key/value pair of configuration for this webhook. Available keys are url, content_type, secret and insecure_ssl.


@JvmName(name = "rusqxpnjtvceqmgf")
suspend fun configuration(argument: suspend OrganizationWebhookConfigurationArgsBuilder.() -> Unit)

Parameters

argument

key/value pair of configuration for this webhook. Available keys are url, content_type, secret and insecure_ssl.