LogicAppReceiver Class

A logic app receiver.

All required parameters must be populated in order to send to Azure.

Inheritance
LogicAppReceiver

Constructor

LogicAppReceiver(*, name: str, resource_id: str, callback_url: str, **kwargs)

Variables

name
str

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

resource_id
str

Required. The azure resource id of the logic app receiver.

callback_url
str

Required. The callback url where http request sent to.