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, use_common_alert_schema: Optional[bool] = False, **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.
- use_common_alert_schema
- bool
Indicates whether to use common alert schema.
Feedback
Submit and view feedback for