ActionGroupAutomationRunbookReceiver

data class ActionGroupAutomationRunbookReceiver(val automationAccountId: String, val isGlobalRunbook: Boolean, val name: String, val runbookName: String, val serviceUri: String, val useCommonAlertSchema: Boolean? = null, val webhookResourceId: String)

Constructors

Link copied to clipboard
constructor(automationAccountId: String, isGlobalRunbook: Boolean, name: String, runbookName: String, serviceUri: String, useCommonAlertSchema: Boolean? = null, webhookResourceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The automation account ID which holds this runbook and authenticates to Azure resources.

Link copied to clipboard

Indicates whether this instance is global runbook.

Link copied to clipboard

The name of the automation runbook receiver.

Link copied to clipboard

The name for this runbook.

Link copied to clipboard

The URI where webhooks should be sent.

Link copied to clipboard

Enables or disables the common alert schema.

Link copied to clipboard

The resource id for webhook linked to this runbook.