ActionGroupWebhookReceiver

data class ActionGroupWebhookReceiver(val aadAuth: ActionGroupWebhookReceiverAadAuth? = null, val name: String, val serviceUri: String, val useCommonAlertSchema: Boolean? = null)

Constructors

Link copied to clipboard
constructor(aadAuth: ActionGroupWebhookReceiverAadAuth? = null, name: String, serviceUri: String, useCommonAlertSchema: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The aad_auth block as defined below.

Link copied to clipboard

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

Link copied to clipboard

The URI where webhooks should be sent.

Link copied to clipboard

Enables or disables the common alert schema.