GetActionGroupAutomationRunbookReceiver

data class GetActionGroupAutomationRunbookReceiver(val automationAccountId: String, val isGlobalRunbook: Boolean, val name: String, val runbookName: String, val serviceUri: String, val useCommonAlertSchema: Boolean, val webhookResourceId: String)

Constructors

Link copied to clipboard
constructor(automationAccountId: String, isGlobalRunbook: Boolean, name: String, runbookName: String, serviceUri: String, useCommonAlertSchema: Boolean, 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

Specifies the name of the Action Group.

Link copied to clipboard

The name for this runbook.

Link copied to clipboard

The URI where webhooks should be sent.

Link copied to clipboard

Indicates whether to use common alert schema.

Link copied to clipboard

The resource id for webhook linked to this runbook.