LogicAppReceiver interface

A logic app receiver.

Properties

callbackUrl

The callback url where http request sent to.

name

The name of the logic app receiver. Names must be unique across all receivers within an action group.

resourceId

The azure resource id of the logic app receiver.

useCommonAlertSchema

Indicates whether to use common alert schema.

Property Details

callbackUrl

The callback url where http request sent to.

callbackUrl: string

Property Value

string

name

The name of the logic app receiver. Names must be unique across all receivers within an action group.

name: string

Property Value

string

resourceId

The azure resource id of the logic app receiver.

resourceId: string

Property Value

string

useCommonAlertSchema

Indicates whether to use common alert schema.

useCommonAlertSchema?: boolean

Property Value

boolean