Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotificationRequestBody

Package version

The request body which contain contact detail metadata

Hierarchy

  • NotificationRequestBody

Index

Properties

alertType

alertType: string

The name of the supported alert type.

Optional armRoleReceivers

armRoleReceivers: ArmRoleReceiver[]

The list of ARM role receivers that are part of this action group. Roles are Azure RBAC roles and only built-in roles are supported.

Optional automationRunbookReceivers

automationRunbookReceivers: AutomationRunbookReceiver[]

The list of AutomationRunbook receivers that are part of this action group.

Optional azureAppPushReceivers

azureAppPushReceivers: AzureAppPushReceiver[]

The list of AzureAppPush receivers that are part of this action group.

Optional azureFunctionReceivers

azureFunctionReceivers: AzureFunctionReceiver[]

The list of azure function receivers that are part of this action group.

Optional emailReceivers

emailReceivers: EmailReceiver[]

The list of email receivers that are part of this action group.

Optional eventHubReceivers

eventHubReceivers: EventHubReceiver[]

The list of event hub receivers that are part of this action group.

Optional itsmReceivers

itsmReceivers: ItsmReceiver[]

The list of ITSM receivers that are part of this action group.

Optional logicAppReceivers

logicAppReceivers: LogicAppReceiver[]

The list of logic app receivers that are part of this action group.

Optional smsReceivers

smsReceivers: SmsReceiver[]

The list of SMS receivers that are part of this action group.

Optional voiceReceivers

voiceReceivers: VoiceReceiver[]

The list of voice receivers that are part of this action group.

Optional webhookReceivers

webhookReceivers: WebhookReceiver[]

The list of webhook receivers that are part of this action group.

Generated using TypeDoc