ActionRequestProperties Class

Action property bag.

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

Inheritance
azure.mgmt.securityinsight.models._models_py3.ActionPropertiesBase
ActionRequestProperties

Constructor

ActionRequestProperties(*, logic_app_resource_id: str, trigger_uri: str, **kwargs)

Variables

logic_app_resource_id
str

Required. Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.

trigger_uri
str

Required. Logic App Callback URL for this specific workflow.