WebhookConfigResponse

data class WebhookConfigResponse(val secret: String, val state: String)

WebhookConfig describes the configuration of a trigger that creates a build whenever a webhook is sent to a trigger's webhook URL.

Constructors

Link copied to clipboard
fun WebhookConfigResponse(secret: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Resource name for the secret required as a URL parameter.

Link copied to clipboard

Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.