WebhookArgs

data class WebhookArgs(val rotateWebhookSecret: Output<Boolean>? = null, val webhookId: Output<String>? = null, val webhookSecretUpdateTime: Output<String>? = null, val webhookUrl: Output<String>? = null) : ConvertibleToJava<WebhookArgs>

Detail about the webhook object.

Constructors

Link copied to clipboard
fun WebhookArgs(rotateWebhookSecret: Output<Boolean>? = null, webhookId: Output<String>? = null, webhookSecretUpdateTime: Output<String>? = null, webhookUrl: Output<String>? = null)

Functions

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

Properties

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

A flag to instruct the backend service to rotate webhook secret.

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

Unique identifier for the webhook.

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

Time when the webhook secret was updated.

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

URL that gets invoked by the webhook.