AzureDevOpsWebhookArgs

data class AzureDevOpsWebhookArgs(val eventType: Output<String>? = null, val webhookType: Output<String>) : ConvertibleToJava<AzureDevOpsWebhookArgs>

Webhook details specific for Azure DevOps

Constructors

Link copied to clipboard
constructor(eventType: Output<String>? = null, webhookType: Output<String>)

Properties

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

Send callback on a specified notification event

Link copied to clipboard
val webhookType: Output<String>

Enum to determine the webhook callback service type. Expected value is 'AzureDevOps'.

Functions

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