ActionGroupWebhookReceiverArgs

data class ActionGroupWebhookReceiverArgs(val aadAuth: Output<ActionGroupWebhookReceiverAadAuthArgs>? = null, val name: Output<String>, val serviceUri: Output<String>, val useCommonAlertSchema: Output<Boolean>? = null) : ConvertibleToJava<ActionGroupWebhookReceiverArgs>

Constructors

Link copied to clipboard
constructor(aadAuth: Output<ActionGroupWebhookReceiverAadAuthArgs>? = null, name: Output<String>, serviceUri: Output<String>, useCommonAlertSchema: Output<Boolean>? = null)

Properties

Link copied to clipboard

The aad_auth block as defined below.

Link copied to clipboard
val name: Output<String>

The name of the webhook receiver. Names must be unique (case-insensitive) across all receivers within an action group.

Link copied to clipboard
val serviceUri: Output<String>

The URI where webhooks should be sent.

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

Enables or disables the common alert schema.

Functions

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